Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/engine/flutter/testing/symbols/
Dverify_exported.dart24 final String outPath = arguments.first;
26 ? p.join(p.dirname(outPath), 'buildtools')
38 assert(new Directory(outPath).existsSync());
40 final Iterable<String> releaseBuilds = Directory(outPath).listSync()
51 failures += _checkIos(outPath, nmPath, iosReleaseBuilds);
52 failures += _checkAndroid(outPath, nmPath, androidReleaseBuilds);
57 int _checkIos(String outPath, String nmPath, Iterable<String> builds) {
60 final String libFlutter = p.join(outPath, build, 'Flutter.framework', 'Flutter');
89 int _checkAndroid(String outPath, String nmPath, Iterable<String> builds) {
92 final String libFlutter = p.join(outPath, build, 'libflutter.so');
/third_party/libxml2/fuzz/
DgenSeed.c188 char outPath[PATH_SIZE]; in processPattern() local
211 size = snprintf(outPath, sizeof(outPath), "seed/%s/%s", in processPattern()
218 out = fopen(outPath, "wb"); in processPattern()
220 fprintf(stderr, "couldn't open %s for writing\n", outPath); in processPattern()
286 char outPath[PATH_SIZE]; in processXPath() local
295 size = snprintf(outPath, sizeof(outPath), "seed/xpath/%s-%d", in processXPath()
301 out = fopen(outPath, "wb"); in processXPath()
/third_party/skia/tools/fonts/
Dcreate_test_font.cpp50 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local
51 outPath = SkOSPath::Join(outPath.c_str(), "fonts"); in font_header()
52 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header()
61 outPath.append(fam); in font_header()
62 outPath.append(".inc"); in font_header()
63 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
/third_party/flutter/skia/tools/fonts/
Dcreate_test_font.cpp50 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local
51 outPath = SkOSPath::Join(outPath.c_str(), "fonts"); in font_header()
52 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header()
61 outPath.append(fam); in font_header()
62 outPath.append(".inc"); in font_header()
63 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
/third_party/weex-loader/
Duglify-source.js41 function uglifyCode(code, outPath) { argument
43 fs.writeFileSync(outPath, uglifyCode)
/third_party/typescript/src/services/
Dsourcemaps.ts79 const outPath = outFile(options); constant
81 const declarationPath = outPath ?
82 removeFileExtension(outPath) + Extension.Dts :
/third_party/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
Dcompile_wasm_gm_tests.go29 outPath = flag.String("out_path", "", "The directory to put the built wasm/js code.")
45 outAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *outPath, "out_path")
/third_party/flutter/engine/flutter/testing/dart/
Dcanvas_test.dart125 final String outPath = path.join(imagesPath, 'found_' + goldenImageName);
126 File(outPath)..writeAsBytesSync(dart_image.encodePng(png));
127 print('wrote: ' + outPath);
/third_party/python/Mac/BuildScript/
Dbuild-installer.py1379 def patchFile(inPath, outPath): argument
1390 fp = open(outPath, 'w')
1394 def patchScript(inPath, outPath): argument
1399 fp = open(outPath, 'w')
1402 os.chmod(outPath, STAT_0o755)
/third_party/typescript/src/server/
Dproject.ts1165 const outPath = outFile(this.compilerOptions); constant
1168 if (!outPath || !this.isValidGeneratedFileWatcher(
1169 removeFileExtension(outPath) + Extension.Dts,
1177 if (outPath) {
/third_party/typescript/src/compiler/
Demitter.ts58 const outPath = outFile(options); constant
60 if (outPath) {
61 buildInfoExtensionLess = removeFileExtension(outPath);
77 const outPath = outFile(options)!; constant
78 const jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
80 … = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(outPath) + Extension.Dts …
/third_party/skia/src/pdf/
DSkPDFDevice.cpp207 SkPath* outPath) { in calculate_inverse_path() argument
209 return Op(SkPath::Rect(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp184 SkPath* outPath) { in calculate_inverse_path() argument
186 return Op(to_path(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1496 SkPath& outPath = fStrokes[index].fPath; in trim_strokes() local
1502 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
/third_party/typescript/lib/
Dtsserverlibrary.js100943 var outPath = ts.outFile(options);
100945 if (outPath) {
100946 buildInfoExtensionLess = ts.removeFileExtension(outPath);
100963 var outPath = ts.outFile(options);
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100966 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Dts…
131148 var outPath = ts.outFile(options);
131149 var declarationPath = outPath ?
131150 ts.removeFileExtension(outPath) + ".d.ts" /* Dts */ :
154814 var outPath = ts.outFile(this.compilerOptions);
[all …]
Dtsserver.js100749 var outPath = ts.outFile(options);
100751 if (outPath) {
100752 buildInfoExtensionLess = ts.removeFileExtension(outPath);
100769 var outPath = ts.outFile(options);
100770 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100772 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Dts…
130579 var outPath = ts.outFile(options);
130580 var declarationPath = outPath ?
130581 ts.removeFileExtension(outPath) + ".d.ts" /* Dts */ :
154620 var outPath = ts.outFile(this.compilerOptions);
[all …]
Dtypescript.js100943 var outPath = ts.outFile(options);
100945 if (outPath) {
100946 buildInfoExtensionLess = ts.removeFileExtension(outPath);
100963 var outPath = ts.outFile(options);
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100966 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Dts…
131148 var outPath = ts.outFile(options);
131149 var declarationPath = outPath ?
131150 ts.removeFileExtension(outPath) + ".d.ts" /* Dts */ :
DtypescriptServices.js100943 var outPath = ts.outFile(options);
100945 if (outPath) {
100946 buildInfoExtensionLess = ts.removeFileExtension(outPath);
100963 var outPath = ts.outFile(options);
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100966 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Dts…
131148 var outPath = ts.outFile(options);
131149 var declarationPath = outPath ?
131150 ts.removeFileExtension(outPath) + ".d.ts" /* Dts */ :
Dtsc.js82227 var outPath = ts.outFile(options);
82229 if (outPath) {
82230 buildInfoExtensionLess = ts.removeFileExtension(outPath);
82246 var outPath = ts.outFile(options);
82247 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
82249 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" : unde…
DtypingsInstaller.js100738 var outPath = ts.outFile(options);
100740 if (outPath) {
100741 buildInfoExtensionLess = ts.removeFileExtension(outPath);
100758 var outPath = ts.outFile(options);
100759 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100761 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Dts…