Home
last modified time | relevance | path

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

1234567

/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/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/tsan/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/msan/Linux/
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/ubsan/TestCases/Misc/Linux/
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/cfi/cross-dso/
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/sanitizer_common/TestCases/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/clang/lib/Rewrite/
DRewriteRope.cpp711 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/
Dcollationroot.cpp64 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/
Dlit.local.cfg1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRoot.java30 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/
Dprofile.js156 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/
DCollationRoot.java28 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/
DFileMultiReportOutputTest.java37 folder.getRoot()); in testCreateFileWithDirectories()
46 folder.getRoot(), "a/b/c/test")); in testCreateFileWithDirectories()
58 folder.getRoot()); in testCreateFileNegative()
/external/junit/src/org/junit/rules/
DTemporaryFolder.java52 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/
DYAMLParserTest.cpp164 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/
DXMPUtilsImpl.java105 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/
DOcclusionCuller.java137 …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()

1234567