| /src/external/bsd/kyua-cli/dist/utils/ |
| auto_array_test.cpp | 48 class test_array { class in namespace:__anon6976 53 /// The current balance of existing test_array instances. 80 std::cout << "Allocated 'test_array' object " << mem << "\n"; 101 std::cout << "Releasing 'test_array' object " << mem << "\n"; 110 ssize_t test_array::m_nblocks = 0; 124 ATF_REQUIRE_EQ(test_array::m_nblocks, 0); 126 auto_array< test_array > t(new test_array[10]); 127 ATF_REQUIRE_EQ(test_array::m_nblocks, 1); 129 ATF_REQUIRE_EQ(test_array::m_nblocks, 0) [all...] |
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| auto_array_test.cpp | 46 class test_array { class 53 atf::auto_array< test_array > 54 do_copy(atf::auto_array< test_array >& ta) 56 return atf::auto_array< test_array >(ta); 69 std::cout << "Allocated 'test_array' object " << mem << "\n"; 80 std::cout << "Releasing 'test_array' object " << mem << "\n"; 88 ssize_t test_array::m_nblocks = 0; 100 ATF_REQUIRE_EQ(test_array::m_nblocks, 0); 102 auto_array< test_array > t(new test_array[10]) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| auto_array_test.cpp | 44 class test_array { class 51 tools::auto_array< test_array > 52 do_copy(tools::auto_array< test_array >& ta) 54 return tools::auto_array< test_array >(ta); 67 std::cout << "Allocated 'test_array' object " << mem << "\n"; 78 std::cout << "Releasing 'test_array' object " << mem << "\n"; 86 ssize_t test_array::m_nblocks = 0; 98 ATF_REQUIRE_EQ(test_array::m_nblocks, 0); 100 auto_array< test_array > t(new test_array[10]) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| assumedrank.exp | 77 set test_array "" 80 set test_array $expect_out(1,string) 83 gdb_assert { ![string equal $test_array ""] } \ 87 gdb_test "p rank($test_array)" " = $answer_rank" 90 set content [get_valueof "" "$test_array" "**unknown**"]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| assumedrank.exp | 77 set test_array "" 80 set test_array $expect_out(1,string) 83 gdb_assert { ![string equal $test_array ""] } \ 87 gdb_test "p rank($test_array)" " = $answer_rank" 90 set content [get_valueof "" "$test_array" "**unknown**"]
|
| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_urcu_assign.c | 33 struct test_array { struct 39 static struct test_array *test_rcu_pointer; 138 static struct test_array *test_array; variable in typeref:struct:test_array 140 static struct test_array *test_array_alloc(void) 142 struct test_array *ret; 146 urcu_posix_assert(test_array[index].a == ARRAY_POISON || 147 test_array[index].a == 0); 148 ret = &test_array[index]; 155 static void test_array_free(struct test_array *ptr [all...] |
| test_perthreadlock_timing.c | 27 struct test_array { struct 31 static struct test_array test_array = { 8 }; variable in typeref:struct:test_array 76 urcu_posix_assert(test_array.a == 8); 117 test_array.a = 8;
|
| test_rwlock_timing.c | 27 struct test_array { struct 37 static struct test_array test_array = { 8 }; variable in typeref:struct:test_array 76 urcu_posix_assert(test_array.a == 8); 116 test_array.a = 8;
|
| test_urcu_qsbr_timing.c | 51 struct test_array { struct 55 static struct test_array *test_rcu_pointer; 78 struct test_array *local_ptr; 116 struct test_array *new, *old; 126 new = malloc(sizeof(struct test_array));
|
| test_urcu_timing.c | 52 struct test_array { struct 56 static struct test_array *test_rcu_pointer; 79 struct test_array *local_ptr; 116 struct test_array *new, *old; 126 new = malloc(sizeof(struct test_array));
|
| test_mutex.c | 32 struct test_array { struct 40 static volatile struct test_array test_array = { 8 }; variable in typeref:struct:test_array 127 v = test_array.a; 158 test_array.a = 0; 159 test_array.a = 8;
|
| test_perthreadlock.c | 32 struct test_array { struct 44 static volatile struct test_array test_array = { 8 }; variable in typeref:struct:test_array 155 v = test_array.a; 189 test_array.a = 0; 190 test_array.a = 8;
|
| test_rwlock.c | 32 struct test_array { struct 44 static volatile struct test_array test_array = { 8 }; variable in typeref:struct:test_array 132 a = test_array.a; 177 test_array.a = 0; 178 test_array.a = 8;
|
| test_urcu_gc.c | 34 struct test_array { struct 40 static struct test_array *test_rcu_pointer; 123 struct test_array *local_ptr; 168 ((struct test_array *)*p)->a = 0; 193 struct test_array *old = NULL; 195 struct test_array *new, *old;
|
| test_urcu_qsbr_gc.c | 32 struct test_array { struct 38 static struct test_array *test_rcu_pointer; 120 struct test_array *local_ptr; 168 ((struct test_array *)*p)->a = 0; 193 struct test_array *old = NULL; 195 struct test_array *new, *old;
|
| test_urcu_defer.c | 34 struct test_array { struct 40 static struct test_array *test_rcu_pointer; 114 struct test_array *local_ptr; 160 struct test_array *new, *old = NULL;
|
| /src/external/bsd/liblzf/dist/ |
| configure | 4885 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 4886 test_array [0] = 0 4939 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 4940 test_array [0] = 0 5010 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 5011 test_array [0] = 0 5064 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 5065 test_array [0] = 0 5145 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 5146 test_array [0] = [all...] |
| /src/external/public-domain/xz/dist/tests/ |
| tuktest.h | 1041 #define assert_array_eq(test_array, correct_array, array_size) \ 1044 if ((test_array)[i_] != (correct_array)[i_]) \ 1049 #test_array, (tuktest_uint)i_, \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 36 typedef int test_array [4]; typedef
|
| unavailable.cc | 41 typedef int test_array [4]; typedef
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 36 typedef int test_array [4]; typedef
|
| unavailable.cc | 41 typedef int test_array [4]; typedef
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| configure | 1777 static int test_array [1 - 2 * !(($2) >= 0)]; 1778 test_array [0] = 0; 1779 return test_array [0]; 1794 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1795 test_array [0] = 0; 1796 return test_array [0]; 1821 static int test_array [1 - 2 * !(($2) < 0)]; 1822 test_array [0] = 0; 1823 return test_array [0]; 1838 static int test_array [1 - 2 * !(($2) >= $ac_mid)] [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| configure | 1777 static int test_array [1 - 2 * !(($2) >= 0)]; 1778 test_array [0] = 0; 1779 return test_array [0]; 1794 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1795 test_array [0] = 0; 1796 return test_array [0]; 1821 static int test_array [1 - 2 * !(($2) < 0)]; 1822 test_array [0] = 0; 1823 return test_array [0]; 1838 static int test_array [1 - 2 * !(($2) >= $ac_mid)] [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| configure | 1769 static int test_array [1 - 2 * !(($2) >= 0)]; 1770 test_array [0] = 0; 1771 return test_array [0]; 1786 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1787 test_array [0] = 0; 1788 return test_array [0]; 1813 static int test_array [1 - 2 * !(($2) < 0)]; 1814 test_array [0] = 0; 1815 return test_array [0]; 1830 static int test_array [1 - 2 * !(($2) >= $ac_mid)] [all...] |