HomeSort by relevance Sort by last modified time
    Searched refs:test_size (Results 1 - 25 of 56) sorted by null

1 2 3

  /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...]
  /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/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_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) {
  /hardware/intel/common/libva/test/basic/
test_08.c 51 typedef struct test_size { int w; int h; } test_size_t; struct
  /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));
  /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
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 41 public void test_size() throws IOException { method in class:OldZipFileTest
  /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
  /external/chromium_org/ui/compositor/
layer_unittest.cc 900 int test_size = 200; local
901 EXPECT_GE(viewport_size.width(), test_size);
902 EXPECT_GE(viewport_size.height(), test_size);
924 for (int x = 0; x < test_size; x++) {
925 for (int y = 0; y < test_size; y++) {
937 int test_size = 200; local
938 EXPECT_GE(viewport_size.width(), test_size);
939 EXPECT_GE(viewport_size.height(), test_size);
965 for (int x = 0; x < test_size; x++) {
966 for (int y = 0; y < test_size; y++)
    [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
  /external/chromium_org/tools/usb_gadget/
usb_descriptors_test.py 94 def test_size(self): member in class:DescriptorTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashSetTest.java 198 public void test_size() { method in class:HashSetTest
TreeSetTest.java 257 public void test_size() { method in class:TreeSetTest
LinkedHashSetTest.java 216 public void test_size() { method in class:LinkedHashSetTest
WeakHashMapTest.java 286 public void test_size() { method in class:WeakHashMapTest
  /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/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/opencv/ml/src/
mlsvm.cpp 1782 int test_size = testset_size; local
    [all...]

Completed in 629 milliseconds

1 2 3