/external/skia/src/sksl/ |
D | SkSLMain.cpp | 311 const SkSL::String& outputPath = args[2]; in processCommand() local 315 SkSL::FileOutputStream errorStream(outputPath); in processCommand() 324 SkSL::FileOutputStream out(outputPath); in processCommand() 327 printf("error writing '%s'\n", outputPath.c_str()); in processCommand() 336 printf("error writing '%s'\n", outputPath.c_str()); in processCommand() 342 if (outputPath.endsWith(".spirv")) { in processCommand() 347 } else if (outputPath.endsWith(".asm.frag") || outputPath.endsWith(".asm.vert") || in processCommand() 348 outputPath.endsWith(".asm.geom")) { in processCommand() 368 } else if (outputPath.endsWith(".glsl")) { in processCommand() 373 } else if (outputPath.endsWith(".metal")) { in processCommand() [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 62 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 {
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 62 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 {
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/tools/ |
D | gen-grammar.go | 62 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 {
|
/external/llvm-project/flang/tools/f18-parse-demo/ |
D | f18-parse-demo.cpp | 84 std::string outputPath; // -o path member 133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName() 134 return driver.outputPath; in RelocatableName() 243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran() 252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage() 266 if (!driver.outputPath.empty()) { in Link() 269 argv.push_back(driver.outputPath.data()); in Link() 377 driver.outputPath = args.front(); in main()
|
/external/antlr/runtime/Python3/tests/ |
D | t020fuzzy.py | 27 outputPath = os.path.splitext(__file__)[0] + '.output' 28 with open(outputPath) as f:
|
D | t018llstar.py | 24 outputPath = os.path.splitext(__file__)[0] + '.output' 25 with open(outputPath) as f:
|
D | t012lexerXML.py | 42 outputPath = os.path.splitext(__file__)[0] + '.output' 44 with open(outputPath) as f:
|
/external/antlr/runtime/Python/tests/ |
D | t018llstar.py | 24 outputPath = os.path.splitext(__file__)[0] + '.output' 25 testOutput = open(outputPath).read()
|
D | t020fuzzy.py | 27 outputPath = os.path.splitext(__file__)[0] + '.output' 28 testOutput = open(outputPath).read()
|
D | t012lexerXML.py | 41 outputPath = os.path.splitext(__file__)[0] + '.output' 42 testOutput = unicode(open(outputPath).read(), 'utf-8')
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaRecorder.java | 37 private String outputPath; field in ShadowMediaRecorder 109 outputPath = path; in setOutputFile() 213 return outputPath; in getOutputPath()
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | JavaFile.java | 141 Path outputPath = outputDirectory.resolve(typeSpec.name + ".java"); in writeToPath() local 142 try (Writer writer = new OutputStreamWriter(Files.newOutputStream(outputPath), charset)) { in writeToPath() 146 return outputPath; in writeToPath() 159 final Path outputPath = writeToPath(directory.toPath()); in writeToFile() local 160 return outputPath.toFile(); in writeToFile()
|
/external/catch2/scripts/ |
D | generateSingleHeader.py | 28 outputPath = os.path.join( catchPath, 'single_include/catch2/catch.hpp' ) 47 outDir = os.path.dirname(outputPath) 50 out = io.open( outputPath, 'w', newline='\n', encoding='utf-8')
|
/external/llvm-project/flang/tools/f18/ |
D | f18.cpp | 86 std::string outputPath; // -o path member 147 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName() 148 return driver.outputPath; in RelocatableName() 355 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran() 364 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage() 379 if (!driver.outputPath.empty()) { in Link() 382 argv.push_back(driver.outputPath.data()); in Link() 548 driver.outputPath = args.front(); in main()
|
/external/deqp/executor/tools/ |
D | xeBatchResultToXml.cpp | 84 std::string outputPath; member 105 cmdLine.outputPath = opts.getArgs()[1]; in parseCommandLine() 389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main() 391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/ |
D | TestListInstrumentationRunListener.java | 61 public void saveTestsToJson(String outputPath) throws IOException { in saveTestsToJson() argument 63 File file = new File(outputPath); in saveTestsToJson()
|
/external/skqp/tools/skdiff/ |
D | skdiff_html.cpp | 235 SkString outputPath(outputDir); in print_diff_page() local 236 outputPath.append("index.html"); in print_diff_page() 238 SkFILEWStream outputStream(outputPath.c_str()); in print_diff_page()
|
/external/skia/tools/skdiff/ |
D | skdiff_html.cpp | 235 SkString outputPath(outputDir); in print_diff_page() local 236 outputPath.append("index.html"); in print_diff_page() 238 SkFILEWStream outputStream(outputPath.c_str()); in print_diff_page()
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | Unformatted.output | 31 Path outputPath = FileSystems.getDefault().getPath(TestPath.getDir(), "output"); 33 File outputDirectory = new File(outputPath.toString());
|
D | Unformatted.input | 24 "input" ) ; Path outputPath = FileSystems . getDefault ( ) . getPath ( 26 inputPath . toString ( ) ) ; File outputDirectory = new File ( outputPath .
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiCheck.java | 292 static int newApi(String origApiPath, String newApiPath, String outputPath, boolean strip) { in newApi() argument 312 apiWriter = new PrintStream(outputPath); in newApi() 314 System.err.println("can't open file: " + outputPath); in newApi()
|
/external/clang/include/clang/ARCMigrate/ |
D | FileRemapper.h | 50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
|
/external/llvm-project/clang/include/clang/ARCMigrate/ |
D | FileRemapper.h | 51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
|
/external/webrtc/test/ios/ |
D | test_support.mm | 85 NSString* outputPath = 88 if (!webrtc::test::WritePerfResults([NSString stdStringForString:outputPath])) {
|