Home
last modified time | relevance | path

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

1234567

/frameworks/compile/mclinker/unittests/
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
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java99 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd() local
152 final TestWindowContainer root = builder.setLayer(0).build(); in testAdd_AlreadyHasParent() local
177 final TestWindowContainer root = builder.setLayer(0).build(); in testHasChild() local
207 final TestWindowContainer root = builder.setLayer(0).build(); in testRemoveImmediately() local
268 final TestWindowContainer root = builder.setLayer(0).build(); in testAddChildByIndex() local
295 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAt() local
319 final TestWindowContainer root = builder.setLayer(0).build(); in testPositionChildAtIncludeParents() local
361 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_TransitionFlag() local
372 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ParentsFlag() local
389 final TestWindowContainer root = builder.setLayer(0).build(); in testIsAnimating_ChildrenFlag() local
[all …]
DConfigurationContainerTests.java58 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationInit() local
95 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangeOnAddRemove() local
141 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationChangePropagation() local
213 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetWindowingMode() local
227 final TestConfigurationContainer root = new TestConfigurationContainer(); in testSetActivityType() local
290 final TestConfigurationContainer root = new TestConfigurationContainer(); in testConfigurationConstraints() local
DDisplayAreaPolicyBuilderTest.java74 DisplayArea.Root root = new SurfacelessDisplayAreaRoot(wms); in testBuilder() local
136 private List<DisplayArea<?>> collectLeafAreas(DisplayArea<?> root) { in collectLeafAreas()
143 DisplayAreaPolicyBuilder.Result policy, DisplayArea.Root root, in calculateZSets()
/frameworks/base/core/java/android/view/
DFocusFinder.java79 public final View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
91 public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction) { in findNextFocusFromRect()
96 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) { in findNextFocus()
126 private ViewGroup getEffectiveRoot(ViewGroup root, View focused) { in getEffectiveRoot()
157 public View findNextKeyboardNavigationCluster( in findNextKeyboardNavigationCluster()
183 private View findNextUserSpecifiedKeyboardNavigationCluster(View root, View currentCluster, in findNextUserSpecifiedKeyboardNavigationCluster()
193 private View findNextUserSpecifiedFocus(ViewGroup root, View focused, int direction) { in findNextUserSpecifiedFocus()
218 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, in findNextFocus()
276 View root, in findNextKeyboardNavigationCluster()
303 private View findNextFocusInRelativeDirection(ArrayList<View> focusables, ViewGroup root, in findNextFocusInRelativeDirection()
[all …]
DWindowManagerGlobal.java323 final ViewRootImpl root = mRoots.get(i); in getRootView() local
357 ViewRootImpl root; in addView() local
434 ViewRootImpl root = mRoots.get(index); in updateViewLayout() local
486 ViewRootImpl root = mRoots.get(i); in closeAllExceptView() local
503 ViewRootImpl root = mRoots.get(index); in removeViewLocked() local
518 void doRemoveView(ViewRootImpl root) { in doRemoveView()
596 final ViewRootImpl root = mRoots.get(i); in doTrimForeground() local
621 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
637 ViewRootImpl root = mRoots.get(i); in dumpGfxInfo() local
658 private static String getWindowName(ViewRootImpl root) { in getWindowName()
[all …]
/frameworks/av/media/libeffects/factory/
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()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DAssignableFrom.java23 private final Class<?> root; field in AssignableFrom
25 AssignableFrom(Class<?> root) { in AssignableFrom()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
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
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
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
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewPerfTest.java42 FrameLayout root = new FrameLayout(context); in testSimpleViewInflate() local
53 FrameLayout root = new FrameLayout(context); in testTwelveKeyInflate() local
/frameworks/base/tools/aapt2/link/
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
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
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
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
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()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaPolicy.java61 DisplayContent content, DisplayArea.Root root, in DisplayAreaPolicy()
106 DisplayContent content, DisplayArea.Root root, in instantiate()
131 DisplayContent content, DisplayArea.Root root, in instantiate()
/frameworks/base/tools/preload/
DWritePreloadedClassFile.java49 Root root = Root.fromFile(rootFile); in main() local
133 private static void addAllClassesFrom(String processName, Root root, in addAllClassesFrom()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java45 Asn1Node root = decoder.nextNode(); in testNormalOperation() local
75 Asn1Node root = decoder.nextNode(); in testHighTagNumberForm() local
194 Asn1Node root = decoder.nextNode(); in testLongFormLength() local
/frameworks/layoutlib/bridge/src/android/preference/
DPreference_Delegate.java57 public static View inflatePreference(Context context, XmlPullParser parser, ViewGroup root) { in inflatePreference()
67 private static ListView createContainerView(Context context, ViewGroup root) { in createContainerView()
/frameworks/base/packages/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
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DVerticalFocusSearchTest.java50 View findNextFocus(ViewGroup root, View focused, int direction); in findNextFocus()
56 public View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
/frameworks/base/cmds/idmap2/tests/
DFileUtilsTests.cpp36 const auto& root = GetTestDataPath(); in TEST() local
54 const auto& root = GetTestDataPath(); in TEST() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowCallbacksCompat.java94 ViewRootImpl root = mView.getViewRootImpl(); in attach() local
104 ViewRootImpl root = mView.getViewRootImpl(); in detach() local
/frameworks/base/core/java/android/widget/
DRemoteViews.java426 public abstract void apply(View root, ViewGroup rootParent, in apply()
457 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { in initActionAsync()
625 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply()
660 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply()
734 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply()
796 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply()
832 public Action initActionAsync(ViewTree root, ViewGroup rootParent, in initActionAsync()
872 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply()
1040 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply()
1097 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply()
[all …]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java82 LinearLayout root = new LinearLayout(this); in onCreate() local
152 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot()
159 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
/frameworks/base/core/java/android/preference/
DGenericInflater.java227 public T inflate(@XmlRes int resource, P root) { in inflate()
247 public T inflate(XmlPullParser parser, P root) { in inflate()
267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate()
298 public T inflate(XmlPullParser parser, P root, in inflate()

1234567