/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
size.pass.cpp | 16 void test_size() function 24 test_size<0>(); 25 test_size<1>(); 26 test_size<31>(); 27 test_size<32>(); 28 test_size<33>(); 29 test_size<63>(); 30 test_size<64>(); 31 test_size<65>(); 32 test_size<1000>() [all...] |
/system/extras/tests/directiotest/ |
directiotest.c | 178 size_t test_size; local 210 test_size = (size_t)blk_size * NUM_TEST_BLKS; 211 read_buf = pagealign_alloc(test_size); 212 write_buf = pagealign_alloc(test_size); 238 init_test_buf(write_buf, cur_blk, test_size); 240 if (do_write(fd, write_buf, cur_blk * blk_size, test_size) != 241 (ssize_t)test_size) { 245 if (do_read(fd, read_buf, cur_blk * blk_size, test_size) != 246 (ssize_t)test_size) { 251 if (memcmp(write_buf, read_buf, test_size)) { [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_finder.py | 126 test_size = int(chunk_len) 127 assert(test_size > 0) 137 chunk_len = test_size 143 assert(test_size <= num_tests) 144 assert(chunk_num <= test_size) 150 if rounded_tests % test_size != 0: 151 rounded_tests = (num_tests + test_size - (num_tests % test_size)) 153 chunk_len = rounded_tests / test_size 155 # It does not mind if we go over test_size [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
addrcache_test.cc | 52 void BM_Setup(int test_size); 53 void BM_CacheEncode(int iterations, int test_size); 54 void BM_CacheDecode(int iterations, int test_size); 550 void VCDiffAddressCacheTest::BM_Setup(int test_size) { 551 mode_stream_.resize(test_size); 552 verify_stream_.resize(test_size); 555 for (int i = 0; i < test_size; ++i) { 559 BM_CacheEncode(1, test_size); // populate large_address_stream_, mode_stream_ 562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) { 569 for (int i = 0; i < test_size; ++i) 608 const int test_size = 20 * 1024; \/\/ 20K random encode\/decode operations local [all...] |
varint_bigendian_test.cc | 311 const int test_size = 1024; // 1K random encode/decode operations local 314 for (int i = 0; i < test_size; ++i) { 323 for (int i = 0; i < test_size; ++i) {
|
/external/chromium_org/chromeos/process_proxy/ |
process_output_watcher_unittest.cc | 117 ssize_t test_size = test_str.length() * sizeof(*test_str.c_str()); local 119 test_size += sizeof(*test_str.c_str()); 120 EXPECT_EQ(test_size, 122 test_size));
|
/external/chromium_org/sdch/open-vcdiff/src/ |
addrcache_test.cc | 52 void BM_Setup(int test_size); 53 void BM_CacheEncode(int iterations, int test_size); 54 void BM_CacheDecode(int iterations, int test_size); 550 void VCDiffAddressCacheTest::BM_Setup(int test_size) { 551 mode_stream_.resize(test_size); 552 verify_stream_.resize(test_size); 555 for (int i = 0; i < test_size; ++i) { 559 BM_CacheEncode(1, test_size); // populate large_address_stream_, mode_stream_ 562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) { 569 for (int i = 0; i < test_size; ++i) 608 const int test_size = 20 * 1024; \/\/ 20K random encode\/decode operations local [all...] |
varint_bigendian_test.cc | 311 const int test_size = 1024; // 1K random encode/decode operations local 314 for (int i = 0; i < test_size; ++i) { 323 for (int i = 0; i < test_size; ++i) {
|
/external/open-vcdiff/src/ |
addrcache_test.cc | 52 void BM_Setup(int test_size); 53 void BM_CacheEncode(int iterations, int test_size); 54 void BM_CacheDecode(int iterations, int test_size); 550 void VCDiffAddressCacheTest::BM_Setup(int test_size) { 551 mode_stream_.resize(test_size); 552 verify_stream_.resize(test_size); 555 for (int i = 0; i < test_size; ++i) { 559 BM_CacheEncode(1, test_size); // populate large_address_stream_, mode_stream_ 562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) { 569 for (int i = 0; i < test_size; ++i) 608 const int test_size = 20 * 1024; \/\/ 20K random encode\/decode operations local [all...] |
varint_bigendian_test.cc | 311 const int test_size = 1024; // 1K random encode/decode operations local 314 for (int i = 0; i < test_size; ++i) { 323 for (int i = 0; i < test_size; ++i) {
|
/external/chromium_org/chrome/test/perf/ |
shutdown_test.cc | 70 bool important, TestSize test_size, 98 if (test_size == TWENTY_TABS) {
|
/development/testrunner/test_defs/ |
instrumentation_test.py | 124 if options.test_size: 125 instrumentation_args["size"] = options.test_size 168 test_qualifier=options.test_size)
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldAbstractMapTest.java | 79 public void test_size() { method in class:OldAbstractMapTest
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ByteArrayOutputStreamTest.java | 102 public void test_size() { method in class:ByteArrayOutputStreamTest
|
CharArrayWriterTest.java | 80 public void test_size() { method in class:CharArrayWriterTest
|
DataOutputStreamTest.java | 60 public void test_size() throws IOException { method in class:DataOutputStreamTest
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
LinkedHashSetTest.java | 198 public void test_size() { method in class:LinkedHashSetTest
|
HashSetTest.java | 195 public void test_size() { method in class:HashSetTest
|
TreeSetTest.java | 257 public void test_size() { method in class:TreeSetTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileLockTest.java | 125 public void test_size() { method in class:FileLockTest
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldZipFileTest.java | 48 public void test_size() throws IOException { method in class:OldZipFileTest
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
IdentityScope2Test.java | 234 public void test_size() throws Exception { method in class:IdentityScope2Test
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScope2Test.java | 295 public void test_size() throws Exception { method in class:IdentityScope2Test
|
/libcore/luni/src/test/java/tests/api/java/util/ |
HashSetTest.java | 198 public void test_size() { method in class:HashSetTest
|
/external/opencv/ml/src/ |
mlsvm.cpp | 1782 int test_size = testset_size; local [all...] |