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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
cpuset_base_ops_testset.sh 175 test_flags() function
285 test_flags
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 45 def test_flags(self): member in class:TestGdbm
  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget04.c 68 int test_flags[] = { MSG_RD, MSG_WR, MSG_RD | MSG_WR }; variable
93 TEST(msgget(msgkey, test_flags[i]));
  /external/ltp/testcases/kernel/syscalls/rt_sigaction/
rt_sigaction01.c 58 static int test_flags[] = variable
102 ARRAY_SIZE(test_flags); flag++) {
105 (signal, 0, test_flags[flag]));
rt_sigaction02.c 56 static int test_flags[] = variable
87 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) {
rt_sigaction03.c 56 static int test_flags[] = variable
113 for (flag = 0; flag < ARRAY_SIZE(test_flags); flag++) {
115 (signal, 0, test_flags[flag]));
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 64 def test_flags(self): member in class:DBSequenceTest
test_db.py 104 def test_flags(self) : function in function:DB_txn.tearDown
  /external/ltp/testcases/kernel/syscalls/sigaction/
sigaction01.c 232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, local
248 if (set_handler(test_flags[i], 0) == 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/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 96 test_flags: label
133 bne test_flags
  /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/x86-linux/
ll.S 61 test_flags: label
93 jnz test_flags # re-load flags

Completed in 856 milliseconds

1 2 3