HomeSort by relevance Sort by last modified time
    Searched refs:getRoot (Results 26 - 50 of 985) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
LibraryActivity.java 30 setContentView(binding.getRoot());
  /frameworks/support/transition/tests/src/android/support/transition/
TransitionActivity.java 36 ViewGroup getRoot() {
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 163 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot());
193 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
230 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
243 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!");
258 Stream.printError(Stream.begin()->getRoot(), "Hello, World!");
267 Stream.begin()->getRoot());
282 Stream.begin()->getRoot());
298 Stream.begin()->getRoot());
300 AnotherStream.begin()->getRoot());
319 Stream.begin()->getRoot());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 137 public Node getRoot()
139 int handle=dtm_iter.getRoot();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ClassFileDumperTest.java 44 final File location = new File(folder.getRoot(), "classes");
53 final File location = new File(folder.getRoot(), "classes");
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DirectorySourceFileLocatorTest.java 43 locator = new DirectorySourceFileLocator(sourceFolder.getRoot(),
62 final File file = new File(sourceFolder.getRoot(), path);
  /external/r8/src/test/java/com/android/tools/r8/
R8CodeCanonicalizationTest.java 41 ToolHelper.runR8(ToolHelper.EXAMPLES_BUILD_DIR + SOURCE_DEX, temp.getRoot().getCanonicalPath());
43 Paths.get(temp.getRoot().getCanonicalPath(), "classes.dex"));
  /external/r8/src/test/java/com/android/tools/r8/utils/
D8CommandTest.java 63 Path working = temp.getRoot().toPath();
73 Path existingDir = temp.getRoot().toPath();
92 Path nonExistingDir = temp.getRoot().toPath().resolve("a/path/that/does/not/exist");
142 Path invalidType = temp.getRoot().toPath().resolve("an-invalid-output-file-type.foobar");
149 Path nonExistingDir = temp.getRoot().toPath().resolve("a/path/that/does/not/exist");
162 Path invalidType = temp.getRoot().toPath().resolve("an-invalid-output-file-type.foobar");
168 Path nonExistingJar = temp.getRoot().toPath().resolve("non-existing-archive.jar");
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 64 if(dtmMgr.getDTM(xns.getRoot()).getDocument() !=
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
InstrumentTest.java 59 File destdir = tmp.getRoot();
78 File destdir = tmp.getRoot();
89 File srcdir = new File(tmp.getRoot(), "src");
91 File destdir = new File(tmp.getRoot(), "dest");
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecFileLoaderTest.java 73 final File file = new File(sourceFolder.getRoot(), "broken.exec");
83 final File file = new File(sourceFolder.getRoot(), "target.exec");
108 final File file = new File(sourceFolder.getRoot(), "a/b/c/target.exec");
117 final File file = new File(sourceFolder.getRoot(), id + ".exec");
  /frameworks/data-binding/integration-tests/App With Spaces/app/src/main/java/android/databinding/appwithspaces/
MainActivity.java 32 setContentView(mBinder.getRoot());
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/java/android/databinding/multimoduletestapp/
MainActivity.java 32 setContentView(mBinder.getRoot());
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
TestLibraryMainActivity.java 31 setContentView(binder.getRoot());
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BindToFinalFieldTest.java 34 final TextView textView = (TextView) mBinder.getRoot().findViewById(R.id.text_view);
BindToFinalObservableFieldTest.java 34 final TextView textView = (TextView) mBinder.getRoot().findViewById(R.id.text_view);
NoVariableIncludeTest.java 35 TextView noIdInclude = (TextView) ((ViewGroup) mBinder.getRoot()).getChildAt(1);
ViewWithTagTest.java 34 ViewGroup root = (ViewGroup) binder.getRoot();
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/
TestFragment.java 38 return binding.getRoot();
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DataBoundAdapter.java 30 super(mViewBinder.getRoot());
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DocumentStackAsserts.java 19 assertEquals(root, stack.getRoot());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Source.java 147 Source getRoot();
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.java 140 clone.setRoot(this.getRoot());
203 clone.setRoot(this.getRoot());
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 79 BC.getNumVisited(CallSite, BlockID)+1).getRoot());
84 return BlockCounter(GetFactory(F).getEmptyMap().getRoot());
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
AntFilesLocatorTest.java 63 final File file = new File(folder.getRoot(), path);
69 return new FileResource(folder.getRoot(), path);

Completed in 706 milliseconds

12 3 4 5 6 7 8 91011>>