/third_party/skia/third_party/externals/spirv-tools/tools/ |
D | io.h | 125 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/ |
D | io.h | 125 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/ |
D | io.h | 125 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/ |
D | io.h | 61 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/ |
D | image_enc.c | 76 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()
|
D | image_enc.h | 57 int WebPWritePNG(const char* out_file_name, int use_stdout,
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 76 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()
|
D | image_enc.h | 57 int WebPWritePNG(const char* out_file_name, int use_stdout,
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 46 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()
|
D | cwebp.c | 999 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/ |
D | dwebp.c | 46 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()
|
D | cwebp.c | 979 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/ |
D | cookie.c | 1627 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/ |
D | main.cc | 518 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/ |
D | gdbus-tool.c | 100 usage (gint *argc, gchar **argv[], gboolean use_stdout) in usage() argument 125 if (use_stdout) in usage()
|