/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 76 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE); 82 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… 90 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF… 91 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… 92 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt); 430 o.targetDir = options[DESTDIR].value; in main() 432 o.targetDir = "."; /* cwd */ in main() 440 o.tmpDir = o.targetDir; in main() 563 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 574 uprv_strcpy(targetDir, o->install); in pkg_executeOptions() [all …]
|
D | pkgtypes.h | 116 const char *targetDir; /* dir for packaged data to go */ member
|
/external/pdfium/ |
D | update_pdfium.py | 119 targetDir = os.path.dirname(os.path.realpath(__file__)) variable 120 newDir = targetDir + ".new" 121 oldDir = targetDir + ".old" 126 copyFiles(targetDir, newDir) 127 exchange(targetDir, newDir, oldDir)
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ToolUtilities.java | 44 …static public void generateBat(String sourceDir, String sourceFile, String targetDir, String targe… in generateBat() argument 45 …generateBat(sourceDir, sourceFile, targetDir, targetFile, new CldrUtility.SimpleLineComparator(0)); in generateBat() 48 …static public void generateBat(String sourceDir, String sourceFile, String targetDir, String targe… in generateBat() argument 51 String batDir = targetDir + "diff" + File.separator; in generateBat() 56 String fullTarget = targetDir + File.separator + targetFile; in generateBat()
|
D | Chart.java | 108 public static String getTsvDir(String targetDir, String topicName) { in getTsvDir() argument 109 String target = targetDir.replaceAll(topicName, "tsv"); in getTsvDir() 110 if (target.equals(targetDir)) { in getTsvDir() 111 throw new IllegalArgumentException("Can't make TSV directory from " + targetDir); in getTsvDir()
|
D | GenerateXMB.java | 160 String targetDir = myOptions.get("target").getValue(); in main() local 161 countFile = FileUtilities.openUTF8Writer(targetDir + "/log/", "counts.txt"); in main() 170 showDefaultContents(targetDir, english); in main() 171 EnglishInfo englishInfo = new EnglishInfo(targetDir, english, root); in main() 176 … compareFiles(fileMatcherString, contentMatcher, targetDir, cldrFactory1, english, englishInfo); in main() 187 writeFile(targetDir, "en", englishInfo, english, true, false); in main() 188 writeFile(targetDir + "/filtered/", "en", englishInfo, english, true, true); in main() 225 writeFile(targetDir + "/wsb/", file, englishInfo, cldrFile, false, false); in main() 226 writeFile(targetDir + "/wsb/filtered/", file, englishInfo, cldrFile, false, true); in main() 230 PrintWriter errorFile = FileUtilities.openUTF8Writer(targetDir + "/log/", "errors.txt"); in main() [all …]
|
D | VettingAdder.java | 131 public void incorporateVetting(String locale, String targetDir) throws IOException { in incorporateVetting() argument 171 Log.logln("Writing: " + targetDir + locale + ".xml"); in incorporateVetting() 172 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, locale + ".xml"); in incorporateVetting() 176 Log.logln("No data left in: " + targetDir + locale + ".xml"); in incorporateVetting() 250 public void showFiles(Factory cldrFactory, String targetDir) throws IOException { in showFiles() argument 263 incorporateVetting(it.next(), targetDir); in showFiles() local
|
D | ShowRegionalVariants.java | 52 targetDir(".*", CLDRPaths.GEN_DIRECTORY + "/regional/", "target output file."),; enumConstant 62 myOptions.parse(MyOptions.targetDir, args, true); in main() 64 MY_DIR = MyOptions.targetDir.option.getValue(); in main()
|
D | ShowData.java | 101 String targetDir = options[DESTDIR].value; // Utility.GEN_DIRECTORY + in main() local 228 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, locale + ".html"); in main() 364 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, "all-changed.html"); in main()
|
D | CLDRModify.java | 349 String targetDir = targetDirBase + dir; in main() local 350 Log.setLog(targetDir + "/diff", "log.txt"); in main() 362 va.showFiles(cldrFactory, targetDir); in main() 529 PrintWriter pw = FileUtilities.openUTF8Writer(targetDir, test + ".xml"); in main() 561 QuickCheck.check(new File(targetDir, test + ".xml")); in main()
|
D | ShowLocaleCoverage.java | 120 targetDir(".*", enumConstant
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | RepackagingTransform.java | 157 Path targetDir = optionSet.valueOf(targetDirOption); in main() local 233 .execute(new TransformRules(sourceDir, targetDir, ruleBuilder.build())); in main() 250 private final Path targetDir; field in RepackagingTransform.TransformRules 253 TransformRules(Path sourceDir, Path targetDir, List<Rule> rules) { in TransformRules() argument 255 this.targetDir = targetDir; in TransformRules() 271 File outputDir = targetDir.toFile(); in getOutputSourceFileGenerator()
|
/external/emma/core/java12/com/vladium/util/ |
D | Files.java | 278 final File targetDir = target.getParentFile (); in renameFile() local 279 if ((targetDir != null) && ! targetDir.equals (source.getParentFile ())) in renameFile() 280 targetDir.mkdirs (); // TODO: clean this up on failure? in renameFile()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 264 LPWSTR targetDir = nullptr; in OnCommand() local 325 hr = BalGetStringVariable(L"TargetDir", &targetDir); in OnCommand() 328 ReleaseStr(targetDir); in OnCommand() 358 ThemeGetTextControl(_theme, ID_TARGETDIR_EDITBOX, &targetDir); in OnCommand() 359 if (targetDir) { in OnCommand() 370 if (wcscmp(formatted, targetDir) == 0) { in OnCommand() 494 LPWSTR targetDir = nullptr; in Custom2Page_Show() local 495 hr = BalGetStringVariable(L"TargetDir", &targetDir); in Custom2Page_Show() 496 if (SUCCEEDED(hr) && targetDir && targetDir[0]) { in Custom2Page_Show() 497 ThemeSetTextControl(_theme, ID_TARGETDIR_EDITBOX, targetDir); in Custom2Page_Show() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 230 … infos.add(new SplitInfo(remap.sourcePath, remap.targetDir, remap.targetPath)); in execute() 637 public String targetDir; field in CLDRBuild.Remap 647 public void setTargetDir(String targetDir) { in setTargetDir() argument 648 this.targetDir = targetDir; in setTargetDir() 670 if (remap.targetDir != null && remap.targetDir.trim().isEmpty()) { in addConfiguredRemap() 671 remap.targetDir = null; in addConfiguredRemap()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | FileCopier.java | 163 final File targetDir = new File(targetDirectory); in ensureDirectoryExists() local 164 if (!targetDir.exists()) { in ensureDirectoryExists() 165 targetDir.mkdirs(); in ensureDirectoryExists()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ResourceSplitter.java | 125 public List<ResultInfo> split(File targetDir, ResourceTable root) { in split() argument 126 return new SplitProcessor(new ResultInfo(targetDir, root)).split(); in split() 218 File targetDir = targetDirs.get(dirPath); in generateTargetIfNeeded() local 220 if (!new File(targetDir, fileName).exists()) { in generateTargetIfNeeded()
|
D | ConvertTransforms.java | 343 String targetDir = options[DESTDIR].value; // Utility.GEN_DIRECTORY + "main/"; in processArgs() local 355 writeTransforms(sourceDir, match, targetDir + File.separator); in processArgs()
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransform.java | 819 String targetDir = args[argIndex++]; in Icu4jRules() local 830 outputSourceFileGenerator = Icu4jTransformRules.createOutputFileGenerator(targetDir); in Icu4jRules()
|
/external/syzkaller/vm/qemu/ |
D | qemu.go | 397 func (inst *instance) targetDir() string { func 406 vmDst := filepath.Join(inst.targetDir(), base) 456 args = append(args, inst.sshuser+"@localhost", "cd "+inst.targetDir()+" && "+command)
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1332 def packageFromRecipe(targetDir, recipe): argument 1366 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1345 def packageFromRecipe(targetDir, recipe): argument 1379 packageContents = os.path.join(targetDir, pkgname + '.pkg', 'Contents')
|