/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 | 59 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationInit() local 96 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangeOnAddRemove() local 142 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangePropagation() local 214 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetWindowingMode() local 228 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetActivityType() local 291 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationConstraints() local 330 final TestConfigurationContainer root = in testSetMaxBoundsByHierarchy() local 351 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetBoundsNotOverrideMaxBounds() local 371 final TestConfigurationContainer root = in testOnRequestedOverrideConfigurationChangedOverrideMaxBounds() local
|
D | WindowContainerTests.java | 104 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local 157 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd_AlreadyHasParent() local 182 final TestWindowContainer root = builder.setLayer(0).build(); in testHasChild() local 212 final TestWindowContainer root = builder.setLayer(0).build(); in testRemoveImmediately() local 273 final TestWindowContainer root = builder.setLayer(0).build(); in testAddChildByIndex() local 300 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAt() local 324 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAtIncludeParents() local 366 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_TransitionFlag() local 377 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ParentsFlag() local 394 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ChildrenFlag() local [all …]
|
D | DisplayAreaTest.java | 153 final RootDisplayArea root = in testForAllTaskDisplayAreas_onlyTraversesDisplayAreaOfTypeAny() local 210 final RootDisplayArea root = in testForAllTaskDisplayAreas_appliesOnTaskDisplayAreaInOrder() local 310 final RootDisplayArea root = in testForAllTaskDisplayAreas_returnsWhenCallbackReturnTrue() local 338 final RootDisplayArea root = in testReduceOnAllTaskDisplayAreas_returnsTheAccumulativeResult() local 364 final RootDisplayArea root = in testGetItemFromTaskDisplayAreas_returnsWhenCallbackReturnNotNull() local 420 final RootDisplayArea root = in testRestrictAppBoundsToOverrideBounds() 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 | 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 …]
|
D | WindowManagerGlobal.java | 313 final ViewRootImpl root = mRoots.get(i); in getRootView() local 347 ViewRootImpl root; in addView() local 424 ViewRootImpl root = mRoots.get(index); in updateViewLayout() local 476 ViewRootImpl root = mRoots.get(i); in closeAllExceptView() local 493 ViewRootImpl root = mRoots.get(index); in removeViewLocked() local 508 void doRemoveView(ViewRootImpl root) { in doRemoveView() 585 final ViewRootImpl root = mRoots.get(i); in doTrimForeground() local 610 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local 626 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local 647 private static String getWindowName(ViewRootImpl root) { in getWindowName() [all …]
|
/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/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/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 | 221 final RootInfo root = new RootInfo(); in updateVolumesLocked() local 388 final RootInfo root = mRoots.valueAt(i); in getMostSpecificRootForPath() local 411 RootInfo root = getRootFromDocId(docId); in getFileForDocId() local 417 RootInfo root = getRootFromDocId(docId); in resolveDocId() local 442 RootInfo root; in getRootFromDocId() local 453 private File buildFile(RootInfo root, String docId, boolean visible, boolean mustExist) in buildFile() 533 final RootInfo root = resolvedDocId.first; in findDocumentPath() local 613 RootInfo root = mRoots.get(rootId); in querySearchDocuments() local 624 RootInfo root = mRoots.get(rootId); in ejectRoot() local 641 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/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()
|
D | PrintPsTree.java | 38 Root root = (Root) oin.readObject(); in main() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayAreaPolicy.java | 64 protected DisplayAreaPolicy(WindowManagerService wmService, RootDisplayArea root) { in DisplayAreaPolicy() 95 DisplayContent content, RootDisplayArea root, in instantiate() 178 RootDisplayArea root, DisplayArea.Tokens imeContainer); in instantiate()
|
/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/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/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()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 227 public T inflate(@XmlRes int resource, P root) { in inflate() 247 public T inflate(XmlPullParser parser, P root) { in inflate() 267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate() 298 public T inflate(XmlPullParser parser, P root, in inflate()
|