/external/libsepol/tests/policies/test-deps/ |
modreq-type-global.conf | 10 type test_t; 12 allow test_t type_req_t : file { read write };
|
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 71 typedef struct test_t test_t; typedef in typeref:struct:test_t 73 struct test_t { struct 79 test_t *tests; 670 typedef struct test_t test_t; typedef in typeref:struct:test_t 672 struct test_t { struct 678 test_t *tests; 816 static test_t tests_ia_ops_two[] = { 920 static test_t tests_iar_ops_two[] = [all...] |
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 327 typedef struct test_t test_t; typedef in typeref:struct:test_t 329 struct test_t { struct 335 test_t *tests; 551 static test_t tests_ia_ops_two[] = { 685 static test_t tests_iar_ops_two[] = { 732 static test_t tests_iac_ops_two[] = { 760 static test_t tests_iacr_ops_two[] = { 840 static test_t tests_il_ops_two[] = { 932 static test_t tests_ilr_ops_two[] = [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 71 test_t = 760233600 # assume broken POSIX counting of seconds 72 result = time2isoz(test_t) 75 "%s => '%s' (%s)" % (test_t, result, expected)) 82 self.assertTrue(t == t2 == t3 == test_t, 83 "'%s' => %s, %s, %s (%s)" % (s, t, t2, t3, test_t)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 71 test_t = 760233600 # assume broken POSIX counting of seconds 72 result = time2isoz(test_t) 75 "%s => '%s' (%s)" % (test_t, result, expected)) 82 self.assertTrue(t == t2 == t3 == test_t, 83 "'%s' => %s, %s, %s (%s)" % (s, t, t2, t3, test_t)) [all...] |