Home
last modified time | relevance | path

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

12345678910>>...20

/aosp12/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp41 std::string root(TOPDIR); in TEST_F() local
52 const std::string root = "/luck"; in TEST_F() local
62 const std::string root = "../././.."; in TEST_F() local
73 const std::string root = "/luck"; in TEST_F() local
84 const std::string root = "aaa/bbb/../../ccc/"; in TEST_F() local
98 const std::string root = "aa/"; in TEST_F() local
111 const std::string root = "aa/"; in TEST_F() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DViewUtils.java178 public static boolean hideFocus(@NonNull View root) { in hideFocus()
194 public static FocusParkingView findFocusParkingView(@NonNull View root) { in findFocusParkingView()
298 static boolean adjustFocus(@NonNull View root, @FocusLevel int currentLevel) { in adjustFocus()
309 public static boolean adjustFocus(@NonNull View root, in adjustFocus()
315 private static boolean adjustFocus(@NonNull View root, in adjustFocus()
330 private static boolean adjustFocus(@NonNull View root, in adjustFocus()
579 private static boolean focusOnDefaultFocusView(@NonNull View root) { in focusOnDefaultFocusView()
591 private static boolean focusOnFocusedByDefaultView(@NonNull View root) { in focusOnFocusedByDefaultView()
615 private static boolean focusOnSelectedView(@NonNull View root) { in focusOnSelectedView()
629 public static boolean focusOnFirstRegularView(@NonNull View root) { in focusOnFirstRegularView()
[all …]
/aosp12/system/core/libcutils/
H A Dconfig_utils.cpp38 cnode* config_find(cnode *root, const char *name) in config_find()
50 static cnode* _config_create(cnode *root, const char *name) in _config_create()
66 int config_bool(cnode *root, const char *name, int _default) in config_bool()
84 const char* config_str(cnode *root, const char *name, const char *_default) in config_str()
94 void config_set(cnode *root, const char *name, const char *value) in config_set()
261 static int parse_expr(cstate *cs, cnode *root) in parse_expr()
291 void config_load(cnode *root, char *data) in config_load()
311 void config_load_file(cnode *root, const char *fn) in config_load_file()
318 void config_free(cnode *root) in config_free()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A 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()
581 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set()
591 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set()
663 …ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) c… in Swap()
682 bool Erase(ValueType& root) const { in Erase()
1044 typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in GetValueByPointer()
1054 typename T::ValueType* GetValueByPointer(T& root, const CharType (&source)[N]) { in GetValueByPointer()
1059 const typename T::ValueType* GetValueByPointer(const T& root, const CharType(&source)[N]) { in GetValueByPointer()
1300 bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) { in EraseValueByPointer()
[all …]
/aosp12/system/linkerconfig/generator/
H A Dvariableloader.cc55 void LoadVariableFromPartitionPath(const std::string& root, in LoadVariableFromPartitionPath()
68 void LoadPartitionPathVariables(const std::string& root) { in LoadPartitionPathVariables()
74 void LoadVndkLibraryListVariables(const std::string& root, in LoadVndkLibraryListVariables()
126 void LoadLibraryListVariables(const std::string& root) { in LoadLibraryListVariables()
140 void LoadVariables(const std::string& root) { in LoadVariables()
/aosp12/art/runtime/
H A Dgc_root.h112 ALWAYS_INLINE void VisitRoot(mirror::Object** root, const RootInfo& info) in VisitRoot()
118 ALWAYS_INLINE void VisitRootIfNonNull(mirror::Object** root, const RootInfo& info) in VisitRootIfNonNull()
247 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root) in VisitRootIfNonNull()
255 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<MirrorType>* root) in VisitRootIfNonNull()
263 void VisitRoot(GcRoot<MirrorType>& root) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitRoot()
268 void VisitRoot(mirror::CompressedReference<MirrorType>* root) in VisitRoot()
294 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root) const in VisitRootIfNonNull()
302 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<MirrorType>* root) const in VisitRootIfNonNull()
310 void VisitRoot(GcRoot<MirrorType>& root) const REQUIRES_SHARED(Locks::mutator_lock_) { in VisitRoot()
315 void VisitRoot(mirror::CompressedReference<MirrorType>* root) const in VisitRoot()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DConfigurationContainerTests.java59 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationInit() local
96 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangeOnAddRemove() local
142 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangePropagation() local
214 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetWindowingMode() local
228 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetActivityType() local
291 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationConstraints() local
330 final TestConfigurationContainer root = in testSetMaxBoundsByHierarchy() local
351 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetBoundsNotOverrideMaxBounds() local
371 final TestConfigurationContainer root = in testOnRequestedOverrideConfigurationChangedOverrideMaxBounds() local
H A DWindowContainerTests.java106 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local
159 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd_AlreadyHasParent() local
184 final TestWindowContainer root = builder.setLayer(0).build(); in testHasChild() local
214 final TestWindowContainer root = builder.setLayer(0).build(); in testRemoveImmediately() local
275 final TestWindowContainer root = builder.setLayer(0).build(); in testAddChildByIndex() local
699 final TestWindowContainer root = builder.build(); in testPrefixOrderIndex() local
733 final TestWindowContainer root = builder.build(); in testPrefixOrder_addEntireSubtree() local
756 final TestWindowContainer root = builder.build(); in testPrefixOrder_remove() local
784 final TestWindowContainer root = builder.build(); in testOnParentResizePropagation() local
810 final TestWindowContainer root = spy(builder.build()); in testOnDescendantOrientationRequestChangedPropagation() local
[all …]
H A DDisplayAreaTest.java154 final RootDisplayArea root = in testForAllTaskDisplayAreas_onlyTraversesDisplayAreaOfTypeAny() local
211 final RootDisplayArea root = in testForAllTaskDisplayAreas_appliesOnTaskDisplayAreaInOrder() local
311 final RootDisplayArea root = in testForAllTaskDisplayAreas_returnsWhenCallbackReturnTrue() local
339 final RootDisplayArea root = in testReduceOnAllTaskDisplayAreas_returnsTheAccumulativeResult() local
365 final RootDisplayArea root = in testGetItemFromTaskDisplayAreas_returnsWhenCallbackReturnNotNull() local
421 final RootDisplayArea root = in testRestrictAppBoundsToOverrideBounds() local
588 final RootDisplayArea root = in testGetDisplayAreaInfo() local
/aosp12/frameworks/base/core/java/android/view/
H A DFocusFinder.java79 public final View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
126 private ViewGroup getEffectiveRoot(ViewGroup root, View focused) { in getEffectiveRoot()
157 public View findNextKeyboardNavigationCluster( in findNextKeyboardNavigationCluster()
218 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, in findNextFocus()
276 View root, in findNextKeyboardNavigationCluster()
326 private void setFocusBottomRight(ViewGroup root, Rect focusedRect) { in setFocusBottomRight()
332 private void setFocusTopLeft(ViewGroup root, Rect focusedRect) { in setFocusTopLeft()
405 View root, in getNextKeyboardNavigationCluster()
428 View root, in getPreviousKeyboardNavigationCluster()
894 View get(View root, View view); in get()
[all …]
H A DWindowManagerGlobal.java314 final ViewRootImpl root = mRoots.get(i); in getRootView() local
348 ViewRootImpl root; in addView() local
425 ViewRootImpl root = mRoots.get(index); in updateViewLayout() local
477 ViewRootImpl root = mRoots.get(i); in closeAllExceptView() local
494 ViewRootImpl root = mRoots.get(index); in removeViewLocked() local
509 void doRemoveView(ViewRootImpl root) { in doRemoveView()
586 final ViewRootImpl root = mRoots.get(i); in doTrimForeground() local
611 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
627 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
659 ViewRootImpl root = mRoots.get(i); in setStoppedState() local
[all …]
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DLoginTest.java102 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged() local
111 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noService() local
122 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_noOptions() local
132 final View root = activity.getWindow().getDecorView(); in testOnVisibilityAggregated_visibleChanged_notImportant() local
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsConfigLoader.c60 cnode *root; in loadEffectConfigFile() local
78 int loadLibraries(cnode *root) in loadLibraries()
151 int loadLibrary(cnode *root, const char *name) in loadLibrary()
233 int addSubEffect(cnode *root) in addSubEffect()
289 int loadEffects(cnode *root) in loadEffects()
305 int loadEffect(cnode *root) in loadEffect()
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DAssignableFrom.java23 private final Class<?> root; field in AssignableFrom
25 AssignableFrom(Class<?> root) { in AssignableFrom()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java139 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlRootNode_succeeds() local
150 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_singleLevel_succeeds() local
157 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_multipleLevels_succeeds() local
164 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistFalse_succeedsIfNotExist() local
173 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistAtLeastOne_throwsIfNotExist() local
186 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistExactlyOne_throwsIfNotExist() local
199 Element root = CertUtils.getXmlRootNode(XML_STR.getBytes(UTF_8)); in getXmlNodeContents_mustExistExactlyOne_throwsIfMultipleExist() local
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java221 final RootInfo root = new RootInfo(); in updateVolumesLocked() local
388 final RootInfo root = mRoots.valueAt(i); in getMostSpecificRootForPath() local
411 RootInfo root = getRootFromDocId(docId); in getFileForDocId() local
417 RootInfo root = getRootFromDocId(docId); in resolveDocId() local
442 RootInfo root; in getRootFromDocId() local
453 private File buildFile(RootInfo root, String docId, boolean visible, boolean mustExist) in buildFile()
533 final RootInfo root = resolvedDocId.first; in findDocumentPath() local
613 RootInfo root = mRoots.get(rootId); in querySearchDocuments() local
624 RootInfo root = mRoots.get(rootId); in ejectRoot() local
641 final RootInfo root = mRoots.valueAt(i); in dump() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
H A 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()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DObserverNodeTest.java68 ObserverNode root = new ObserverNode(""); in testUri() local
102 ObserverNode root = new ObserverNode(""); in testUriNotNotify() local
142 final ObserverNode root = new ObserverNode(""); in testCluster() local
/aosp12/bionic/tests/
H A Dftw_test.cpp31 static void MakeTree(const char* root) { in MakeTree()
104 TemporaryDir root; in TEST() local
110 TemporaryDir root; in TEST() local
116 TemporaryDir root; in TEST() local
122 TemporaryDir root; in TEST() local
146 TemporaryDir root; in TEST() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A 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()
/aosp12/frameworks/base/tools/aapt2/link/
H A DXmlNamespaceRemover_test.cpp78 xml::Node* root = doc->root.get(); local
96 xml::Node* root = doc->root.get(); local
115 xml::Node* root = doc->root.get(); local
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A 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()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDisplayListLayersActivity.java43 LinearLayout root = createContainer(); in onCreate() local
53 private Button createButton(final LinearLayout root) { in createButton()
71 private void addChild(LinearLayout root, View child, int width, int height) { in addChild()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DViewPerfTest.java57 FrameLayout root = new FrameLayout(mContext); in testSimpleViewInflate() local
67 FrameLayout root = new FrameLayout(mContext); in testTwelveKeyInflate() local
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
H A 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

12345678910>>...20