| /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/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/tink/kokoro/testutils/ |
| D | run_bazel_tests.sh | 46 TEST_FLAGS=() 61 t) TEST_FLAGS=($(echo "${OPTARG}" | tr ',' '\n')) ;; 101 TEST_FLAGS+=( 109 TEST_FLAGS+=( --jvmopt="-Djava.net.preferIPv6Addresses=true" ) 112 TEST_FLAGS+=( --experimental_inprocess_symlink_creation ) 116 readonly TEST_FLAGS 125 time "${BAZEL_CMD}" test "${TEST_FLAGS[@]}" -- ... || bazel_test_return="$?" 133 time "${BAZEL_CMD}" test "${TEST_FLAGS[@]}" -- "${MANUAL_TARGETS[@]}"
|
| /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_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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/ |
| D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 141 """Merges default_flags and test_flags for GCC and LLVM. 145 test_flags: A list of flags that are only used in tests 148 A combined list of default_flags and test_flags, but with all flags of the 149 form '-Wwarning' removed if test_flags contains a flag of the form 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/abseil-cpp/absl/copts/ |
| D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 141 """Merges default_flags and test_flags for GCC and LLVM. 145 test_flags: A list of flags that are only used in tests 148 A combined list of default_flags and test_flags, but with all flags of the 149 form '-Wwarning' removed if test_flags contains a flag of the form 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/cronet/third_party/abseil-cpp/absl/copts/ |
| D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 141 """Merges default_flags and test_flags for GCC and LLVM. 145 test_flags: A list of flags that are only used in tests 148 A combined list of default_flags and test_flags, but with all flags of the 149 form '-Wwarning' removed if test_flags contains a flag of the form 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/libtextclassifier/abseil-cpp/absl/copts/ |
| D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 141 """Merges default_flags and test_flags for GCC and LLVM. 145 test_flags: A list of flags that are only used in tests 148 A combined list of default_flags and test_flags, but with all flags of the 149 form '-Wwarning' removed if test_flags contains a flag of the form 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/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/copts/ |
| D | copts.py | 140 def GccStyleFilterAndCombine(default_flags, test_flags): argument 141 """Merges default_flags and test_flags for GCC and LLVM. 145 test_flags: A list of flags that are only used in tests 148 A combined list of default_flags and test_flags, but with all flags of the 149 form '-Wwarning' removed if test_flags contains a flag of the form 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 | 143 def GccStyleFilterAndCombine(default_flags, test_flags): argument 144 """Merges default_flags and test_flags for GCC and LLVM. 148 test_flags: A list of flags that are only used in tests 151 A combined list of default_flags and test_flags, but with all flags of the 152 form '-Wwarning' removed if test_flags contains a flag of the form 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/bazelbuild-rules_android/mobile_install/ |
| D | launcher.bzl | 30 TEST_FLAGS={test_flags} 34 if [[ ! -z ${{TEST_FLAGS}} ]]; then 51 if [[ ! -z ${{TEST_FLAGS}} ]]; then 53 -flagfile="${{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 "",
|
| D | launcher_direct.bzl | 29 TEST_FLAGS={test_flags} 34 if [[ ! -z ${{TEST_FLAGS}} ]]; 39 -flagfile="${{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 "",
|
| /external/bazel-skylib/.bazelci/ |
| D | presubmit.yml | 24 test_flags: *reusable_test_flags 57 test_flags: 75 test_flags: 106 test_flags: 124 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/bazelbuild-rules_rust/.bazelci/ |
| D | presubmit.yml | 91 test_flags: 100 test_flags: 107 test_flags: 260 test_flags: *aspects_flags 278 test_flags: *aspects_flags 288 test_flags: *nightly_flags 298 test_flags: *nightly_aspects_flags 537 test_flags: 550 test_flags: 566 test_flags: [all …]
|
| /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/bazelbuild-rules_testing/.bazelci/ |
| D | presubmit.yml | 17 test_flags: 27 test_flags: 36 test_flags:
|
| /external/vboot_reference/tests/ |
| D | vb21_host_fw_preamble_tests.c | 38 const uint32_t test_flags = 0x11223344; in preamble_tests() local 79 3, test_version, test_flags, in preamble_tests() 87 TEST_EQ(fp->flags, test_flags, " flags"); in preamble_tests() 103 3, test_version, test_flags, in preamble_tests()
|
| /external/bazelbuild-rules_go/.bazelci/ |
| D | presubmit.yml | 24 test_flags: 36 test_flags: 52 test_flags: 63 test_flags: 249 test_flags: 336 test_flags: 348 test_flags: 369 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()
|
| /external/curl/tests/ |
| D | CMakeLists.txt | 32 function(add_runtests targetname test_flags) 37 string(REPLACE " " ";" test_flags_list "${test_flags}")
|
| /external/bazelbuild-rules_python/.bazelci/ |
| D | presubmit.yml | 39 test_flags: 42 test_flags: 108 test_flags: 122 test_flags: 133 test_flags:
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_pipe.c | 1054 static void si_test_vmfault(struct si_screen *sscreen, uint64_t test_flags) in si_test_vmfault() argument 1067 if (test_flags & DBG(TEST_VMFAULT_CP)) { in si_test_vmfault() 1073 if (test_flags & DBG(TEST_VMFAULT_SHADER)) { in si_test_vmfault() 1167 uint64_t test_flags; in radeonsi_screen_create_impl() local 1194 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0); in radeonsi_screen_create_impl() 1514 if (test_flags & DBG(TEST_IMAGE_COPY)) in radeonsi_screen_create_impl() 1517 if (test_flags & (DBG(TEST_CB_RESOLVE) | DBG(TEST_COMPUTE_BLIT))) in radeonsi_screen_create_impl() 1518 si_test_blit(sscreen, test_flags); in radeonsi_screen_create_impl() 1520 if (test_flags & DBG(TEST_DMA_PERF)) { in radeonsi_screen_create_impl() 1524 if (test_flags & (DBG(TEST_VMFAULT_CP) | DBG(TEST_VMFAULT_SHADER))) in radeonsi_screen_create_impl() [all …]
|