HomeSort by relevance Sort by last modified time
    Searched refs:test_t (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/tests/policies/test-deps/
modreq-type-global.conf 10 type test_t;
12 allow test_t type_req_t : file { read write };
  /system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c 41 struct test_t struct
49 struct test_t tests[] =
89 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
91 struct test_t test = tests[i];
  /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c 40 struct test_t struct
48 struct test_t tests[] =
98 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
100 struct test_t test = tests[i];
  /external/jemalloc/test/src/
test.c 64 p_test(test_t *t, ...)
83 for (; t != NULL; t = va_arg(ap, test_t *)) {
  /external/valgrind/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;
668 typedef struct test_t test_t; typedef in typeref:struct:test_t
670 struct test_t { struct
676 test_t *tests;
814 static test_t tests_ia_ops_two[] = {
918 static test_t tests_iar_ops_two[] =
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c 339 typedef struct test_t test_t; typedef in typeref:struct:test_t
341 struct test_t { struct
347 test_t *tests;
581 static test_t tests_ia_ops_two[] = {
733 static test_t tests_iar_ops_two[] = {
783 static test_t tests_iac_ops_two[] = {
811 static test_t tests_iacr_ops_two[] = {
891 static test_t tests_il_ops_two[] = {
983 static test_t tests_ilr_ops_two[] =
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 198 typedef struct _test test_t; typedef in typeref:struct:_test
206 test_t *tests;
289 static test_t tests_istq_ops_two_i16[] = {
299 static test_t tests_ildq_ops_two_i16[] = {
340 static test_t tests_stq_ops_three[] = {
364 static test_t tests_ldq_ops_three[] = {
412 static test_t tests_move_ops_spe[] = {
772 static test_t tests_aa_quadword_two_args[] = {
781 static test_t tests_aa_quadword_three_args[] = {
789 static test_t tests_aa_bcd_ops[] =
    [all...]
  /external/jemalloc/test/include/test/
test.h 297 typedef void (test_t)(void); typedef
326 test_status_t p_test(test_t *t, ...);
  /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...]

Completed in 119 milliseconds