/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/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/asan/TestCases/Posix/ |
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/asan/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/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/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/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/cfi/cross-dso/ |
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/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/asan/TestCases/Android/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 711 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function 723 getRoot(Root)->Destroy(); in ~RopePieceBTree() 727 return getRoot(Root)->size(); in size() 731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() 734 getRoot(Root)->Destroy(); in clear() 741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() 742 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 745 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() 746 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 751 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationroot.cpp | 64 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load() 80 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot() function in CollationRoot 88 const CollationTailoring *root = getRoot(errorCode); in getData() 95 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/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRoot.java | 30 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot 37 CollationTailoring root = getRoot(); in getData() 41 CollationTailoring root = getRoot(); in getSettings()
|
/external/v8/test/mjsunit/tools/ |
D | profile.js | 156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 158 assertNoPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 163 assertPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 217 var root = testDriver.profile.getTopDownProfile().getRoot(); 287 var flatProfileRoot = testDriver.profile.getFlatProfile().getRoot(); 315 var root = profile.getRoot();
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRoot.java | 28 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot 35 CollationTailoring root = getRoot(); in getData() 39 CollationTailoring root = getRoot(); in getSettings()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
D | FileMultiReportOutputTest.java | 37 folder.getRoot()); in testCreateFileWithDirectories() 46 folder.getRoot(), "a/b/c/test")); in testCreateFileWithDirectories() 58 folder.getRoot()); in testCreateFileNegative()
|
/external/junit/src/org/junit/rules/ |
D | TemporaryFolder.java | 52 File file= new File(getRoot(), fileName); in newFile() 68 File file = getRoot(); in newFolder() 90 public File getRoot() { in getRoot() method in TemporaryFolder
|
/external/llvm/unittests/Support/ |
D | YAMLParserTest.cpp | 164 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()
|
/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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | OcclusionCuller.java | 137 …btDbvt.collideKDOP(broadphase.getSet1().getRoot(), frustumNormals, frustumOffsets, NUM_PLANES, col… in performKDOPCulling() 138 …btDbvt.collideKDOP(broadphase.getSet0().getRoot(), frustumNormals, frustumOffsets, NUM_PLANES, col… in performKDOPCulling() 154 …btDbvt.collideOCL(broadphase.getSet1().getRoot(), frustumNormals, frustumOffsets, camera.direction… in performOcclusionCulling() 155 …btDbvt.collideOCL(broadphase.getSet0().getRoot(), frustumNormals, frustumOffsets, camera.direction… in performOcclusionCulling()
|