Searched refs:g_error (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | renameat2_test.c | 26 static int g_error = 0;
variable 39 g_error++;
in WriteFile() 45 g_error++;
in WriteFile() 49 g_error++;
in WriteFile() 58 g_error++;
in ReadFile() 63 g_error++;
in ReadFile() 67 g_error++;
in ReadFile() 77 g_error++;
in CompareFileString() 99 g_error++;
in RenameNoReplaceTest() 103 g_error in RenameNoReplaceTest() [all...] |
/third_party/vulkan-loader/loader/ |
H A D | dlopen_fuchsia.c | 31 static char g_error[128] = {}; variable 33 const char *dlerror_fuchsia(void) { return g_error; } in dlerror_fuchsia() 65 snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: no connection to loader svc\n"); in dlopen_fuchsia() 72 snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: Get() failed: %d\n", st); in dlopen_fuchsia() 77 snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: Get() returned invalid vmo\n"); in dlopen_fuchsia() 84 snprintf(g_error, sizeof(g_error), " in dlopen_fuchsia() [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-name.c | 51 g_error ("Failed to find feature index"); in test_ot_layout_feature_get_name_ids_and_characters() 56 g_error ("Failed to get name ids"); in test_ot_layout_feature_get_name_ids_and_characters()
|
H A D | hb-test.h | 161 #define g_test_fail() g_error("Test failed") 302 g_error ("Font %s not found.", path); in hb_test_open_font_file()
|
/third_party/curl/docs/examples/ |
H A D | ghiper.c | 68 #define MSG_OUT g_print /* Change to "g_error" to write to stderr */ 375 g_error("fifo_cb: %s", err->message); in fifo_cb()
|
Completed in 3 milliseconds