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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/
runtest.rb 203 testcases = c.scan(/^test\d*/).sort.uniq
204 if testcases.empty?
205 testcases = ['']
211 testcases.each do |tc|
225 testcases.each do |tc|
293 testcases.each do |tc|
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationDummyTest.java 34 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c
115 private static char[][] testCases = {
217 for (i = 0; i < testCases.length - 1; i++) {
218 for (j = i + 1; j < testCases.length; j += 1) {
219 doTest(myCollation, testCases[i], testCases[j], -1);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationDummyTest.java 30 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c
111 private static char[][] testCases = {
213 for (i = 0; i < testCases.length - 1; i++) {
214 for (j = i + 1; j < testCases.length; j += 1) {
215 doTest(myCollation, testCases[i], testCases[j], -1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
dsEncode.decTest 2 -- dsEncode.decTest -- decimal four-byte format testcases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
39 -- The testcases here have only exactly representable data on the
50 -- General testcases
abs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
class.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
ddLogB.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
ddNextMinus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
ddNextPlus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
dqLogB.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
dqNextMinus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
dqNextPlus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
invert.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
nextminus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
nextplus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
dsEncode.decTest 2 -- dsEncode.decTest -- decimal four-byte format testcases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
39 -- The testcases here have only exactly representable data on the
50 -- General testcases
abs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
class.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/
dsEncode.decTest 2 -- dsEncode.decTest -- decimal four-byte format testcases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
39 -- The testcases here have only exactly representable data on the
50 -- General testcases
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dsEncode.decTest 2 -- dsEncode.decTest -- decimal four-byte format testcases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
39 -- The testcases here have only exactly representable data on the
50 -- General testcases
  /external/nanopb-c/
CHANGELOG.txt 112 Extended testcases (alltypes test is now complete).
117 Extended testcases.
141 Extended testcases.
  /external/testng/src/main/java/org/testng/reporters/
JUnitReportReporter.java 91 List<TestTag> testCases = Lists.newArrayList();
131 testCases.add(testTag);
152 for (TestTag testTag : testCases) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 189 skipped, testcases = get_tests(package, mask, verbosity, exclude)
192 suites = [unittest.makeSuite(o) for o in testcases]
199 for t in testcases:
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
suite.py 52 raise TypeError("TestCases and TestSuites must be instantiated "
79 """A test suite is a composite test consisting of a number of TestCases.
291 "A crude way to tell apart testcases and suites with duck-typing"
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 189 skipped, testcases = get_tests(package, mask, verbosity, exclude)
192 suites = [unittest.makeSuite(o) for o in testcases]
199 for t in testcases:

Completed in 1135 milliseconds

1 2 3 4 5 6 7 8 91011>>