/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/DocumentsUI/src/com/android/documentsui/prefs/ |
D | LocalPreferences.java | 38 public static @ViewMode int getViewMode(Context context, RootInfo root, in getViewMode() 43 public static void setViewMode(Context context, RootInfo root, @ViewMode int viewMode) { in setViewMode() 52 private static String createKey(RootInfo root) { in createKey()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionHandler.java | 58 void openSettings(RootInfo root); in openSettings() 63 boolean dropOn(DragEvent event, RootInfo root); in dropOn() 68 void ejectRoot(RootInfo root, BooleanConsumer listener); in ejectRoot() 75 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() 92 void openRoot(RootInfo root); in openRoot() 104 void pasteIntoFolder(RootInfo root); in pasteIntoFolder()
|
D | DragAndDropManager.java | 81 RootInfo root, in startDrag() 93 boolean canSpringOpen(RootInfo root, DocumentInfo doc); in canSpringOpen() 230 RootInfo root, in startDrag() 298 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen() 489 final RootInfo root = dstStack.getRoot(); in canCopyTo() local 494 private boolean isValidDestination(RootInfo root, Uri dstUri) { in isValidDestination()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | TvSettingsActivity.java | 62 final ViewGroup root = findViewById(android.R.id.content); in onCreate() local 103 final ViewGroup root = findViewById(android.R.id.content); in finish() 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/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 | 67 public void openRoot(RootInfo root) { in openRoot() 82 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootItem.java | 45 public final RootInfo root; field in RootItem 51 public RootItem(RootInfo root, ActionHandler actionHandler) { in RootItem() 55 public RootItem(RootInfo root, ActionHandler actionHandler, String packageName) { in RootItem() 62 private static String getStringId(RootInfo root) { in getStringId()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | Config.java | 34 final RootInfo root = stack.getRoot(); in managedModeEnabled() local
|
D | ActionHandler.java | 127 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() 152 public void openSettings(RootInfo root) { in openSettings() 160 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() 167 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder() 192 public void openRoot(RootInfo root) { in openRoot() 759 RootInfo root = mActivity.getCurrentRoot(); in showInspector() local
|
D | MenuManager.java | 135 protected void updateSettings(MenuItem settings, RootInfo root) { in updateSettings() 141 protected void updateEject(MenuItem eject, RootInfo root) { in updateEject() 173 protected void updateOpenInNewWindow(MenuItem openInNewWindow, RootInfo root) { in updateOpenInNewWindow() 212 protected void updatePasteInto(MenuItem pasteInto, RootInfo root, DocumentInfo docInfo) { in updatePasteInto()
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelper.java | 117 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews() 155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle() 190 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/ |
D | ActionDisabledByAdminDialogHelper.java | 117 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews() 155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle() 190 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SynchronizedHandler.java | 28 public SynchronizedHandler(GLRoot root) { in SynchronizedHandler()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/ |
D | SearchViewManagerTest.java | 353 RootInfo root = spy(new RootInfo()); in testSupportsMimeTypesSearch_showChips() local 366 RootInfo root = spy(new RootInfo()); in testNotSupportsMimeTypesSearch_notShowChips() local 381 RootInfo root = spy(new RootInfo()); in testSupportsSearch_showMenu() local 393 RootInfo root = spy(new RootInfo()); in testNotSupportsSearch_notShowMenuAndChips() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/ |
D | ProvidersAccessTest.java | 138 RootInfo root = new RootInfo(); in testExcludedAuthorities() local 166 final RootInfo root = new RootInfo(); in buildForMimeTypes() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/weblinks/ |
D | WebLinksTestFragment.java | 39 View root = inflater.inflate(R.layout.weblinks_fragment, container, false); in onCreateView() 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 | 68 public DocumentStack(RootInfo root, DocumentInfo... docs) { in DocumentStack() 81 public DocumentStack(RootInfo root, List<DocumentInfo> docs) { in DocumentStack() 156 public void changeRoot(RootInfo root) { in changeRoot()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | DocumentsProviderHelper.java | 109 public Uri createDocument(RootInfo root, String mimeType, String name) { in createDocument() 137 public Uri createFolder(RootInfo root, String name) { in createFolder() 182 public void assertChildCount(RootInfo root, int expected) throws Exception { in assertChildCount() 201 public void assertHasFile(RootInfo root, String name) throws Exception { in assertHasFile() 220 public void assertHasDirectory(RootInfo root, String name) throws Exception { in assertHasDirectory() 238 public void assertDoesNotExist(RootInfo root, String name) throws Exception { in assertDoesNotExist() 317 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchFeatureProvider.java | 90 void showFeedbackButton(SearchFragment fragment, View root); in showFeedbackButton() 96 void hideFeedbackButton(View root); in hideFeedbackButton()
|