/external/OpenCL-CTS/test_conformance/basic/ |
D | test_writeimage.cpp | 203 const cl_image_format img_format, cl_mem_flags test_flags) in check_format() argument 205 return is_image_format_required(img_format, test_flags, image_type, device) in check_format() 206 || is_image_format_supported(context, test_flags, image_type, in check_format() 216 const cl_mem_flags test_flags[] = { CL_MEM_WRITE_ONLY, CL_MEM_READ_WRITE }; in test_writeimage() local 218 for (size_t i = 0; i < ARRAY_SIZE(test_flags) && !err; i++) in test_writeimage() 221 test_flags[i]); in test_writeimage() 224 test_flags[i])) in test_writeimage() 227 test_flags[i]); in test_writeimage() 238 const cl_mem_flags test_flags[] = { CL_MEM_WRITE_ONLY, CL_MEM_READ_WRITE }; in test_writeimage_int16() local 240 for (size_t i = 0; i < ARRAY_SIZE(test_flags) && !err; i++) in test_writeimage_int16() [all …]
|
/external/igt-gpu-tools/tests/ |
D | syncobj_wait.c | 303 flags_for_test_flags(uint32_t test_flags) in flags_for_test_flags() argument 307 if (test_flags & WAIT_FOR_SUBMIT) in flags_for_test_flags() 310 if (test_flags & WAIT_ALL) in flags_for_test_flags() 317 test_single_wait(int fd, uint32_t test_flags, int expect) in test_single_wait() argument 320 uint32_t flags = flags_for_test_flags(test_flags); in test_single_wait() 323 if (test_flags & (WAIT_SUBMITTED | WAIT_SIGNALED)) in test_single_wait() 326 if (test_flags & WAIT_SIGNALED) in test_single_wait() 345 test_wait_delayed_signal(int fd, uint32_t test_flags) in test_wait_delayed_signal() argument 348 uint32_t flags = flags_for_test_flags(test_flags); in test_wait_delayed_signal() 352 if (test_flags & WAIT_FOR_SUBMIT) { in test_wait_delayed_signal() [all …]
|
/external/autotest/server/site_tests/firmware_Cr50BID/ |
D | firmware_Cr50BID.py | 153 self.add_test(hex(self.test_bid_int), self.test_flags, self.SUCCESS) 158 self.add_test(hex(test_bid), self.test_flags, self.SUCCESS) 164 self.add_test(hex(test_bid), self.test_flags, self.BID_ERROR) 170 self.add_test(hex(test_bid), self.test_flags, self.SUCCESS) 180 flag_str = bin(self.test_flags).split('b')[1] 188 if self.test_flags: 193 test_flags = self.test_flags | (1 << zero_index) 194 self.add_test(self.test_bid_sym, test_flags, self.SUCCESS) 198 test_flags = self.test_flags ^ (1 << one_index) 199 self.add_test(self.test_bid_sym, test_flags, self.BID_ERROR) [all …]
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create04.c | 35 } test_flags[] = { variable 47 static void check_hugepage_support(struct test_flag *test_flags) in check_hugepage_support() argument 53 strcat(pattern, test_flags->h_size); in check_hugepage_support() 56 test_flags->exp_err = ENODEV; in check_hugepage_support() 64 tflag = test_flags[n]; in memfd_huge_x_controller() 96 .tcnt = ARRAY_SIZE(test_flags),
|
/external/autotest/server/site_tests/firmware_Cr50PartialBoardId/ |
D | firmware_Cr50PartialBoardId.py | 51 self.test_flags = self.ALLOW_FLAGS | self.image_flags 124 bid = (self.test_brand, None, self.test_flags) 132 second_bid = (self.test_brand, None, self.test_flags) 140 partial_bid = (cr50_utils.ERASED_BID_STR, None, self.test_flags) 142 cr50_utils.ERASED_BID_STR, self.test_flags) 146 updated_brand_bid = (self.test_brand, None, self.test_flags) 153 bid = (cr50_utils.ERASED_BID_STR, '00000000', self.test_flags)
|
/external/libva-utils/test/ |
D | meson.build | 7 test_flags = [ variable 15 test_flags += [ 22 cpp_args: test_flags, 52 cpp_args: test_flags,
|
/external/python/httplib2/script/ |
D | test | 9 test_flags=( 36 pytest --fulltrace ${test_flags[@]} 48 ./venv-27/bin/pytest ${test_flags[@]} 50 ./venv-36/bin/pytest ${test_flags[@]}
|
/external/cronet/stable/third_party/abseil-cpp/absl/copts/ |
D | copts.py | 143 def GccStyleFilterAndCombine(default_flags, test_flags): argument 155 remove = set(["-W" + f[5:] for f in test_flags if f[:5] == "-Wno-"]) 156 return [f for f in default_flags if f not in remove] + test_flags
|
/external/abseil-cpp/absl/copts/ |
D | copts.py | 143 def GccStyleFilterAndCombine(default_flags, test_flags): argument 155 remove = set(["-W" + f[5:] for f in test_flags if f[:5] == "-Wno-"]) 156 return [f for f in default_flags if f not in remove] + test_flags
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/ |
D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 152 remove = set(["-W" + f[5:] for f in test_flags if f[:5] == "-Wno-"]) 153 return [f for f in default_flags if f not in remove] + test_flags
|
/external/angle/third_party/abseil-cpp/absl/copts/ |
D | copts.py | 139 def GccStyleFilterAndCombine(default_flags, test_flags): argument 151 remove = set(["-W" + f[5:] for f in test_flags if f[:5] == "-Wno-"]) 152 return [f for f in default_flags if f not in remove] + test_flags
|
/external/cronet/tot/third_party/abseil-cpp/absl/copts/ |
D | copts.py | 143 def GccStyleFilterAndCombine(default_flags, test_flags): argument 155 remove = set(["-W" + f[5:] for f in test_flags if f[:5] == "-Wno-"]) 156 return [f for f in default_flags if f not in remove] + test_flags
|
/external/ltp/testcases/kernel/syscalls/rt_sigaction/ |
D | rt_sigaction01.c | 59 static int test_flags[] = variable 103 ARRAY_SIZE(test_flags); flag++) { in main() 106 (signal, 0, test_flags[flag])); in main()
|
D | rt_sigaction03.c | 57 static int test_flags[] = variable 114 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main() 116 (signal, 0, test_flags[flag])); in main()
|
D | rt_sigaction02.c | 57 static int test_flags[] = variable 88 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server.c | 322 if ((conn->test_flags & in tlsv1_server_decrypt() 759 conn->test_flags = flags; in tlsv1_server_set_test_flags() 845 if (conn->test_flags & TLS_DHE_PRIME_511B) { in tlsv1_server_get_dh_p() 849 } else if (conn->test_flags & TLS_DHE_PRIME_767B) { in tlsv1_server_get_dh_p() 853 } else if (conn->test_flags & TLS_DHE_PRIME_15) { in tlsv1_server_get_dh_p() 857 } else if (conn->test_flags & TLS_DHE_PRIME_58B) { in tlsv1_server_get_dh_p() 861 } else if (conn->test_flags & TLS_DHE_NON_PRIME) { in tlsv1_server_get_dh_p()
|
D | tlsv1_server_read.c | 33 if ((conn->test_flags & in testing_cipher_suite_filter() 1104 if ((conn->test_flags & in tls_process_client_finished() 1111 if ((conn->test_flags & TLS_DHE_PRIME_15) && in tls_process_client_finished() 1117 if ((conn->test_flags & TLS_DHE_PRIME_58B) && in tls_process_client_finished() 1123 if ((conn->test_flags & TLS_DHE_PRIME_511B) && in tls_process_client_finished() 1129 if ((conn->test_flags & TLS_DHE_PRIME_767B) && in tls_process_client_finished() 1135 if ((conn->test_flags & TLS_DHE_NON_PRIME) && in tls_process_client_finished()
|
/external/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main() local 248 if (set_handler(test_flags[i], 0) == 0) { in main()
|
/external/bazelbuild-rules_android/mobile_install/ |
D | launcher_direct.bzl | 29 TEST_FLAGS={test_flags} 54 test_flags = ""): 58 test_flags = test_flags, 141 test_flags = getattr(out_launcher_flags, path_type) if test_args or is_test else "",
|
D | launcher.bzl | 30 TEST_FLAGS={test_flags} 65 test_flags = "", 71 test_flags = test_flags, 155 test_flags = getattr(out_launcher_flags, path_type) if test_args or is_test else "",
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 1083 static void si_test_vmfault(struct si_screen *sscreen, uint64_t test_flags) in si_test_vmfault() argument 1096 if (test_flags & DBG(TEST_VMFAULT_CP)) { in si_test_vmfault() 1101 if (test_flags & DBG(TEST_VMFAULT_SHADER)) { in si_test_vmfault() 1163 uint64_t test_flags; in radeonsi_screen_create_impl() local 1190 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0); in radeonsi_screen_create_impl() 1524 if (test_flags & DBG(TEST_CLEAR_BUFFER)) in radeonsi_screen_create_impl() 1527 if (test_flags & DBG(TEST_COPY_BUFFER)) in radeonsi_screen_create_impl() 1530 if (test_flags & DBG(TEST_IMAGE_COPY)) in radeonsi_screen_create_impl() 1533 if (test_flags & (DBG(TEST_CB_RESOLVE) | DBG(TEST_COMPUTE_BLIT))) in radeonsi_screen_create_impl() 1534 si_test_blit(sscreen, test_flags); in radeonsi_screen_create_impl() [all …]
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
D | cpuset_base_ops_testset.sh | 169 test_flags() function 278 test_flags
|
/external/liburing/test/ |
D | fd-install.c | 20 static int test_flags(struct io_uring *ring, int async) in test_flags() function 464 ret = test_flags(&ring, 0); in main() 471 ret = test_flags(&ring, 1); in main()
|
/external/libtraceevent/plugins/ |
D | plugin_sched_switch.c | 66 test_flags(struct tep_format_field *prev_state_field, struct tep_print_arg *arg) in test_flags() function 94 sym = test_flags(prev_state_field, arg); in search_op()
|
/external/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm01.c | 114 static void test_flags(void) in test_flags() function 285 test_flags(); in run()
|