Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 217) sorted by relevance

123456789

/frameworks/compile/mclinker/unittests/
DPathTest.cpp41 std::string root(TOPDIR); in TEST_F() local
52 const std::string root = "/luck"; in TEST_F() local
62 const std::string root = "../././.."; in TEST_F() local
73 const std::string root = "/luck"; in TEST_F() local
84 const std::string root = "aaa/bbb/../../ccc/"; in TEST_F() local
98 const std::string root = "aa/"; in TEST_F() local
111 const std::string root = "aa/"; in TEST_F() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DConfigurationContainerTests.java60 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationInit() local
97 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangeOnAddRemove() local
143 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangePropagation() local
215 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetAlwaysOnTop() local
229 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetWindowingMode() local
243 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetActivityType() local
306 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationConstraints() local
345 final TestConfigurationContainer root = in testSetMaxBoundsByHierarchy() local
366 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetBoundsNotOverrideMaxBounds() local
386 final TestConfigurationContainer root = in testOnRequestedOverrideConfigurationChangedOverrideMaxBounds() local
DWindowContainerTests.java126 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local
179 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd_AlreadyHasParent() local
204 final TestWindowContainer root = builder.setLayer(0).build(); in testHasChild() local
234 final TestWindowContainer root = builder.setLayer(0).build(); in testRemoveImmediately() local
311 final TestWindowContainer root = builder.setLayer(0).build(); in testAddChildByIndex() local
338 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAt() local
362 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAtIncludeParents() local
404 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_TransitionFlag() local
415 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ParentsFlag() local
432 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ChildrenFlag() local
[all …]
DDisplayAreaTest.java157 final RootDisplayArea root = in testForAllTaskDisplayAreas_onlyTraversesDisplayAreaOfTypeAny() local
214 final RootDisplayArea root = in testForAllTaskDisplayAreas_appliesOnTaskDisplayAreaInOrder() local
314 final RootDisplayArea root = in testForAllTaskDisplayAreas_returnsWhenCallbackReturnTrue() local
342 final RootDisplayArea root = in testReduceOnAllTaskDisplayAreas_returnsTheAccumulativeResult() local
368 final RootDisplayArea root = in testGetItemFromTaskDisplayAreas_returnsWhenCallbackReturnNotNull() local
424 final RootDisplayArea root = in testRestrictAppBoundsToOverrideBounds() local
611 final RootDisplayArea root = in testGetDisplayAreaInfo() local
/frameworks/base/core/java/android/view/
DFocusFinder.java79 public final View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
91 public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction) { in findNextFocusFromRect()
96 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) { in findNextFocus()
126 private ViewGroup getEffectiveRoot(ViewGroup root, View focused) { in getEffectiveRoot()
157 public View findNextKeyboardNavigationCluster( in findNextKeyboardNavigationCluster()
183 private View findNextUserSpecifiedKeyboardNavigationCluster(View root, View currentCluster, in findNextUserSpecifiedKeyboardNavigationCluster()
193 private View findNextUserSpecifiedFocus(ViewGroup root, View focused, int direction) { in findNextUserSpecifiedFocus()
218 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, in findNextFocus()
276 View root, in findNextKeyboardNavigationCluster()
303 private View findNextFocusInRelativeDirection(ArrayList<View> focusables, ViewGroup root, in findNextFocusInRelativeDirection()
[all …]
DWindowManagerGlobal.java303 final ViewRootImpl root = mRoots.get(i); in getRootView() local
307 final ViewRootImpl root = mWindowlessRoots.get(i); in getRootView() local
341 ViewRootImpl root; in addView() local
437 ViewRootImpl root = mRoots.get(index); in updateViewLayout() local
489 ViewRootImpl root = mRoots.get(i); in closeAllExceptView() local
506 ViewRootImpl root = mRoots.get(index); in removeViewLocked() local
521 void doRemoveView(ViewRootImpl root) { in doRemoveView()
569 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
585 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
606 private static String getWindowName(ViewRootImpl root) { in getWindowName()
[all …]
/frameworks/av/media/libeffects/factory/
DEffectsConfigLoader.c60 cnode *root; in loadEffectConfigFile() local
78 int loadLibraries(cnode *root) in loadLibraries()
151 int loadLibrary(cnode *root, const char *name) in loadLibrary()
233 int addSubEffect(cnode *root) in addSubEffect()
289 int loadEffects(cnode *root) in loadEffects()
305 int loadEffect(cnode *root) in loadEffect()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DAssignableFrom.java23 private final Class<?> root; field in AssignableFrom
25 AssignableFrom(Class<?> root) { in AssignableFrom()
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DLoginTest.java118 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged() local
127 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noService() local
138 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noOptions() local
148 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_notImportant() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java139 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlRootNode_succeeds() local
150 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_singleLevel_succeeds() local
157 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_multipleLevels_succeeds() local
164 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistFalse_succeedsIfNotExist() local
173 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistAtLeastOne_throwsIfNotExist() local
186 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistExactlyOne_throwsIfNotExist() local
199 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistExactlyOne_throwsIfMultipleExist() local
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DObserverNodeTest.java68 ObserverNode root = new ObserverNode(""); in testUri() local
102 ObserverNode root = new ObserverNode(""); in testUriNotNotify() local
142 final ObserverNode root = new ObserverNode(""); in testCluster() local
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java222 final RootInfo root = new RootInfo(); in updateVolumesLocked() local
396 final RootInfo root = mRoots.valueAt(i); in getMostSpecificRootForPath() local
419 RootInfo root = getRootFromDocId(docId); in getFileForDocId() local
425 RootInfo root = getRootFromDocId(docId); in resolveDocId() local
452 RootInfo root; in getRootFromDocId() local
463 private File buildFile(RootInfo root, String docId, boolean visible, boolean mustExist) in buildFile()
548 final RootInfo root = resolvedDocId.first; in findDocumentPath() local
628 RootInfo root = mRoots.get(rootId); in querySearchDocuments() local
639 RootInfo root = mRoots.get(rootId); in ejectRoot() local
656 final RootInfo root = mRoots.valueAt(i); in dump() local
/frameworks/base/tools/aapt2/link/
DXmlNamespaceRemover_test.cpp78 xml::Node* root = doc->root.get(); local
96 xml::Node* root = doc->root.get(); local
115 xml::Node* root = doc->root.get(); local
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DTestActivity.kt39 val root = LinearLayout(this) in createContentView() constant
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDisplayListLayersActivity.java43 LinearLayout root = createContainer(); in onCreate() local
53 private Button createButton(final LinearLayout root) { in createButton()
71 private void addChild(LinearLayout root, View child, int width, int height) { in addChild()
/frameworks/base/tools/preload/
DWritePreloadedClassFile.java49 Root root = Root.fromFile(rootFile); in main() local
133 private static void addAllClassesFrom(String processName, Root root, in addAllClassesFrom()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java76 @NonNull TransitionInfo.Change change, @NonNull TransitionInfo.Root root) { in ActivityEmbeddingAnimationAdapter()
88 @NonNull Rect wholeAnimationBounds, @NonNull TransitionInfo.Root root) { in ActivityEmbeddingAnimationAdapter()
195 @NonNull SurfaceControl snapshotLeash, @NonNull TransitionInfo.Root root) { in SnapshotAdapter()
223 @NonNull TransitionInfo.Root root) { in BoundsChangeAdapter()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaPolicy.java64 protected DisplayAreaPolicy(WindowManagerService wmService, RootDisplayArea root) { in DisplayAreaPolicy()
98 DisplayContent content, RootDisplayArea root, in instantiate()
177 RootDisplayArea root, DisplayArea.Tokens imeContainer); in instantiate()
DSurfaceSyncGroupController.java41 SurfaceSyncGroup root; in addToSyncGroup() local
72 final SurfaceSyncGroup root; in markSyncGroupReady() local
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewPerfTest.java58 FrameLayout root = new FrameLayout(mContext); in testSimpleViewInflate() local
68 FrameLayout root = new FrameLayout(mContext); in testTwelveKeyInflate() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java45 Asn1Node root = decoder.nextNode(); in testNormalOperation() local
75 Asn1Node root = decoder.nextNode(); in testHighTagNumberForm() local
194 Asn1Node root = decoder.nextNode(); in testLongFormLength() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgressFragment.java46 final View root = inflater.inflate(R.layout.uninstall_progress, container, false); in onCreateView() local
103 final View root = getView(); in showCompletion() local
/frameworks/layoutlib/bridge/src/android/preference/
DPreference_Delegate.java57 public static View inflatePreference(Context context, XmlPullParser parser, ViewGroup root) { in inflatePreference()
67 private static ListView createContainerView(Context context, ViewGroup root) { in createContainerView()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DVerticalFocusSearchTest.java50 View findNextFocus(ViewGroup root, View focused, int direction); in findNextFocus()
56 public View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/
DComposeInitializerTest.kt39 val root = TestWindowRoot(context) in testCanAddComposeViewInInitializedWindow() constant

123456789