| /external/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...]
 | 
| /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...]
 | 
| /hardware/intel/common/libva/test/basic/ | 
| test_08.c | 51 typedef struct test_size { int w; int h; } test_size_t;  struct 
 | 
| /libcore/luni/src/test/java/libcore/java/util/ | 
| OldAbstractMapTest.java | 79     public void test_size() {  method in class:OldAbstractMapTest 
 | 
| /external/chromium_org/chromeos/process_proxy/ | 
| process_output_watcher_unittest.cc | 150       ssize_t test_size = test_str.length() * sizeof(*test_str.c_str());  local 152         test_size += sizeof(*test_str.c_str());
 153       EXPECT_EQ(test_size,
 155                                           test_size));
 
 | 
| /external/chromium_org/sdch/open-vcdiff/src/ | 
| 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) {
 
 | 
| 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...]
 | 
| /system/extras/tests/directiotest/ | 
| directiotest.c | 179 	size_t test_size;  local 211 	test_size = (size_t)blk_size * NUM_TEST_BLKS;
 212 	read_buf = pagealign_alloc(test_size);
 213 	write_buf = pagealign_alloc(test_size);
 239 		init_test_buf(write_buf, cur_blk, test_size);
 241 		if (do_write(fd, write_buf, cur_blk * blk_size, test_size) !=
 242 				(ssize_t)test_size) {
 246 		if (do_read(fd, read_buf, cur_blk * blk_size, test_size) !=
 247 				(ssize_t)test_size) {
 252 		if (memcmp(write_buf, read_buf, test_size)) {
 [all...]
 | 
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ | 
| IdentityScope2Test.java | 235     public void test_size() throws Exception {  method in class:IdentityScope2Test 
 | 
| KeyStore2Test.java | 581     public void test_size() throws Exception {  method in class:KeyStore2Test 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/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 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ | 
| FileLockTest.java | 125 	public void test_size() {  method in class:FileLockTest 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ | 
| HashSetTest.java | 198     public void test_size() {  method in class:HashSetTest 
 | 
| LinkedHashSetTest.java | 216     public void test_size() {  method in class:LinkedHashSetTest 
 | 
| TreeSetTest.java | 257     public void test_size() {  method in class:TreeSetTest 
 | 
| WeakHashMapTest.java | 286     public void test_size() {  method in class:WeakHashMapTest 
 | 
| BitSetTest.java | 1116  public void test_size() {  method in class:BitSetTest [all...]
 | 
| EnumMapTest.java | 949  public void test_size() {  method in class:EnumMapTest [all...]
 | 
| /libcore/luni/src/test/java/libcore/java/util/zip/ | 
| OldZipFileTest.java | 41     public void test_size() throws IOException {  method in class:OldZipFileTest 
 | 
| /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 
 | 
| /external/antlr/antlr-3.4/runtime/Ruby/test/unit/ | 
| test-streams.rb | 16   def test_size  method in class:TestStringStream 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ | 
| AttributesTest.java | 178     public void test_size() {  method in class:AttributesTest 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ | 
| ZipFileTest.java | 299     public void test_size() throws IOException {  method in class:ZipFileTest 
 |