HomeSort by relevance Sort by last modified time
    Searched refs:outDir (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableWriter.java 67 String outDir = null;
70 outDir = dataURL.getPath() + "/" + folderName();
72 outDir = args[0] + "/" + folderName();
79 SerializableWriter writer = new SerializableWriter(outDir);
85 File outDir = new File(this.path);
86 if (!outDir.exists()) {
87 outDir.mkdirs();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableWriter.java 64 String outDir = null;
67 outDir = dataURL.getPath() + "/" + folderName();
69 outDir = args[0] + "/" + folderName();
76 SerializableWriter writer = new SerializableWriter(outDir);
82 File outDir = new File(this.path);
83 if (!outDir.exists()) {
84 outDir.mkdirs();
  /build/soong/python/
proto.go 24 outDir := srcsZipFile.ReplaceExtension(ctx, "tmp")
29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
42 zipCmd.FlagWithArg("-C ", outDir.String()).
43 FlagWithArg("-D ", outDir.String())
45 rule.Command().Text("rm -rf").Flag(outDir.String())
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_eventhandlerfile.hpp 57 std::stringstream outDir;
58 outDir << KNOB_DEBUG_OUTPUT_DIR << pBaseName << "_" << pid << std::ends;
59 CreateDirectory(outDir.str().c_str(), NULL);
65 fstr << outDir.str().c_str() << "\\ar_event" << std::this_thread::get_id();
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
IndexGenerator.java 43 File outDir = inDir;
45 outDir = new File(args[1]);
46 if (!outDir.isDirectory() || !outDir.exists()) {
68 File outFile = new File(outDir, "res_index.txt");
95 System.out.println("Usage: IndexGenerator inDir outDir");
97 System.out.println(" outDir is an existing directory in which the res_index.txt file will be placed");
  /build/soong/java/
dex.go 27 Command: `rm -rf "$outDir" && mkdir -p "$outDir" && ` +
28 `${config.D8Cmd} ${config.DexFlags} --output $outDir $d8Flags $in && ` +
29 `${config.SoongZipCmd} $zipFlags -o $outDir/classes.dex.jar -C $outDir -f "$outDir/classes*.dex" && ` +
30 `${config.MergeZipsCmd} -D -stripFile "**/*.class" $out $outDir/classes.dex.jar $in`,
37 "outDir", "d8Flags", "zipFlags")
41 Command: `rm -rf "$outDir" && mkdir -p "$outDir" && `
    [all...]
proto.go 24 outDir := srcJarFile.ReplaceExtension(ctx, "tmp")
29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
40 FlagWithArg("-C ", outDir.String()).
41 FlagWithArg("-D ", outDir.String())
43 rule.Command().Text("rm -rf").Flag(outDir.String())
system_modules.go 38 Command: `rm -rf ${outDir} ${workDir} && mkdir -p ${workDir}/jmod && ` +
45 `${config.JlinkCmd} --module-path ${workDir}/jmod --add-modules ${moduleName} --output ${outDir} && ` +
46 `cp ${config.JrtFsJar} ${outDir}/lib/`,
57 "moduleName", "classpath", "outDir", "workDir")
61 outDir := android.PathForModuleOut(ctx, "system")
79 "outDir": outDir.String(),
app_builder.go 107 Command: `rm -rf ${outDir} && mkdir -p ${outDir} && ` +
108 `cp ${manifest} ${outDir}/AndroidManifest.xml && ` +
109 `cp ${classesJar} ${outDir}/classes.jar && ` +
110 `cp ${rTxt} ${outDir}/R.txt && ` +
111 `${config.SoongZipCmd} -jar -o $out -C ${outDir} -D ${outDir}`,
114 "manifest", "classesJar", "rTxt", "outDir")
137 "outDir": android.PathForModuleOut(ctx, "aar").String(),
builder.go 43 Command: `rm -rf "$outDir" "$annoDir" "$srcJarDir" && mkdir -p "$outDir" "$annoDir" "$srcJarDir" && ` +
49 `-d $outDir -s $annoDir @$out.rsp @$srcJarDir/list ; fi ) && ` +
50 `${config.SoongZipCmd} -jar -o $out -C $outDir -D $outDir && ` +
62 "outDir", "annoDir", "javaVersion")
66 Command: `rm -rf "$outDir" && mkdir -p "$outDir" && ` +
68 `--temp_dir "$outDir" --sources @$out.rsp --source_jars $srcJars ` +
82 "javacFlags", "bootClasspath", "classpath", "srcJars", "outDir", "javaVersion"
    [all...]
  /cts/tools/vm-tests-tf/build/src/util/build/
JarBuildStep.java 61 File outDir = outputFile.fileName.getParentFile();
62 if (!outDir.exists() && !outDir.mkdirs()) {
64 + outDir.getAbsolutePath());
  /external/testng/src/main/java/org/testng/internal/
Utils.java 105 final File outDir = (outputDir != null) ? new File(outputDir) : new File("").getAbsoluteFile();
106 if (!outDir.exists()) {
107 outDir.mkdirs();
109 final File file = new File(outDir, fileName);
125 * Writes the content of the sb string to the file named filename in outDir encoding the output as UTF-8.
126 * If outDir does not exist, it is created.
134 final File outDir= new File(outDirPath);
135 writeFile(outDir, fileName, escapeUnicode(sb), "UTF-8", false /* don't append */);
139 * Writes the content of the sb string to the file named filename in outDir. If
140 * outDir does not exist, it is created
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 41 FString outDir = options.OutputDir;
54 outDir.Replace(FString("*"), us2fs(Get_Correct_FsFile_Name(replaceName)));
58 FString outDirReduced = outDir;
63 SplitPathToParts_Smart(fs2us(outDir), dirPrefix, elimPrefix);
149 // outDir = outDirReduced;
154 // outDir.TrimRight();
155 // outDir = GetCorrectFullFsPath(outDir);
158 if (outDir.IsEmpty())
159 outDir = "." STRING_PATH_SEPARATOR;
    [all...]
  /build/soong/shared/
paths.go 24 func TempDirForOutDir(outDir string) (tempPath string) {
25 return filepath.Join(outDir, ".temp")
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateBitmapTask.java 44 public GenerateBitmapTask(View view, File outDir, String name) {
46 mOutDir = outDir;
  /external/vogar/src/vogar/android/
AndroidSdk.java 145 String outDir = System.getenv("OUT_DIR");
146 if (Strings.isNullOrEmpty(outDir)) {
148 outDir = ".";
152 outDir = androidBuildTop;
154 outDir += "/out/";
157 outDir += "/";
166 hostOutDir = outDir + "/host/linux-x86";
178 String pattern = outDir + "target/common/obj/JAVA_LIBRARIES/%s_intermediates/classes";
180 pattern = outDir + "host/common/obj/JAVA_LIBRARIES/%s_intermediates/classes";
  /external/libchrome/soong/
bindings_generator.go 32 -o ${outDir}
39 }, "package", "flags", "outDir")
44 -o ${outDir}
57 }, "mojomGenerator", "package", "flags", "outDir", "templateDir")
79 outDir android.Path
89 m.outDir = android.PathForModuleGen(ctx, "")
109 "outDir": m.outDir.String(),
195 flags = append(flags, fmt.Sprintf("--gen_dir=%s", module.outDir.String()))
241 outDir := android.PathForModuleGen(ctx, ""
    [all...]
  /external/catch2/scripts/
generateSingleHeader.py 46 outDir = os.path.dirname(outputPath)
47 if not os.path.exists(outDir):
48 os.makedirs(outDir)
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDML2ICUBinaryWriter.java 175 * @param outDir
181 public static void writeBinaryFile(ICUResourceWriter.Resource resTop, String outDir, String outFile) {
208 directoryPath = outDir.replace('\\', '/');
249 dealWithSpecialElements(resTop, outDir);
317 private static void dealWithSpecialElements(ICUResourceWriter.Resource top, String outDir) {
332 outDir);
339 dealWithSpecialElements(cur, outDir);
562 String outDir) {
566 filename = outDir;
567 if (!(outDir.charAt(outDir.length() - 1) == '/' || outDir.charAt(outDir.length() - 1) == '\\'))
    [all...]
  /build/soong/android/
writedocs.go 56 Command: fmt.Sprintf("rm -f ${outDir}/* && %s --soong_docs %s %s",
61 "outDir")
67 "outDir": PathForOutput(ctx, "docs").String(),
  /build/soong/ui/build/
test_build.go 66 outDir := config.OutDir()
67 bootstrapDir := filepath.Join(outDir, "soong", ".bootstrap")
68 miniBootstrapDir := filepath.Join(outDir, "soong", ".minibootstrap")
75 if !strings.HasPrefix(line, outDir) {
sandbox_darwin.go 52 outDir := absPath(c.ctx, c.config.OutDir())
60 "-D", "OUT_DIR=" + outDir,
  /build/soong/cc/
gen_test.go 35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 134 const char *outDir = NULL;
170 outDir = options[6].value;
186 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 140 const char *outDir = NULL;
176 outDir = options[7].value;
200 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
267 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);

Completed in 1164 milliseconds

1 2 3