HomeSort by relevance Sort by last modified time
    Searched full:testcases (Results 51 - 75 of 1202) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/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 --
  /prebuilts/python/darwin-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 --
  /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 --
  /art/tools/checker/file_format/checker/
test.py 35 self.assertEqual(len(checkFile.testCases), 1)
36 self.assertNotEqual(len(checkFile.testCases[0].assertions), 0)
40 self.assertEqual(len(checkFile.testCases), 1)
41 self.assertEqual(len(checkFile.testCases[0].assertions), 0)
82 self.assertEqual(len(checkerFile.testCases), 1)
83 testCase = checkerFile.testCases[0]
317 self.assertEqual(len(checkerFile.testCases), 1)
318 self.assertEqual(len(checkerFile.testCases[0].assertions), 4)
325 self.assertEqual(len(checkerFile.testCases), 1)
333 self.assertEqual(len(checkerFile.testCases), 1
    [all...]
  /external/autotest/client/tests/real_time_tests/
real_time_tests.py 8 # http://git.kernel.org/?p=linux/kernel/git/galak/ltp.git;a=tree;f=testcases/realtime
  /external/llvm/test/Transforms/InstCombine/
narrow.ll 1 ; This file contains various testcases that check to see that instcombine
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 113 Object[] testCases = {
117 SerializationTest.verifySelf(testCases, COMPARATOR);
125 Object[] testCases = {
129 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestInputControlService.java 23 * Testcases communicate to the {@link TestInputControl} via
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /prebuilts/go/darwin-x86/src/cmd/fix/
main_test.go 21 var testCases []testCase
32 testCases = append(testCases, t...)
76 for _, tt := range testCases {
  /prebuilts/go/linux-x86/src/cmd/fix/
main_test.go 21 var testCases []testCase
32 testCases = append(testCases, t...)
76 for _, tt := range testCases {
  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
pic.exp 17 # CR16 PIC testcases (ie for pic and PIC)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
fr30.exp 17 # FR30 testcases
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
pic.exp 17 # M32R PIC testcases
rel32.exp 17 # M32R R_M32R_REL32 testcases
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
G7CollationTest.java 32 private static String[] testCases = {
87 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
140 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
196 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
G7CollationTest.java 28 private static String[] testCases = {
83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
109 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
136 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
162 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
192 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
copy_test.go 12 testCases := []struct {
31 for _, tc := range testCases {
  /prebuilts/go/linux-x86/src/compress/flate/
copy_test.go 12 testCases := []struct {
31 for _, tc := range testCases {
  /external/deqp/execserver/tools/
xsTest.cpp 205 void runCases (const std::vector<TestCase*>& testCases);
221 void TestExecutor::runCases (const std::vector<TestCase*>& testCases)
224 int numCases = (int)testCases.size();
226 for (std::vector<TestCase*>::const_iterator i = testCases.begin(); i != testCases.end(); i++)
891 std::vector<TestCase*> testCases;
892 testCases.push_back(new ConnectTest(testCtx));
893 testCases.push_back(new HelloTest(testCtx));
894 testCases.push_back(new ExecFailTest(testCtx));
895 testCases.push_back(new SimpleExecTest(testCtx))
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 542 List<NumberTest> testCases = new ArrayList<NumberTest>();
543 testCases.addAll(Arrays.asList(STRICT_GROUPING_CASES));
544 testCases.addAll(Arrays.asList(EXACT_GROUPING_CASES));
545 testCases.addAll(Arrays.asList(VALID_CASES));
546 testCases.addAll(Arrays.asList(POSSIBLE_ONLY_CASES));
547 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
551 List<NumberTest> testCases = new ArrayList<NumberTest>();
552 testCases.addAll(Arrays.asList(IMPOSSIBLE_CASES));
553 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
557 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));

Completed in 1565 milliseconds

1 23 4 5 6 7 8 91011>>