HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 76 - 100 of 4969) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
switch-or.ll 3 ; Check that merging switch cases that differ in one bit works.
  /external/llvm/test/Transforms/SimplifyCFG/
EqualPHIEdgeBlockMerge.ll 13 ; same for both cases...
PhiEliminate.ll 1 ; Test a bunch of cases where the cfg simplification code should
2 ; be able to fold PHI nodes into computation in common cases. Folding the PHI
  /external/markdown/docs/
release-2.0.2.txt 7 fixes for minor parsing bugs in some edge cases. For a full list of changes,
  /external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/
rows-expected.txt 1 Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
  /external/webkit/LayoutTests/fast/dom/Node/
normalize-expected.txt 11 test10 (mixed cases including deeper nested text nodes): PASSED
  /external/webkit/LayoutTests/fast/url/script-tests/
standard-url.js 3 cases = [
40 for (var i = 0; i < cases.length; ++i) {
41 test_vector = cases[i][0];
42 expected_result = cases[i][1];
  /frameworks/base/core/java/android/view/inputmethod/
package.html 5 an overview. In most cases the main classes here are not needed for
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 67 unsigned Clusterify(CaseVector& Cases, SwitchInst *SI);
235 // Clusterify - Transform simple list of Cases into list of CaseRange's
236 unsigned LowerSwitch::Clusterify(CaseVector& Cases, SwitchInst *SI) {
239 // Start with "simple" cases
241 Cases.push_back(CaseRange(SI->getSuccessorValue(i),
244 std::sort(Cases.begin(), Cases.end(), CaseCmp());
247 if (Cases.size()>=2)
248 for (CaseItr I=Cases.begin(), J=llvm::next(Cases.begin()); J!=Cases.end(); )
    [all...]
  /external/e2fsprogs/tests/progs/test_data/
test.irel 26 # Test boundary cases of irel_put
31 # Test other boundary cases....
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaPlayerStressTestRunner.java 22 /** Import for Video Editor Stress Test cases*/
33 /** Video Editor Stress Test cases*/
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherDESedeTest.java 21 // 80 cases checked
37 // 40 cases checked
CipherDesTest.java 21 // 40 cases checked
37 // 20 cases checked
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 23 TEST CASES SOURCE:
30 Test Cases for HMAC-MD5 and HMAC-SHA-1
53 } cases[] = {
55 3. Test Cases for HMAC-SHA-1
121 2. Test Cases for HMAC-MD5
268 for(i=0; i < (int)(sizeof(cases) / sizeof(cases[0])); i++) {
269 int hash = find_hash(cases[i].algo);
273 if((err = hmac_memory(hash, cases[i].key, cases[i].keylen, cases[i].data, cases[i].datalen, digest, &outlen)) != CRYPT_OK)
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 156 // The tricky cases for relative URL resolving are tested in the
196 } cases[] = { local
204 for (size_t i = 0; i < ARRAYSIZE(cases); i++) {
205 GURL url(cases[i].input);
207 EXPECT_EQ(cases[i].expected, origin.spec());
215 } cases[] = { local
221 for (size_t i = 0; i < ARRAYSIZE(cases); i++) {
222 GURL url(cases[i].input);
224 EXPECT_EQ(cases[i].expected, empty_path.spec());
274 } cases[] = local
355 } cases[] = { local
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 7 * behavior of a calendar to a certain set of 'test cases', involving
42 void CalendarCaseTest::doTestCases(const TestCase *cases, Calendar *cal) {
51 for(i=0;cases[i].era>=0;i++) {
52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian));
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
61 checkField(cal, UCAL_ERA, cases[i].era, status);
62 checkField(cal, UCAL_YEAR, cases[i].year,status);
63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
64 checkField(cal, UCAL_DATE, cases[i].day,status);
65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status)
    [all...]
  /external/llvm/include/llvm/ADT/
StringSwitch.h 10 // statement whose cases are string literals.
22 /// \brief A switch()-like statement whose cases are string literals.
38 /// .Cases("violet", "purple", Violet)
85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
  /external/chromium/chrome/common/
json_value_serializer_perftest.cc 27 // Load test cases
66 // Convert test cases to Value objects.
85 // Clean up test cases.
  /dalvik/tests/010-instance/src/
Main.java 18 * even more instanceof cases
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 5 * the two cases by looking at the link register. If called from a
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
Service.java 21 * A class just for test cases of java.util.ServiceLoader.
ServiceDuplicateIn2File.java 21 * A class just for test cases of java.util.ServiceLoader.
ServiceForAllCommentTest.java 21 * A class just for test cases of java.util.ServiceLoader.
ServiceForEmptyTest.java 21 * A class just for test cases of java.util.ServiceLoader.

Completed in 751 milliseconds

1 2 34 5 6 7 8 91011>>