Home
last modified time | relevance | path

Searched refs:use_stdout (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/tools/
H A Dio.h125 const bool use_stdout = in WriteFile() local
127 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
131 if (!use_stdout) fclose(fp); in WriteFile()
134 if (!use_stdout) fclose(fp); in WriteFile()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/
H A Dio.h125 const bool use_stdout = in WriteFile() local
127 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
131 if (!use_stdout) fclose(fp); in WriteFile()
134 if (!use_stdout) fclose(fp); in WriteFile()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c76 static HRESULT WriteUsingWIC(const char* out_file_name, int use_stdout, in WriteUsingWIC() argument
101 IFS(CreateOutputStream(out_file_name, use_stdout, &stream)); in WriteUsingWIC()
115 if (SUCCEEDED(hr) && use_stdout) { in WriteUsingWIC()
144 int WebPWritePNG(const char* out_file_name, int use_stdout, in WebPWritePNG() argument
152 return SUCCEEDED(WriteUsingWIC(out_file_name, use_stdout, in WebPWritePNG()
555 const int use_stdout = in WebPSaveImage() local
566 fout = use_stdout ? ImgIoUtilSetBinaryMode(stdout) in WebPSaveImage()
579 ok &= WebPWritePNG(out_file_name, use_stdout, buffer); in WebPSaveImage()
H A Dimage_enc.h57 int WebPWritePNG(const char* out_file_name, int use_stdout,
/third_party/spirv-tools/tools/
H A Dio.h131 const bool use_stdout = in OutputFile() local
133 if (use_stdout) { in OutputFile()
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c46 const int use_stdout = (out_file != NULL) && !WSTRCMP(out_file, "-"); in SaveOutput() local
57 if (use_stdout) { in SaveOutput()
68 if (use_stdout) { in SaveOutput()
H A Dcwebp.c999 const int use_stdout = !WSTRCMP(out_file, "-"); in main() local
1000 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main()
/third_party/curl/lib/
H A Dcookie.c1629 bool use_stdout = FALSE; in cookie_output() local
1643 use_stdout = TRUE; in cookie_output()
1692 if(!use_stdout) { in cookie_output()
1711 if(out && !use_stdout) in cookie_output()
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc518 const bool use_stdout = output_file.empty() || output_file == "-"; in WriteFile() local
521 if (!use_stdout) { in WriteFile()
538 if (use_stdout) { in WriteFile()
546 if (!use_stdout) { in WriteFile()
/third_party/node/deps/v8/tools/torque/
H A Dformat-torque.py141 use_stdout = True

Completed in 10 milliseconds