HomeSort by relevance Sort by last modified time
    Searched full:runtest (Results 251 - 275 of 1508) sorted by null

<<11121314151617181920>>

  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasBenchmark.java 86 void runTest() {
87 mTest.runTest();
112 mTest.runTest();
201 runTest();
  /libcore/luni/src/test/java/libcore/java/math/
RunCSVTestsStrict.java 24 void runTest(String func, double expectedOutput, double input, String extra)
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 36 public void runTest() {
Support_MapTest.java 43 public void runTest() {
49 .runTest();
51 unmodifiableMap.values()).runTest();
  /packages/apps/BasicSmsReceiver/tests/
AndroidManifest.xml 31 "runtest basicsmsreceiver"
  /art/runtime/gc/accounting/
space_bitmap_test.cc 114 void RunTest() NO_THREAD_SAFETY_ANALYSIS {
161 RunTest<kObjectAlignment>();
165 RunTest<kPageSize>();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 102 runTest(false);
115 runTest(true);
118 private final void runTest(boolean useInputStream)
DerUTCTimeEDTest.java 84 runTest(false);
97 runTest(true);
100 private final void runTest(boolean useInputStream)
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerTest.java 111 runTest(null, null, "one");
120 runTest(new MyTimeOutTransformer(), "one", null);
123 private void runTest(IAnnotationTransformer transformer,
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 182 public void runTest() {
183 runTest(createTestResult());
186 public void runTest(TestResult testResult) {
  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewLayoutTest.java 75 runTest(PATH_WEBVIEW_PREFIX + fileName, PATH_WEBVIEW_PREFIX + fileNameExpected);
81 runTest(PATH_BLINK_PREFIX + fileName, PATH_WEBVIEW_PREFIX + fileNameExpected);
84 private void runTest(final String fileName, final String fileNameExpected)
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 57 func runTest(t *testing.T, in, out string) {
145 runTest(t, in, out)
148 runTest(t, out, out)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 57 func runTest(t *testing.T, in, out string) {
145 runTest(t, in, out)
148 runTest(t, out, out)
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 146 BufferToSurfaceWrapper.runTest(this);
150 BufferToSurfaceWrapper.runTest(this);
154 BufferToSurfaceWrapper.runTest(this);
164 BufferToSurfaceWrapper.runTest(this);
168 BufferToSurfaceWrapper.runTest(this);
172 BufferToSurfaceWrapper.runTest(this);
196 public static void runTest(EncodeDecodeTest obj) throws Throwable {
213 SurfaceToSurfaceWrapper.runTest(this, false);
217 SurfaceToSurfaceWrapper.runTest(this, false);
221 SurfaceToSurfaceWrapper.runTest(this, false)
    [all...]
  /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/autotest/server/
test.py 239 # reason of failure from runtest
244 def runtest(job, url, tag, args, dargs): function
245 """Server-side runtest.
250 See client/common_lib/test.py:runtest
288 common_test.runtest(job, url, tag, args, dargs, locals(), globals(),
  /external/opencv3/modules/superres/test/
test_superres.cpp 214 void RunTest(cv::Ptr<cv::superres::SuperResolution> superRes);
218 void SuperResolution::RunTest(cv::Ptr<cv::superres::SuperResolution> superRes)
272 RunTest<cv::Mat>(cv::superres::createSuperResolution_BTVL1());
279 RunTest<cv::Mat>(cv::superres::createSuperResolution_BTVL1_CUDA());
291 RunTest<cv::UMat>(cv::superres::createSuperResolution_BTVL1());
  /external/srtp/
Makefile.in 8 # runtest runs test applications
20 runtest: build_table_apps test
31 $(MAKE) -C crypto runtest
145 @echo "Build done. Please run '$(MAKE) runtest' to run self tests."
227 distribution: runtest superclean
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_1_and_2.pass.cpp 177 runTest(v);
183 runTest(v);
184 runTest(cv);
190 runTest(v);
191 runTest(vv);
199 runTest(v);
200 runTest(cv);
201 runTest(vv);
202 runTest(cvv);
206 void runTest(Obj& obj)
    [all...]
bullet_5.pass.cpp 180 t.runTest(obj);
181 t.runTest(der);
201 t.runTest(FnPtr);
202 t.runTest(*FnPtr);
203 t.runTest(deref_to);
204 t.runTest(deref_to_ref);
209 // runTest Helpers
  /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.
  /external/v8/test/webkit/fast/js/
parser-syntax-check.js 28 function runTest(_a, errorType)
32 testFailed("runTest expects string argument: " + _a);
55 runTest(_a, false);
56 runTest("function f() { " + _a + " }", false);
63 runTest(_a, true);
64 runTest("function f() { " + _a + " }", true);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
StepCounterTestActivity.java 118 return runTest(
125 return runTest(
136 private String runTest(int instructionsResId, int expectedSteps, boolean vibrate)
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
counter_track_test.html 21 var runTest = function(timestamps, samples, testFn) {
110 runTest.call(this, timestamps, samples, function(ctr, container, track) {
149 runTest.call(this, timestamps, samples, function(ctr, container, track) {
  /external/junit/src/junit/framework/
TestSuite.java 96 protected void runTest() {
238 runTest(each, result);
242 public void runTest(Test test, TestResult result) {

Completed in 2071 milliseconds

<<11121314151617181920>>