Home
last modified time | relevance | path

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

12

/external/opencensus-java/
Dsettings.gradle30 project(':opencensus-api').projectDir = "$rootDir/api" as File
31 project(':opencensus-impl-core').projectDir = "$rootDir/impl_core" as File
32 project(':opencensus-impl-lite').projectDir = "$rootDir/impl_lite" as File
33 project(':opencensus-impl').projectDir = "$rootDir/impl" as File
34 project(':opencensus-testing').projectDir = "$rootDir/testing" as File
35 project(':opencensus-contrib-agent').projectDir = "$rootDir/contrib/agent" as File
37 "$rootDir/contrib/appengine_standard_util" as File
38 project(':opencensus-contrib-dropwizard').projectDir = "$rootDir/contrib/dropwizard" as File
39 project(':opencensus-contrib-exemplar-util').projectDir = "$rootDir/contrib/exemplar_util" as File
40 project(':opencensus-contrib-grpc-metrics').projectDir = "$rootDir/contrib/grpc_metrics" as File
[all …]
Dbuild.gradle97 "-Astubs=$rootDir/checker-framework/stubs"
270 excludeFilter = file("$rootDir/findbugs-exclude.xml")
293 configFile = file("$rootDir/buildscripts/checkstyle.xml")
299 configProperties["rootDir"] = rootDir
/external/grpc-grpc-java/
Dsettings.gradle23 project(':grpc-core').projectDir = "$rootDir/core" as File
24 project(':grpc-context').projectDir = "$rootDir/context" as File
25 project(':grpc-stub').projectDir = "$rootDir/stub" as File
26 project(':grpc-auth').projectDir = "$rootDir/auth" as File
27 project(':grpc-okhttp').projectDir = "$rootDir/okhttp" as File
28 project(':grpc-protobuf').projectDir = "$rootDir/protobuf" as File
29 project(':grpc-protobuf-lite').projectDir = "$rootDir/protobuf-lite" as File
30 project(':grpc-protobuf-nano').projectDir = "$rootDir/protobuf-nano" as File
31 project(':grpc-netty').projectDir = "$rootDir/netty" as File
32 project(':grpc-netty-shaded').projectDir = "$rootDir/netty/shaded" as File
[all …]
/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/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/antlr/runtime/Python3/
Dsetup.py189 rootDir = os.path.abspath(
196 os.path.join(rootDir, 'tool', 'target', 'classes'),
197 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
201 os.path.join(rootDir, 'archive',
206 os.path.join(rootDir, 'lib', 'antlr-3.4.1-SNAPSHOT.jar'),
207 os.path.join(rootDir, 'lib', 'antlr-runtime-3.4.jar'),
208 os.path.join(rootDir, 'lib', 'ST-4.0.5.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/syzkaller/vm/gvisor/
Dgvisor.go43 rootDir string member
79 rootDir := filepath.Clean(filepath.Join(workdir, "..", "gvisor_root"))
82 osutil.MkdirAll(rootDir)
120 rootDir: rootDir,
189 "-root", inst.rootDir,
/external/fsck_msdos/
Ddir.c211 static struct dosDirEntry *rootDir; variable
239 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()
246 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
275 rootDir->head = boot->bpbRootClust; in resetDosDirSection()
295 for (d = rootDir; d; d = nd) { in finishDosDirSection()
304 rootDir = lostDir = NULL; in finishDosDirSection()
890 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()
937 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1053 rootDir = os.path.join(WORKDIR, '_root')
1055 docdir = os.path.join(rootDir, 'pydocs')
1072 rootDir = os.path.join(WORKDIR, '_root')
1076 if os.path.exists(rootDir):
1077 shutil.rmtree(rootDir)
1079 os.makedirs(rootDir)
1080 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1135 shellQuote(rootDir)))
1139 shellQuote(rootDir)))
1161 frmDir = os.path.join(rootDir, 'Library', 'Frameworks', 'Python.framework')
[all …]
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1061 rootDir = os.path.join(WORKDIR, '_root')
1063 docdir = os.path.join(rootDir, 'pydocs')
1085 rootDir = os.path.join(WORKDIR, '_root')
1089 if os.path.exists(rootDir):
1090 shutil.rmtree(rootDir)
1092 os.makedirs(rootDir)
1093 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1148 shellQuote(rootDir)))
1152 shellQuote(rootDir)))
1174 frmDir = os.path.join(rootDir, 'Library', 'Frameworks', 'Python.framework')
[all …]
/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/skia/platform_tools/android/apps/arcore/
Dbuild.gradle39 "-DARCORE_INCLUDE=${project.rootDir}/../../libraries/include",
40 "-DSKIA_INCLUDE_PATH=${project.rootDir}/../../../include"
/external/skqp/platform_tools/android/apps/arcore/
Dbuild.gradle39 "-DARCORE_INCLUDE=${project.rootDir}/../../libraries/include",
40 "-DSKIA_INCLUDE_PATH=${project.rootDir}/../../../include"
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java903 static String8 createPathNameLocked(final asset_path ap, final String rootDir) { in createPathNameLocked() argument
905 if (rootDir != null) { in createPathNameLocked()
906 path.appendPath(rootDir); in createPathNameLocked()
1110 final asset_path ap, final String rootDir, final String dirName) { in scanAndMergeDirLocked() argument
1116 String8 path = createPathNameLocked(ap, rootDir); in scanAndMergeDirLocked()
1242 final asset_path ap, final String rootDir, final String baseDirName) { in scanAndMergeZipLocked() argument
1260 if (rootDir != null) { in scanAndMergeZipLocked()
1261 dirName = new String8(rootDir); in scanAndMergeZipLocked()
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUWriter.java54 File rootDir = new File(dstDirName); in writeResource() local
55 List<ResultInfo> result = splitter.split(rootDir, (ResourceTable) res); in writeResource()
/external/mockito/subprojects/android/
Dandroid.gradle3 apply from: "$rootDir/gradle/java-library.gradle"
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DWebServerPlugin.java46 boolean canServeUri(String uri, File rootDir); in canServeUri() argument
/external/mockito/subprojects/inline/
Dinline.gradle3 apply from: "$rootDir/gradle/java-library.gradle"
/external/dexmaker/dexmaker-mockito/
Dbuild.gradle14 apply from: "$rootDir/gradle/publishing.gradle"
/external/dexmaker/dexmaker/
Dbuild.gradle14 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()

12