/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 446 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; 451 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->getNext())); 454 MatcherPtr.reset(new SwitchOpcodeMatcher(&Cases[0], Cases.size())); 461 SmallVector<std::pair<MVT::SimpleValueType, Matcher*>, 8> Cases; 473 Matcher *PrevMatcher = Cases[Entry-1].second; 481 Cases[Entry-1].second = new ScopeMatcher(Entries, 2); 485 Entry = Cases.size()+1; 486 Cases.push_back(std::make_pair(CTMTy, MatcherWithoutCTM)); 489 if (Cases.size() != 1) [all...] |
/external/dropbear/libtomcrypt/src/hashes/ |
md4.c | 261 } cases[] = { 288 for(i = 0; i < (int)(sizeof(cases) / sizeof(cases[0])); i++) { 290 md4_process(&md, (unsigned char *)cases[i].input, (unsigned long)strlen(cases[i].input)); 292 if (XMEMCMP(digest, cases[i].digest, 16) != 0) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.13.2-1.js | 58 // NaN cases 63 // number cases 69 // special multiplication cases 86 // string cases 97 // boolean cases 101 // object cases
|
11.13.2-2.js | 58 // NaN cases 67 // number cases 73 // special division cases 100 // string cases 111 // boolean cases 115 // object cases
|
/external/chromium/googleurl/src/ |
url_parse_unittest.cc | 73 // Used for regular URL parse cases. 235 static URLParseCase cases[] = { variable 318 // Partially-complete IPv6 literals, and related cases. 330 // Declared outside for loop to try to catch cases in init() where we forget 333 for (size_t i = 0; i < arraysize(cases); i++) { 334 const char* url = cases[i].input; 338 EXPECT_TRUE(ComponentMatches(url, cases[i].scheme, parsed.scheme)); 339 EXPECT_TRUE(ComponentMatches(url, cases[i].username, parsed.username)); 340 EXPECT_TRUE(ComponentMatches(url, cases[i].password, parsed.password)); 341 EXPECT_TRUE(ComponentMatches(url, cases[i].host, parsed.host)) [all...] |
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityViewTreeReportingTest.java | 23 * Test cases for testing the accessibility focus APIs exposed to accessibility 28 * accessibility service and another with the instrumented activity and test cases.
|
/cts/tests/tests/net/src/android/net/cts/ |
VpnServiceTest.java | 29 * blocks us from writing tests for positive cases. For now we only test for 30 * negative cases, and we will try to cover the rest in the future.
|
/external/chromium/chrome/browser/ |
intranet_redirect_detector.h | 30 // infobars for these cases. Our infobars are designed to allow users to get at 32 // these cases, however, users would be shown a confusing and useless infobar
|
/external/clang/test/Analysis/ |
uninit-msg-expr.m | 7 // It includes the basic definitions for the test cases below. 39 // Test cases.
|
/external/clang/test/Preprocessor/ |
has_include.c | 68 // FIXME: We can recover better in almost all of these cases. (PR13335) 103 // FIXME: These test cases cause the compiler to crash. (PR13334)
|
/external/clang/test/Sema/ |
warn-unreachable.c | 102 enum Cases { C1, C2, C3 }; 103 int test_enum_cases(enum Cases C) {
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetSetCountConditionallyTester.java | 104 * when both are valid options. Currently we test the UOE cases and the 105 * return-false cases but not their intersection
|
/external/icu4c/tools/ctestfw/unicode/ |
tstdtmod.h | 72 * @return an instantiated TestData object, ready to provide settings and cases for 79 * @return an instantiated TestData object, ready to provide settings and cases for
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSState.java | 117 // This is just to keep the compiler happy as we have covered all cases before. 147 // This is just to keep the compiler happy as we have covered all cases before.
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
ShortNumberUtil.java | 46 * This method takes into account cases where the number might contain formatting, or might have 60 * This method takes into account cases where the number might contain formatting, but doesn't
|
/external/llvm/test/CodeGen/X86/ |
avx-vperm2f128.ll | 51 ;;;; Cases with undef indicies mixed in the mask 61 ;;;; Cases we must not select vperm2f128
|
/external/qemu/ |
oslib-posix.c | 129 /* happy if special cases */ 137 /* prepare for hard cases */
|
/external/skia/tests/ |
ClampRangeTest.cpp | 112 // test non-overflow cases 121 // test overflow cases
|
/external/srtp/crypto/hash/ |
auth.c | 78 * test cases provided in an array of values of key, data, and tag 103 /* loop over all test cases */
|
/external/v8/src/ |
bignum-dtoa.h | 64 // Halfway cases are rounded up. The call toFixed(0.15, 2) thus returns 73 // Halfway cases are again rounded up.
|
/external/valgrind/main/memcheck/tests/ |
origin3-no.c | 5 // origin-tracking. The newer approach handles the cases in this file 7 // This test demonstrates cases the piggybacking algorithm cannot handle,
|
/external/webkit/PerformanceTests/SunSpider/ |
TODO | 2 * Add more test cases. Categories we'd like to cover (with reasonably 23 * Normalize tests. Most of the test cases available have a repeat
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.3-1.js | 26 see 9.3.1 for cases for converting strings to numbers. 27 special cases:
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/ |
match-001.js | 41 // cases in which the regexp global property is false 45 // cases in which the regexp object global property is true
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 137 var sizeTag = "<#TEST CASES SIZE>"; 138 var doneTag = "<#TEST CASES DONE>";
|