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

1 2 34 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-186.js 38 function runTest(test) {
71 runTest(testLocal);
72 runTest(testConstLocal);
73 runTest(testGlobal);
  /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,
  /external/webrtc/webrtc/test/
run_test.cc 18 void RunTest(void(*test)()) {
run_test.h 17 void RunTest(void(*test)());
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 52 public void runTest() throws Exception {
61 public void runTest() throws Exception {
71 public void runTest() throws Exception {
90 public void runTest() throws Exception {
  /art/test/469-condition-materialization/src/
Main.java 28 private static int runTest(boolean input1) {
43 int result = runTest(true);
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
SnoozeAlarmTest.java 28 String result = runTest(TestcaseType.SNOOZE_ALARM);
35 // The above call to runTest() would have failed the test otherwise.
  /cts/tests/tests/provider/src/android/provider/cts/
TestCaseThatRunsIfTelephonyIsEnabled.java 29 protected void runTest() throws Throwable {
31 super.runTest();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_SetTest.java 36 public void runTest() {
46 new Support_CollectionTest("", set).runTest();
  /external/elfutils/tests/
run-strip-reloc.sh 27 runtest() { function
100 runtest hello_i386.ko 1
101 runtest hello_x86_64.ko 1
102 runtest hello_ppc64.ko 1
103 runtest hello_s390.ko 1
104 runtest hello_aarch64.ko 1
107 runtest ${abs_top_builddir}/src/strip 0
108 runtest ${abs_top_builddir}/src/strip.o 1
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 40 public void runTest(final Test test, final TestResult result) {
46 //ActiveTestSuite.super.runTest(test, result);
  /external/libxml2/
README 18 There is 3 standalone tools runtest.c runsuite.c testapi.c, which
20 Launch them from this directory to get results, runtest checks
  /external/nanopb-c/tests/buffer_only/
SConscript 26 env.RunTest(enc)
27 env.RunTest([dec, "encode_alltypes.output"])
  /external/nanopb-c/tests/cxx_main_program/
SConscript 23 env.RunTest(enc)
24 env.RunTest([dec, "encode_alltypes.output"])
  /external/nanopb-c/tests/field_size_16/
SConscript 27 env.RunTest(enc)
28 env.RunTest([dec, "encode_alltypes.output"])
  /external/nanopb-c/tests/field_size_32/
SConscript 27 env.RunTest(enc)
28 env.RunTest([dec, "encode_alltypes.output"])
  /external/nanopb-c/tests/no_errmsg/
SConscript 26 env.RunTest(enc)
27 env.RunTest([dec, "encode_alltypes.output"])
  /external/pcre/dist/testdata/
testinput3 2 It is not Perl-compatible. When run via RunTest, the locale is edited to
6 RunTest.bat. --/
  /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);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 26 public abstract void runTest() throws Exception;
30 runTest();
53 public void runTest() throws Exception {
77 public void runTest() throws Exception {
120 public void runTest() throws Exception {
156 public void runTest() throws Exception {
204 public void runTest() throws Exception {
227 public void runTest() throws Exception {
  /libcore/support/src/test/java/tests/support/
Support_SetTest.java 36 public void runTest() {
46 new Support_CollectionTest("", set).runTest();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err.exp 24 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/warn-*.s]] "" ""
25 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s]] "" ""
  /external/v8/test/mjsunit/
keyed-ic.js 33 var runTest = function() {
60 runTest();
65 runTest = function() {
88 runTest();
93 runTest = function() {
116 runTest();
121 runTest = function() {
144 runTest();
150 runTest = function() {
173 runTest();
    [all...]
  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
AirplaneModeTest.java 71 if (!runTest(BroadcastUtils.TestcaseType.AIRPLANE_MODE_ON, AIRPLANE_MODE_IS_ON)) {
75 runTest(BroadcastUtils.TestcaseType.AIRPLANE_MODE_OFF, AIRPLANE_MODE_IS_OFF);
80 if (!runTest(BroadcastUtils.TestcaseType.AIRPLANE_MODE_OFF, AIRPLANE_MODE_IS_OFF)) {
84 runTest(BroadcastUtils.TestcaseType.AIRPLANE_MODE_ON, AIRPLANE_MODE_IS_ON);
88 private boolean runTest(BroadcastUtils.TestcaseType test, int expectedMode) throws Exception {
BatterySaverModeTest.java 61 if (!runTest(BroadcastUtils.TestcaseType.BATTERYSAVER_MODE_OFF, false)) {
65 runTest(BroadcastUtils.TestcaseType.BATTERYSAVER_MODE_ON, true);
70 if (!runTest(BroadcastUtils.TestcaseType.BATTERYSAVER_MODE_ON, true)) {
74 runTest(BroadcastUtils.TestcaseType.BATTERYSAVER_MODE_OFF, false);
78 private boolean runTest(BroadcastUtils.TestcaseType test, boolean expectedMode) throws Exception {

Completed in 539 milliseconds

1 2 34 5 6 7 8 91011>>