HomeSort by relevance Sort by last modified time
    Searched refs:test1 (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /dalvik/dx/tests/059-dex-call-super/
Blort.java 20 public int test1() { method in class:Blort
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 19 public int test1() method in class:Blort
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/
T_invokestatic_13.java 22 TestClass.test1(1);
TestClass.java 25 public static int test1(int i1){ method in class:TestClass
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.java 19 public static Object test1() { method in class:Blort
  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.java 21 public static void test1() { method in class:Blort
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.java 19 public int test1(int x) { method in class:Blort
  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 19 public void test1() { method in class:Blort
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 28 __u16 test1[] = { variable
55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
56 ext2fs_swab16(test1[i]));
57 if (ext2fs_swab16(test1[i]) != test1[i+1]) {
59 ext2fs_swab16(test1[i]), test1[i+1]);
62 if (ext2fs_swab16(test1[i+1]) != test1[i]) {
64 ext2fs_swab16(test1[i+1]), test1[i])
    [all...]
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 19 public boolean[] test1() { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 23 public static void test1() { method in class:Blort
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 73 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n");
77 c=(UnicodeString *)test1.clone();
78 test1.insert(24, "good ");
80 if (test1 != expectedValue)
81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
89 test1.remove(41, 8);
91 if (test1 != expectedValue)
92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
94 test1.replace(58, 6, "ir country");
96 if (test1 != expectedValue
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 74 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n");
78 c=(UnicodeString *)test1.clone();
79 test1.insert(24, "good ");
81 if (test1 != expectedValue)
82 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
90 test1.remove(41, 8);
92 if (test1 != expectedValue)
93 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
95 test1.replace(58, 6, "ir country");
97 if (test1 != expectedValue
    [all...]
  /dalvik/dx/tests/047-dex-wide-args/
Blort.java 19 public static long test1(int w, long x, int y, long z) { method in class:Blort
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 19 public int test1() method in class:Blort
  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_synfilterbank.cpp 252 Int32 test1; local
324 test1 = *(pt_C2++);
327 realAccu1 = fxp_mac_16_by_16_bt(tmp1 , test1, ROUND_SYNFIL);
328 realAccu2 = fxp_mac_16_by_16_bt(tmp2 , test1, ROUND_SYNFIL);
331 realAccu1 = fxp_mac_16_by_16_bb(tmp1, test1, realAccu1);
332 realAccu2 = fxp_mac_16_by_16_bb(tmp2, test1, realAccu2);
334 test1 = *(pt_C2++);
337 realAccu1 = fxp_mac_16_by_16_bt(tmp1 , test1, realAccu1);
338 realAccu2 = fxp_mac_16_by_16_bt(tmp2 , test1, realAccu2);
341 realAccu1 = fxp_mac_16_by_16_bb(tmp1, test1, realAccu1)
458 Int32 test1; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-192226.js 63 test1(sin);
70 test1(e);
79 function test1(arg) function
  /dalvik/tests/021-string2/src/
Main.java 25 String test1 = new String("0123456789"); // different object local
32 Assert.assertTrue(test.equals(test1));
35 Assert.assertEquals(test.compareTo(test1), 0);
36 Assert.assertTrue(test1.compareTo(test2) > 0);
37 Assert.assertTrue(test2.compareTo(test1) < 0);
62 Assert.assertFalse(test.equals(test1));
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/
TestClass.java 25 public static int test1(int i1){ method in class:TestClass
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/
TestClass.java 25 public static int test1(int i1){ method in class:TestClass
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 27 public static void test1(int x) { method in class:Blort
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 24 public int test1(int x) { method in class:Blort
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 22 public int test1(int x) { method in class:Blort
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 19 public static int test1(int x) { method in class:Blort
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 154 Test test1 = iterator.next(); local
155 assertEquals("android.location.cts.LocationManagerTest#testOne", test1.getFullName());
157 CtsTestResult result = test1.getResult();

Completed in 545 milliseconds

1 2 3 4