Home
last modified time | relevance | path

Searched refs:sourceDir (Results 1 – 25 of 60) sorted by relevance

123

/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
Dboost_mpl_preprocess.py21 def create_more_container_files(sourceDir, suffix, maxElements, containers, containers2): argument
29 newFile = os.path.join( sourceDir, container, container + str(i+10) + suffix )
30 … shutil.copyfile( os.path.join( sourceDir, container, container + "20" + suffix ), newFile )
43 newFile = os.path.join( sourceDir, container, container + str(i+10) + "_c" + suffix )
44 … shutil.copyfile( os.path.join( sourceDir, container, container + "20_c" + suffix ), newFile )
56 def create_input_for_numbered_sequences(headerDir, sourceDir, containers, maxElements): argument
67 create_more_container_files(sourceDir, ".cpp", maxElements, containers, containersWithoutMap)
122 sourceDir = current_boost_dir()
123 if sourceDir == None:
124 sourceDir = ""
[all …]
Dfix_boost_mpl_preprocess.py39 def check_input_files_for_variadic_seq(headerDir, sourceDir): argument
44 files += glob.glob( os.path.join( sourceDir, "src", "*" ) )
51 def check_input_files_for_numbered_seq(sourceDir, suffix, containers): argument
55 files = glob.glob( os.path.join( sourceDir, container, container + '*' + suffix ) )
62 def check_input_files(headerDir, sourceDir, containers=['vector', 'list', 'set', 'map'], argument
70 result1 = check_input_files_for_variadic_seq(headerDir, sourceDir)
83 result3 = check_input_files_for_numbered_seq(sourceDir, ".cpp", containers)
104 def fix_input_files_for_variadic_seq(headerDir, sourceDir, timestamp): argument
109 files += glob.glob( os.path.join( sourceDir, "src", "*" ) )
114 def fix_input_files_for_numbered_seq(sourceDir, suffix, timestamp, containers): argument
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DCopyDirectoryVisitorTest.java54 try (TempDirectory sourceDir = TempDirectory.create(getClass().getSimpleName())) { in testCopyDirectoryEmptyFolder() argument
55 …rectoryVisitor> supplier = () -> new CopyDirectoryVisitor(pathCounters, sourceDir, targetDir, EXPE… in testCopyDirectoryEmptyFolder()
56 …inal CopyDirectoryVisitor visitFileTree = PathUtils.visitFileTree(supplier.get(), sourceDir.get()); in testCopyDirectoryEmptyFolder()
59 … assertEquals(sourceDir.get(), ((AbstractPathWrapper) visitFileTree.getSourceDirectory()).get()); in testCopyDirectoryEmptyFolder()
60 assertEquals(sourceDir, visitFileTree.getSourceDirectory()); in testCopyDirectoryEmptyFolder()
79 try (TempDirectory sourceDir = TempDirectory.create(getClass().getSimpleName())) { in testCopyDirectoryEmptyFolderFilters() argument
81 sourceDir, targetDir, EXPECTED_COPY_OPTIONS); in testCopyDirectoryEmptyFolderFilters()
82 …inal CopyDirectoryVisitor visitFileTree = PathUtils.visitFileTree(supplier.get(), sourceDir.get()); in testCopyDirectoryEmptyFolderFilters()
85 assertEquals(sourceDir, visitFileTree.getSourceDirectory()); in testCopyDirectoryEmptyFolderFilters()
101 … final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-1-file-size-0"); in testCopyDirectoryFolders1FileSize0() local
[all …]
DPathUtilsTest.java126 Path sourceDir = archive.getPath("dir1"); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePath() local
127 PathUtils.copyDirectory(sourceDir, tempDirPath); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePath()
131 sourceDir = archive.getPath("/next"); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePath()
132 PathUtils.copyDirectory(sourceDir, tempDirPath); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePath()
143 …final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-2-file-size-2").to… in testCopyDirectoryForDifferentFilesystemsWithAbsolutePathReverse() local
144 PathUtils.copyDirectory(sourceDir, targetDir); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePathReverse()
149 PathUtils.copyDirectory(sourceDir, targetDir); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePathReverse()
161 Path sourceDir = archive.getPath("next"); in testCopyDirectoryForDifferentFilesystemsWithRelativePath() local
162 PathUtils.copyDirectory(sourceDir, targetDir); in testCopyDirectoryForDifferentFilesystemsWithRelativePath()
166 sourceDir = archive.getPath("/dir1"); in testCopyDirectoryForDifferentFilesystemsWithRelativePath()
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCopyNewEmoji.java15 File sourceDir = new File(CLDRPaths.CLDR_PRIVATE_DIRECTORY + "new_emoji"); in main() local
19 + sourceDir in main()
21 + sourceDir.isDirectory() in main()
23 + sourceDir.exists()); in main()
32 final String[] sourceList = sourceDir.list(); in main()
43 Files.move(new File(sourceDir, sourceFile), new File(targetDir, sourceFile)); in main()
DToolUtilities.java49 String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat() argument
51 sourceDir, in generateBat()
59 String sourceDir, in generateBat() argument
69 String fullSource = sourceDir + File.separator + sourceFile; in generateBat()
72 if (!new File(sourceDir, sourceFile).exists()) { in generateBat()
DCompareData.java48 String sourceDir = options[SOURCEDIR].value + "common/main/"; in main() local
49 System.out.println(PathUtilities.getNormalizedPathString(sourceDir)); in main()
53 cldrFactory = Factory.make(sourceDir, options[MATCH].value); in main()
DGenerateProductionData.java181 File sourceDir = new File(SOURCE_COMMON_DIR, dir); in main()
185 sourceDir, destinationDir, null, isLdmlDtdType, stats); in main()
186 if (directoryIsSpecial(sourceDir.getAbsolutePath())) { in main()
187 specialDirectories.put(sourceDir, destinationDir); in main()
614 private static void doubleCheckSpecialPaths(File sourceDir, File destDir) { in doubleCheckSpecialPaths() argument
616 sorted.addAll(Arrays.asList(sourceDir.list())); in doubleCheckSpecialPaths()
620 doubleCheckLocale(sourceDir, destDir, file, factory); in doubleCheckSpecialPaths()
625 File sourceDir, File destDir, String file, Factory factory) { in doubleCheckLocale() argument
DCompareResolved.java66 String sourceDir = MyOptions.source.option.getValue(); in main() local
84 Factory sourceFactory = Factory.make(sourceDir, ".*"); in main()
94 System.out.println("## Comparing\t\t" + sourceDir + "\t" + compareDir); in main()
/external/cldr/tools/c/genldml/
Dtxt2ldml.pl20 "--sourcedir=s" => \$sourceDir,
35 usage() unless defined $sourceDir;
61 opendir(DIR,$sourceDir);
168 …cmd("$prefix $genrbExec --sourcedir $sourceDir --package-name $tempPackage --destdir $tempDir --en…
Dgenindex.pl19 "--sourcedir=s" => \$sourceDir,
25 usage() unless defined $sourceDir;
36 opendir(DIR,$sourceDir);
DfilterRB.pl41 "--srcdir=s" => \$sourceDir,
47 usage() unless defined $sourceDir;
53 $infile = $sourceDir."/".$srcFileName;
/external/deqp/scripts/
Dgen_android_bp.py136 sourceDir = posixpath.dirname(sourceFile)
138 if not sourceDir in seenDirs:
139 sourceDirs.append(sourceDir)
140 seenDirs.add(sourceDir)
Dgen_khronos_cts_bp.py319 sourceDir = posixpath.dirname(sourceFile)
321 if not sourceDir in seenDirs:
322 sourceDirs.append(sourceDir)
323 seenDirs.add(sourceDir)
/external/cronet/stable/testing/merge_scripts/code_coverage/
Dconvert_to_istanbul.js19 function createWorker(coverageDir, sourceDir, outputDir, urlToPathMap) { argument
24 sourceDir: sourceDir, property
/external/cronet/tot/testing/merge_scripts/code_coverage/
Dconvert_to_istanbul.js19 function createWorker(coverageDir, sourceDir, outputDir, urlToPathMap) { argument
24 sourceDir: sourceDir, property
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
DZipUtils.java82 File sourceDir = new File(src); in mergeDirectoryToZip() local
83 if (!sourceDir.isDirectory()) { in mergeDirectoryToZip()
87 Files.walkFileTree(sourceDir.toPath(), new SimpleFileVisitor<Path>() { in mergeDirectoryToZip()
89 String zipPath = sourceDir.toPath().relativize(file).toString(); in mergeDirectoryToZip()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DRepackagingTransform.java172 Path sourceDir = optionSet.valueOf(sourceDirOption); in main() local
270 .execute(new TransformRules(sourceDir, targetDir, ruleBuilder.build())); in main()
286 private final Path sourceDir; field in RepackagingTransform.TransformRules
290 TransformRules(Path sourceDir, Path targetDir, List<Rule> rules) { in TransformRules() argument
291 this.sourceDir = sourceDir; in TransformRules()
298 return new DirectoryInputFileGenerator(sourceDir.toFile()); in getInputFileGenerator()
/external/google-smali/smali/
Dbuild.gradle73 for (sourceDir in (sourceDirs + testSourceDirs)) {
74 excludeDirs.remove(sourceDir);
75 while ((sourceDir = sourceDir.getParentFile()) != null) {
76 excludeDirs.remove(sourceDir);
/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
DAbstractBenchmarkCompiler.java54 String sourceDir = getSourceDirectory(); in getSourceFileNames() local
57 Paths.get(sourceDir), 100, (p, bfa) -> p.getFileName().toString().endsWith(".java"))) { in getSourceFileNames()
/external/dokka/runners/maven-plugin/
Dbuild.gradle50 def sourceDir = new File(buildDir, "classes/kotlin")
53 sourceDir.eachFileRecurse FileType.ANY, {
55 def targetFilePath = targetDir.toPath().resolve(sourceDir.toPath().relativize(filePath))
/external/cronet/stable/third_party/icu/source/tools/ctestfw/
Duperf.cpp87 fileName(nullptr), sourceDir("."), in UPerfTest()
103 fileName(nullptr), sourceDir("."), in UPerfTest()
145 sourceDir = options[SOURCEDIR].value; in init()
192 ucbuf_resolveFileName(sourceDir, fileName, nullptr, &len, &status); in init()
201 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status); in init()
/external/cronet/tot/third_party/icu/source/tools/ctestfw/
Duperf.cpp87 fileName(nullptr), sourceDir("."), in UPerfTest()
103 fileName(nullptr), sourceDir("."), in UPerfTest()
145 sourceDir = options[SOURCEDIR].value; in init()
192 ucbuf_resolveFileName(sourceDir, fileName, nullptr, &len, &status); in init()
201 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status); in init()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp87 fileName(nullptr), sourceDir("."), in UPerfTest()
103 fileName(nullptr), sourceDir("."), in UPerfTest()
145 sourceDir = options[SOURCEDIR].value; in init()
192 ucbuf_resolveFileName(sourceDir, fileName, nullptr, &len, &status); in init()
201 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status); in init()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLDMLUtilities.java61 String sourceDir, in getFullyResolvedLDML() argument
68 sourceDir, in getFullyResolvedLDML()
78 String sourceDir, in getFullyResolvedLDML() argument
88 String key = "SRC:" + sourceDir + File.separator + locale + ".xml"; in getFullyResolvedLDML()
97 full = parse(sourceDir + File.separator + "root.xml", ignoreRoot); in getFullyResolvedLDML()
134 full = resolveAliases(full, sourceDir, locale, ignoreDraft, stack); in getFullyResolvedLDML()
152 String fileName = sourceDir + File.separator + loc + ".xml"; in getFullyResolvedLDML()
170 mergeLDMLDocuments(full, doc, xpath, loc, sourceDir, ignoreDraft, false); in getFullyResolvedLDML()
235 full = resolveAliases(full, sourceDir, locale, ignoreDraft, stack); in getFullyResolvedLDML()
645 String sourceDir, in mergeLDMLDocuments() argument
[all …]

123