/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 824 size_t shard; 830 for (size_t i = p->shard; i < p->m->size(); i += p->num_shards) { 848 p[i].shard = i;
|
/external/chromium_org/base/test/launcher/ |
test_launcher.cc | 60 // The environment variable name for the test shard index. 601 "Using sharding settings from command line. This is shard %d/%d\n", 610 "Using sharding settings from environment. This is shard %d/%d\n", [all...] |
unit_test_launcher.cc | 83 " --test-launcher-shard-index=N\n" 84 " Sets the shard index to run to N (from 0 to TOTAL - 1).\n");
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
CtsConsole.java | 159 helpBuilder.append(" run cts [options] --shards number_of_shards: shard a CTS run into ");
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
impl.html | 178 more bursty compactions. Alternatively, we could shard the set of
|
/external/chromium_org/third_party/WebKit/Source/core/ |
BUILD.gn | 206 # Shard this target into parts to work around linker limitations. 225 # Shard this taret into parts to work around linker limitations.
|
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConnection.java | 279 * access the map so make only a single shard 376 * access the map so make only a single shard
|
/frameworks/testing/support/src/android/support/test/internal/runner/ |
TestRequestBuilder.java | 328 return String.format("Shard %s of %s shards", mShardIndex, mNumShards);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallList.java | 56 * access the map so make only a single shard
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
InCallController.java | 126 * access the map so make only a single shard
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
StringUtil.java | [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-internal-inl.h | 270 // Given the total number of shards, the shard index, and the test id, 271 // returns true iff the test should be run on this shard. The test id is [all...] |
gtest.cc | 166 // The environment variable name for the test shard index. 170 // The environment variable name for the test shard status file. [all...] |
/external/chromium_org/third_party/mesa/src/src/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...] |
gtest.cc | 163 // The environment variable name for the test shard index. 167 // The environment variable name for the test shard status file. [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 270 // Given the total number of shards, the shard index, and the test id, 271 // returns true iff the test should be run on this shard. The test id is [all...] |
/external/llvm/utils/unittest/googletest/src/ |
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/mesa3d/src/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/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...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-internal-inl.h | 270 // Given the total number of shards, the shard index, and the test id, 271 // returns true iff the test should be run on this shard. The test id is [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
printing.py | 119 self._print_debug("(%s)." % grammar.pluralize('shard', num_shards))
|
/external/protobuf/gtest/test/ |
gtest_output_test_golden_win.txt | 594 Note: This is test shard 1 of 2.
|
/frameworks/testing/support/src/android/support/test/runner/ |
AndroidJUnitRunner.java | 136 * <b>Filter test run to a shard of all tests, where numShards is an integer greater than 0 and
|
/frameworks/testing/support/tests/src/android/support/test/internal/runner/ |
TestRequestBuilderTest.java | 616 // Theoretically everything could collide into one shard, but, we'll trust that
|