Searched refs:test_size (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dsize.pass.cpp16 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<100
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_finder.py126 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/
H A Daddrcache_test.cc52 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) { argument
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) { argument
569 for (int i = 0; i < test_size;
587 BM_CacheDecode(int iterations, int test_size) argument
608 const int test_size = 20 * 1024; // 20K random encode/decode operations local
[all...]
H A Dvarint_bigendian_test.cc311 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/
H A Dprocess_output_watcher_unittest.cc150 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/ui/compositor/
H A Dlayer_unittest.cc900 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;
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScope2Test.java235 public void test_size() throws Exception { method in class:IdentityScope2Test
H A DKeyStore2Test.java581 public void test_size() throws Exception { method in class:KeyStore2Test
/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors_test.py94 def test_size(self): member in class:DescriptorTest
/external/opencv/ml/src/
H A Dmlsvm.cpp1782 int test_size = testset_size; local
1788 memcpy( samples_local, samples, sizeof(samples[0])*test_size*k );
1789 memcpy( samples_local + test_size*k, test_samples_ptr + test_size,
1792 memcpy( responses_local->data.ptr, responses->data.ptr, resp_elem_size*test_size*k );
1793 memcpy( responses_local->data.ptr + resp_elem_size*test_size*k,
1794 true_resp + resp_elem_size*test_size,
1799 test_size = last_testset_size;
1809 // Compute test set error on <test_size> samples
1811 for( i = 0; i < test_size;
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb16 def test_size method in class:TestStringStream
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc1662 for (int i = 0; i < ref_data.test_size(); i++) {
1663 printf("Running test %d of %d...\n", i + 1, ref_data.test_size());
1767 for (int i = 0; i < ref_data.test_size(); i++) {
1768 printf("Running test %d of %d...\n", i + 1, ref_data.test_size());
/external/libpng/contrib/libtests/
H A Dpngvalid.c1928 unsigned int test_size :1; member in struct:png_modifier
2013 pm->test_size = 0;
5157 test_size(png_modifier* PNG_CONST pm, png_byte PNG_CONST colour_type, function
5241 if (!test_size(pm, 0, 0, READ_BDHI))
5244 if (!test_size(pm, 2, 3, READ_BDHI))
5251 if (!test_size(pm, 3, 0, 3))
5255 if (!test_size(pm, 4, 3, READ_BDHI))
5258 if (!test_size(pm, 6, 3, READ_BDHI))
10166 pm.test_size = 1;
10169 pm.test_size
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc1067 for (int i = 0; i < output_data.test_size(); i++) {
1068 printf("Running test %d of %d...\n", i + 1, output_data.test_size());

Completed in 9224 milliseconds