Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 25 of 48) sorted by relevance

12

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DPhonePrefixDataIOHandler.java29 private final File outputPath; field in PhonePrefixDataIOHandler
31 public PhonePrefixDataIOHandler(File outputPath) throws IOException { in PhonePrefixDataIOHandler() argument
32 if (outputPath.exists()) { in PhonePrefixDataIOHandler()
33 if (!outputPath.isDirectory()) { in PhonePrefixDataIOHandler()
34 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
37 if (!outputPath.mkdirs()) { in PhonePrefixDataIOHandler()
38 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
41 this.outputPath = outputPath; in PhonePrefixDataIOHandler()
56 return new File(outputPath, path); in createFile()
DJarPhonePrefixDataIOHandler.java39 private final File outputPath; field in JarPhonePrefixDataIOHandler
45 public JarPhonePrefixDataIOHandler(File outputPath, String outputName, Package outputPackage) in JarPhonePrefixDataIOHandler() argument
47 if (outputPath.exists()) { in JarPhonePrefixDataIOHandler()
48 if (!outputPath.isDirectory()) { in JarPhonePrefixDataIOHandler()
49 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in JarPhonePrefixDataIOHandler()
52 if (!outputPath.mkdirs()) { in JarPhonePrefixDataIOHandler()
53 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in JarPhonePrefixDataIOHandler()
56 this.outputPath = outputPath; in JarPhonePrefixDataIOHandler()
65 return new JarOutputStream(new FileOutputStream(new File(outputPath, jarBase + ".jar"))); in createJar()
DGenerateTimeZonesMapDataEntryPoint.java53 File outputPath = new File(args[2]); in start() local
56 ? new PhonePrefixDataIOHandler(outputPath) in start()
58 outputPath, args[3], GeneratePhonePrefixData.class.getPackage()); in start()
DGeneratePhonePrefixDataEntryPoint.java51 File outputPath = new File(args[2]); in start() local
54 ? new PhonePrefixDataIOHandler(outputPath) in start()
56 outputPath, args[3], GeneratePhonePrefixData.class.getPackage()); in start()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dbuild_test.dart138 final String outputPath = fs.path.join('build', 'foo');
144 outputPath: outputPath,
150 final String outputPath = fs.path.join('build', 'foo');
156 outputPath: outputPath,
162 final String outputPath = fs.path.join('build', 'foo');
168 outputPath: outputPath,
176 final String outputPath = fs.path.join('build', 'foo');
177 fs.directory(outputPath).createSync(recursive: true);
179 final String assembly = fs.path.join(outputPath, 'snapshot_assembly.S');
193 outputPath: outputPath,
[all …]
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework_c.py80 outputPath = str(sys.argv[1]) variable
81 if not os.path.isabs(outputPath):
82 outputPath = os.path.abspath(outputPath) variable
84 if not os.path.exists(outputPath):
85 os.makedirs(outputPath)
91 writeVulkanCHeader (src, os.path.join(outputPath, "vkVulkan_c.inl"))
Dohos_gen_ext_deps.py195 outputPath = str(sys.argv[1]) variable
196 if not os.path.isabs(outputPath):
197 outputPath = os.path.abspath(outputPath) variable
199 if not os.path.exists(outputPath):
200 os.makedirs(outputPath)
205 …genExtDepInl(genExtDeps(getExtInfoDict(vkRegistry)), os.path.join(outputPath, "vkApiExtensionDepen…
Dohos_gen_framework.py2431 outputPath = str(sys.argv[1]) variable
2432 if not os.path.isabs(outputPath):
2433 outputPath = os.path.abspath(outputPath) variable
2435 if not os.path.exists(outputPath):
2436 os.makedirs(outputPath)
2483 writeDeviceFeatures (api, dfd, os.path.join(outputPath, "vkDeviceFeatures.inl"))
2484 …writeDeviceFeaturesDefaultDeviceDefs (dfd, os.path.join(outputPath, "vkDeviceFeaturesForDefaultDev…
2485 …writeDeviceFeaturesContextDecl (dfd, os.path.join(outputPath, "vkDeviceFeaturesForContextDecl.in…
2486 …writeDeviceFeaturesContextDefs (dfd, os.path.join(outputPath, "vkDeviceFeaturesForContextDefs.in…
2487 writeDeviceFeatureTest (api, os.path.join(outputPath, "vkDeviceFeatureTest.inl"))
[all …]
Dgen_framework.py2430 outputPath = str(sys.argv[1]) variable
2477 writeDeviceFeatures (api, dfd, os.path.join(outputPath, "vkDeviceFeatures.inl"))
2478 …writeDeviceFeaturesDefaultDeviceDefs (dfd, os.path.join(outputPath, "vkDeviceFeaturesForDefaultDev…
2479 …writeDeviceFeaturesContextDecl (dfd, os.path.join(outputPath, "vkDeviceFeaturesForContextDecl.in…
2480 …writeDeviceFeaturesContextDefs (dfd, os.path.join(outputPath, "vkDeviceFeaturesForContextDefs.in…
2481 writeDeviceFeatureTest (api, os.path.join(outputPath, "vkDeviceFeatureTest.inl"))
2484 writeDeviceProperties (api, dpd, os.path.join(outputPath, "vkDeviceProperties.inl"))
2486 …writeDevicePropertiesDefaultDeviceDefs (dpd, os.path.join(outputPath, "vkDevicePropertiesForDefaul…
2487 …writeDevicePropertiesContextDecl (dpd, os.path.join(outputPath, "vkDevicePropertiesForContextDecl…
2488 …writeDevicePropertiesContextDefs (dpd, os.path.join(outputPath, "vkDevicePropertiesForContextDefs…
[all …]
Dgen_framework_c.py79 outputPath = str(sys.argv[1]) variable
85 writeVulkanCHeader (src, os.path.join(outputPath, "vkVulkan_c.inl"))
/third_party/skia/src/sksl/
DSkSLMain.cpp315 const SkSL::String& outputPath = args[2]; in processCommand() local
319 SkSL::FileOutputStream errorStream(outputPath); in processCommand()
328 SkSL::FileOutputStream out(outputPath); in processCommand()
331 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
340 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
346 if (outputPath.ends_with(".spirv")) { in processCommand()
351 } else if (outputPath.ends_with(".asm.frag") || outputPath.ends_with(".asm.vert")) { in processCommand()
371 } else if (outputPath.ends_with(".glsl")) { in processCommand()
376 } else if (outputPath.ends_with(".metal")) { in processCommand()
381 } else if (outputPath.ends_with(".skvm")) { in processCommand()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dbuild_aot.dart97 final String outputPath = argResults['output-dir'] ?? getAotBuildDirectory();
110 outputPath: outputPath,
124 iosBuilds[arch] = fs.path.join(outputPath, getNameForDarwinArch(arch));
128 iosBuilds.forEach((DarwinArch iosArch, String outputPath) {
135 outputPath: outputPath,
146 fs.directory(fs.path.join(outputPath, 'App.framework'))..createSync();
151 '-output', fs.path.join(outputPath, 'App.framework', 'App'),
154 …fs.directory(fs.path.join(outputPath, 'App.framework.dSYM.noindex', 'Contents', 'Resources', 'DWAR…
158 …'-output', fs.path.join(outputPath, 'App.framework.dSYM.noindex', 'Contents', 'Resources', 'DWARF'…
175 outputPath: outputPath,
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Dios.dart25 final String outputPath = environment.buildDir.path;
48 outputPath: outputPath,
65 outputPath: fs.path.join(outputPath, getNameForDarwinArch(iosArch)),
77 fs.path.join(outputPath, getNameForDarwinArch(iosArch), 'App.framework', 'App')),
80 fs.path.join(outputPath, 'App.framework', 'App'),
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/
DJarPhonePrefixDataIOHandlerTest.java42 File outputPath = new File("/tmp/build"); in testAddFileToOutput() local
46 new JarPhonePrefixDataIOHandler(outputPath, TESTING_JAR_BASE, outputPackage); in testAddFileToOutput()
51 JarFile outputJar = new JarFile(new File(outputPath, TESTING_JAR_BASE + ".jar")); in testAddFileToOutput()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dbuild.dart90 @required String outputPath,
114 final Directory outputDir = fs.directory(outputPath);
203 outputPath: outputDir.path,
212 /// Builds an iOS or macOS framework at [outputPath]/App.framework from the assembly
217 @required String outputPath,
228 final String assemblyO = fs.path.join(outputPath, 'snapshot_assembly.o');
242 final String frameworkDir = fs.path.join(outputPath, 'App.framework');
265 '-o', fs.path.join(outputPath, 'App.framework.dSYM.noindex'),
281 @required String outputPath,
286 final Directory outputDir = fs.directory(outputPath);
[all …]
/third_party/node/test/doctool/
Dtest-apilinks.mjs22 const outputPath = path.join(tmpdir.path, `${fixture}on`); constant
25 [script, outputPath, input],
30 const actualLinks = JSON.parse(fs.readFileSync(outputPath));
/third_party/flutter/engine/flutter/web_sdk/
Dflutter_kernel_sdk.dart40 var outputPath = parserOptions['output'] as String;
41 if (outputPath == null) {
45 outputPath = path.join(genDir, 'kernel', 'ddc_sdk.dill');
73 var outputDir = path.dirname(outputPath);
75 await writeComponentToBinary(component, outputPath);
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/
Dgen-grammar.go62 outputPath = flag.String("out", "", "Path to output generated file (required)") var
73 if *templatePath == "" || *outputPath == "" {
131 "--out=" + escape(relPath(*outputPath)),
175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil {
/third_party/spirv-tools/utils/vscode/src/tools/
Dgen-grammar.go62 outputPath = flag.String("out", "", "Path to output generated file (required)") var
73 if *templatePath == "" || *outputPath == "" {
131 "--out=" + escape(relPath(*outputPath)),
175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go62 outputPath = flag.String("out", "", "Path to output generated file (required)") var
73 if *templatePath == "" || *outputPath == "" {
131 "--out=" + escape(relPath(*outputPath)),
175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil {
/third_party/typescript/scripts/
DgenerateLocalizedDiagnosticMessages.ts14 const outputPath = args[1]; constant
44 …writeFile(path.join(outputPath, outputDirectoryName, "diagnosticMessages.generated.json"), xmlObje…
137 path.join(outputPath, "enu", "diagnosticMessages.generated.json.lcg"),
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go53 var outputPath string
55 flag.StringVar(&outputPath, "output", "", "the output file")
61 if templatePath == "" || outputPath == "" || len(idlFiles) == 0 {
67 if outputPath != "" {
68 file, err := os.Create(outputPath)
70 return fmt.Errorf("failed to open output file '%v'", outputPath)
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dcompile_incremental_test.dart67 outputPath: '/build/',
87 outputPath: '/build/',
105 outputPath: '/build/',
122 outputPath: '/build/',
163 …await generator.recompile('/path/to/main.dart', null /* invalidatedFiles */, outputPath: '/build/'…
199 outputPath: '/build/',
/third_party/mindspore/mindspore/lite/tools/common/
Dstorage.cc28 int Storage::Save(const schema::MetaGraphT &graph, const std::string &outputPath) { in Save() argument
39 std::string filename = outputPath; in Save()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/
Dcompile.dart42 final String outputPath = fs.path.join(
49 fs.file(outputPath).copySync(fs.path.join(outputDir.path, 'main.dart.js'));
50 fs.file('$outputPath.map').copySync(fs.path.join(outputDir.path, 'main.dart.js.map'));

12