HomeSort by relevance Sort by last modified time
    Searched defs:RunTest (Results 26 - 50 of 57) sorted by null

12 3

  /external/libvpx/libvpx/test/
vp9_scale_test.cc 50 void RunTest() {
148 TEST_P(ScaleTest, ScaleFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
  /external/v8/tools/testrunner/local/
execution.py 186 def RunTest(job, process_context):
351 fn=RunTest,
  /external/webrtc/webrtc/common_audio/
blocker_unittest.cc 59 void RunTest(Blocker* blocker,
161 RunTest(&blocker,
214 RunTest(&blocker,
267 RunTest(&blocker,
326 RunTest(&blocker,
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 92 void RunTest(std::string test_name);
136 void MallocHooksTest::RunTest(std::string test_name) {
180 RunTest("*.DISABLED_other_malloc_functions");
196 RunTest("*.DISABLED_extended_functions");
224 RunTest("*.DISABLED_malloc_hook");
242 RunTest("*.DISABLED_free_hook");
260 RunTest("*.DISABLED_realloc_hook");
279 RunTest("*.DISABLED_memalign_hook");
297 RunTest("*.DISABLED_posix_memalign_hook");
316 RunTest("*.DISABLED_posix_memalign_hook_error")
    [all...]
  /bionic/tests/
sys_socket_test.cpp 64 static void RunTest(void (*test_fn)(struct sockaddr_un*, int),
118 RunTest(TestAccept4, NULL, "test_accept");
173 RunTest(TestRecvMMsg, SendMultiple, "test_revmmsg");
231 RunTest(TestSendMMsg, SendMMsg, "test_sendmmsg");
  /external/autotest/client/deps/glbench/src/
testbase.cc 121 void RunTest(TestBase* test, const char* testname, const double coefficient,
191 RunTest(this, name, width * height, width, height, true);
202 RunTest(this, buffer, g_width * g_height, g_width, g_height, true);
210 RunTest(this, buffer, g_width * g_height, g_width, g_height, true);
217 RunTest(this, buffer, g_width * g_height, g_width, g_height, true);
  /external/libchrome/base/threading/
platform_thread_unittest.cc 125 RunTest();
151 virtual void RunTest() {}
243 void RunTest() override {
  /external/libmojo/mojo/public/cpp/bindings/tests/
e2e_perftest.cc 56 void RunTest(int iterations, int batch_size, int message_size);
80 void PingPongTest::RunTest(int iterations, int batch_size, int message_size) {
158 test.RunTest(num_messages / batch_size, batch_size, message_size);
  /external/protobuf/conformance/
conformance_test_runner.cc 93 void RunTest(const std::string& test_name,
conformance_test.cc 216 void ConformanceTestSuite::RunTest(const string& test_name,
227 runner_->RunTest(test_name, serialized_request, &serialized_response);
269 RunTest(test_name, request, &response);
362 RunTest(effective_test_name, request, &response);
417 RunTest(effective_test_name, request, &response);
457 RunTest(effective_test_name, request, &response);
481 RunTest(effective_test_name, request, &response);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
restore_v2_op_test.cc 60 void RunTest(StringPiece save_op_to_use) {
351 TEST_F(RestoreV2OpTest, RestoreAfterSaveV2) { RunTest("SaveV2"); }
353 TEST_F(RestoreV2OpTest, RestoreAfterSaveSlicesV1) { RunTest("SaveSlices"); }
354 TEST_F(RestoreV2OpTest, RestoreAfterSaveV1) { RunTest("Save"); }
  /art/runtime/gc/accounting/
mod_union_table_test.cc 67 void RunTest(ModUnionTableFactory::TableType type);
170 RunTest(ModUnionTableFactory::kTableTypeCardCache);
174 RunTest(ModUnionTableFactory::kTableTypeReferenceCache);
177 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) {
  /external/libmojo/mojo/edk/js/tests/
js_to_cpp_tests.cc 387 void RunTest(const std::string& test, CppSideConnection* cpp_side) {
426 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
432 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
441 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
450 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_test.cc 80 void RunTest() {
117 this->RunTest();
123 void RunTest() {
148 TYPED_TEST(Convolve_1x1x1x2_1x1x1x2_Valid, Types) { this->RunTest(); }
154 void RunTest() {
182 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Valid, Types) { this->RunTest(); }
188 void RunTest() {
217 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Same, Types) { this->RunTest(); }
224 void RunTest() {
249 TYPED_TEST(Convolve_1x1x4x4_1x1x3x3_Same, Types) { this->RunTest(); }
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 92 void RunTest(int num_loops) {
233 TEST_F(NetEqExternalVsInternalDecoderTest, RunTest) {
234 RunTest(100); // Run 100 laps @ 10 ms each in the test loop.
348 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
372 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
431 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
455 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
neteq_network_stats_unittest.cc 178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) {
221 RunTest(50, expects);
227 RunTest(50, expects);
235 RunTest(50, expects);
254 RunTest(50, expects);
259 RunTest(10, expects); // Lost 10 * 20ms in a row.
neteq_stereo_unittest.cc 182 void RunTest(int num_loops) {
281 #define MAYBE_RunTest RunTest
284 RunTest(8);
309 RunTest(100);
322 RunTest(100);
350 RunTest(1000);
372 RunTest(100);
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 66 int RunTest(V4L2Device* device, V4L2Device::IOMethod io,
231 int mmap_ret = RunTest(device.get(), V4L2Device::IO_METHOD_MMAP, buffers,
234 int userp_ret = RunTest(device.get(), V4L2Device::IO_METHOD_USERPTR,
338 if (RunTest(device.get(), io, buffers, time_to_capture,
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp 494 void RunTest(
498 void RunTest(
503 void RunTest(
507 void RunTest(
512 void RunTest(
517 void RunTest(
569 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish));
590 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps");
594 RunTest("en", UDAT_STYLE_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort));
598 RunTest("en", UDAT_STYLE_NARROW, kEnglishShort, UPRV_LENGTHOF(kEnglishShort))
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 715 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
724 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y,
742 RunTest({x}, {x_shape}, {y}, {y_shape});
751 RunTest({x}, {x_shape}, {y}, {y_shape});
762 RunTest(x, x_init_value, y, y_shape);
773 RunTest(x, x_init_value, y, y_shape);
791 RunTest({x}, {x_shape}, {y}, {y_shape});
800 RunTest({x}, {x_shape}, {y}, {y_shape});
810 RunTest(xs, {shape, shape, shape}, {y}, {shape});
819 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape})
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc 416 void APITest::RunTest(char thread) {
483 RunTest('A');
507 RunTest('B');
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 70 void RunTest(std::string out_path);
175 RunTest(test::OutputPath());
225 void RunTest(std::string out_path) {
  /art/runtime/interpreter/
unstarted_runtime_test.cc     [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 367 int RunTest(int carveout_percent)
829 failure |= RunTest(carveout_percent);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 389 bool RunTest();
517 bool AudioProcessingImplLockTest::RunTest() {
    [all...]

Completed in 834 milliseconds

12 3