HomeSort by relevance Sort by last modified time
    Searched full:shard (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 161 uptr shard; // started from 1. member in struct:__sanitizer::__anon7121::RunThreadArgs
168 uptr shard = (uptr)arg; local
169 num_joined[shard]++;
172 uptr shard = (uptr)arg; local
173 num_started[shard]++;
176 uptr shard = (uptr)arg; local
177 num_created[shard]++;
188 args->registry->CreateThread(0, false, 0, (void*)args->shard));
190 args->registry->StartThread(tids[i], 0, (void*)args->shard);
194 args->registry->JoinThread(tids[i], (void*)args->shard);
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 68 for (int shard = 2; shard <= MAX_SHARDS; shard++) {
70 assertTrue(map.get(shard) <= 1.2 * ITERS / shard + 20);
  /external/v8/tools/
test-wrapper-gypbuild.py 115 result.add_option("--shard-count",
118 result.add_option("--shard-run",
119 help="Run this shard from the split up tests.",
200 result += ['--shard-count=%s' % options.shard_count]
202 result += ['--shard-run=%s' % options.shard_run]
test.py     [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 124 "shard the tests to run into separately runnable chunks to execute on multiple devices " +
728 Log.w(LOG_TAG, "no tests to shard!");
736 CtsTest shard = new CtsTest(); local
737 shard.mRemainingTestPkgs = new LinkedList<TestPackage>();
738 shardQueue.add(shard);
742 CtsTest shard = (CtsTest)shardQueue.poll(); local
743 shard.mRemainingTestPkgs.add(testPair);
744 shardQueue.add(shard);
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 172 """Runs a test program shard and returns exit code and a list of tests run."""
245 """Checks that binary runs correct tests for the given filter and shard.
249 on each shard should be identical to tests_to_run, without duplicates.
544 """Tests that the shard file is created if specified in the environment."""
558 """Tests that the shard file is created with --gtest_list_tests."""
gtest_filter_unittest_.cc 99 // aren't on the first shard.
  /cts/tools/tradefed-host/
README 54 To shard a plan test run on multiple devices
  /external/chromium/testing/gtest/test/
gtest_filter_unittest_.cc 99 // aren't on the first shard.
gtest_filter_unittest.py 216 """Runs a test program shard and returns exit code and a list of tests run."""
289 """Checks that binary runs correct tests for the given filter and shard.
293 on each shard should be identical to tests_to_run, without duplicates.
574 """Tests that the shard file is created if specified in the environment."""
588 """Tests that the shard file is created with the "list_tests" flag."""
  /external/gtest/test/
gtest_filter_unittest_.cc 99 // aren't on the first shard.
gtest_filter_unittest.py 216 """Runs a test program shard and returns exit code and a list of tests run."""
289 """Checks that binary runs correct tests for the given filter and shard.
293 on each shard should be identical to tests_to_run, without duplicates.
574 """Tests that the shard file is created if specified in the environment."""
588 """Tests that the shard file is created with the "list_tests" flag."""
gtest_output_test_golden_win.txt 564 Note: This is test shard 1 of 2.
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_filter_unittest_.cc 99 // aren't on the first shard.
gtest_filter_unittest.py 216 """Runs a test program shard and returns exit code and a list of tests run."""
289 """Checks that binary runs correct tests for the given filter and shard.
293 on each shard should be identical to tests_to_run, without duplicates.
574 """Tests that the shard file is created if specified in the environment."""
588 """Tests that the shard file is created with the "list_tests" flag."""
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner_unittest.py 74 # FIXME: Ideally the HTTP tests don't have to all be in one shard.
test_runner.py 441 """Returns the highest-level directory by which to shard the given
452 # turn shard the http tests there as well. Switching to apache is
487 put each (non-HTTP/websocket) test into its own shard for maximum
494 # that we always lump all of the HTTP threads into a single shard.
548 (driver_name, grammar.pluralize('shard', num_shards)))
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 84 shard out linting over all CPUs with multiprocessing to parallelize.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 156 helpBuilder.append(" run cts [options] --shards number_of_shards: shard a CTS run into ");
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 261 // Given the total number of shards, the shard index, and the test id,
262 // returns true iff the test should be run on this shard. The test id is
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 261 // Given the total number of shards, the shard index, and the test id,
262 // returns true iff the test should be run on this shard. The test id is
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 261 // Given the total number of shards, the shard index, and the test id,
262 // returns true iff the test should be run on this shard. The test id is
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 260 // Given the total number of shards, the shard index, and the test id,
261 // returns true iff the test should be run on this shard. The test id is
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 240 // Given the total number of shards, the shard index, and the test id,
241 // returns true iff the test should be run on this shard. The test id is
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 236 // Given the total number of shards, the shard index, and the test id,
237 // returns true iff the test should be run on this shard. The test id is
    [all...]

Completed in 1590 milliseconds

1 2