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

1 2 3

  /external/libvpx/libvpx/tools/
all_builds.py 7 LONG_OPTIONS = ["shard=", "shards="]
35 options = {"--shard": 0, "--shards": 1}
44 print "Usage: %s [--shard=<n> --shards=<n>] -- [configure flag ...]"%argv[0]
50 # Shard experiment list
51 shard = int(options["--shard"])
58 my_configs = filter(lambda x: x[1] % shards == shard, my_configs)
61 # Run configs for this shard
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py 7 LONG_OPTIONS = ["shard=", "shards="]
35 options = {"--shard": 0, "--shards": 1}
44 print "Usage: %s [--shard=<n> --shards=<n>] -- [configure flag ...]"%argv[0]
50 # Shard experiment list
51 shard = int(options["--shard"])
58 my_configs = filter(lambda x: x[1] % shards == shard, my_configs)
61 # Run configs for this shard
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 163 uptr shard; // started from 1. member in struct:__sanitizer::__anon7245::RunThreadArgs
170 uptr shard = (uptr)arg; local
171 num_joined[shard]++;
174 uptr shard = (uptr)arg; local
175 num_started[shard]++;
178 uptr shard = (uptr)arg; local
179 num_created[shard]++;
190 args->registry->CreateThread(0, false, 0, (void*)args->shard));
192 args->registry->StartThread(tids[i], 0, (void*)args->shard);
196 args->registry->JoinThread(tids[i], (void*)args->shard);
    [all...]
  /art/compiler/utils/
dedupe_set.h 114 for (auto& shard : keys_) {
115 for (const auto& hashed_key : shard) {
125 for (HashType shard = 0; shard < kShard; ++shard) {
128 for (const HashedKey& key : keys_[shard]) {
  /external/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8Test.java 33 import com.google.protobuf.IsValidUtf8TestUtil.Shard;
174 for (Shard shard : IsValidUtf8TestUtil.FOUR_BYTE_SHARDS) {
175 actual += shard.expected;
IsValidUtf8TestUtil.java 113 static class Shard {
120 public Shard(long index, long start, long lim, long expected) {
162 static final List<Shard> FOUR_BYTE_SHARDS = generateFourByteShards(
166 private static List<Shard> generateFourByteShards(
169 List<Shard> shards = new ArrayList<Shard>(numShards);
174 shards.add(new Shard(i,
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Android.mk 32 # All of the shard libraries we link against.
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Android.mk 32 # All of the shard libraries we link against.
  /packages/services/Telecomm/src/com/android/server/telecom/
DockManager.java 53 * access the map so make only a single shard
WiredHeadsetManager.java 55 * access the map so make only a single shard
ServiceBinder.java 187 * access the map so make only a single shard
  /external/v8/tools/
run-deopt-fuzzer.py 202 result.add_option("--shard-count",
205 result.add_option("--shard-run",
206 help="Run this shard from the split up tests.",
275 print "shard-run not a valid number, should be in [1:shard-count]"
279 shard = []
282 shard.append(test)
284 return shard
run-tests.py 225 result.add_option("--shard-count",
228 result.add_option("--shard-run",
229 help="Run this shard from the split up tests.",
379 print "shard-run not a valid number, should be in [1:shard-count]"
383 shard = []
386 shard.append(test)
388 return shard
  /cts/tools/tradefed-host/
README 58 To shard a plan test run on multiple devices
  /external/google-breakpad/src/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."""
  /external/protobuf/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."""
  /ndk/sources/third_party/googletest/googletest/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/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 188 for (int shard = 2; shard <= MAX_SHARDS; shard++) {
190 assertTrue(map.get(shard) <= 1.2 * ITERS / shard + 20);
  /frameworks/base/docs/html/tools/testing-support-library/
index.jd 219 <em>shards</em>, so you can easily run tests belonging to the same shard together as a group,
220 under the same {@link android.app.Instrumentation} instance. Each shard is identified by an
222 of separate shards to create and the {@code -e shardIndex} option to specify which shard to
228 second shard, use the following command:
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
gjslint.py 84 shard out linting over all CPUs with multiprocessing to parallelize.

Completed in 498 milliseconds

1 2 3