Home
last modified time | relevance | path

Searched refs:exitf (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tools/skpbench/
Dskpbench.cpp120 static void exitf(ExitErr, const char* format, ...);
160 exitf(ExitErr::kUnavailable, "DDL: conversion of skp failed"); in run_ddl_benchmark()
271 exitf(ExitErr::kUnavailable, "GPU timer failed"); in run_gpu_time_benchmark()
273 exitf(ExitErr::kUnavailable, "timer query still not ready after fence sync"); in run_gpu_time_benchmark()
295 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result()
342 exitf(ExitErr::kUsage, "invalid config '%s': must specify one (and only one) GPU config", in main()
348 exitf(ExitErr::kUsage, in main()
364 exitf(ExitErr::kIO, "failed to open file %s", srcfile.c_str()); in main()
372 exitf(ExitErr::kData, "failed to parse file %s", srcfile.c_str()); in main()
386 exitf(ExitErr::kUnavailable, "This tool only supports the default surface type. (%s)", in main()
[all …]
/external/skia/tools/skpbench/
Dskpbench.cpp120 static void exitf(ExitErr, const char* format, ...);
160 exitf(ExitErr::kUnavailable, "DDL: conversion of skp failed"); in run_ddl_benchmark()
271 exitf(ExitErr::kUnavailable, "GPU timer failed"); in run_gpu_time_benchmark()
273 exitf(ExitErr::kUnavailable, "timer query still not ready after fence sync"); in run_gpu_time_benchmark()
295 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result()
342 exitf(ExitErr::kUsage, "invalid config '%s': must specify one (and only one) GPU config", in main()
348 exitf(ExitErr::kUsage, in main()
364 exitf(ExitErr::kIO, "failed to open file %s", srcfile.c_str()); in main()
372 exitf(ExitErr::kData, "failed to parse file %s", srcfile.c_str()); in main()
386 exitf(ExitErr::kUnavailable, "This tool only supports the default surface type. (%s)", in main()
[all …]
/external/syzkaller/executor/
Dcommon.h187 exitf("opendir(%s) failed", dir); in remove_dir()
195 exitf("lstat(%s) failed", filename); in remove_dir()
201 exitf("unlink(%s) failed", filename); in remove_dir()
205 exitf("rmdir(%s) failed", dir); in remove_dir()
236 exitf("pthread_create failed"); in thread_start()
Dcommon_linux.h1766 exitf("opendir(%s) failed due to NOFILE, exiting", dir); in remove_dir()
1768 exitf("opendir(%s) failed", dir); in remove_dir()
1782 exitf("lstat(%s) failed", filename); in remove_dir()
1808 exitf("unlink(%s) failed", filename); in remove_dir()
1811 exitf("umount(%s) failed", filename); in remove_dir()
1839 exitf("umount(%s) failed", dir); in remove_dir()
1849 exitf("rmdir(%s) failed", dir); in remove_dir()
1870 exitf("failed to open /proc/thread-self/fail-nth"); in inject_fault()
1873 exitf("failed to write /proc/thread-self/fail-nth"); in inject_fault()
1884 exitf("failed to read /proc/thread-self/fail-nth"); in fault_injected()
[all …]
Dcommon_windows.h41 exitf("CreateThread failed"); in thread_start()
Dexecutor_linux.h67 exitf("cover enable write trace failed, mode=%d", kcov_mode); in cover_enable()
Dexecutor_bsd.h83 exitf("cover enable write trace failed, mode=%d", kcov_mode); in cover_enable()
Dexecutor.cc70 NORETURN PRINTF void exitf(const char* msg, ...);
393 exitf("loop exited with status %d", status); in main()
720 exitf("out of threads"); in schedule_call()
1282 void exitf(const char* msg, ...) in exitf() function
/external/syzkaller/pkg/csource/
Dgenerated.go172 exitf("opendir(%s) failed", dir);
180 exitf("lstat(%s) failed", filename);
186 exitf("unlink(%s) failed", filename);
190 exitf("rmdir(%s) failed", dir);
221 exitf("pthread_create failed");
3235 exitf("opendir(%s) failed due to NOFILE, exiting", dir);
3237 exitf("opendir(%s) failed", dir);
3249 exitf("lstat(%s) failed", filename);
3274 exitf("unlink(%s) failed", filename);
3277 exitf("umount(%s) failed", filename);
[all …]
Dcsource.go402 result = regexp.MustCompile(`\t*exitf\((.*\n)*?.*\);\n`).ReplaceAll(result, []byte("\texit(1);\n"))