HomeSort by relevance Sort by last modified time
    Searched full:test_flags (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/VEX/useful/
test_main.h.base 8 #define TEST_FLAGS (1<<7)
15 #define TEST_FLAGS 0
22 #define TEST_FLAGS 0
29 #define TEST_FLAGS 0
test_main.h 8 #define TEST_FLAGS (1<<7)|(0<<6)|(1<<3)|(0<<2)|(0<<1)|(0<<0)
15 #define TEST_FLAGS 0
22 #define TEST_FLAGS 0
29 #define TEST_FLAGS 0
  /external/vboot_reference/tests/
vb21_host_fw_preamble_tests.c 38 const uint32_t test_flags = 0x11223344; local
79 3, test_version, test_flags,
87 TEST_EQ(fp->flags, test_flags, " flags");
103 3, test_version, test_flags,
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_i.h 63 u32 test_flags; member in struct:tlsv1_server
tlsv1_server.c 319 if ((conn->test_flags &
714 conn->test_flags = flags;
800 if (conn->test_flags & TLS_DHE_PRIME_511B) {
804 } else if (conn->test_flags & TLS_DHE_PRIME_767B) {
808 } else if (conn->test_flags & TLS_DHE_PRIME_15) {
812 } else if (conn->test_flags & TLS_DHE_PRIME_58B) {
816 } else if (conn->test_flags & TLS_DHE_NON_PRIME) {
tlsv1_server_read.c 33 if ((conn->test_flags &
990 if ((conn->test_flags &
997 if ((conn->test_flags & TLS_DHE_PRIME_15) &&
1003 if ((conn->test_flags & TLS_DHE_PRIME_58B) &&
1009 if ((conn->test_flags & TLS_DHE_PRIME_511B) &&
1015 if ((conn->test_flags & TLS_DHE_PRIME_767B) &&
1021 if ((conn->test_flags & TLS_DHE_NON_PRIME) &&
tlsv1_server_write.c 508 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) {
539 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) {
772 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) {
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 214 enum test_flags { enum
281 unused uint32_t test_flags);
1121 unused uint32_t test_flags)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
test_memoryio.py 322 def test_flags(self): member in class:MemoryTestMixin
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
test_memoryio.py 322 def test_flags(self): member in class:MemoryTestMixin
  /external/valgrind/none/tests/ppc32/
jm-insns.c 355 enum test_flags { enum
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_dbenv.py 100 def test_flags(self) : function in function:DBEnv_general.test_mp_max_write
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_dbenv.py 100 def test_flags(self) : function in function:DBEnv_general.test_mp_max_write
  /external/valgrind/VEX/switchback/
switchback.c 77 #define TEST_FLAGS ((1<<7)|(1<<3)|(1<<2)|(1<<1)|(1<<0))
598 vta.traceflags = verbose ? TEST_FLAGS : DEBUG_TRACE_FLAGS;
test_ppc_jm1.c 86 enum test_flags { enum
683 enum test_flags { enum
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 69 test_flags: label
101 jnz test_flags # re-load flags
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 61 test_flags: label
103 bne test_flags @ if not, re-load flags
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 96 test_flags: label
133 bne test_flags
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 61 test_flags: label
93 jnz test_flags # re-load flags

Completed in 1193 milliseconds

1 2