Home
last modified time | relevance | path

Searched refs:test_flags (Results 1 – 25 of 31) sorted by relevance

12

/external/u-boot/post/
Dpost.c164 static void post_get_env_flags(int *test_flags) in post_get_env_flags() argument
182 test_flags[j] &= ~flag[i]; in post_get_env_flags()
201 test_flags[j] |= flag[i]; in post_get_env_flags()
215 static void post_get_flags(int *test_flags) in post_get_flags() argument
220 test_flags[j] = post_list[j].flags; in post_get_flags()
223 post_get_env_flags(test_flags); in post_get_flags()
227 if (test_flags[j] & POST_POWERON) in post_get_flags()
228 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
236 int test_flags, int flags, unsigned int i) in post_run_single() argument
238 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()
[all …]
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py188 self.add_test(hex(self.test_bid_int), self.test_flags, self.SUCCESS)
193 self.add_test(hex(test_bid), self.test_flags, self.SUCCESS)
199 self.add_test(hex(test_bid), self.test_flags, self.BID_ERROR)
205 self.add_test(hex(test_bid), self.test_flags, self.SUCCESS)
215 flag_str = bin(self.test_flags).split('b')[1]
223 if self.test_flags:
228 test_flags = self.test_flags | (1 << zero_index)
229 self.add_test(self.test_bid_sym, test_flags, self.SUCCESS)
233 test_flags = self.test_flags ^ (1 << one_index)
234 self.add_test(self.test_bid_sym, test_flags, self.BID_ERROR)
[all …]
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create04.c44 } test_flags[] = { variable
56 static void check_hugepage_support(struct test_flag *test_flags) in check_hugepage_support() argument
62 strcat(pattern, test_flags->h_size); in check_hugepage_support()
65 test_flags->exp_err = ENODEV; in check_hugepage_support()
73 tflag = test_flags[n]; in memfd_huge_x_controller()
103 .tcnt = ARRAY_SIZE(test_flags),
/external/python/httplib2/script/
Dtest9 test_flags=(
36 pytest --fulltrace ${test_flags[@]}
48 ./venv-27/bin/pytest ${test_flags[@]}
50 ./venv-36/bin/pytest ${test_flags[@]}
/external/vboot_reference/tests/
Dvb21_host_fw_preamble_tests.c38 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/ltp/testcases/kernel/syscalls/rt_sigaction/
Drt_sigaction01.c58 static int test_flags[] = variable
102 ARRAY_SIZE(test_flags); flag++) { in main()
105 (signal, 0, test_flags[flag])); in main()
Drt_sigaction03.c56 static int test_flags[] = variable
113 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main()
115 (signal, 0, test_flags[flag])); in main()
Drt_sigaction02.c56 static int test_flags[] = variable
87 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) { in main()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.c322 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()
Dtlsv1_server_read.c33 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()
Dtlsv1_server_i.h68 u32 test_flags; member
Dtlsv1_server_write.c635 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) { in tls_write_server_key_exchange()
666 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) { in tls_write_server_key_exchange()
899 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) { in tls_write_server_finished()
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py97 test_flags = options.test_flags
101 self.bindir, client_hostname, test_flags))
/external/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction01.c232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main() local
248 if (set_handler(test_flags[i], 0) == 0) { in main()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
Dcpuset_base_ops_testset.sh173 test_flags() function
282 test_flags
/external/v8/tools/
Drun_perf.py368 self.test_flags = []
399 self.test_flags = parent.test_flags[:] + suite.get("test_flags", [])
481 suffix = ["--"] + self.test_flags if self.test_flags else []
/external/libxkbcommon/xkbcommon/test/
Dcommon.c223 test_get_context(enum test_context_flags test_flags) in test_get_context() argument
230 if (test_flags & CONTEXT_ALLOW_ENVIRONMENT_NAMES) { in test_get_context()
/external/python/cpython2/Lib/test/
Dtest_gdbm.py45 def test_flags(self): member in TestGdbm
Dtest_memoryio.py323 def test_flags(self): member in MemoryTestMixin
Dtest_mailbox.py1294 def test_flags(self): member in TestMaildirMessage
1372 def test_flags(self): member in _TestMboxMMDFMessage
/external/python/cpython3/Lib/test/
Dtest_dbm_gnu.py55 def test_flags(self): member in TestGdbm
Dtest_memoryio.py354 def test_flags(self): member in MemoryTestMixin
/external/python/cpython2/Lib/bsddb/test/
Dtest_sequence.py64 def test_flags(self): member in DBSequenceTest
Dtest_db.py104 def test_flags(self) : function
Dtest_dbenv.py100 def test_flags(self) : function

12