Home
last modified time | relevance | path

Searched defs:root (Results 801 – 825 of 885) sorted by relevance

1...<<313233343536

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3445 void ParseSize(napi_env env, napi_value root, Size& size) in ParseSize()
3458 void ParseProfile(napi_env env, napi_value root, Profile& profile) in ParseProfile()
3474 void ParseVideoProfile(napi_env env, napi_value root, VideoProfile& profile) in ParseVideoProfile()
3531 void ParseCameraOutputCapability(napi_env env, napi_value root, in ParseCameraOutputCapability()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp244 sp<IBinder> root; member
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1607 public MenuView getMenuView(ViewGroup root) { in getMenuView()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp257 Node root; in FlattenXmlSubtree() local
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1454 cJSON *root = cJSON_CreateObject(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp522 auto& root = out["Root node"]; in RenderServiceTreeDump() local
/aosp12/frameworks/base/tools/aapt/
H A DResource.cpp857 status_t massageManifest(Bundle* bundle, ResourceTable* table, sp<XMLNode> root) in massageManifest()
1204 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); in generateAndroidManifestForSplit() local
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/scan/
H A DModernMediaScanner.java359 public Scan(File root, int reason, @Nullable String ownerPackage) in Scan()
/aosp12/system/vold/
H A DUtils.cpp298 int PrepareAppDirFromRoot(const std::string& path, const std::string& root, int appUid, in PrepareAppDirFromRoot()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp113 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp362 auto root = nodeAccess_.GetNode({}); in RemoveChildren() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Ddeviceauth_test.cpp1787 static cJSON *root = nullptr; variable
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2200 final View root = inflater.inflate(layoutResource, null); in onResourcesLoaded() local
/aosp12/art/runtime/arch/
H A Dstub_test.cc1975 GcRoot<mirror::Class> root(GetClassRoot<mirror::String>()); in TEST_F() local
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1011 napi_value root = nullptr; in DefineClass() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp994 napi_value root = nullptr; in DefineClass() local
/aosp12/frameworks/base/core/java/android/widget/
H A DToolbar.java2415 public MenuView getMenuView(ViewGroup root) { in getMenuView()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc604 for (const GcRoot<mirror::Class>& root : ic.classes_) { in CopyInlineCacheInto() local
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h365 struct snd_seq_addr root; member
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java2467 final ActivityRecord root = mInTask.getRootActivity(); in computeLaunchingTaskFlags() local
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h447 struct snd_seq_addr root; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h557 struct snd_seq_addr root; /* client/port id to be searched */ member
/aosp12/frameworks/base/core/java/android/view/
H A DView.java13099 View findUserSetNextFocus(View root, @FocusDirection int direction) { in findUserSetNextFocus()
13139 View findUserSetNextKeyboardNavigationCluster(View root, @FocusDirection int direction) { in findUserSetNextKeyboardNavigationCluster()
13154 private View findViewInsideOutShouldExist(View root, int id) { in findViewInsideOutShouldExist()
13158 private View findViewInsideOutShouldExist(View root, View start, int id) { in findViewInsideOutShouldExist()
26724 final ViewRootImpl root = mAttachInfo.mViewRootImpl; in startDragAndDrop() local
27192 public static View inflate(Context context, @LayoutRes int resource, ViewGroup root) { in inflate()
/aosp12/art/runtime/
H A Dclass_linker_test.cc450 void VisitRoot(mirror::Object* root, const RootInfo& info ATTRIBUTE_UNUSED) override { in VisitRoot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1627 void UINode::DFSAllChild(const RefPtr<UINode>& root, std::vector<RefPtr<UINode>>& res) in DFSAllChild()

1...<<313233343536