HomeSort by relevance Sort by last modified time
    Searched full:test (Results 476 - 500 of 12179) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/tests/servicestests/
Android.mk 7 # Include all test java files.
11 LOCAL_JAVA_LIBRARIES := android.test.runner services
  /frameworks/base/test-runner/src/android/test/
NoExecTestResult.java 16 package android.test;
22 * A benign test result that does no actually test execution, just runs
30 * Override parent to just inform listeners of test,
31 * and skip test execution.
34 protected void run(final TestCase test) {
35 startTest(test);
36 endTest(test);
  /frameworks/base/tests/ImfTest/tests/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/tests/permission/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/vpn/tests/vpntests/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /packages/apps/Calculator/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
9 # Include all test java files.
  /packages/apps/Calendar/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
9 # Include all test java files.
  /packages/apps/Camera/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
9 # Include all test java files.
  /packages/apps/DeskClock/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
9 # Include all test java files.
  /packages/apps/VoiceDialer/tests/
Android.mk 7 LOCAL_JAVA_LIBRARIES := android.test.runner
9 # Include all test java files.
  /packages/providers/DownloadProvider/tests/permission/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /system/core/libacc/tests/data/
assignment.c 4 a = b = 2; // Test that "b = 2" generates an rvalue.
5 if (a = 7) { // Test that a = 7 generates an rvalue.
  /external/icu4c/test/intltest/
callimts.h 17 * This test verifies the behavior of Calendar around the very earliest limits
26 //test routine used by TestCalendarLimit
27 virtual void test(UDate millis, Calendar *cal, DateFormat *fmt);
35 // test behaviour and error reporting at boundaries of defined range
42 * Test the functions getMaximum/getGeratestMinimum logically correct.
50 * Test the functions getXxxMinimum() and getXxxMaximum() by marching a
51 * test calendar 'cal' through 'numberOfDays' sequential days starting
63 * Note: In addition to outright failures, this test reports some
65 * should be evaluated by a human. To see these, run this test in
70 * sense to test the day fields; the time fields are not tested by thi
    [all...]
itrbbi.cpp 12 * IntlTestRBBI is the medium level test class for RuleBasedBreakIterator
31 RBBIAPITest test; local
32 callTest( test, par );
40 RBBITest test; local
41 callTest( test, par );
  /external/v8/test/mjsunit/
cyrillic.js 28 // Test Unicode character ranges in regexps.
63 // Test Cyrillic and Greek separately.
76 assertTrue(Range(first, last).test(first), 1);
77 assertTrue(Range(first, last).test(middle), 2);
78 assertTrue(Range(first, last).test(last), 3);
80 assertFalse(Range(first, last).test(first_other_case), 4);
81 assertFalse(Range(first, last).test(middle_other_case), 5);
82 assertFalse(Range(first, last).test(last_other_case), 6);
84 assertTrue(Range(first, last, "i").test(first), 7);
85 assertTrue(Range(first, last, "i").test(middle), 8)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 21 import android.test.ActivityInstrumentationTestCase;
22 import android.test.InstrumentationTestCase;
43 * @param test The test case that is being run.
45 public static void tapMenuKey(ActivityInstrumentationTestCase test) {
46 final Instrumentation inst = test.getInstrumentation();
55 * @param test The test case that is being run.
58 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) {
59 final Instrumentation inst = test.getInstrumentation()
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
TestCaseUtilTest.java 17 package android.test;
19 import junit.framework.Test;
47 Test test = TestCaseUtil.createTestSuite(OneTestTestCase.class); local
48 assertEquals(1, test.countTestCases());
52 Test test = TestCaseUtil.createTestSuite(TwoTestsInTestSuite.class); local
53 assertEquals(2, test.countTestCases());
57 Test test = TestCaseUtil.createTestSuite(OneTestTestCaseWithSuite.class) local
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
LogTest.java 23 import org.junit.Test;
64 @Test
70 mLog.debug("Test %d", 42);
74 mLog.debug("Test %d", 42);
76 assertEquals("Test 42\n", mLog.getOut());
80 @Test
85 mLog.info("Test %d", 43);
87 assertEquals("Test 43\n", mLog.getOut());
91 @Test
96 mLog.error("Test %d", 44)
    [all...]
  /dalvik/libcore/luni/src/test/resources/tests/api/java/net/
TestCodeSigners.jar 
  /dalvik/libcore/support/src/test/java/tests/resources/
TestCodeSigners.jar 
  /dalvik/libcore/support/src/test/java/tests/resources/net/
TestCodeSigners.jar 
  /external/icu4c/test/cintltst/
cjaptst.h 18 * CollationKannaTest(JAPAN) is a third level test class. This tests the locale
37 /*perform test with strength TERTIARY*/
47 * Test Small, Large letters
52 * Test Katakana, Hiragana letters
57 * Test Choo-on kigoo
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 16 * for each test case, verify:
25 // test cases without subpatterns
26 // test cases with subpatterns
29 // test cases in which the exec returns null
33 test();
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 3 function test(storageString, callback) function
19 evalAndLog("storage.foo = 'test'");
28 evalAndLog("storage.foo = 'test'");
36 evalAndLog("storage.foo = 'TEST'");
48 testStorages(test);
  /external/webkit/LayoutTests/storage/
open-database-set-empty-version.html 11 var db = openDatabase('28417Test', '', 'Test for bug 28417: openDatabase() with empty version sets db version up incorrectly', 0);
13 var db2 = openDatabase('28417Test', 'test', 'Test for bug 28417: openDatabase() with empty version sets db version up incorrectly', 0);

Completed in 55 milliseconds

<<11121314151617181920>>