/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
D | 1-3.c | 43 #define ERR_MSG(f, rc) printf("Failed: line: %d func: %s rc: %s (%u)\n", \ macro 54 ERR_MSG("pthread_getscheparam()", ret); in check_param() 79 ERR_MSG("pthread_barrier_wait()", ret); in threaded() 85 ERR_MSG("pthread_barrier_wait()", ret); in threaded() 93 ERR_MSG("pthread_barrier_wait()", ret); in threaded() 99 ERR_MSG("pthread_barrier_wait()", ret); in threaded() 107 ERR_MSG("pthread_barrier_wait()", ret); in threaded() 125 ERR_MSG("pthread_barrier_init()", ret); in main() 131 ERR_MSG("pthread_attr_init()", ret); in main() 137 ERR_MSG("pthread_attr_setinheritsched()", ret); in main() [all …]
|
D | 1-2.c | 27 #define ERR_MSG(f, rc) printf("Failed: func %s rc: %s (%u)\n", \ macro 42 ERR_MSG("pthread_setschedparam()", rc); in thread_func() 47 ERR_MSG("pthread_getschedparam()", rc); in thread_func() 72 ERR_MSG("pthread_create()", rc); in main()
|
D | 1-1.c | 26 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \ macro 37 ERR_MSG("pthread_getschedparam()", rc); in thread_func() 50 ERR_MSG("pthread_create()", rc); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
D | 5-1.c | 23 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \ macro 35 ERR_MSG("pthread_attr_init()", rc1); in main() 44 ERR_MSG("pthread_attr_setscope()", rc1); in main() 45 ERR_MSG("pthread_attr_setscope()", rc2); in main() 48 ERR_MSG("pthread_attr_setscope()", rc1); in main() 52 ERR_MSG("pthread_attr_setscope()", rc2); in main()
|
/external/f2fs-tools/fsck/ |
D | sload.c | 70 ERR_MSG("cannot allocate security path for %s%s\n", in set_selinux_xattr() 77 ERR_MSG("cannot lookup security context for %s\n", mnt_path); in set_selinux_xattr() 102 ERR_MSG("cannot allocate mount path for %s%s\n", in set_perms_and_caps() 131 ERR_MSG("lstat failure\n"); in set_inode_metadata() 154 ERR_MSG("unknown file type on %s", de->path); in set_inode_metadata() 180 ERR_MSG("No entries in %s\n", full_path); in build_directory() 191 ERR_MSG("Skip: ENOMEM\n"); in build_directory() 262 ERR_MSG("Failed to open file contexts \"%s\"", in configure_files() 269 ERR_MSG("Failed to get android file_contexts\n", c.mount_point); in configure_files() 281 ERR_MSG("Failed to load fs_config \"%s\"", in configure_files() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/ |
D | 4-1.c | 48 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \ macro 73 ERR_MSG("setrlimit()", errno); in child() 87 ERR_MSG("malloc()", errno); in child() 100 ERR_MSG("pthread_cond_init()", rc); in child() 116 ERR_MSG("fork()", errno); in main() 126 ERR_MSG("waitpid()", errno); in main()
|
D | 4-3.c | 33 #define ERR_MSG(f, rc) printf("Failed: function: %s status: %s(%u)\n", \ macro 46 ERR_MSG("pthread_cond_init()", rc); in main() 52 ERR_MSG("pthread_cond_init() 2", rc); in main()
|
/external/f2fs-tools/lib/ |
D | libf2fs_zoned.c | 120 ERR_MSG("No memory for report zones\n"); in f2fs_check_zones() 139 ERR_MSG("ioctl BLKREPORTZONE failed\n"); in f2fs_check_zones() 191 ERR_MSG("Invalid zones: last sector reported is %llu, expected %llu\n", in f2fs_check_zones() 199 ERR_MSG("Inconsistent number of zones: expected %u zones, got %u\n", in f2fs_check_zones() 207 ERR_MSG("No conventional zone for super block\n"); in f2fs_check_zones() 228 ERR_MSG("No memory for report zones\n"); in f2fs_reset_zones() 245 ERR_MSG("ioctl BLKREPORTZONES failed\n"); in f2fs_reset_zones() 262 ERR_MSG("ioctl BLKRESETZONE failed\n"); in f2fs_reset_zones() 301 ERR_MSG("%d: Zoned block devices are not supported\n", i); in f2fs_check_zones() 307 ERR_MSG("%d: Zoned block devices are not supported\n", i); in f2fs_reset_zones()
|
/external/skia/gm/ |
D | gm.h | 46 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument 47 DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, SK_ColorWHITE, SkString(#NAME)) 48 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument 49 DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, SkString(#NAME)) 50 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument 53 skiagm::DrawResult SK_MACRO_CONCAT(NAME,_GM)(SkCanvas* CANVAS, SkString* ERR_MSG) 70 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument 72 ERR_MSG, W, H, SK_ColorWHITE) 73 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, \ argument 81 SkString* ERR_MSG)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
D | 7-1.c | 32 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %u errno: %s\n", \ macro 54 ERR_MSG("sigaction()", rc); in main() 67 ERR_MSG("sigpending()", rc); in main() 73 ERR_MSG("sigismember()", rc); in main()
|
D | 6-1.c | 27 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %u errno: %s\n", \ macro 46 ERR_MSG("sigaction()", rc); in main() 59 ERR_MSG("sigpending()", rc); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 4-1.c | 24 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \ macro 37 ERR_MSG("pthread_attr_init()", rc); in main() 43 ERR_MSG("pthread_attr_setschedpolicy()", rc); in main()
|
D | common.h | 34 #define ERR_MSG(p, f, rc) \ macro 56 ERR_MSG(p->policy_label, "pthread_getschedparam()", rc); in thread_func() 114 ERR_MSG(p->policy_label, func, rc); in init_attr() 131 ERR_MSG(p->policy_label, "pthread_create()", rc); in create_test_thread()
|
D | 5-1.c | 27 #define ERR_MSG(p, f, rc) printf("Failed: %s function: %s error: %s (%u)\n", \ macro 38 ERR_MSG("", "pthread_attr_init()", rc); in set_policy() 45 ERR_MSG(label, "pthread_attr_setschedpolicy()", rc); in set_policy()
|
/external/ltp/testcases/kernel/fs/fs_bind/regression/ |
D | test01 | 51 if [ -n "${ERR_MSG}" ]; then 52 tst_resm TWARN "regression/test01: ${ERR_MSG}" 53 ERR_MSG=""
|
D | test03 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "regression/test03: ${ERR_MSG}" 57 ERR_MSG=""
|
D | test02 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "regression/test02: ${ERR_MSG}" 57 ERR_MSG=""
|
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
D | test03 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "cloneNS/test03: ${ERR_MSG}" 57 ERR_MSG=""
|
D | test04 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "cloneNS/test04: ${ERR_MSG}" 57 ERR_MSG=""
|
D | test01 | 59 if [ -n "${ERR_MSG}" ]; then 60 tst_resm TWARN "cloneNS/test01: ${ERR_MSG}" 61 ERR_MSG=""
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
D | test17 | 54 if [ -n "${ERR_MSG}" ]; then 55 tst_resm TWARN "move/test17: ${ERR_MSG}" 56 ERR_MSG=""
|
D | test20 | 56 if [ -n "${ERR_MSG}" ]; then 57 tst_resm TWARN "move/test20: ${ERR_MSG}" 58 ERR_MSG=""
|
D | test16 | 57 if [ -n "${ERR_MSG}" ]; then 58 tst_resm TWARN "move/test16: ${ERR_MSG}" 59 ERR_MSG=""
|
D | test13 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "move/test13: ${ERR_MSG}" 57 ERR_MSG=""
|
/external/ltp/testcases/kernel/fs/fs_bind/rbind/ |
D | test39 | 56 if [ -n "${ERR_MSG}" ]; then 57 tst_resm TWARN "rbind/test39: ${ERR_MSG}" 58 ERR_MSG=""
|