/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/lib/ |
D | libf2fs_zoned.c | 203 ERR_MSG("No memory for report zones\n"); in f2fs_report_zone() 212 ERR_MSG("ioctl BLKREPORTZONE failed: errno=%d\n", errno); in f2fs_report_zone() 237 ERR_MSG("No memory for report zones\n"); in f2fs_report_zones() 251 ERR_MSG("ioctl BLKREPORTZONE failed: errno=%d\n", in f2fs_report_zones() 258 ERR_MSG("Unexpected ioctl BLKREPORTZONE result\n"); in f2fs_report_zones() 290 ERR_MSG("No memory for report zones\n"); in f2fs_check_zones() 296 ERR_MSG("No memory for zone capacity list.\n"); in f2fs_check_zones() 316 ERR_MSG("ioctl BLKREPORTZONE failed\n"); in f2fs_check_zones() 377 ERR_MSG("Invalid zones: last sector reported is %llu, expected %llu\n", in f2fs_check_zones() 385 ERR_MSG("Inconsistent number of zones: expected %u zones, got %u\n", in f2fs_check_zones() [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 72 ERR_MSG("setrlimit()", errno); in child() 86 ERR_MSG("malloc()", errno); in child() 99 ERR_MSG("pthread_cond_init()", rc); in child() 114 ERR_MSG("fork()", errno); in main() 124 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/fsck/ |
D | sload.c | 77 ERR_MSG("cannot allocate security path for %s%s\n", in set_selinux_xattr() 84 ERR_MSG("cannot lookup security context for %s\n", mnt_path); in set_selinux_xattr() 117 ERR_MSG("cannot allocate mount path for %s%s\n", in set_perms_and_caps() 146 ERR_MSG("lstat failure\n"); in set_inode_metadata() 178 ERR_MSG("unknown file type on %s", de->path); in set_inode_metadata() 209 ERR_MSG("No entries in %s\n", full_path); in build_directory() 219 ERR_MSG("Skip: ENOMEM\n"); in build_directory() 303 ERR_MSG("Failed to open file contexts \"%s\"", in configure_files() 310 ERR_MSG("Failed to get android file_contexts\n", c.mount_point); in configure_files() 322 ERR_MSG("Failed to load fs_config \"%s\"", in configure_files() [all …]
|
/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/skia/gm/ |
D | gm.h | 51 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument 52 DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, SK_ColorWHITE, SkString(#NAME)) 53 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument 54 DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, SkString(#NAME)) 55 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument 58 skiagm::DrawResult SK_MACRO_CONCAT(NAME,_GM)(SkCanvas* CANVAS, SkString* ERR_MSG) 77 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument 79 ERR_MSG, W, H, SK_ColorWHITE) 80 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, \ argument 88 SkCanvas* CANVAS, SkString* ERR_MSG)
|
/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 | 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()
|
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()
|
/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/rbind/ |
D | test39 | 56 if [ -n "${ERR_MSG}" ]; then 57 tst_resm TWARN "rbind/test39: ${ERR_MSG}" 58 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 | test16 | 57 if [ -n "${ERR_MSG}" ]; then 58 tst_resm TWARN "move/test16: ${ERR_MSG}" 59 ERR_MSG=""
|
D | test20 | 56 if [ -n "${ERR_MSG}" ]; then 57 tst_resm TWARN "move/test20: ${ERR_MSG}" 58 ERR_MSG=""
|
D | test13 | 55 if [ -n "${ERR_MSG}" ]; then 56 tst_resm TWARN "move/test13: ${ERR_MSG}" 57 ERR_MSG=""
|