Home
last modified time | relevance | path

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

12

/external/conscrypt/
Dsettings.gradle16 project(':conscrypt-android').projectDir = "$rootDir/android" as File
17 project(':conscrypt-android-platform').projectDir = "$rootDir/platform" as File
18 project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File
19 project(':conscrypt-api-doclet').projectDir = "$rootDir/api-doclet" as File
20 project(':conscrypt-benchmark-base').projectDir = "$rootDir/benchmark-base" as File
21 project(':conscrypt-benchmark-graphs').projectDir = "$rootDir/benchmark-graphs" as File
22 project(':conscrypt-benchmark-jmh').projectDir = "$rootDir/benchmark-jmh" as File
23 project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
24 project(':conscrypt-libcore-stub').projectDir = "$rootDir/libcore-stub" as File
25 project(':conscrypt-openjdk').projectDir = "$rootDir/openjdk" 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/mockito/subprojects/android/
Dandroid.gradle10 apply from: "$rootDir/gradle/java-library.gradle"
17 apply from: "$rootDir/gradle/publishable-java-library.gradle"
/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/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/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/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/dexmaker/dexmaker-mockito/
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/
Dbuild.gradle2 apply from: "$rootDir/gradle/publishing.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()
DMethodRenameTest.java33 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()
/external/walt/android/WALT/app/
Dbuild.gradle17 … CFlags.addAll "-I${project.rootDir}/app/src/main/jni".toString(), "-g", "-DUSE_LIBLOG", "-Werror"
/external/conscrypt/platform/
Dbuild.gradle74 "${rootDir}/common/src/main/java",
/external/skia/tools/skdiff/
Dskdiff_main.cpp252 static void get_file_list_subdir(const SkString& rootDir, const SkString& subDir, in get_file_list_subdir() argument
257 SkString dir(rootDir); in get_file_list_subdir()
295 get_file_list_subdir(rootDir, pathRelativeToRootDir, in get_file_list_subdir()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java306 File rootDir = resourceDir.getParentFile(); in getAndroidResourcePathFromLocalProperties() local
308 File localPropertiesFile = new File( rootDir, localPropertiesFileName ); in getAndroidResourcePathFromLocalProperties()
/external/conscrypt/openjdk/
Dbuild.gradle4 jniSourceDir = "$rootDir/common/src/jni"
53 srcDirs += "${rootDir}/common/src/main/java"
/external/protobuf/
Dbuild.gradle92 files("$rootDir/../../prebuilts/sdk/$apiLevel/android.jar")

12