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

1 23 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 227 Object[] testCases = { enumColorMap, Sample.CURLY };
229 SerializationTest.verifySelf(testCases);
256 Object[] testCases = { Sample.CURLY, new MockEnum(),
262 SerializationTest.verifyGolden(this, testCases);
  /external/compiler-rt/lib/lsan/lit_tests/
lit.common.cfg 17 config.test_source_root = os.path.join(lsan_lit_src_root, 'TestCases')
  /external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt 2 // Testcases that crash the X86 backend because they aren't implemented
  /external/llvm/test/CodeGen/X86/
fp-stack-ret.ll 3 ; These testcases shouldn't require loading into an XMM register then storing
  /external/llvm/test/Transforms/InstCombine/
bit-tracking.ll 1 ; This file contains various testcases that require tracking whether bits are
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestGroupingTest.java 37 * Verifies that TestCases with no public constructor are not loaded.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
testall.decTest 2 -- testall.decTest -- run all general decimal arithmetic testcases --
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/
testall.decTest 2 -- testall.decTest -- run all general decimal arithmetic testcases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
7 -- these testcases. --
9 -- These testcases are experimental ('beta' versions), and they --
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /cts/tools/utils/
CollectAllTests.java 186 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
217 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
227 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
242 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
375 Map<String,TestClass> testCases,
399 addToTests(expectations, testCases, test, testName);
406 Map<String,TestClass> testCases,
434 if (testCases.containsKey(testClassName)) {
435 testClass = testCases.get(testClassName);
438 testCases.put(testClassName, testClass)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xrange.py 121 testcases = [(13,), (0, 11), (-22, 10), (20, 3, -1),
124 for t in testcases:
130 large_testcases = testcases + [
157 testcases = [
177 for t in testcases:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xrange.py 121 testcases = [(13,), (0, 11), (-22, 10), (20, 3, -1),
124 for t in testcases:
130 large_testcases = testcases + [
157 testcases = [
177 for t in testcases:
  /external/chromium_org/ui/gfx/
text_elider_unittest.cc 45 void RunUrlTest(Testcase* testcases, size_t num_testcases) {
48 const GURL url(testcases[i].input);
52 GetStringWidthF(UTF8ToUTF16(testcases[i].output), font_list);
53 EXPECT_EQ(UTF8ToUTF16(testcases[i].output),
76 Testcase testcases[] = { local
113 for (size_t i = 0; i < arraysize(testcases); ++i) {
114 const string16 expected_output = UTF8ToUTF16(testcases[i].output);
117 UTF8ToUTF16(testcases[i].input),
151 Testcase testcases[] = { local
171 RunUrlTest(testcases, arraysize(testcases))
204 Testcase testcases[] = { local
214 Testcase testcases[] = { local
252 Testcase testcases[] = { local
286 FileTestcase testcases[] = { local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
TODO 3 - testcases for error nodes
46 - testcases error handling in tree parsers
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 152 } TestCases[] = {
172 for (i = 0; TestCases[i].type; i++) {
175 strcat(buf, TestCases[i].type);
180 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
182 + " Requested: " + TestCases[i].type);
187 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
188 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
callimts.cpp 152 } TestCases[] = {
173 for (i = 0; TestCases[i].type; i++) {
176 strcat(buf, TestCases[i].type);
181 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
183 + " Requested: " + TestCases[i].type);
188 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
189 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
loctest.cpp     [all...]
  /external/v8/test/es5conform/
testcfg.py 78 current_root = join(self.root, 'data', 'TestCases')
92 full_path = [x for x in full_path if not (x in ['data', 'TestCases'])]
  /development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/
ConnectivityTest.java 30 * Network connectivity testcases.
  /external/chromium/chrome/browser/
sanity_uitest.cc 5 // This is a file for random testcases that we run into that at one point or
  /frameworks/compile/mclinker/unittests/
LDSymbolTest.cpp 38 // Testcases
PathSetTest.cpp 40 // Testcases
StaticResolverTest.h 27 * \brief The testcases for static resolver

Completed in 1112 milliseconds

1 23 4 5 6 7 8 91011>>