Home
last modified time | relevance | path

Searched refs:rootDir (Results 1 – 25 of 74) sorted by relevance

123

/external/conscrypt/
Dsettings.gradle17 project(':conscrypt-android').projectDir = "$rootDir/android" as File
18 project(':conscrypt-android-platform').projectDir = "$rootDir/platform" as File
19 project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File
20 project(':conscrypt-api-doclet').projectDir = "$rootDir/api-doclet" as File
21 project(':conscrypt-benchmark-android').projectDir = "$rootDir/benchmark-android" as File
22 project(':conscrypt-benchmark-base').projectDir = "$rootDir/benchmark-base" as File
23 project(':conscrypt-benchmark-graphs').projectDir = "$rootDir/benchmark-graphs" as File
24 project(':conscrypt-benchmark-jmh').projectDir = "$rootDir/benchmark-jmh" as File
25 project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
26 project(':conscrypt-libcore-stub').projectDir = "$rootDir/libcore-stub" as File
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DFileSystemResourceLoader.java34 private final File rootDir; field in FileSystemResourceLoader
36 public FileSystemResourceLoader(File rootDir) { in FileSystemResourceLoader() argument
37 this.rootDir = rootDir; in FileSystemResourceLoader()
40 public FileSystemResourceLoader(String rootDir) { in FileSystemResourceLoader() argument
41 this(new File(rootDir)); in FileSystemResourceLoader()
46 File file = new File(rootDir, name); in open()
61 + rootDir + "'"); in openOrFail()
73 File file = new File(rootDir, filename); in getResourceVersionId()
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
DPrecompiledTemplateMapFileReader.java43 private final String rootDir; field in PrecompiledTemplateMapFileReader
57 public PrecompiledTemplateMapFileReader(String filename, String dirPattern, String rootDir) { in PrecompiledTemplateMapFileReader() argument
60 this.rootDir = rootDir; in PrecompiledTemplateMapFileReader()
65 templateMap = makeTemplateMap(mapFileName, rootDir); in getTemplateMap()
70 private Map<Object, String> makeTemplateMap(String templateMapFile, String rootDir) in makeTemplateMap() argument
80 rootDir); in makeTemplateMap()
91 Map<Object, String> templateMap, String templateMapFile, String rootDir) { in processTemplateMapFileLine() argument
107 if (rootDir != null) { in processTemplateMapFileLine()
110 templateName = rootDir + templateName; in processTemplateMapFileLine()
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py194 rootDir = os.path.abspath(
201 os.path.join(rootDir, 'tool', 'target', 'classes'),
202 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
206 os.path.join(rootDir, 'archive',
211 os.path.join(rootDir, 'lib', 'antlr-2.7.7.jar'),
212 os.path.join(rootDir, 'lib', 'stringtemplate-3.2.1.jar'),
213 os.path.join(rootDir, 'lib', 'ST-4.0.2.jar'),
214 os.path.join(rootDir, 'lib', 'junit-4.2.jar')
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/
DConcreteSyntaxModelAcceptanceTest.java37 …private final Path rootDir = CodeGenerationUtils.mavenModuleRoot(ConcreteSyntaxModelAcceptanceTest… field in ConcreteSyntaxModelAcceptanceTest
49 …CompilationUnit cu = JavaParser.parse(rootDir.resolve("com/github/javaparser/printer/PrettyPrintVi… in printingExamplePrettyPrintVisitor()
55 …CompilationUnit cu = JavaParser.parse(rootDir.resolve("com/github/javaparser/printer/JavaConcepts.… in printingExampleJavaConcepts()
/external/conscrypt/benchmark-android/
Dbuild.gradle72 …it.name.endsWith(".jar") && (it.path.startsWith("${rootDir}") || it.path.contains('org.bouncycastl…
79 ['.', "${rootDir}/android"].collect {
104 …args "${rootDir}/android/build/intermediates/bundles/default/jni/${androidDeviceAbi}/libconscrypt_…
109 workingDir "${rootDir}"
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1113 rootDir = os.path.join(WORKDIR, '_root')
1115 docdir = os.path.join(rootDir, 'pydocs')
1132 rootDir = os.path.join(WORKDIR, '_root')
1136 if os.path.exists(rootDir):
1137 shutil.rmtree(rootDir)
1139 os.makedirs(rootDir)
1140 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1179 shellQuote(rootDir)))
1183 shellQuote(rootDir)))
1197 path_to_lib = os.path.join(rootDir, 'Library', 'Frameworks',
[all …]
/external/drrickorang/LoopbackApp/app/
Dbuild.gradle15 cppFlags.addAll "-I${project.rootDir}/app/src/main/jni".toString(), "-g"
16 CFlags.addAll "-I${project.rootDir}/app/src/main/jni".toString()
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1087 rootDir = os.path.join(WORKDIR, '_root')
1089 docdir = os.path.join(rootDir, 'pydocs')
1106 rootDir = os.path.join(WORKDIR, '_root')
1110 if os.path.exists(rootDir):
1111 shutil.rmtree(rootDir)
1113 os.makedirs(rootDir)
1114 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1154 shellQuote(rootDir)))
1158 shellQuote(rootDir)))
1172 frmDir = os.path.join(rootDir, 'Library', 'Frameworks', 'Python.framework')
[all …]
/external/fsck_msdos/
Ddir.c217 struct dosDirEntry *rootDir; variable
235 || !(rootDir = newDosDirEntry())) { in resetDosDirSection()
239 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
267 rootDir->head = boot->RootCl; in resetDosDirSection()
287 for (d = rootDir; d; d = nd) { in finishDosDirSection()
296 rootDir = lostDir = NULL; in finishDosDirSection()
982 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()
1028 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
Dext.h53 extern struct dosDirEntry *rootDir;
/external/skqp/gm/
Dgm_expectations.h191 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {} in IndividualImageExpectationsSource() argument
/external/skia/gm/
Dgm_expectations.h191 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {} in IndividualImageExpectationsSource() argument
/external/nanohttpd/markdown-plugin/src/main/java/fi/iki/elonen/
DMarkdownWebServerPlugin.java67 public boolean canServeUri(String uri, File rootDir) { in canServeUri() argument
68 File f = new File(rootDir, uri); in canServeUri()
/external/mockito/subprojects/android/
Dandroid.gradle3 apply from: "$rootDir/gradle/java-library.gradle"
/external/dexmaker/dexmaker/
Dbuild.gradle2 apply from: "$rootDir/gradle/publishing.gradle"
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DWebServerPlugin.java46 boolean canServeUri(String uri, File rootDir); in canServeUri() argument
/external/dexmaker/dexmaker-mockito/
Dbuild.gradle2 apply from: "$rootDir/gradle/publishing.gradle"
/external/mockito/subprojects/inline/
Dinline.gradle3 apply from: "$rootDir/gradle/java-library.gradle"
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DDummyPlugin.java48 public boolean canServeUri(String uri, File rootDir) { in canServeUri() argument
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DClassRenameTest.java35 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DClassMoveTest.java38 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DFieldRenameTest.java33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DMethodRenameTest.java33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
/external/walt/android/WALT/app/
Dbuild.gradle17 … CFlags.addAll "-I${project.rootDir}/app/src/main/jni".toString(), "-g", "-DUSE_LIBLOG", "-Werror"

123