/external/webrtc/webrtc/test/ |
run_test.cc | 18 void RunTest(void(*test)()) {
|
/external/ltp/testcases/kdump/ |
runkdump.sh | 152 RunTest () 244 RunTest
|
/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/libmojo/mojo/edk/js/test/ |
run_js_integration_tests.cc | 36 void RunTest(std::string test) { 49 RunTest("connection_tests.js"); 53 RunTest("sample_service_tests.js");
|
run_js_tests.cc | 33 void RunTest(std::string test, bool run_until_idle) { 46 RunTest("core_unittests.js", true); 50 RunTest("codec_unittests.js", true); 54 RunTest("struct_unittests.js", true); 58 RunTest("union_unittests.js", true); 62 RunTest("validation_unittests.js", true);
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
data_tests.py | 12 RunTest = test_support.RunTest 78 errors += RunTest(TestWriteRead) 79 errors += RunTest(TestRead) 80 errors += RunTest(TestWrite)
|
module_tests.py | 11 RunTest = test_support.RunTest 27 errors += RunTest(BuildAndTestModule) 28 errors += RunTest(TestModulesEqual)
|
pack_tests.py | 14 RunTest = test_support.RunTest 179 errors += RunTest(TestZeroFields) 180 errors += RunTest(TestOneField) 181 errors += RunTest(TestPaddingPackedInOrder) 182 errors += RunTest(TestPaddingPackedOutOfOrder) 183 errors += RunTest(TestPaddingPackedOverflow) 184 errors += RunTest(TestNullableTypes) 185 errors += RunTest(TestAllTypes) 186 errors += RunTest(TestPaddingPackedOutOfOrderByOrdinal [all...] |
test_support.py | 11 # RunTest(fn) will execute fn, catching any exceptions. fn should return 24 # RunTest(foo) 180 def RunTest(fn):
|
/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...] |
/art/compiler/dex/ |
dex_to_dex_decompiler_test.cc | 48 void RunTest(const char* dex_name) { 131 RunTest("VerifierDeps"); 135 RunTest("DexToDexDecompiler");
|
/external/libchrome/base/win/ |
scoped_handle_test_dll.cc | 17 extern "C" bool __declspec(dllexport) RunTest(); 119 bool RunTest() {
|
/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/vixl/tools/ |
threaded_tests.py | 75 def RunTest(test): 148 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 | 34 void RunTest() { 103 tester->RunTest();
|
/external/protobuf/src/google/protobuf/util/internal/ |
json_stream_parser_test.cc | 89 util::Status RunTest(StringPiece json, int split, bool coerce_utf8 = false) { 120 util::Status result = RunTest(json, split, coerce_utf8); 129 util::Status result = RunTest(json, split, coerce_utf8);
|
/external/toolchain-utils/crosperf/ |
benchmark_run.py | 108 self.result = self.RunTest(self.machine) 199 def RunTest(self, machine): 252 def RunTest(self, machine):
|
/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));
|
/test/vts/compilation_tools/vtsc/test/ |
test_vtsc.py | 86 self.RunTest("DRIVER", 94 self.RunTest( 101 self.RunTest( 111 self.RunTest("PROFILER", 120 self.RunTest("FUZZER", 161 def RunTest(self, mode, vts_file_path, source_file_name, file_type="BOTH"):
|
/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 | 85 void RunTest() { 121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); } 164 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); }
|
vp9_intrapred_test.cc | 49 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { 130 RunTest(left_col, above_data, dst, ref_dst); 467 RunTest(left_col, above_data, dst, ref_dst); [all...] |
/external/v8/tools/testrunner/local/ |
execution.py | 186 def RunTest(job, process_context): 346 fn=RunTest,
|