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

1 2 3

  /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/public/tools/bindings/pylib/mojom/generate/
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/tensorflow/tensorflow/cc/gradients/
data_flow_grad_test.cc 37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
55 RunTest({data}, {data_shape}, y.outputs,
68 RunTest(data, {d1_shape, d2_shape}, {y}, {y_shape});
nn_grad_test.cc 46 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y,
54 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y,
62 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
96 RunTest(x, shape, y, shape);
108 RunTest(x, x_init_value, y, shape);
119 RunTest(x, x_init_value, y, shape);
131 RunTest(x, x_init_value, y, shape);
141 RunTest(x, x_init_value, y, shape);
151 RunTest(x, x_init_value, y, shape);
159 RunTest(x, x_shape, y, y_shape)
    [all...]
array_grad_test.cc 35 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y,
44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
63 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape});
73 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape});
82 RunTest({x}, {x_shape}, y.output, y_shapes);
91 RunTest({x}, {x_shape}, y.output, y_shapes);
98 RunTest(x, shape, y, shape);
108 RunTest({x}, {x_shape}, y.output, {y_shape, y_shape});
116 RunTest(x, x_shape, y, y_shape);
124 RunTest(x, x_shape, y, y_shape)
    [all...]
  /external/webrtc/webrtc/video/
full_stack.cc 21 void RunTest(const VideoQualityTest::Params &params) {
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 51 void RunTest(const char* dex_name) {
118 RunTest("VerifierDeps");
122 RunTest("DexToDexDecompiler");
  /external/libvpx/libvpx/test/
dct_partial_test.cc 69 void RunTest() {
103 TEST_P(PartialFdctTest, PartialFdctTest) { RunTest(); }
vpx_scale_test.cc 39 void RunTest() {
61 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
78 void RunTest() {
100 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
invalid_file_test.cc 85 void RunTest() {
121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
176 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/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);
  /system/core/init/
subcontext_test.cpp 45 void RunTest(F&& test_function) {
68 RunTest([](auto& subcontext, auto& context_string) {
81 RunTest([](auto& subcontext, auto& context_string) {
98 RunTest([](auto& subcontext, auto& context_string) {
125 RunTest([](auto& subcontext, auto& context_string) {
139 RunTest([](auto& subcontext, auto& context_string) {
147 RunTest([](auto& subcontext, auto& context_string) {
163 RunTest([](auto& subcontext, auto& context_string) {
  /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 106 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/bqhelper/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 93 self.RunTest(
99 self.RunTest(
106 self.RunTest("DRIVER",
123 self.RunTest(
129 self.RunTest(
140 self.RunTest(
183 def RunTest(self,
  /external/autotest/client/site_tests/cellular_ActivateLTE/
cellular_ActivateLTE.py 62 self.RunTest()
71 def RunTest(self):
88 def RunTest(self):
114 def RunTest(self):
142 def RunTest(self):

Completed in 1471 milliseconds

1 2 3