Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 116) sorted by relevance

12345

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dmacro_gen.cpp98 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in TemplateNodeSeparate()
108 std::string MacroGen::GenFullName(int32_t depth, const std::shared_ptr<AstObject> &node, const std:… in GenFullName()
154 bool MacroGen::GenNodeForeach(int32_t depth, const std::shared_ptr<AstObject> &node) in GenNodeForeach()
204 std::string MacroGen::GenRefObjName(int32_t depth, const std::shared_ptr<AstObject> &object) in GenRefObjName()
217 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in NodeWalk()
229 …eData(uint32_t type, const std::shared_ptr<AstObject> &current, uint32_t &arraySize, int32_t depth) in SetTypeData()
H A Dtext_gen.cpp341 …auto forwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32_… in OutputImplGlobalVariables()
345 …auto backwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32… in OutputImplGlobalVariables()
367 uint32_t TextGen::ImplementCloseBraceGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementCloseBraceGen()
380 uint32_t TextGen::ImplementGenTraversal(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementGenTraversal()
413 uint32_t TextGen::ObjectImplementGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ObjectImplementGen()
436 bool TextGen::TemplateObjectImplGen(const std::shared_ptr<AstObject> &object, int32_t depth) in TemplateObjectImplGen()
489 uint32_t TextGen::PrintTermImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintTermImplement()
538 uint32_t TextGen::PrintArrayImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplement()
556 bool TextGen::PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplInSubClass()
700 [this](const std::shared_ptr<AstObject> &object, uint32_t depth) -> uint32_t { in TemplateVariableGen()
[all …]
H A Dbytecode_gen.cpp76 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in ByteCodeConvert()
193 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in ByteCodeWriteWalk()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.cpp26 void DumpLog::Print(int32_t depth, const std::string& className, int32_t childSize) in Print()
64 void DumpLog::Print(int32_t depth, const std::string& content) in Print()
88 void DumpLog::Append(int32_t depth, const std::string& className, int32_t childSize) in Append()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drosen_render_rich_text.cpp27 void RosenRenderRichText::DumpTree(int32_t depth) in DumpTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
H A Dlayer.cpp33 void Layer::DumpTree(int32_t depth) in DumpTree()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcube.h24 …Cube(std::string name, float width, float height, float depth, Vec3& position) : Geometry(name, po… in Cube()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_shadow_drawable.cpp62 void RSRenderNodeShadowDrawable::DumpDrawableTree(int32_t depth, std::string& out, const RSContext&… in DumpDrawableTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.cpp28 void NavigationManager::AddNavigationDumpCallback(int32_t nodeId, int32_t depth, const DumpCallback… in AddNavigationDumpCallback()
34 void NavigationManager::RemoveNavigationDumpCallback(int32_t nodeId, int32_t depth) in RemoveNavigationDumpCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drosen_render_web.cpp39 void RosenRenderWeb::DumpTree(int32_t depth) {} in DumpTree()
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/
H A Dsandbox_manager_rdb_test.cpp51 int64_t depth; in ResultLogDB() local
168 int64_t depth; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drosen_render_xcomponent.cpp68 void RosenRenderXComponent::DumpTree(int32_t depth) in DumpTree()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h54 BindableImage depth; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector_filter.cpp105 void InspectorFilter::SetFilterDepth(size_t depth) in SetFilterDepth()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dpage_node_info.h33 int32_t depth = -1; member
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp53 int depth = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.cpp95 int depth = 0; in GetStateDepth() local
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp63 int depth = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h41 virtual void SetDepth(int32_t depth) {} in SetDepth()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h612 if (const float depth = zFar - zNear; abs(depth) > EPSILON) { in BASE_BEGIN_NAMESPACE() local
655 if (const float depth = zFar - zNear; abs(depth) > EPSILON) { in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DCubeShape.js48 …constructor(width = 1, height = 1, depth = 1, center = new Point(), widthSegments = 1, heightSegme… argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp539 for (uint32_t depth = 0; depth < SchemaConstant::SCHEMA_FEILD_PATH_DEPTH_MAX; depth++) { in ParseCheckSchemaDefine() local
724 uint32_t depth = eachPath.size() - 1; // minus 1 to change depth count from zero in CheckFieldPathIndexableThenSave() local
778 for (uint32_t depth = 0; depth < SchemaConstant::SCHEMA_FEILD_PATH_DEPTH_MAX; depth++) { in CompareSchemaDefine() local
1087 for (uint32_t depth = 0; depth < SchemaConstant::SCHEMA_FEILD_PATH_DEPTH_MAX; depth++) { in CheckValue() local
1131 uint32_t depth = eachLackingPath.size() - 1; // Depth count from zero in AmendValueIfNeed() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_queue.h42 uint32_t depth; member
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters_helper.cpp61 int32_t depth = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_PARA_DEPTH); in BuildFromJs() local
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/base/
H A Dbase.cpp23 static constexpr uint64_t depth = 10; // 该值越大子任务平均粒度越大(任务完成时间为泊松分布)(单位:微秒) variable

12345