/external/chromium/googleurl/src/ |
url_canon_unittest.cc | 73 // Test cases for CanonicalizeIPAddress(). The inputs are identical to 129 // causes it to fail in other cases. It is left a template in case we have 543 IPAddressCase cases[] = { local 616 for (size_t i = 0; i < arraysize(cases); i++) { 619 static_cast<int>(strlen(cases[i].input8))); 624 url_canon::CanonicalizeIPAddress(cases[i].input8, component, &output1, 628 EXPECT_EQ(cases[i].expected_family, host_info.family); 630 EXPECT_STREQ(cases[i].expected, out_str1.c_str()); 631 EXPECT_EQ(cases[i].expected_component.begin, host_info.out_host.begin); 632 EXPECT_EQ(cases[i].expected_component.len, host_info.out_host.len) 659 IPAddressCase cases[] = { local 1237 } cases[] = { local 1508 } cases[] = { local 1637 } cases[] = { local [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
CodeObserver.java | 155 SwitchList cases, int padding) { 156 int sz = cases.size(); 167 sb.append(Hex.s4(cases.getValue(i))); 169 sb.append(Hex.u2(cases.getTarget(i))); 174 sb.append(Hex.u2(cases.getDefaultTarget()));
|
/development/tools/apkcheck/ |
README.txt | 55 In some cases involving generic signatures it may not be possible 56 to accurately reconstruct the public API. Some popular cases have 139 default package (i.e. that have no package name). In most cases they're 143 This often works, but falls apart in a few cases. For example: 162 These cases are relatively few, so they were handled by baking the
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.8.1.js | 114 // cases in step 6: integers 1e21 > x >= 1 or -1 >= x > -1e21 140 // cases in step 7: numbers with a fractional component, 1e21> x >1 or -1 > x > -1e21, 143 // cases in step 8: fractions between 1 > x > -1, exclusive of 0 and -0 145 // cases in step 9: numbers with 1 significant digit >= 1e+21 or <= 1e-6 150 // cases in step 10: numbers with more than 1 significant digit >= 1e+21 or <= 1e-6
|
9.4-1.js | 47 For additional special cases (0, +0, Infinity, -Infinity, 87 // some special cases 113 // edge cases
|
9.4-2.js | 47 For additional special cases (0, +0, Infinity, -Infinity, 87 // some special cases 113 // edge cases
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 315 ;// Each handles 8 cases each ie all the combinations of 4 types of source 339 ;// rounding cases are handled by the same code base. It is just a copy 364 ;// rounding cases are handled by the different code base and spanned by 399 ;// rounding cases are handled by the different code base and spanned by 436 ;// rounding cases are handled by the different code base and spanned by 495 ;// Populates all 4 kinds of offsets "cases" for each predictType and rndVal 517 ;// Populates all 2 kinds of rounding "cases" for each predictType in the 538 ;// rounding is not required so same code segment handles both cases 635 ;// predictTypes, rounding cases and source pointer offsets to alignment 639 ;// rounding cases and 4 offsets of the pSrc pointer to the 4 byte [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 57 /** {@code null-ok;} auxiliary switch cases argument */ 246 public final void auxSwitchArg(SwitchList cases) { 247 if (cases == null) { 248 throw new NullPointerException("cases == null"); 251 auxCases = cases; 345 * Gets the switch cases auxiliary argument.
|
/external/icu4c/test/testdata/ |
ssearch.xml | 85 <!-- Test cases from usrchdat.c BREAKITERATOREXACT --> 118 <!-- Test cases from usrchdat.c STRENGTH --> 197 <!-- Test Cases from usrchdat.c, VARIABLE --> 228 <!-- Normalization test cases from usrchdat.c --> 392 <!-- Test cases from ticket:5382 --> 412 <!-- Test cases from ticket:5959 -->
|
icuio.txt | 39 Cases { 108 Cases { 121 Cases {
|
/external/llvm/lib/Target/MSP430/ |
MSP430ISelDAGToDAG.cpp | 416 // Other cases are autogenerated. 429 // Other cases are autogenerated. 438 // Other cases are autogenerated. 451 // Other cases are autogenerated. 464 // Other cases are autogenerated. 477 // Other cases are autogenerated.
|
/external/llvm/utils/TableGen/ |
DAGISelMatcher.cpp | 150 for (unsigned i = 0, e = Cases.size(); i != e; ++i) { 151 OS.indent(indent) << "case " << Cases[i].first->getEnumName() << ":\n"; 152 Cases[i].second->print(OS, indent+2); 165 for (unsigned i = 0, e = Cases.size(); i != e; ++i) { 166 OS.indent(indent) << "case " << getEnumName(Cases[i].first) << ":\n"; 167 Cases[i].second->print(OS, indent+2);
|
DisassemblerEmitter.cpp | 37 /// instruction contexts. Although for each attribute there are cases where 38 /// that attribute determines decoding, in the majority of cases decoding is 41 /// all cases as a 64-bit instruction with only OPSIZE set. (The XS prefix
|
/external/chromium/testing/gtest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 39 // Sometimes, more than one test cases may want to use the same or 124 // Tests some trivial cases.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnreachableCodeChecker.cpp | 194 // another check). In these cases, we choose not to report. 208 // The previous assertion is invalid in some cases (eg do/while). Leaving 209 // reporting of these situations on at the moment to help triage these cases.
|
/external/gtest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 39 // Sometimes, more than one test cases may want to use the same or 124 // Tests some trivial cases.
|
/external/icu4c/test/letest/ |
readme.html | 19 API and reads an XML file that contains test cases to test some of 20 the features of the LayoutEngine. These test cases are not 26 file letest.xml which contains the test cases. Unless you have
|
/external/junit/src/junit/framework/ |
TestSuite.java | 14 * It runs a collection of test cases. Here is an example using 117 * starting with "test" as test cases to the suite. 197 * Counts the number of test cases that will be run by this test.
|
/external/kernel-headers/original/asm-x86/ |
atomic_32.h | 76 * other cases. 121 * cases. 140 * other cases.
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.cpp | 137 // Handle some common cases first. These cases correspond to common `main' 180 // Handle cases where no arguments are passed first.
|
/external/llvm/test/Transforms/InstCombine/ |
2004-11-27-SetCCForCastLargerAndConstant.ll | 7 ; It includes test cases for different constant values, signedness of the 8 ; cast operands, and types of setCC operators. In all cases, the cast should 9 ; be eliminated. In many cases the setCC is also eliminated based on the
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
RSA_SHA1.java | 48 * cases, the key must be PKCS#8-encoded (byte[]) or PKCS#8-encoded and 62 * cases, the key must be X509-encoded (byte[]) or X509-encoded and 76 * or byte[]. In the latter two cases, the certificate must be DER-encoded
|
/external/protobuf/gtest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 39 // Sometimes, more than one test cases may want to use the same or 124 // Tests some trivial cases.
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 66 // tests all cases in a single input array. TEST_2D tests all 67 // combinations of cases from two arrays. The arrays must be statically 83 #define TEST_1D(FIXTURE, NAME, CASES) \ 87 void DoSingleCase(const CaseType& CASES##_case); \ 91 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 93 << #CASES " case #" << i << ": " << CASES[i]); \ 94 DoSingleCase(CASES[i]); \ 99 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) 135 // we test cases where reads or writes cross buffer boundaries, case [all...] |
tokenizer_unittest.cc | 62 // tests all cases in a single input array. TEST_2D tests all 63 // combinations of cases from two arrays. The arrays must be statically 76 #define TEST_1D(FIXTURE, NAME, CASES) \ 80 void DoSingleCase(const CaseType& CASES##_case); \ 84 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 86 << #CASES " case #" << i << ": " << CASES[i]); \ 87 DoSingleCase(CASES[i]); \ 92 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) 172 // we test cases where reads cross buffer boundaries as well as case [all...] |