/frameworks/compile/mclinker/unittests/ |
D | PathTest.cpp | 41 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/ |
D | ConfigurationContainerTests.java | 60 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
|
D | WindowContainerTests.java | 112 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local 165 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd_AlreadyHasParent() local 190 final TestWindowContainer root = builder.setLayer(0).build(); in testHasChild() local 220 final TestWindowContainer root = builder.setLayer(0).build(); in testRemoveImmediately() local 297 final TestWindowContainer root = builder.setLayer(0).build(); in testAddChildByIndex() local 324 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAt() local 348 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAtIncludeParents() local 390 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_TransitionFlag() local 401 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ParentsFlag() local 418 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ChildrenFlag() local [all …]
|
D | DisplayAreaTest.java | 157 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
|
D | DisplayAreaPolicyTests.java | 125 final RootDisplayArea root = new SurfacelessDisplayAreaRoot(wms); in testDisplayAreaGroup_taskPositionChanged_updatesDisplayAreaGroupPosition() local 194 final RootDisplayArea root = new SurfacelessDisplayAreaRoot(wms); in testTaskDisplayAreasCanHostHomeTask() local 239 final SurfacelessDisplayAreaRoot root = new SurfacelessDisplayAreaRoot(mWm); in createPolicyWith2TaskDisplayAreas() local
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 297 final ViewRootImpl root = mRoots.get(i); in getRootView() local 301 final ViewRootImpl root = mWindowlessRoots.get(i); in getRootView() local 335 ViewRootImpl root; in addView() local 431 ViewRootImpl root = mRoots.get(index); in updateViewLayout() local 483 ViewRootImpl root = mRoots.get(i); in closeAllExceptView() local 500 ViewRootImpl root = mRoots.get(index); in removeViewLocked() local 515 void doRemoveView(ViewRootImpl root) { in doRemoveView() 592 final ViewRootImpl root = mRoots.get(i); in doTrimForeground() local 617 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local 633 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local [all …]
|
D | FocusFinder.java | 79 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 …]
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsConfigLoader.c | 60 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/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
D | LoginTest.java | 102 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged() local 111 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noService() local 122 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noOptions() local 132 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_notImportant() local
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | AssignableFrom.java | 23 private final Class<?> root; field in AssignableFrom 25 AssignableFrom(Class<?> root) { in AssignableFrom()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
D | CertUtilsTest.java | 139 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/ |
D | ObserverNodeTest.java | 68 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/ |
D | ExternalStorageProvider.java | 222 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/ |
D | XmlNamespaceRemover_test.cpp | 78 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/ |
D | TestActivity.kt | 39 val root = LinearLayout(this) in createContentView() constant
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | DisplayListLayersActivity.java | 43 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/ |
D | WritePreloadedClassFile.java | 49 Root root = Root.fromFile(rootFile); in main() local 133 private static void addAllClassesFrom(String processName, Root root, in addAllClassesFrom()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | ViewPerfTest.java | 57 FrameLayout root = new FrameLayout(mContext); in testSimpleViewInflate() local 67 FrameLayout root = new FrameLayout(mContext); in testTwelveKeyInflate() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayAreaPolicy.java | 64 protected DisplayAreaPolicy(WindowManagerService wmService, RootDisplayArea root) { in DisplayAreaPolicy() 98 DisplayContent content, RootDisplayArea root, in instantiate() 177 RootDisplayArea root, DisplayArea.Tokens imeContainer); in instantiate()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/ |
D | Asn1DecoderTest.java | 45 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/ |
D | UninstallAppProgressFragment.java | 45 final View root = inflater.inflate(R.layout.uninstall_progress, container, false); in onCreateView() local 102 final View root = getView(); in showCompletion() local
|
/frameworks/layoutlib/bridge/src/android/preference/ |
D | Preference_Delegate.java | 57 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/ |
D | VerticalFocusSearchTest.java | 50 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/ |
D | ComposeInitializerTest.kt | 39 val root = TestWindowRoot(context) in testCanAddComposeViewInInitializedWindow() constant
|
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
D | DpiTestActivity.java | 82 LinearLayout root = new LinearLayout(this); in onCreate() local 152 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot() 159 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
|