/external/webrtc/webrtc/test/ |
run_test.cc | 18 void RunTest(void(*test)()) {
|
/external/v8/test/mjsunit/es6/ |
generators-relocation.js | 13 function RunTest(formals_and_body, args, value1, value2) { 51 RunTest([prog('', '1', '2')], [], 1, 2); 53 RunTest([prog('for (;;) break', '1', '2')], [], 1, 2); 55 RunTest([prog('while (0) foo()', '1', '2')], [], 1, 2); 57 RunTest(['a', prog('var x = 3', 'a', 'x')], [1], 1, 3); 59 RunTest(['a', prog('', '1', '2')], [42], 1, 2); 61 RunTest(['a', prog('for (;;) break', '1', '2')], [42], 1, 2);
|
generators-debug-scopes.js | 9 function RunTest(name, formals_and_body, args, handler, continuation) { 178 RunTest("Local 1", 189 RunTest("Local 2", 200 RunTest("Local 3", 211 RunTest("Local 4", 222 RunTest("Local 5", 233 RunTest("Local 6", 245 RunTest("Local 7", 259 RunTest("With", 274 RunTest("Closure 1" [all...] |
/external/clang/test/SemaCXX/ |
pr18284-crash-on-invalid.cpp | 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}} 19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
|
/external/v8/test/mjsunit/ |
setter-on-constructor-prototype.js | 30 function RunTest(ensure_fast_case) { 110 RunTest(false); 111 RunTest(true);
|
/external/webrtc/webrtc/video/ |
full_stack.cc | 21 void RunTest(const VideoQualityTest::Params ¶ms) { 42 RunTest(paris_qcif); 53 RunTest(foreman_cif); 64 RunTest(foreman_cif); 76 RunTest(foreman_cif); 89 RunTest(foreman_cif); 101 RunTest(foreman_cif); 114 RunTest(foreman_cif); 127 RunTest(foreman_cif); 136 RunTest(screenshare) [all...] |
/external/regex-re2/re2/testing/ |
string_generator_test.cc | 33 static void RunTest(int len, string alphabet, bool donull) { 82 RunTest(0, "abc", false); 86 RunTest(0, "", false); 90 RunTest(5, "", false); 94 RunTest(3, "abc", false); 98 RunTest(4, "abc\xE2\x98\xBA", false); 102 RunTest(0, "abc", true); 103 RunTest(0, "", true); 104 RunTest(5, "", true); 105 RunTest(3, "abc", true) [all...] |
/external/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 83 function RunTest() { 173 var result = RunTest();
|
/external/vixl/tools/ |
threaded_tests.py | 74 def RunTest(test): 146 work = pool.map_async(RunTest, tests).get(9999999)
|
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/ |
AudioDeviceAndroidTest.java | 40 RunTest(5);
54 private native int RunTest(int testType);
|
/external/libchrome/base/threading/ |
worker_pool_unittest.cc | 31 void RunTest() { 98 tester->RunTest();
|
platform_thread_unittest.cc | 96 RunTest(); 122 virtual void RunTest() {} 224 void RunTest() override {
|
/external/webrtc/webrtc/modules/audio_processing/agc/ |
histogram_unittest.cc | 35 void RunTest(bool enable_circular_buff, 49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) { 93 RunTest(true, 99 RunTest(false,
|
/frameworks/av/media/libstagefright/omx/tests/ |
FrameDropper_test.cpp | 99 void RunTest(const TestFrame* frames, size_t size) { 118 RunTest(testFrames20Fps, ARRAY_SIZE(testFrames20Fps)); 122 RunTest(testFrames30Fps, ARRAY_SIZE(testFrames30Fps)); 126 RunTest(testFrames40Fps, ARRAY_SIZE(testFrames40Fps)); 130 RunTest(testFrames60Fps, ARRAY_SIZE(testFrames60Fps)); 134 RunTest(testFramesVariableFps, ARRAY_SIZE(testFramesVariableFps));
|
/system/update_engine/ |
chrome_browser_proxy_resolver_unittest.cc | 78 void RunTest(bool chrome_replies, bool chrome_alive); 128 void ChromeBrowserProxyResolverTest::RunTest(bool chrome_replies, 200 RunTest(true, true); 204 RunTest(false, true); 208 RunTest(false, false);
|
/external/autotest/client/site_tests/network_LTEActivate/ |
network_LTEActivate.py | 62 self.RunTest() 71 def RunTest(self): 88 def RunTest(self): 114 def RunTest(self): 142 def RunTest(self):
|
/external/libvpx/libvpx/test/ |
invalid_file_test.cc | 86 void RunTest() { 123 RunTest(); 157 RunTest();
|
vp9_intrapred_test.cc | 52 void RunTest(uint16_t* left_col, uint16_t* above_data, 127 RunTest(left_col, above_data, dst, ref_dst);
|
/external/v8/tools/testrunner/local/ |
execution.py | 161 def RunTest(job, process_context): 326 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,
|
/art/dex2oat/ |
dex2oat_test.cc | 195 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { 266 RunTest(false /* use_fd */, false /* expect_use */); 267 RunTest(true /* use_fd */, false /* expect_use */); 271 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" }); 272 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" }); 276 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" }); 277 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" }); 281 RunTest(false /* use_fd */, 284 RunTest(true /* use_fd */, 296 void RunTest(CompilerFilter::Filter filter [all...] |
/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 | 119 void RunTest(TestBase* test, const char* testname, const double coefficient, 189 RunTest(this, name, width * height, width, height, true); 200 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); 208 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); 215 RunTest(this, buffer, g_width * g_height, g_width, g_height, true);
|
/art/runtime/gc/accounting/ |
mod_union_table_test.cc | 67 void RunTest(ModUnionTableFactory::TableType type); 169 RunTest(ModUnionTableFactory::kTableTypeCardCache); 173 RunTest(ModUnionTableFactory::kTableTypeReferenceCache); 176 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...] |