/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 457 ValueType* Get(ValueType& root) const { in Get() 487 const ValueType* Get(const ValueType& root) const { return Get(const_cast<ValueType&>(root)); } in Get() 504 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault() 511 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault() 519 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault() 532 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() 581 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set() 586 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set() 591 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set() 597 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… in Set() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | TvSettingsActivity.java | 43 final ViewGroup root = findViewById(android.R.id.content); in onCreate() local 82 final ViewGroup root = findViewById(android.R.id.content); in finish() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootItem.java | 44 public final RootInfo root; field in RootItem 49 public RootItem(RootInfo root, ActionHandler actionHandler) { in RootItem() 55 private static String getStringId(RootInfo root) { in getStringId()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionHandler.java | 56 void openSettings(RootInfo root); in openSettings() 61 boolean dropOn(DragEvent event, RootInfo root); in dropOn() 66 void ejectRoot(RootInfo root, BooleanConsumer listener); in ejectRoot() 73 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() 90 void openRoot(RootInfo root); in openRoot() 100 void pasteIntoFolder(RootInfo root); in pasteIntoFolder()
|
D | DragAndDropManager.java | 80 RootInfo root, in startDrag() 92 boolean canSpringOpen(RootInfo root, DocumentInfo doc); in canSpringOpen() 229 RootInfo root, in startDrag() 297 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen() 488 final RootInfo root = dstStack.getRoot(); in canCopyTo() local 493 private boolean isValidDestination(RootInfo root, Uri dstUri) { in isValidDestination()
|
D | AbstractActionHandler.java | 147 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot() 182 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() 243 public void openSettings(RootInfo root) { in openSettings() 258 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() 263 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() 605 void onRootPicked(RootInfo root); in onRootPicked()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDragAndDropManager.java | 50 public void startDrag(View v, List<DocumentInfo> srcs, RootInfo root, List<Uri> invalidDest, in startDrag() 56 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen() 72 public boolean drop(ClipData clipData, Object localState, RootInfo root, ActionHandler actions, in drop()
|
D | Roots.java | 25 RootInfo root = new RootInfo(); in create() local
|
D | DocumentStackAsserts.java | 18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) { in assertEqualsTo()
|
D | TestActionHandler.java | 66 public void openRoot(RootInfo root) { in openRoot() 81 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ShowAdminSupportDetailsDialog.java | 100 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews() 128 private void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle() 159 public static void setAdminSupportDetails(final Activity activity, View root, in setAdminSupportDetails()
|
/packages/apps/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
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | Config.java | 34 final RootInfo root = stack.getRoot(); in managedModeEnabled() local
|
D | ActionHandler.java | 119 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() 144 public void openSettings(RootInfo root) { in openSettings() 152 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() 159 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder() 184 public void openRoot(RootInfo root) { in openRoot()
|
D | MenuManager.java | 141 protected void updateSettings(MenuItem settings, RootInfo root) { in updateSettings() 147 protected void updateEject(MenuItem eject, RootInfo root) { in updateEject() 186 protected void updateOpenInNewWindow(MenuItem openInNewWindow, RootInfo root) { in updateOpenInNewWindow() 225 protected void updatePasteInto(MenuItem pasteInto, RootInfo root, DocumentInfo docInfo) { in updatePasteInto()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/ |
D | LocalPreferences.java | 39 public static @ViewMode int getViewMode(Context context, RootInfo root, in getViewMode() 44 public static void setViewMode(Context context, RootInfo root, @ViewMode int viewMode) { in setViewMode() 53 private static String createKey(RootInfo root) { in createKey()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SynchronizedHandler.java | 28 public SynchronizedHandler(GLRoot root) { in SynchronizedHandler()
|
D | GLView.java | 86 GLRoot root = getGLRoot(); in startAnimation() local 115 public void attachToRoot(GLRoot root) { in attachToRoot() 206 GLRoot root = getGLRoot(); in invalidate() local 219 GLRoot root = getGLRoot(); in requestLayout() local 431 protected void onAttachToRoot(GLRoot root) { in onAttachToRoot()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | DocumentsProviderHelper.java | 106 public Uri createDocument(RootInfo root, String mimeType, String name) { in createDocument() 134 public Uri createFolder(RootInfo root, String name) { in createFolder() 170 public void assertChildCount(RootInfo root, int expected) throws Exception { in assertChildCount() 189 public void assertHasFile(RootInfo root, String name) throws Exception { in assertHasFile() 208 public void assertHasDirectory(RootInfo root, String name) throws Exception { in assertHasDirectory() 226 public void assertDoesNotExist(RootInfo root, String name) throws Exception { in assertDoesNotExist() 305 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
|
/packages/experimental/TestBack/src/foo/bar/testback/ |
D | TestBackService.java | 93 AccessibilityNodeInfo root = source; in dumpWindow() local 106 private void dumpTree(AccessibilityNodeInfo root, Set<AccessibilityNodeInfo> visited) { in dumpTree()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/ |
D | ProvidersCacheTest.java | 138 RootInfo root = new RootInfo(); in testExcludedAuthorities() local 166 final RootInfo root = new RootInfo(); in buildForMimeTypes() local
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | FileUtil.java | 75 public static void removeFileOrDirectory(File root) { in removeFileOrDirectory() 80 public static void removeFileOrDirectoryExcept(File root, File exclude) { in removeFileOrDirectoryExcept()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DocumentStack.java | 66 public DocumentStack(RootInfo root, DocumentInfo... docs) { in DocumentStack() 79 public DocumentStack(RootInfo root, List<DocumentInfo> docs) { in DocumentStack() 151 public void changeRoot(RootInfo root) { in changeRoot()
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | LocationSettings.java | 176 PreferenceScreen root = getPreferenceScreen(); in createPreferenceHierarchy() local 244 private void setupManagedProfileCategory(PreferenceScreen root) { in setupManagedProfileCategory() 295 private void addLocationServices(Context context, PreferenceScreen root, in addLocationServices()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | LoadRootTask.java | 56 protected void finish(RootInfo root) { in finish()
|