Home
last modified time | relevance | path

Searched refs:outDir (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Dgenlib.go57 outDir := filepath.Join(*dstdirFlag, cc+"-"+dynamism)
58 if err := os.MkdirAll(outDir, 0755); err != nil {
61 if err := genObj(outDir, *srcdirFlag, cc, dynamism, filenames); err != nil {
64 if err := genLib(outDir, cc, dynamism, filenames); err != nil {
84 func genObj(outDir string, inDir string, cc string, dynamism string, filenames []string) error {
87 out := genlibOutFilename(outDir, dynamism, filename)
107 func genLib(outDir string, cc string, dynamism string, filenames []string) error {
117 out := filepath.Join(outDir, "libwuffs"+libExtensions[dynamism])
121 args = append(args, genlibOutFilename(outDir, dynamism, filename))
134 func genlibOutFilename(outDir string, dynamism string, filename string) string {
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableWriter.java67 String outDir = null; in main() local
70 outDir = dataURL.getPath() + "/" + folderName(); in main()
72 outDir = args[0] + "/" + folderName(); in main()
79 SerializableWriter writer = new SerializableWriter(outDir); in main()
85 File outDir = new File(this.path); in serialize() local
86 if (!outDir.exists()) { in serialize()
87 outDir.mkdirs(); in serialize()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableWriter.java64 String outDir = null; in main() local
67 outDir = dataURL.getPath() + "/" + folderName(); in main()
69 outDir = args[0] + "/" + folderName(); in main()
76 SerializableWriter writer = new SerializableWriter(outDir); in main()
82 File outDir = new File(this.path); in serialize() local
83 if (!outDir.exists()) { in serialize()
84 outDir.mkdirs(); in serialize()
/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutputPaths.ts41 outDir: "dist"
54 outDir: "dist",
78 outDir: "dist",
93 outDir: "dist",
108 outDir: "dist",
DreferencesWithRootDirInParent.ts34 compilerOptions: { composite: true, outDir: "../../dist/" },
38 compilerOptions: { composite: true, outDir: "../../dist/" },
52 compilerOptions: { composite: true, outDir: "../../dist/" },
56 compilerOptions: { composite: true, outDir: "../../dist/" },
DdeclarationEmit.ts8 outDir: "lib"
99 compilerOptions: { outDir: "lib" },
110 compilerOptions: { outDir: "lib" },
DconfigFileExtends.ts20 outDir: "../target-tsc-build/",
30 outDir: "../target-tsc-build/",
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_build.dart41 final Directory outDir = fs.directory(getFuchsiaBuildDirectory());
42 if (!outDir.existsSync()) {
43 outDir.createSync(recursive: true);
72 final String outDir = getFuchsiaBuildDirectory();
73 final String assetManifest = fs.path.join(outDir, '${appName}_pkgassets');
116 final String outDir = getFuchsiaBuildDirectory();
117 final String pkgDir = fs.path.join(outDir, 'pkg');
119 final String dilpmanifest = fs.path.join(outDir, '$appName.dilpmanifest');
120 final String pkgassets = fs.path.join(outDir, '${appName}_pkgassets');
131 final File dstCmx = fs.file(fs.path.join(outDir, '$appName.cmx'));
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
DIndexGenerator.java43 File outDir = inDir; in main() local
45 outDir = new File(args[1]); in main()
46 if (!outDir.isDirectory() || !outDir.exists()) { in main()
68 File outFile = new File(outDir, "res_index.txt"); in main()
/third_party/typescript/tests/baselines/reference/
DgetEmitOutputSourceMap2.baseline3 FileName : sample/outDir/inputFile1.js.map
5 FileName : sample/outDir/inputFile1.js
16 FileName : sample/outDir/inputFile2.js.map
18 FileName : sample/outDir/inputFile2.js
/third_party/flutter/skia/tools/gpu/gl/interface/
Dgen_interface.go24outDir = flag.String("out_dir", "../../src/gpu/gl", "Where to output the GrGlAssembleInterface_* … var
105 writeToFile(*outDir, GL_FILE_NAME, gl)
107 writeToFile(*outDir, GLES_FILE_NAME, gles)
109 writeToFile(*outDir, WEBGL_FILE_NAME, webgl)
341 writeToFile(*outDir, INTERFACE_FILE_NAME, content)
438 dir, err := os.Open(*outDir)
444 abort("Error getting info about %s: %s", *outDir, err)
446 abort("%s must be a directory", *outDir)
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go24outDir = flag.String("out_dir", "../../src/gpu/gl", "Where to output the GrGlAssembleInterface_* … var
105 writeToFile(*outDir, GL_FILE_NAME, gl)
107 writeToFile(*outDir, GLES_FILE_NAME, gles)
109 writeToFile(*outDir, WEBGL_FILE_NAME, webgl)
341 writeToFile(*outDir, INTERFACE_FILE_NAME, content)
438 dir, err := os.Open(*outDir)
444 abort("Error getting info about %s: %s", *outDir, err)
446 abort("%s must be a directory", *outDir)
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp58 std::stringstream outDir; in EventHandlerFile() local
59 outDir << KNOB_DEBUG_OUTPUT_DIR << pBaseName << "_" << pid << std::ends; in EventHandlerFile()
60 mOutputDir = outDir.str(); in EventHandlerFile()
73 fstr << outDir.str().c_str() << "\\ar_event" << std::this_thread::get_id(); in EventHandlerFile()
/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts53 outDir: "bin", constant
65 const outDir = options.compilerOptions.outDir; constant
72 files.set(combineAllPaths("/", key, outDir, outFile), sp.outputFiles[outFile]);
321 outDir: "bin" constant
340 outDir: "bin" constant
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp425 std::stringstream outDir; in DumpAsm() local
426 outDir << JITTER_OUTPUT_DIR << pBaseName << "_" << pid << std::ends; in DumpAsm()
427 CreateDirectoryPath(outDir.str().c_str()); in DumpAsm()
435 sprintf(fName, "%s\\%s.%s.asm", outDir.str().c_str(), funcName, fileName); in DumpAsm()
467 std::stringstream outDir; in GetOutputDir() local
468 outDir << JITTER_OUTPUT_DIR << pBaseName << "_" << pid; in GetOutputDir()
469 CreateDirectoryPath(outDir.str().c_str()); in GetOutputDir()
470 return outDir.str(); in GetOutputDir()
483 std::string outDir = GetOutputDir(); in DumpToFile() local
489 sprintf(fName, "%s\\%s.%s.ll", outDir.c_str(), funcName, fileName); in DumpToFile()
[all …]
/third_party/skia/gn/
Dgn_meta_sln.py43 for outDir in dirs:
44 gnFile = os.path.join("out", outDir, "build.ninja.d")
46 slnFile = os.path.join("out", outDir, "all.sln")
47 configs.append((outDir, os.path.exists(slnFile)))
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/kernel/
Dextract_far.dart58 final outDir = options["out-dir"];
60 final innerArchive = "$outDir/meta.far";
63 final manifest = "$outDir/meta/contents";
81 await extract(outerArchive, blobName, "$outDir/$path");
/third_party/flutter/skia/gn/
Dgn_meta_sln.py41 for outDir in dirs:
42 gnFile = os.path.join("out", outDir, "build.ninja.d")
44 slnFile = os.path.join("out", outDir, "all.sln")
45 configs.append((outDir, os.path.exists(slnFile)))
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp140 const char *outDir = NULL; in main() local
176 outDir = options[7].value; in main()
200 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
267 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
/third_party/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp140 const char *outDir = NULL; in main() local
176 outDir = options[7].value; in main()
200 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
267 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
/third_party/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp140 const char *outDir = NULL; in main() local
176 outDir = options[7].value; in main()
200 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
267 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
/third_party/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp134 const char *outDir = NULL; in main() local
170 outDir = options[6].value; in main()
186 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genbrk/
Dgenbrk.cpp134 const char *outDir = NULL; in main() local
170 outDir = options[6].value; in main()
186 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DCorrectnessActivity.java84 String outDir = Environment.getExternalStorageDirectory().getPath() + in saveAsPng() local
87 FileOutputStream out = new FileOutputStream(outDir); in saveAsPng()
104 String outDir = Environment.getExternalStorageDirectory().getPath() + "/Download/done.txt"; in writeTerminatingFile() local
106 FileOutputStream out = new FileOutputStream(outDir); in writeTerminatingFile()
/third_party/skia/third_party/externals/icu/source/tools/genbrk/
Dgenbrk.cpp134 const char *outDir = NULL; in main() local
170 outDir = options[6].value; in main()
186 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); in main()
317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()

12345