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

12 3

  /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,
  /system/update_engine/
chrome_browser_proxy_resolver_unittest.cc 78 void RunTest(bool chrome_replies, bool chrome_alive);
126 void ChromeBrowserProxyResolverTest::RunTest(bool chrome_replies,
199 RunTest(true, true);
203 RunTest(false, true);
207 RunTest(false, false);
  /bionic/tests/
sys_socket_test.cpp 62 static void RunTest(void (*test_fn)(struct sockaddr_un*, int),
116 RunTest(TestAccept4, NULL, "test_accept");
171 RunTest(TestRecvMMsg, SendMultiple, "test_revmmsg");
229 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 127 RunTest();
153 virtual void RunTest() {}
256 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...]
  /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/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 128 // RunTest compiles the program and verifies that the output matches
131 void RunTest(CodeGen::Node head) {
182 RunTest(head);
193 RunTest(head);
207 RunTest(head);
242 RunTest(insn6);
273 RunTest(i0);
295 RunTest(i0);
323 RunTest(i0);
343 RunTest(c)
    [all...]
  /external/libmojo/mojo/edk/js/tests/
js_to_cpp_tests.cc 382 void RunTest(const std::string& test, CppSideConnection* cpp_side) {
421 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
427 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
433 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
439 RunTest("mojo/edk/js/tests/js_to_cpp_tests", &cpp_side_connection);
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 171 void RunTest() {
193 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
210 void RunTest() {
232 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
  /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/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/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/dex2oat/
dex2oat_test.cc 241 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) {
316 RunTest(false /* use_fd */, false /* expect_use */);
317 RunTest(true /* use_fd */, false /* expect_use */);
321 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
322 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
326 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
327 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
331 RunTest(false /* use_fd */,
334 RunTest(true /* use_fd */,
438 RunTest(false /* use_fd */
    [all...]
  /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/boringssl/src/crypto/bn/
bn_test.cc 708 static bool RunTest(FileTest *t, void *arg) {
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 389 bool RunTest();
517 bool AudioProcessingImplLockTest::RunTest() {
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 147 std::vector<unsigned int> RunTest(VP8Encoder* encoder,
    [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 174 int RunTest();
271 int ThreadTest::RunTest()
440 threadTest.RunTest();
539 threadTest.RunTest();
    [all...]

Completed in 1421 milliseconds

12 3