/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/cmp/cmp.categories.pre/ |
D | zero_type.verify.cpp | 30 #define TEST_PASS(v, op) \ macro 44 TEST_PASS(v, ==); in test_category() 45 TEST_PASS(v, !=); in test_category() 46 TEST_PASS(v, <); in test_category() 47 TEST_PASS(v, >); in test_category() 48 TEST_PASS(v, <=); in test_category() 49 TEST_PASS(v, >=); in test_category() 50 TEST_PASS(v, <=>); in test_category()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 29 #define TEST_PASS 0 macro 74 return TEST_PASS; in start_trace() 86 return TEST_PASS; in stop_trace() 98 return TEST_PASS; in cont_trace() 118 return TEST_PASS; in ptrace_read_regs() 179 return TEST_PASS; in show_tar_registers() 223 return TEST_PASS; in write_tar_registers() 269 return TEST_PASS; in show_tm_checkpointed_state() 314 return TEST_PASS; in write_ckpt_tar_registers() 337 return TEST_PASS; in show_fpr() [all …]
|
D | ptrace-tar.c | 62 return TEST_PASS; in trace_tar() 73 return TEST_PASS; in trace_tar_write() 122 return TEST_PASS; in ptrace_tar() 126 TEST_PASS; in ptrace_tar() 128 return TEST_PASS; in ptrace_tar()
|
D | ptrace-gpr.h | 35 return TEST_PASS; in validate_gpr() 52 return TEST_PASS; in validate_fpr() 69 return TEST_PASS; in validate_fpr_float()
|
D | ptrace-tm-spr.c | 29 return TEST_PASS; in validate_tm_spr() 108 return TEST_PASS; in trace_tm_spr() 156 TEST_PASS; in ptrace_tm_spr() 158 return TEST_PASS; in ptrace_tm_spr()
|
D | ptrace-gpr.c | 69 return TEST_PASS; in trace_gpr() 110 TEST_PASS; in ptrace_gpr() 113 return TEST_PASS; in ptrace_gpr()
|
D | ptrace-vsx.c | 56 return TEST_PASS; in trace_vsx() 107 TEST_PASS; in ptrace_vsx() 109 return TEST_PASS; in ptrace_vsx()
|
D | ptrace-vsx.h | 24 return TEST_PASS; in validate_vsx() 63 return TEST_PASS; in validate_vmx() 105 return TEST_PASS; in compare_vsx_vmx()
|
D | ptrace-tm-gpr.c | 107 return TEST_PASS; in trace_tm_gpr() 147 TEST_PASS; in ptrace_tm_gpr() 149 return TEST_PASS; in ptrace_tm_gpr()
|
D | ptrace-tm-tar.c | 111 return TEST_PASS; in trace_tm_tar() 149 TEST_PASS; in ptrace_tm_tar() 151 return TEST_PASS; in ptrace_tm_tar()
|
D | ptrace-tm-spd-gpr.c | 113 return TEST_PASS; in trace_tm_spd_gpr() 158 TEST_PASS; in ptrace_tm_spd_gpr() 160 return TEST_PASS; in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 123 return TEST_PASS; in trace_tm_spd_tar() 163 TEST_PASS; in ptrace_tm_spd_tar() 165 return TEST_PASS; in ptrace_tm_spd_tar()
|
D | ptrace-tm-vsx.c | 107 return TEST_PASS; in trace_tm_vsx() 156 TEST_PASS; in ptrace_tm_vsx() 158 return TEST_PASS; in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 123 return TEST_PASS; in trace_tm_spd_vsx() 173 TEST_PASS; in ptrace_tm_spd_vsx() 175 return TEST_PASS; in ptrace_tm_spd_vsx()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_cl_ext_image_from_buffer.cpp | 58 return TEST_PASS; in get_image_requirement_alignment() 98 if (TEST_PASS in image2d_from_buffer_positive() 134 if (TEST_PASS != get_error) in image2d_from_buffer_positive() 157 return TEST_PASS; in image2d_from_buffer_positive() 196 if (TEST_PASS in memInfo_image_from_buffer_positive() 218 if (TEST_PASS != get_error) in memInfo_image_from_buffer_positive() 264 return TEST_PASS; in memInfo_image_from_buffer_positive() 304 if (TEST_PASS in imageInfo_image_from_buffer_positive() 326 if (TEST_PASS != get_error) in imageInfo_image_from_buffer_positive() 409 return TEST_PASS; in imageInfo_image_from_buffer_positive() [all …]
|
D | test_cl_ext_image_requirements_info.cpp | 65 return TEST_PASS; in cl_image_requirements_size_ext_negative() 115 if (TEST_PASS in cl_image_requirements_size_ext_consistency() 169 return TEST_PASS; in cl_image_requirements_size_ext_consistency() 270 return TEST_PASS; in clGetImageRequirementsInfoEXT_negative() 364 return TEST_PASS; in cl_image_requirements_max_val_ext_negative() 481 return TEST_PASS; in cl_image_requirements_max_val_ext_positive()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_objects.cpp | 83 return (numErrors > 0) ? TEST_FAIL : TEST_PASS; in test_mem_object_destructor_callback_single() 99 if (test_mem_object_destructor_callback_single(testBuffer) != TEST_PASS) in test_mem_object_destructor_callback() 112 if (test_mem_object_destructor_callback_single(testImage) != TEST_PASS) in test_mem_object_destructor_callback() 119 return TEST_PASS; in test_mem_object_destructor_callback()
|
D | test_api_consistency.cpp | 153 return TEST_PASS; in test_consistency_svm() 199 return TEST_PASS; in check_atomic_capabilities() 235 return TEST_PASS; in test_consistency_memory_model() 384 return TEST_PASS; in test_consistency_device_enqueue() 472 return TEST_PASS; in test_consistency_pipes() 534 return TEST_PASS; in test_consistency_progvar() 617 return TEST_PASS; in test_consistency_non_uniform_work_group() 680 return TEST_PASS; in test_consistency_read_write_images() 783 return TEST_PASS; in test_consistency_2d_image_from_buffer() 845 return TEST_PASS; in test_consistency_depth_images() [all …]
|
D | test_queue_properties_queries.cpp | 141 return TEST_PASS; in create_queue_and_check_array_properties() 167 int error = TEST_PASS; in run_test_queue_array_properties() 196 return TEST_PASS; in run_test_queue_array_properties() 208 return TEST_PASS; in run_test_queue_array_properties() 214 int error = TEST_PASS; in test_queue_properties_queries()
|
D | negative_platform.cpp | 37 return TEST_PASS; in test_negative_get_platform_ids() 64 return TEST_PASS; in test_negative_get_platform_info()
|
D | test_pipe_properties_queries.cpp | 59 return TEST_PASS; in create_pipe_and_check_array_properties() 89 int result = TEST_PASS; in test_pipe_properties_queries()
|
/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_scan_reduce.cpp | 272 return TEST_PASS; in run_test() 278 int result = TEST_PASS; in test_work_group_reduce_add() 297 int result = TEST_PASS; in test_work_group_reduce_max() 316 int result = TEST_PASS; in test_work_group_reduce_min() 335 int result = TEST_PASS; in test_work_group_scan_inclusive_add() 356 int result = TEST_PASS; in test_work_group_scan_inclusive_max() 377 int result = TEST_PASS; in test_work_group_scan_inclusive_min() 398 int result = TEST_PASS; in test_work_group_scan_exclusive_add() 419 int result = TEST_PASS; in test_work_group_scan_exclusive_max() 440 int result = TEST_PASS; in test_work_group_scan_exclusive_min()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_opencl_c_versions.cpp | 102 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION() 177 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS() 221 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION_features() 286 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION_versions() 296 int result = TEST_PASS; in test_opencl_c_versions()
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_ifp.cpp | 284 return TEST_PASS; in chk() 291 int error = TEST_PASS; in test_ifp() 331 return TEST_PASS; in checkIFPSupport() 340 if (error != TEST_PASS) in test_ifp_core() 371 if (error != TEST_PASS) in test_ifp_ext()
|
/external/OpenCL-CTS/test_common/harness/ |
D | featureHelpers.cpp | 33 return TEST_PASS; in get_device_cl_c_features() 74 return TEST_PASS; in get_device_cl_c_features()
|