/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
D | genlib.go | 57 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/ |
D | SerializableWriter.java | 67 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/ |
D | SerializableWriter.java | 64 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/ |
D | outputPaths.ts | 41 outDir: "dist" 54 outDir: "dist", 78 outDir: "dist", 93 outDir: "dist", 108 outDir: "dist",
|
D | referencesWithRootDirInParent.ts | 34 compilerOptions: { composite: true, outDir: "../../dist/" }, 38 compilerOptions: { composite: true, outDir: "../../dist/" }, 52 compilerOptions: { composite: true, outDir: "../../dist/" }, 56 compilerOptions: { composite: true, outDir: "../../dist/" },
|
D | declarationEmit.ts | 8 outDir: "lib" 99 compilerOptions: { outDir: "lib" }, 110 compilerOptions: { outDir: "lib" },
|
D | configFileExtends.ts | 20 outDir: "../target-tsc-build/", 30 outDir: "../target-tsc-build/",
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | fuchsia_build.dart | 41 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/ |
D | IndexGenerator.java | 43 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/ |
D | getEmitOutputSourceMap2.baseline | 3 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/ |
D | gen_interface.go | 24 …outDir = 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/ |
D | gen_interface.go | 24 …outDir = 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/ |
D | gen_ar_eventhandlerfile.hpp | 58 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/ |
D | projectReferences.ts | 53 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/ |
D | JitManager.cpp | 425 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/ |
D | gn_meta_sln.py | 43 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/ |
D | extract_far.dart | 58 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/ |
D | gn_meta_sln.py | 41 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/ |
D | gencfu.cpp | 140 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/ |
D | gencfu.cpp | 140 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/ |
D | gencfu.cpp | 140 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/ |
D | genbrk.cpp | 134 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/ |
D | genbrk.cpp | 134 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/ |
D | CorrectnessActivity.java | 84 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/ |
D | genbrk.cpp | 134 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()
|