Home
last modified time | relevance | path

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

12345

/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/TvSettings/Settings/src/com/android/tv/settings/
DTvSettingsActivity.java43 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/
DRootItem.java44 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/
DActionHandler.java54 void openSettings(RootInfo root); in openSettings()
59 boolean dropOn(DragEvent event, RootInfo root); in dropOn()
64 void ejectRoot(RootInfo root, BooleanConsumer listener); in ejectRoot()
71 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument()
88 void openRoot(RootInfo root); in openRoot()
98 void pasteIntoFolder(RootInfo root); in pasteIntoFolder()
DAbstractActionHandler.java148 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot()
183 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
240 public void openSettings(RootInfo root) { in openSettings()
255 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn()
260 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder()
579 void onRootPicked(RootInfo root); in onRootPicked()
DDropdownBreadcrumb.java129 final RootInfo root = mEnv.getCurrentRoot(); in getView() local
149 final RootInfo root = mEnv.getCurrentRoot(); in getDropDownView() local
/packages/apps/Settings/src/com/android/settings/
DShowAdminSupportDetailsDialog.java100 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/
DUninstallAppProgressFragment.java45 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/prefs/
DLocalPreferences.java39 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/DocumentsUI/src/com/android/documentsui/files/
DConfig.java34 final RootInfo root = stack.getRoot(); in managedModeEnabled() local
DActionHandler.java114 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn()
132 ClipData clipData, Object localState, DocumentInfo rootDoc, RootInfo root) { in dropOnCallback()
151 public void openSettings(RootInfo root) { in openSettings()
159 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder()
166 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder()
191 public void openRoot(RootInfo root) { in openRoot()
DMenuManager.java141 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/tests/common/com/android/documentsui/testing/
DRoots.java25 RootInfo root = new RootInfo(); in create() local
DDocumentStackAsserts.java18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) { in assertEqualsTo()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSynchronizedHandler.java28 public SynchronizedHandler(GLRoot root) { in SynchronizedHandler()
DGLView.java86 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/
DDocumentsProviderHelper.java106 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()
296 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/packages/experimental/TestBack/src/foo/bar/testback/
DTestBackService.java93 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/
DProvidersCacheTest.java138 RootInfo root = new RootInfo(); in testExcludedAuthorities() local
166 final RootInfo root = new RootInfo(); in buildForMimeTypes() local
/packages/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java75 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/
DDocumentStack.java66 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/
DLocationSettings.java176 PreferenceScreen root = getPreferenceScreen(); in createPreferenceHierarchy() local
249 private void setupManagedProfileCategory(PreferenceScreen root) { in setupManagedProfileCategory()
300 private void addLocationServices(Context context, PreferenceScreen root, in addLocationServices()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DLoadRootTask.java56 protected void finish(RootInfo root) { in finish()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipProfileDb.java134 File root = new File(mProfilesDirectory); in retrieveSipProfileListInternal() local
151 File root = new File(mProfilesDirectory); in retrieveSipProfileFromName() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnabler.java47 final PreferenceScreen root = in onCreate() local

12345