HomeSort by relevance Sort by last modified time
    Searched full:test1 (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/srec/tools/grxmlcompile/
testhashmap.cpp 30 void test1();
40 void test1() function
  /external/v8/test/mjsunit/compiler/
simple-bailouts.js 47 Test.prototype.test1 = function() {
100 t.test1();
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java 123 "Test1: NumberFormat.getIntegerInstance().toPattern() returned wrong pattern",
165 "Test1: NumberFormat.getIntegerInstance().toPattern() returned wrong pattern",
588 "Test1: NumberFormat.getCurrencyInstance().format(35.76) returned wrong value",
630 "Test1: NumberFormat.getCurrencyInstance(Locale.US).format(35.76) returned wrong value",
699 "Test1: NumberFormat.getInstance().format(1234567890.0987654321) returned wrong value",
736 "Test1: NumberFormat.getInstance().format(1234567890.0987654321) returned wrong value",
746 "Test1: NumberFormat.getInstance().format(1234567890.0987654321) returned wrong value",
781 "Test1: NumberFormat.getNumberInstance().format(1234567890.0987654321) returned wrong value",
    [all...]
FieldPositionTest.java 42 assertEquals("Test1: Constructor failed to set field identifier!",
62 assertEquals("Test1: Constructor failed to set field identifier!", -1,
81 assertEquals("Test1: Constructor failed to set field identifier!",
DecimalFormatSymbolsTest.java 173 assertTrue("Test1: Returned incorrect currency",
175 assertEquals("Test1: Returned incorrect currencySymbol", "K\u010d", dfs1
177 assertEquals("Test1: Returned incorrect intlCurrencySymbol", "CZK",
565 assertTrue("Test1: Returned incorrect currency", currency == dfs
567 assertEquals("Test1: Returned incorrect currency symbol", currency
569 assertTrue("Test1: Returned incorrect international currency symbol",
  /external/icu4c/test/intltest/
loctest.cpp 516 Locale test1("aa", "AA");
518 Locale test3(test1);
526 test_dumpLocale(test1);
536 test_assert(test1 == test1);
546 test_assert(!(test1 != test1));
556 test_assert(!(test1 != test2));
557 test_assert(!(test2 != test1));
558 test_assert(!(test1 != test3))
    [all...]
restsnew.cpp 247 ResourceBundle test1((UnicodeString)testdatapath, err);
253 result1 = test1.getStringEx("string_in_Root_te_te_IN", err);
270 version1 = test1.getVersionNumber();
316 ResourceBundle test1(testdatapath, *locale, err);
334 ResourceBundle bundle = test1.get(data[i], err);
449 ResourceBundle test1(testdatapath, *locale, err);
456 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
481 strcmp(test1.getName(), defaultresource.getName() ) ==0 ||
483 strcmp(test1.getLocale().getName(), defaultresource.getLocale().getName() ) ==0 )
    [all...]
restest.cpp 248 ResourceBundle test1((UnicodeString)testdatapath, err);
250 //ResourceBundle test1("c:\\icu\\icu\\source\\test\\testdata\\testdata", err);
253 UnicodeString result1(test1.getStringEx("string_in_Root_te_te_IN", err));
270 version1 = test1.getVersionNumber();
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 116 Cursor cursor = mDatabase.query("test1", NUMBER_PROJECTION, null, null, null, null, null);
740 database.execSQL("DELETE FROM test1 WHERE number = " + value + ";");
744 database.execSQL("INSERT INTO test1 (number) VALUES ('" + value + "');");
748 database.delete("test1", null, null);
760 mDatabase.execSQL("CREATE TABLE test1 (_id INTEGER PRIMARY KEY, number TEXT);");
761 mDatabase.execSQL("INSERT INTO test1 (number) VALUES ('" + FIRST_NUMBER + "');");
762 mDatabase.execSQL("INSERT INTO test1 (number) VALUES ('" + SECOND_NUMBER + "');");
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 255 Test test1 = iterator.next(); local
284 test1.setResult(new CtsTestResult(CtsTestResult.CODE_PASS, null, null));
289 test1.setResult(new CtsTestResult(CtsTestResult.CODE_NOT_EXECUTED, null, null));
  /dalvik/libcore/security/src/test/java/tests/api/java/security/
AccessControlContextTest.java 181 perm[0] = new FilePermission("test1.file", "write");
182 perm[1] = new FilePermission("test1.file", "read, execute, delete");
209 acc.checkPermission(new FilePermission("test1.file", "execute"));
  /dalvik/dx/tests/052-dex-static-var-access/
expected.txt 1 Blort.test1:()Ljava/lang/Object;:
  /dalvik/dx/tests/065-dex-new-array/
expected.txt 1 Blort.test1:()[Z:
  /dalvik/dx/tests/067-dex-switch-and-try/
expected.txt 1 Blort.test1:(I)I:
  /dalvik/dx/tests/073-dex-null-array-refs/
expected.txt 1 Blort.test1:()Ljava/lang/Object;:
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
expected.txt 1 Blort.test1:(I)I:
  /dalvik/dx/tests/109-int-branch/
expected.txt 2 blort.test1:(ZBCSI[I)V:
  /external/bison/data/m4sugar/
m4sugar.m4 840 # | m4_defun([TEST1], [Test...REQUIRE([TEST2])1])
846 # Right before executing the epilogue of TEST1, we have:
853 # Finally the epilogue of TEST1 undiverts GROW - 2, GROW - 1, and
873 # | m4_defun([TEST1], [REQUIRE([TEST2a])REQUIRE([TEST2b])])
879 # | TEST1
892 # GROW: TEST1
903 # BODY: TEST3; TEST2a; TEST2b; TEST1
923 # GROW: Elaboration of TEST1
930 # GROW: Elaboration of TEST1
938 # GROW: Elaboration of TEST1
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLClassLoaderTest.java 196 File test1 = new File(tmp + "test0"); local
197 test1.deleteOnExit();
198 FileOutputStream out = new FileOutputStream(test1);
476 URL res = ucl.findResource("test1");
480 assertEquals("Returned incorrect resource", new String(Support_TestWebData.test1),
597 urlLoader.findResource("test1")); //$NON-NLS-1$
  /external/icu4c/test/cintltst/
ncnvfbts.c 644 /*some more test to increase the code coverage in MBCS. Create an test converter from test1.ucm
648 /* MBCS with single byte codepage data test1.ucm*/
659 expectedtest1, sizeof(expectedtest1), "@test1", TRUE, totest1Offs ))
660 log_err("u-> test1(MBCS conversion with single-byte) did not match.\n");
664 expectedUnicode, sizeof(expectedUnicode)/sizeof(expectedUnicode[0]), "@test1", TRUE, fromtest1Offs ))
665 log_err("test1(MBCS conversion with single-byte) -> u did not match.\n");
crestst.c 153 UResourceBundle *test1 = 0, *test2 = 0; local
172 test1=ures_open(testdatapath, NULL, &err);
186 result1= ures_getStringByKey(test1, "string_in_Root_te_te_IN", &resultLen, &err);
226 log_verbose("for getVersionNumber : %s\n", ures_getVersionNumber(test1));
228 ures_close(test1);
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 164 assertEquals("Test1: Wrong length", 0, eightbs.length());
207 assertTrue("Test1: Wrong length, " + bs.size(), bs.length() == 0);
336 "Test1: Attempt to flip with negative index failed to generate exception");
412 assertTrue("Test1: Returned incorrect BitSet", resultbs
563 assertTrue("Test1: Wrong length, " + bs.size(), bs.length() == 0);
692 "Test1: Attempt to flip with negative index failed to generate exception");
796 assertTrue("Test1: Incorrectly flipped bit" + i, bs.get(i));
806 assertEquals("Test1: Wrong size", 0, bs0.size());
807 assertEquals("Test1: Wrong length", 0, bs0.length());
944 "Test1: Attempt to flip with negative index failed to generate exception")
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 56 dropbox.addText("DropBoxTest", "TEST1");
73 assertEquals("TEST1", e1.getText(80));
453 dropbox.addText("DropBoxTest", "TEST1");
457 assertEquals("TEST1", e0.getText(80));
467 dropbox.addText("DropBoxTest", "TEST1");
  /external/icu4c/test/testdata/
ra.xlf 377 <trans-unit id = "test1" resname = "test1" translate = "yes">
378 <!--Top level comments for the string.Tag name: test1-->
  /frameworks/base/tests/CoreTests/android/core/
ClassLoaderTest.java 218 Class test1, test2; local
222 test1 = loader1.loadClass("my.pkg.CLTest");
225 methodTest(test1, "This is test 1");

Completed in 416 milliseconds

1 2 3 45 6 7 8