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

12

/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/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.cc117 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/
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/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/chrome/test/perf/
H A Dshutdown_test.cc70 bool important, TestSize test_size,
98 if (test_size == TWENTY_TABS) {
69 RunShutdownTest(const char* graph, const char* trace, bool important, TestSize test_size, ProxyLauncher::ShutdownType shutdown_type) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DByteArrayOutputStreamTest.java102 public void test_size() { method in class:ByteArrayOutputStreamTest
H A DCharArrayWriterTest.java80 public void test_size() { method in class:CharArrayWriterTest
H A DDataOutputStreamTest.java60 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/
H A DLinkedHashSetTest.java198 public void test_size() { method in class:LinkedHashSetTest
H A DHashSetTest.java195 public void test_size() { method in class:HashSetTest
H A DTreeSetTest.java257 public void test_size() { method in class:TreeSetTest
H A DIdentityHashMap2Test.java368 public void test_size() { method in class:IdentityHashMap2Test
H A DWeakHashMapTest.java335 public void test_size() { method in class:WeakHashMapTest
H A DArrayDequeTest.java553 public void test_size() throws Exception { method in class:ArrayDequeTest
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScope2Test.java234 public void test_size() throws Exception { method in class:IdentityScope2Test
H A DKeyStore2Test.java580 public void test_size() throws Exception { method in class:KeyStore2Test
/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/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DAttributesTest.java202 public void test_size() { method in class:AttributesTest
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DZipFileTest.java265 public void test_size() { method in class:ZipFileTest
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb16 def test_size method in class:TestStringStream
/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 414 milliseconds

12