Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 151) sorted by relevance

1234567

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h457 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/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
DViewUtils.java144 public static boolean hideFocus(@NonNull View root) { in hideFocus()
217 public static boolean adjustFocus(@NonNull View root, @Nullable View currentFocus) { in adjustFocus()
227 public static boolean adjustFocusImmediately(@NonNull View root, @Nullable View currentFocus) { in adjustFocusImmediately()
239 public static boolean initFocus(@NonNull View root, @Nullable View currentFocus) { in initFocus()
255 static boolean adjustFocus(@NonNull View root, @FocusLevel int currentLevel) { in adjustFocus()
266 public static boolean adjustFocus(@NonNull View root, in adjustFocus()
272 private static boolean adjustFocus(@NonNull View root, in adjustFocus()
287 private static boolean adjustFocus(@NonNull View root, in adjustFocus()
463 private static boolean focusOnDefaultFocusView(@NonNull View root) { in focusOnDefaultFocusView()
474 private static boolean focusOnFocusedByDefaultView(@NonNull View root) { in focusOnFocusedByDefaultView()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DLocalPreferences.java41 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/DocumentsUI/src/com/android/documentsui/
DActionHandler.java60 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()
DDragAndDropManager.java82 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()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java114 private void initializeDialogViews(View root, EnforcedAdmin enforcedAdmin, int userId, in initializeDialogViews()
146 void setAdminSupportIcon(View root, ComponentName admin, int userId) { in setAdminSupportIcon()
155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
164 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DOmdbApi.java70 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
DWikidata.java79 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/
DTestDragAndDropManager.java50 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()
DRoots.java25 RootInfo root = new RootInfo(); in create() local
DDocumentStackAsserts.java18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) { in assertEqualsTo()
DTestActionHandler.java74 public void openRoot(RootInfo root) { in openRoot()
89 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DTvSettingsActivity.java76 final ViewGroup root = findViewById(android.R.id.content); in onCreate() local
117 final ViewGroup root = findViewById(android.R.id.content); in finish() local
DActionDisabledByAdminDialogHelper.java108 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews()
127 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
162 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DLoadRootTask.java65 protected void finish(RootInfo root) { in finish()
89 void onRootLoaded(@Nullable RootInfo root); in onRootLoaded()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java124 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
DMenuManager.java142 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()
DConfig.java32 final RootInfo root = stack.getRoot(); in managedModeEnabled() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java224 private boolean createDocuments(String label, RootInfo root, in createDocuments()
282 private void loadImages(Uri root, DocumentsProviderHelper helper) throws Exception { in loadImages()
294 private void loadImageFromResources(Uri root, DocumentsProviderHelper helper, int resId, in loadImageFromResources()
542 private final String root; field in FileCopyUiTest.RootAndFolderPair
545 RootAndFolderPair(String root, String folder) { in RootAndFolderPair()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItem.java50 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/Gallery2/src/com/android/gallery3d/ui/
DSynchronizedHandler.java28 public SynchronizedHandler(GLRoot root) { in SynchronizedHandler()
/packages/providers/MediaProvider/jni/
Dnode.cpp77 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/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java116 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/
DSearchViewManagerTest.java429 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/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java72 public static void removeFileOrDirectory(File root) { in removeFileOrDirectory()
77 public static void removeFileOrDirectoryExcept(File root, File exclude) { in removeFileOrDirectoryExcept()

1234567