HomeSort by relevance Sort by last modified time
    Searched full:shards (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /external/autotest/frontend/
settings.py 6 the master, but a local database for shards.
  /external/chromium-trace/catapult/devil/devil/android/
ports.py 24 # types of test servers. Because some net-related tests can be run on shards at
  /external/autotest/frontend/afe/
site_rpc_interface.py 407 """Receive updates for job statuses from shards and assign hosts and jobs.
476 """Return a list of all shards.
480 shards = models.Shard.query_objects(filter_data)
481 serialized_shards = rpc_utils.prepare_rows_as_nested_dicts(shards, ())
482 for serialized, shard in zip(serialized_shards, shards):
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 366 shard_count: number of shards to process in parallel.
372 shard_count: number of shards to process in parallel.
569 progress of all the shards the best way it can.
572 active_shards: How many shards are still processing. This starts as 0,
575 as shards finish.
667 # Auto-spacing does not work for large numbers of shards.
    [all...]
property_range.py 46 It supports splitting the range into n shards and generating a query that
292 # We can't split into more shards than this: len(_ALPHABET)^_STRING_LENGTH
output_writers.py 124 output files by many shards. New output writers should not do anything
130 to save the information about the files shared by many shards.
139 output files by many shards. New output writers should not do anything
183 across shards. For new writers, each shard must have its own
    [all...]
  /docs/source.android.com/src/compatibility/cts/
run.jd 129 <td><code>--shards &lt;number_of_shards&gt;</code></td>
285 <td><code>--shards &lt;number_of_shards&gt;</code></td>
  /external/pdfium/tools/drmemory/scripts/
drmemory_analyze.py 59 # different shards running on multiple buildbots
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 291 Runs all shards of gtest_filter_unittest_ with the given filter, and
297 total_shards: A total number of shards to split test run into.
300 check_exit_0: When set to a true value, make sure that all shards
  /external/gtest/test/
gtest_filter_unittest.py 291 Runs all shards of gtest_filter_unittest_ with the given filter, and
297 total_shards: A total number of shards to split test run into.
300 check_exit_0: When set to a true value, make sure that all shards
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 291 Runs all shards of gtest_filter_unittest_ with the given filter, and
297 total_shards: A total number of shards to split test run into.
300 check_exit_0: When set to a true value, make sure that all shards
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 291 Runs all shards of gtest_filter_unittest_ with the given filter, and
297 total_shards: A total number of shards to split test run into.
300 check_exit_0: When set to a true value, make sure that all shards
  /frameworks/base/docs/html/topic/libraries/testing-support-library/
index.jd 221 <em>shards</em>, so you can easily run tests belonging to the same shard together as a group,
224 of separate shards to create and the {@code -e shardIndex} option to specify which shard to
229 For example, to split the test suite into 10 shards and run only the tests grouped in the
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 291 Runs all shards of gtest_filter_unittest_ with the given filter, and
297 total_shards: A total number of shards to split test run into.
300 check_exit_0: When set to a true value, make sure that all shards
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 835 func (t *tester) testDirTest(shard, shards int) error {
846 fmt.Sprintf("--shards=%d", shards),
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 835 func (t *tester) testDirTest(shard, shards int) error {
846 fmt.Sprintf("--shards=%d", shards),
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 162 helpBuilder.append(" run cts [options] --shards number_of_shards: shard a CTS run into ");
  /prebuilts/tools/linux-x86_64/kythe/
RELEASES.md 77 intermediary data shards
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 87 private static final String SHARD_OPTION = "shards";
299 // shards enter after this, moduleRepo is already initialized so they dont do anything
  /external/autotest/scheduler/
rdb.py 460 # that spans hosts on and off shards or across multiple shards,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 511 SHARDS := 0 1 2 3 4 5 6 7 8 9
512 $(foreach s,$(SHARDS),$(eval $(call test_shard_template,$(s),$(NUM_SHARDS))))
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 1799 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); local
1899 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); local
2185 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); local
    [all...]
  /external/autotest/
global_config.ini 37 # rather than drones or shards.
  /external/autotest/scheduler/shard/
shard_client.py 41 1. Find the previously created (with atest) record for the shard. Shards are
  /external/autotest/site_utils/
lxc_config.py 321 # of `localhost` with host IP. Shards always use `localhost` as value

Completed in 1031 milliseconds

1 23 4 5 6