Home
last modified time | relevance | path

Searched refs:runners (Results 1 - 25 of 517) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... junit/internal/matchers/ org/junit/internal/requests/ org/junit/internal/runners/ org/junit/internal/runners/model/ org/junit/internal/runners/rules ...
/third_party/node/test/fixtures/source-map/
H A Dtabs.js33 race = function(winner, ...runners) {
34 return print(winner, runners);
/third_party/python/Lib/asyncio/
H A D__init__.py15 from .runners import *
32 runners.__all__ +
/third_party/benchmark/src/
H A Dbenchmark.cc381 // This perfcounters object needs to be created before the runners vector in RunBenchmarks()
387 std::vector<internal::BenchmarkRunner> runners; in RunBenchmarks() local
388 runners.reserve(benchmarks.size()); in RunBenchmarks()
400 runners.emplace_back(benchmark, &perfcounters, reports_for_family); in RunBenchmarks()
401 int num_repeats_of_this_instance = runners.back().GetNumRepeats(); in RunBenchmarks()
406 assert(runners.size() == benchmarks.size() && "Unexpected runner count."); in RunBenchmarks()
421 for (size_t runner_index = 0, num_runners = runners.size(); in RunBenchmarks()
423 const internal::BenchmarkRunner& runner = runners[runner_index]; in RunBenchmarks()
437 internal::BenchmarkRunner& runner = runners[repetition_index]; in RunBenchmarks()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2LiteSchemaTest.java35 import org.junit.runners.JUnit4;
H A DProto3LiteSchemaTest.java35 import org.junit.runners.JUnit4;
H A DProto2SchemaTest.java35 import org.junit.runners.JUnit4;
H A DProto3SchemaTest.java35 import org.junit.runners.JUnit4;
H A DCachedFieldSizeTest.java40 import org.junit.runners.JUnit4;
/third_party/littlefs/
H A DMakefile31 runners/test_runner.c
32 TEST_RUNNER ?= $(BUILDDIR)/runners/test_runner
48 runners/bench_runner.c
49 BENCH_RUNNER ?= $(BUILDDIR)/runners/bench_runner
508 $(BUILDDIR)/runners/test_runner: $(TEST_OBJ)
511 $(BUILDDIR)/runners/bench_runner: $(BENCH_OBJ)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterDirectionTest.java14 import org.junit.runners.JUnit4;
H A DUCharacterCategoryTest.java13 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerRegressionTests.java15 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerRegressionTests.java14 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterDirectionTest.java13 import org.junit.runners.JUnit4;
H A DUCharacterCategoryTest.java12 import org.junit.runners.JUnit4;
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDictionaryTest.java14 import org.junit.runners.JUnit4;
H A DBitReaderTest.java14 import org.junit.runners.JUnit4;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEmptyInputTest.java16 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationChineseTest.java21 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationChineseTest.java22 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DResourceBasedPeriodFormatterDataServiceTest.java19 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DResourceBasedPeriodFormatterDataServiceTest.java20 import org.junit.runners.JUnit4;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/i18n/
H A DSimpleLanguageTagTest.java23 import org.junit.runners.JUnit4;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
H A DSetZeroDictionaryTest.java18 import org.junit.runners.JUnit4;

Completed in 6 milliseconds

12345678910>>...21