HomeSort by relevance Sort by last modified time
    Searched full:test2 (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /external/v8/test/cctest/
test-flags.cc 58 const char* argv[] = { "Test2", "-notesting-bool-flag", "notaflag",
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 110 public void test2() throws Exception { method in class:BroadcasterTest
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp 665 Int32 temp2, test2; local
673 test2 = *(pOverlap_and_Add_Buffer_1--);
677 limiter(*(pOutput_buffer++), (temp2 + test2));
684 test2 = fxp_mul_16_by_16tb(temp2, win2) >> shift;
686 *(pOverlap_and_Add_Buffer_1++) = test2;
716 Int32 test1, test2; local
724 test2 = *(pOverlap_and_Add_Buffer_2++);
728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift)));
1668 Int32 temp2, test2; local
1728 Int32 test1, test2; local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 712 long rawContactId2 = createRawContactWithName("test2", "TEST2");
729 assertEquals("test2 TEST2", queryDisplayName(contactId));
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 294 // Test2: Test with null provider name
334 // Test2: Test with null provider name
  /external/icu4c/test/cintltst/
citertst.c 428 UChar test2[50]; local
431 u_uastrcpy(test2, "has the highest probability of detecting");
569 UChar test2[50]; local
572 u_uastrcpy(test2, "has the highest probability of detecting");
711 UChar test2[50]; local
714 u_uastrcpy(test2, "has the highest probability of detecting");
724 iter2=ucol_openElements(en_us, test2, u_strlen(test2), &status);
    [all...]
  /external/icu4c/test/intltest/
itercoll.cpp 27 test2("has the highest probability of detecting", "")
230 CollationElementIterator *iter2 = en_us->createCollationElementIterator(test2);
restsnew.cpp 248 ResourceBundle test2(testdatapath, locale, err);
254 result2 = test2.getStringEx("string_in_Root_te_te_IN", err);
271 version2 = test2.getVersionNumber();
    [all...]
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 163 Test test2 = iterator.next(); local
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest0.java 978 WriteReplaceTestF test2 = new WriteReplaceTestF(3, 4); local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLClassLoaderTest.java 205 File test2 = new File(tmp + "subdir/test0"); local
206 test2.deleteOnExit();
207 out = new FileOutputStream(test2);
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm_unittest.py 80 test_file.write("test2")
204 self.assertTrue(re.search('test2', r3_patch))
205 self.assertTrue(re.search('test2', self.scm.diff_for_revision(2)))
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 702 const char* test2 = new char[2]; local
703 LOG_ASSERT(!read_item_recursive(testItem, &test2, 2), "Small array should fail!");
704 delete[] test2;
  /dalvik/libcore/security/src/test/java/tests/api/java/security/
AccessControlContextTest.java 222 acc.checkPermission(new FilePermission("test2.file", "execute"));
PermissionCollectionTest.java 123 towrite.append("permission java.io.FilePermission \"test2.txt\", \"write\";");
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
FieldPositionTest.java 89 assertEquals("Test2: Constructor failed to set field identifier!",
MessageFormatTest.java 642 assertEquals("Test2:Returned wrong number of formats:",
645 assertEquals("Test2:wrong format for pattern index " + i + ":",
687 assertEquals("Test2:Returned wrong number of formats:",
690 assertEquals("Test2:wrong format for argument index " + i + ":",
    [all...]
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 395 ok = dvmHeapBitmapInitFromTemplate(&hb2, &hb1, "test2");
  /external/elfutils/tests/
Makefile 317 msg_tst newscn run-strip-test.sh run-strip-test2.sh \
318 run-strip-test3.sh run-ecp-test.sh run-ecp-test2.sh
325 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
Makefile.in 317 msg_tst newscn run-strip-test.sh run-strip-test2.sh \
318 run-strip-test3.sh run-ecp-test.sh run-ecp-test2.sh
325 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
  /external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js 169 'code-creation,LazyCompile,0x2000,256,"test2 http://bbb.js:2"\n' +
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 62 final MenuItem item2 = mMenu.add(groupId, 0, item2Index, "test2");
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 49 R.raw.test2,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 363 "test2.debug = true\n"
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 57 dropbox.addText("DropBoxTest", "TEST2");
468 dropbox.addText("DropBoxTest", "TEST2");

Completed in 129 milliseconds

1 2 3 4 56 7 8