Searched refs:test_array (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dauto_array_test.cpp46 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[1
[all...]
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure3768 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
3769 test_array [0] = 0
3808 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
3809 test_array [0] = 0
3864 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
3865 test_array [0] = 0
3904 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
3905 test_array [0] = 0
3968 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
3969 test_array [
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure2153 static int test_array [1 - 2 * !(($2) >= 0)];
2154 test_array [0] = 0;
2155 return test_array [0];
2170 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2171 test_array [0] = 0;
2172 return test_array [0];
2197 static int test_array [1 - 2 * !(($2) < 0)];
2198 test_array [0] = 0;
2199 return test_array [0];
2214 static int test_array [
[all...]

Completed in 687 milliseconds