/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDeviceRecord.java | 27 public final MtpRoot[] roots; field in MtpDeviceRecord 32 MtpRoot[] roots, @Nullable int[] operationsSupported, in MtpDeviceRecord() argument 37 this.roots = roots; in MtpDeviceRecord()
|
D | MtpManager.java | 254 final ArrayList<MtpRoot> roots = new ArrayList<>(); in getRoots() local 260 roots.add(new MtpRoot(device.getDeviceId(), info)); in getRoots() 262 return roots.toArray(new MtpRoot[roots.size()]); in getRoots() 270 MtpRoot[] roots; in createDeviceRecord() local 275 roots = getRoots(device.getDeviceId()); in createDeviceRecord() 281 roots = new MtpRoot[0]; in createDeviceRecord() 289 roots = new MtpRoot[0]; in createDeviceRecord() 292 device.getDeviceId(), name, device.getSerialNumber(), opened, roots, in createDeviceRecord()
|
D | Mapper.java | 93 String parentDocumentId, int[] operationsSupported, MtpRoot[] roots) in putStorageDocuments() argument 98 final ContentValues[] valuesList = new ContentValues[roots.length]; in putStorageDocuments() 99 final ContentValues[] extraValuesList = new ContentValues[roots.length]; in putStorageDocuments() 100 for (int i = 0; i < roots.length; i++) { in putStorageDocuments() 108 roots[i]); in putStorageDocuments()
|
D | RootScanner.java | 164 documentId, device.operationsSupported, device.roots)) { in run()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestMtpManager.java | 100 device.deviceId, device.name, device.deviceKey, true, device.roots, in openDevice() 115 device.roots, device.operationsSupported, device.eventsSupported)); in closeDevice()
|
D | TestUtil.java | 123 if (device.roots.length == 0) { in waitForStorages()
|
D | MtpManagerTest.java | 121 storageId = record.roots[0].mStorageId; in testCreateDocumentAndGetPartialObject()
|
D | MtpDocumentsProviderTest.java | 952 private String[] setupRoots(int deviceId, MtpRoot[] roots) in setupRoots() argument 957 roots, OPERATIONS_SUPPORTED, null)); in setupRoots()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1932 final ArrayDeque<Node> roots = findRoots(rules); in getSortedViews() local 1936 while ((node = roots.pollLast()) != null) { in getSortedViews() 1950 roots.add(dependent); in getSortedViews() 2010 final ArrayDeque<Node> roots = mRoots; in findRoots() local 2011 roots.clear(); in findRoots() 2016 if (node.dependencies.size() == 0) roots.addLast(node); in findRoots() 2019 return roots; in findRoots()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 8348 final ArrayList<ViewRootImpl> roots = in autofillClientFindViewsByAutofillIdTraversal() local 8351 for (int rootNum = 0; rootNum < roots.size(); rootNum++) { in autofillClientFindViewsByAutofillIdTraversal() 8352 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewsByAutofillIdTraversal() 8372 final ArrayList<ViewRootImpl> roots = in autofillClientFindViewByAutofillIdTraversal() local 8374 for (int rootNum = 0; rootNum < roots.size(); rootNum++) { in autofillClientFindViewByAutofillIdTraversal() 8375 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAutofillIdTraversal() 8414 final ArrayList<ViewRootImpl> roots = WindowManagerGlobal.getInstance() in autofillClientFindViewByAccessibilityIdTraversal() local 8416 for (int rootNum = 0; rootNum < roots.size(); rootNum++) { in autofillClientFindViewByAccessibilityIdTraversal() 8417 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAccessibilityIdTraversal()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 183 (For example, a function in a library to compute square roots has 188 root function must still compute square roots.)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 3188 static bool freeze(upb_refcounted *const*roots, int n, upb_status *s, in freeze() argument 3209 if (color(&t, roots[i]) < GREEN) { in freeze() 3210 do_tarjan(roots[i], &t); in freeze() 3489 bool upb_refcounted_freeze(upb_refcounted *const*roots, int n, upb_status *s, in upb_refcounted_freeze() argument 3493 assert(!roots[i]->is_frozen); in upb_refcounted_freeze() 3495 return freeze(roots, n, s, maxdepth); in upb_refcounted_freeze()
|
D | upb.h | 1224 bool upb_refcounted_freeze(upb_refcounted *const*roots, int n, upb_status *s,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 3347 static bool freeze(upb_refcounted *const*roots, int n, upb_status *s, in freeze() argument 3368 if (color(&t, roots[i]) < GREEN) { in freeze() 3369 do_tarjan(roots[i], &t); in freeze() 3645 bool upb_refcounted_freeze(upb_refcounted *const*roots, int n, upb_status *s, in upb_refcounted_freeze() argument 3650 assert(!roots[i]->is_frozen); in upb_refcounted_freeze() 3652 ret = freeze(roots, n, s, maxdepth); in upb_refcounted_freeze()
|
D | upb.h | 1512 bool upb_refcounted_freeze(upb_refcounted *const*roots, int n, upb_status *s,
|