/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/Settings/src/com/android/settings/ |
D | ActionDisabledByAppOpsHelper.java | 70 private void initializeDialogViews(View root) { in initializeDialogViews() 76 void setSupportTitle(View root) { in setSupportTitle() 84 void setSupportDetails(final View root) { in setSupportDetails()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/ |
D | LocalPreferences.java | 41 public static @ViewMode int getViewMode(Context context, RootInfo root, in getViewMode() 51 public static void setViewMode(Context context, RootInfo root, @ViewMode int viewMode) { in setViewMode() 68 private static String createKey(String prefix, RootInfo root) { in createKey()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Navigator.java | 278 AccessibilityNodeInfo root = window.getRoot(); in getRoot() local 302 AccessibilityNodeInfo findFocusedNodeInRoot(@NonNull AccessibilityNodeInfo root) { in findFocusedNodeInRoot() 316 private AccessibilityNodeInfo findFocusedNodeInRootInternal( in findFocusedNodeInRootInternal() 368 AccessibilityNodeInfo root = getRoot(node); in findFocusParkingView() local 380 AccessibilityNodeInfo findFocusParkingViewInRoot(@NonNull AccessibilityNodeInfo root) { in findFocusParkingViewInRoot() 394 AccessibilityNodeInfo findSurfaceViewInRoot(@NonNull AccessibilityNodeInfo root) { in findSurfaceViewInRoot() 496 AccessibilityNodeInfo root = window.getRoot(); in maybeAddImplicitFocusArea() local 1021 private AccessibilityNodeInfo findNextFocusableInVirtualRoot( in findNextFocusableInVirtualRoot() 1053 private AccessibilityNodeInfo findFirstFocusableDescendantInVirtualRoot( in findFirstFocusableDescendantInVirtualRoot() 1066 private AccessibilityNodeInfo findLastFocusableDescendantInVirtualRoot( in findLastFocusableDescendantInVirtualRoot() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionHandler.java | 60 void openSettings(RootInfo root); in openSettings() 65 boolean dropOn(DragEvent event, RootInfo root); in dropOn() 70 void ejectRoot(RootInfo root, BooleanConsumer listener); in ejectRoot() 77 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() 96 void openRoot(RootInfo root); in openRoot() 110 void pasteIntoFolder(RootInfo root); in pasteIntoFolder()
|
D | DragAndDropManager.java | 82 RootInfo root, in startDrag() 94 boolean canSpringOpen(RootInfo root, DocumentInfo doc); in canSpringOpen() 238 RootInfo root, in startDrag() 307 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen() 504 final RootInfo root = dstStack.getRoot(); in canCopyTo() local 509 private boolean isValidDestination(RootInfo root, Uri dstUri) { in isValidDestination()
|
D | AbstractActionHandler.java | 161 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot() 201 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() 263 public void openSettings(RootInfo root) { in openSettings() 278 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() 283 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() 747 public void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded() 810 private void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded() 968 void onRootPicked(RootInfo root); in onRootPicked()
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelper.java | 123 private void initializeDialogViews(View root, EnforcedAdmin enforcedAdmin, int userId, in initializeDialogViews() 155 void setAdminSupportIcon(View root, ComponentName admin, int userId) { in setAdminSupportIcon() 164 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle() 173 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 126 static bool ParseUint(Json::Value root, std::string field_name, in ParseUint() 148 static bool ParseUintArray(Json::Value root, std::string field_name, in ParseUintArray() 186 static bool ParseUintVector(Json::Value root, std::string field_name, in ParseUintVector() 257 Json::Value root; local
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/ |
D | OmdbApi.java | 70 JSONObject root = (JSONObject) getContent(getContentUri(movie)); in populateMovie() local 84 JSONObject root = (JSONObject) getContent(getContentUri(series)); in populateSeries() local 97 JSONObject root = (JSONObject) getContent(getContentUri(episode)); in populateEpisode() local
|
D | Wikidata.java | 79 Object root = new JSONTokener(result).nextValue(); in getSearchResults() local 118 Object root = new JSONTokener(result).nextValue(); in getSparqlForResults() local 212 private static void dumpJson(Object root) throws JSONException { in dumpJson()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 124 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() 153 public void openSettings(RootInfo root) { in openSettings() 161 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() 168 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder() 193 public void openRoot(RootInfo root) { in openRoot() 573 RootInfo root = mActivity.getCurrentRoot(); in showInspector() local
|
D | MenuManager.java | 142 protected void updateSettings(MenuItem settings, RootInfo root) { in updateSettings() 147 protected void updateEject(MenuItem eject, RootInfo root) { in updateEject() 175 protected void updateOpenInNewWindow(MenuItem openInNewWindow, RootInfo root) { in updateOpenInNewWindow() 213 protected void updatePasteInto(MenuItem pasteInto, RootInfo root, DocumentInfo docInfo) { in updatePasteInto()
|
/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() 77 public boolean drop(ClipData clipData, Object localState, RootInfo root, ActionHandler actions, in drop()
|
D | TestActionHandler.java | 74 public void openRoot(RootInfo root) { in openRoot() 89 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | FileCopyUiTest.java | 226 private boolean createDocuments(String label, RootInfo root, in createDocuments() 284 private void loadImages(Uri root, DocumentsProviderHelper helper) throws Exception { in loadImages() 296 private void loadImageFromResources(Uri root, DocumentsProviderHelper helper, int resId, in loadImageFromResources() 544 private final String root; field in FileCopyUiTest.RootAndFolderPair 547 RootAndFolderPair(String root, String folder) { in RootAndFolderPair()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | ActionDisabledByAdminDialogHelper.java | 110 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews() 129 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle() 164 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
|
D | TvSettingsActivity.java | 193 final ViewGroup root = findViewById(android.R.id.content); in onCreate() local 235 final ViewGroup root = findViewById(android.R.id.content); in finish() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootItem.java | 50 public final RootInfo root; field in RootItem 57 public RootItem(RootInfo root, ActionHandler actionHandler, boolean maybeShowBadge) { in RootItem() 61 public RootItem(RootInfo root, ActionHandler actionHandler, String packageName, in RootItem() 70 private static String getStringId(RootInfo root) { in getStringId()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | LoadRootTask.java | 65 protected void finish(RootInfo root) { in finish() 89 void onRootLoaded(@Nullable RootInfo root); in onRootLoaded()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | DocumentsProviderHelper.java | 116 public Uri createDocument(RootInfo root, String mimeType, String name) { in createDocument() 144 public Uri createFolder(RootInfo root, String name) { in createFolder() 189 public void assertChildCount(RootInfo root, int expected) throws Exception { in assertChildCount() 208 public void assertHasFile(RootInfo root, String name) throws Exception { in assertHasFile() 227 public void assertHasDirectory(RootInfo root, String name) throws Exception { in assertHasDirectory() 245 public void assertDoesNotExist(RootInfo root, String name) throws Exception { in assertDoesNotExist() 325 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/ |
D | SearchViewManagerTest.java | 429 RootInfo root = spy(new RootInfo()); in testSupportsMimeTypesSearch_showChips() local 442 RootInfo root = spy(new RootInfo()); in testNotSupportsMimeTypesSearch_notShowChips() local 457 RootInfo root = spy(new RootInfo()); in testSupportsSearch_showMenu() local 469 RootInfo root = spy(new RootInfo()); in testNotSupportsSearch_notShowMenuAndChips() local
|
/packages/providers/MediaProvider/jni/ |
D | node.cpp | 77 const node* node::LookupAbsolutePath(const node* root, const std::string& absolute_path) { in LookupAbsolutePath() 96 const node* node::LookupInode(const node* root, ino_t ino) { in LookupInode()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
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/Messaging/src/com/android/messaging/util/ |
D | FileUtil.java | 72 public static void removeFileOrDirectory(File root) { in removeFileOrDirectory() 77 public static void removeFileOrDirectoryExcept(File root, File exclude) { in removeFileOrDirectoryExcept()
|