HomeSort by relevance Sort by last modified time
    Searched refs:Run (Results 1 - 25 of 1561) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/
cat_object.py 6 def Run(self):
  /external/google-benchmark/src/
complexity.h 32 std::vector<BenchmarkReporter::Run> ComputeStats(
33 const std::vector<BenchmarkReporter::Run>& reports);
37 std::vector<BenchmarkReporter::Run> ComputeBigO(
38 const std::vector<BenchmarkReporter::Run>& reports);
  /external/libcxx/utils/google-benchmark/src/
complexity.h 32 std::vector<BenchmarkReporter::Run> ComputeStats(
33 const std::vector<BenchmarkReporter::Run>& reports);
37 std::vector<BenchmarkReporter::Run> ComputeBigO(
38 const std::vector<BenchmarkReporter::Run>& reports);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.h 26 static int64_t Run(int runtime_ms, int lossrate, double drift_factor);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 7 t.Run("Sub", func(t *testing.T) {
10 t.Run("Nested", func(t *testing.T) {})
12 // Ensures that Sub will finish after its t.Run call already returned.
standalone_fail_sub_test.go 6 t.Run("Sub", func(t *testing.T) {})
standalone_sub_test.go 6 t.Run("Sub", func(t *testing.T) {})
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 7 t.Run("Sub", func(t *testing.T) {
10 t.Run("Nested", func(t *testing.T) {})
12 // Ensures that Sub will finish after its t.Run call already returned.
standalone_fail_sub_test.go 6 t.Run("Sub", func(t *testing.T) {})
standalone_sub_test.go 6 t.Run("Sub", func(t *testing.T) {})
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.cc 82 // Only run mono for all test cases.
163 Run(channel_a_to_b_);
165 Run(channel_a_to_b_);
167 Run(channel_a_to_b_);
169 Run(channel_a_to_b_);
171 Run(channel_a_to_b_);
173 Run(channel_a_to_b_);
184 Run(channel_a_to_b_);
186 Run(channel_a_to_b_);
188 Run(channel_a_to_b_)
    [all...]
  /system/extras/simpleperf/
cmd_list_test.cpp 32 ASSERT_TRUE(list_cmd->Run({}));
36 ASSERT_TRUE(list_cmd->Run({"sw"}));
40 ASSERT_TRUE(list_cmd->Run({"hw", "tracepoint"}));
cmd_dumprecord_test.cpp 27 ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf.data")}));
31 ASSERT_TRUE(DumpCmd()->Run({GetTestData(PERF_DATA_GENERATED_BY_LINUX_PERF)}));
cmd_stat_test.cpp 34 TEST(stat_cmd, no_options) { ASSERT_TRUE(StatCmd()->Run({"sleep", "1"})); }
37 ASSERT_TRUE(StatCmd()->Run({"-e", "cpu-clock,task-clock", "sleep", "1"}));
41 TEST_IN_ROOT(ASSERT_TRUE(StatCmd()->Run({"-a", "sleep", "1"})));
45 ASSERT_TRUE(StatCmd()->Run({"--verbose", "sleep", "1"}));
50 StatCmd()->Run({"-a", "-e", "sched:sched_switch", "sleep", "1"})));
55 StatCmd()->Run({"-e", "cpu-cycles:u,cpu-cycles:k", "sleep", "1"}));
61 // Create workloads run longer than profiling time.
81 ASSERT_TRUE(StatCmd()->Run({"-p", pid_list, "sleep", "1"}));
90 ASSERT_TRUE(StatCmd()->Run({"-t", tid_list, "sleep", "1"}));
93 TEST(stat_cmd, no_monitored_threads) { ASSERT_FALSE(StatCmd()->Run({""})); }
    [all...]
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 10 Run the test suite for mesa's GLSL pre-processor.
14 --valgrind Run the test suite a second time under valgrind
  /external/pdfium/testing/tools/
run_corpus_tests.py 12 return runner.Run()
run_javascript_tests.py 12 return runner.Run()
run_pixel_tests.py 12 return runner.Run()
  /external/v8/src/compiler/
store-store-elimination.h 18 static void Run(JSGraph* js_graph, Zone* temp_zone);
  /external/v8/src/crankshaft/
hydrogen-sce.h 19 void Run();
  /external/webrtc/webrtc/test/
run_all_unittests.cc 15 return test_suite.Run();
  /external/v8/src/libplatform/
worker-thread.cc 24 void WorkerThread::Run() {
26 task->Run();
  /hardware/intel/common/wrs_omxil_core/utils/inc/
thread.h 29 virtual void Run(void) = 0;
46 virtual void Run(void);
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java 34 public final class Run {
35 static final Run DEFAULT = new Run();
41 private Run() {
47 private Run(Builder builder) {
68 } else if (obj instanceof Run) {
69 Run that = (Run) obj;
109 public Run build() {
112 return new Run(this)
    [all...]
  /external/libchrome/base/
bind_unittest.cc 98 // coerced during argument forwarding in the Run() methods.
261 static void Run(Ts... t) {}
313 callback.Run();
352 EXPECT_EQ(63, c0.Run());
355 EXPECT_EQ(75, c1.Run(13));
358 EXPECT_EQ(85, c2.Run(13, 12));
361 EXPECT_EQ(92, c3.Run(13, 12, 11));
364 EXPECT_EQ(94, c4.Run(13, 12, 11, 10));
367 EXPECT_EQ(87, c5.Run(13, 12, 11, 10, 9));
370 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14))
    [all...]

Completed in 1511 milliseconds

1 2 3 4 5 6 7 8 91011>>