/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/ |
D | CachedDependencyResolverFileCacheTest.java | 31 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/ |
D | YAMLParserTest.cpp | 163 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/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
D | AntResourcesLocatorTest.java | 75 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/ |
D | TemporaryFolder.java | 66 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/ |
D | ReportTest.java | 65 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()
|
D | InstrumentTest.java | 59 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/ |
D | RewriteRope.cpp | 713 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/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/cfi/cross-dso/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/tsan/Darwin/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/tsan/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/sanitizer_common/TestCases/Darwin/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/msan/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/test/asan/TestCases/Android/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/icu/icu4c/source/i18n/ |
D | collationroot.cpp | 66 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/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathNumbering.cpp | 243 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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 105 arrayNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), arrayPath, false, null); in catenateArrayItems() 355 XMPNode arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, false, null); in separateFindCreateArray() 376 arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, true, arrayOptions in separateFindCreateArray() 428 XMPNode propNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), expPath, false, null); in removeProperties() 454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() 459 xmpImpl.getRoot().removeChild(schemaNode); in removeProperties() 478 .findNode(xmpImpl.getRoot(), path, false, null); in removeProperties() 493 for (Iterator it = xmpImpl.getRoot().iterateChildren(); it.hasNext();) in removeProperties() 524 for (Iterator it = src.getRoot().iterateChildren(); it.hasNext();) in appendProperties() 529 XMPNode destSchema = XMPNodeUtils.findSchemaNode(dest.getRoot(), in appendProperties() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRoot.java | 32 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot 39 CollationTailoring root = getRoot(); in getData() 43 CollationTailoring root = getRoot(); in getSettings()
|