HomeSort by relevance Sort by last modified time
    Searched full:testcases (Results 26 - 50 of 596) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decSingle.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
decDouble.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
decQuad.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 111 Object[] testCases = {
115 SerializationTest.verifySelf(testCases, COMPARATOR);
123 Object[] testCases = {
127 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
  /external/llvm/test/Transforms/InstCombine/
narrow.ll 1 ; This file contains various testcases that check to see that instcombine
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_initvalue_unittest.cc 29 Testcase testcases[] = { local
80 RunTestcases(testcases, arraysize(testcases),
117 Testcase testcases[] = { local
139 RunTestcases(testcases, arraysize(testcases),
extension_manifests_requirements_unittest.cc 19 Testcase testcases[] = { local
46 RunTestcases(testcases, arraysize(testcases), EXPECT_TYPE_ERROR);
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 460 List<NumberTest> testCases = new ArrayList<NumberTest>();
461 testCases.addAll(Arrays.asList(STRICT_GROUPING_CASES));
462 testCases.addAll(Arrays.asList(EXACT_GROUPING_CASES));
463 testCases.addAll(Arrays.asList(VALID_CASES));
464 testCases.addAll(Arrays.asList(POSSIBLE_ONLY_CASES));
465 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
469 List<NumberTest> testCases = new ArrayList<NumberTest>();
470 testCases.addAll(Arrays.asList(IMPOSSIBLE_CASES));
471 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
475 List<NumberTest> testCases = new ArrayList<NumberTest>()
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java 87 private static Object[][] testcases = { field in class:ChoiceTest
105 for (int i = 0; i < testcases.length; i++) {
106 DerInputStream in = new DerInputStream((byte[]) testcases[i][1]);
107 assertEquals("Test case: " + i, testcases[i][0], choice.decode(in));
115 for (int i = 0; i < testcases.length; i++) {
116 DerOutputStream out = new DerOutputStream(choice, testcases[i][0]);
118 (byte[]) testcases[i][1], out.encoded));
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 294 const char *testCases[] = {
309 for(j=0;testCases[j]!=NULL;j+=3) {
310 v1str = testCases[j+0];
311 opstr = testCases[j+1];
312 v2str = testCases[j+2];
539 } testCases[] = {
557 int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
564 const char *input = STRNULL(testCases[i].inBuf);
565 const char *expect = STRNULL(testCases[i].expectResult)
    [all...]
cg7coll.c 67 const static UChar testCases[][MAX_TOKEN_LEN] = {
178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
241 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
271 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
300 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS)
    [all...]
  /external/chromium_org/ui/webui/resources/js/
webui_resource_test.js 126 var testCases = [];
147 testCases.push(name);
149 if (!testCases.length) {
170 if (testCases.length > 0) {
171 var fn = testCases.pop();
  /external/icu4c/test/cintltst/
putiltst.c 305 const char *testCases[] = {
320 for(j=0;testCases[j]!=NULL;j+=3) {
321 v1str = testCases[j+0];
322 opstr = testCases[j+1];
323 v2str = testCases[j+2];
550 } testCases[] = {
568 int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
575 const char *input = STRNULL(testCases[i].inBuf);
576 const char *expect = STRNULL(testCases[i].expectResult)
    [all...]
cg7coll.c 67 const static UChar testCases[][MAX_TOKEN_LEN] = {
182 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
215 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
245 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
275 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
304 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS)
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestCaseUtil.java 59 List<Test> testCases = Lists.newArrayList();
83 testCases.addAll(getTests(childTest, flatten, seen));
85 testCases.add(childTest);
89 testCases.add(workingTest);
92 return testCases;
  /cts/
CtsTestCaseList.mk 55 # Any APKs that need to be copied to the CTS distribution's testcases
152 # All the files that will end up under the repository/testcases
160 # All the XMLs that will end up under the repository/testcases
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
prepareParsedPatch.pl 52 my @testCases = (
124 my $testCasesCount = @testCases;
127 foreach my $testCase (@testCases) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decDouble.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
decQuad.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 49 private List<TestCase> testCases;
70 this.testCases = Lists.newArrayList();
82 this.testCases.addAll(atr.getTestCases());
89 this.testCases.add(testCase);
187 if (testCases.size() > 0) {
188 for (TestCase testCase : testCases) {
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.pom 52 <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
54 <testOutputDirectory>../../../../target/ant-launcher/testcases</testOutputDirectory>
  /external/chromium_org/third_party/icu/source/test/intltest/
g7coll.cpp 19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]
  /external/icu4c/test/intltest/
g7coll.cpp 19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]

Completed in 812 milliseconds

12 3 4 5 6 7 8 91011>>