Home
last modified time | relevance | path

Searched refs:use_stdout (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/tools/
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/spirv-tools/tools/
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/
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/flutter/skia/third_party/externals/spirv-tools/tools/
Dio.h61 const bool use_stdout = in WriteFile() local
63 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
69 if (!use_stdout) fclose(fp); in WriteFile()
/third_party/skia/third_party/externals/libwebp/imageio/
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()
Dimage_enc.h57 int WebPWritePNG(const char* out_file_name, int use_stdout,
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
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()
Dimage_enc.h57 int WebPWritePNG(const char* out_file_name, int use_stdout,
/third_party/skia/third_party/externals/libwebp/examples/
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()
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/flutter/skia/third_party/externals/libwebp/examples/
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()
Dcwebp.c979 const int use_stdout = !WSTRCMP(out_file, "-"); in main() local
980 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main()
/third_party/curl/lib/
Dcookie.c1627 bool use_stdout = FALSE; in cookie_output() local
1641 use_stdout = TRUE; in cookie_output()
1690 if(!use_stdout) { in cookie_output()
1709 if(out && !use_stdout) in cookie_output()
/third_party/skia/third_party/externals/tint/samples/
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/glib/gio/
Dgdbus-tool.c100 usage (gint *argc, gchar **argv[], gboolean use_stdout) in usage() argument
125 if (use_stdout) in usage()