Home
last modified time | relevance | path

Searched refs:getRoot (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
DCachedDependencyResolverFileCacheTest.java31 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000); in shouldLoadNullWhenCacheIsEmpty()
40 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000); in shouldLoadObjectWhenCacheExists()
53 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000); in shouldLoadNullWhenObjectInCacheHaveBadType()
62 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000); in shouldWriteObjectToFile()
75 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000); in shouldWriteUrlArrayToFile()
87 File dir = temporaryFolder.getRoot(); in readFromCacheFile()
101 File dir = temporaryFolder.getRoot(); in writeToCacheFile()
/external/llvm/unittests/Support/
DYAMLParserTest.cpp163 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot()); in TEST()
193 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in ExpectCanParseString()
230 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in TEST()
243 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST()
258 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
267 Stream.begin()->getRoot()); in TEST()
282 Stream.begin()->getRoot()); in TEST()
298 Stream.begin()->getRoot()); in TEST()
300 AnotherStream.begin()->getRoot()); in TEST()
319 Stream.begin()->getRoot()); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLParserTest.cpp163 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot()); in TEST()
194 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in ExpectCanParseString()
231 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in TEST()
244 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST()
259 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
268 Stream.begin()->getRoot()); in TEST()
283 Stream.begin()->getRoot()); in TEST()
299 Stream.begin()->getRoot()); in TEST()
301 AnotherStream.begin()->getRoot()); in TEST()
320 Stream.begin()->getRoot()); in TEST()
[all …]
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DAntResourcesLocatorTest.java75 locator.add(new FileResource(folder.getRoot(), "src")); in testDirectory()
86 locator.add(new FileResource(folder.getRoot(), "src")); in testFilePrecedence()
97 locator.add(new FileResource(folder.getRoot(), "src1")); in testDirectoryOrdering()
99 locator.add(new FileResource(folder.getRoot(), "src2")); in testDirectoryOrdering()
101 locator.add(new FileResource(folder.getRoot(), "src3")); in testDirectoryOrdering()
124 final File file = new File(folder.getRoot(), path); in createFile()
130 return new FileResource(folder.getRoot(), path); in createFile()
/external/junit/src/main/java/org/junit/rules/
DTemporaryFolder.java66 File file = new File(getRoot(), fileName); in newFile()
78 return File.createTempFile("junit", null, getRoot()); in newFile()
94 File file = getRoot(); in newFolder()
130 return createTemporaryFolderIn(getRoot()); in newFolder()
143 public File getRoot() { in getRoot() method in TemporaryFolder
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DReportTest.java65 File exec = new File(tmp.getRoot(), "jacoco.exec"); in should_print_warning_when_exec_data_does_not_match()
91 File xml = new File(tmp.getRoot(), "coverage.xml"); in should_create_xml_report_when_xml_option_is_provided()
103 File csv = new File(tmp.getRoot(), "coverage.csv"); in should_create_csv_report_when_csv_option_is_provided()
115 File html = new File(tmp.getRoot(), "coverage"); in should_create_html_report_when_html_option_is_provided()
132 File html = new File(tmp.getRoot(), "coverage"); in should_use_all_values_when_multiple_classfiles_options_are_provided()
DInstrumentTest.java59 File destdir = tmp.getRoot(); in should_instrument_class_files_and_copy_resources_when_folder_is_given()
78 File destdir = tmp.getRoot(); in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
97 File destdir = tmp.getRoot(); in should_not_instrument_anything_when_no_source_is_given()
108 File srcdir = new File(tmp.getRoot(), "src"); in should_not_create_dest_file_when_source_class_is_broken()
110 File destdir = new File(tmp.getRoot(), "dest"); in should_not_create_dest_file_when_source_class_is_broken()
/external/clang/lib/Rewrite/
DRewriteRope.cpp713 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function
725 getRoot(Root)->Destroy(); in ~RopePieceBTree()
729 return getRoot(Root)->size(); in size()
733 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear()
736 getRoot(Root)->Destroy(); in clear()
743 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert()
744 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
747 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert()
748 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
753 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase()
[all …]
/external/compiler-rt/test/tsan/libcxx/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/asan/TestCases/Posix/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/tsan/Linux/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/sanitizer_common/TestCases/Darwin/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/cfi/cross-dso/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/tsan/Darwin/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/asan/TestCases/Linux/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/msan/Linux/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/asan/TestCases/Darwin/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/compiler-rt/test/asan/TestCases/Android/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp66 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load()
82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot() function in CollationRoot
90 const CollationTailoring *root = getRoot(errorCode); in getData()
97 const CollationTailoring *root = getRoot(errorCode); in getSettings()
/external/compiler-rt/test/asan/TestCases/Windows/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp243 dfsStack.push(getRoot()); in init()
250 addEdge(getExit(),getRoot(),0); in init()
281 if( node->getNumberPaths() > 100000000 && node != getRoot() ) { in calculatePathNumbers()
301 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++); in calculatePathNumbers()
335 DEBUG(dbgs() << "\tNumber of paths: " << getRoot()->getNumberPaths() << "\n"); in calculatePathNumbers()
340 return(getRoot()->getNumberPaths()); in getNumberOfPaths()
344 BallLarusNode* BallLarusDag::getRoot() { in getRoot() function in BallLarusDag
513 childEdge->setPhonyRoot(addEdge(getRoot(), target,0)); in addBackedge()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRoot.java32 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot
39 CollationTailoring root = getRoot(); in getData()
43 CollationTailoring root = getRoot(); in getSettings()

1234567891011