/external/clearsilver/cs/ |
test13.cs.gold | 6 test1
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal3.et | 3 ec TEST1, "Test message 1"
|
/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/tests/055-enum-performance/ |
expected.txt | 9 test1: performed 10000 iterations
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.qrc | 5 <file alias="test1.html">resources/test1.html</file>
|
/external/icu4c/test/testdata/ |
test1.ucm | 6 # test1.ucm 10 <code_set_name> "test1"
|
test1bmp.ucm | 6 # test1.ucm
|
/dalvik/dx/tests/081-dex-throws-list/ |
expected.txt | 1 Blort.test1:()I:
|
/external/qemu/telephony/ |
Jamfile | 6 for prog in test1 test2 {
|
/external/icu4c/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...] |
/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));
|
/dalvik/dx/tests/051-dex-explicit-null/ |
expected.txt | 1 Blort.test1:()Ljava/lang/Object;:
|
/external/zlib/contrib/iostream3/ |
test.cc | 17 outf.open("test1.txt.gz"); 21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; 26 inf.open("test1.txt.gz");
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
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...] |
/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...] |
/dalvik/dx/tests/055-dex-explicit-throw/ |
expected.txt | 1 Blort.test1:()V:
|
/dalvik/dx/tests/063-dex-empty-switch/ |
expected.txt | 1 Blort.test1:(I)I:
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
AttributedCharacterIteratorAttributeTest.java | 99 "test1"); 106 "test1"); 131 "test1"); 132 assertEquals("Incorrect attribute name", "test1", mac1.getName()); 150 "test1"); 152 "test1"); 247 "test1"); 250 + "$TestAttributedCharacterIteratorAttribute(test1)");
|
/external/webkit/WebCore/manual-tests/inspector/ |
console-dir.html | 11 console.dir({test: 1, test1:{apple: "orange"}}); 21 console.dirxml({test: 1, test1:{apple: "orange"}});
|
dom-mutation.html | 2 function test1() { 25 <button onclick="test1()">Test Frame 1</button>
|
/external/bluetooth/glib/tests/refcount/ |
objects.c | 116 GTest *test1, *test2; local 125 test1 = g_object_new (G_TYPE_TEST, NULL); 135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/ |
T_invokestatic_13.j | 31 invokestatic dxc/junit/opcodes/invokestatic/jm/TestClass/test1(F)I
|
T_invokestatic_13.java | 22 TestClass.test1(1);
|
/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
|