/packages/apps/Email/src/org/apache/commons/io/input/ |
ClosedInputStream.java | 25 * Typically uses of this class include testing for corner cases in methods
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
CloseShieldOutputStream.java | 24 * This class is typically used in cases where an output stream needs to be
|
ClosedOutputStream.java | 26 * Typically uses of this class include testing for corner cases in methods
|
/packages/apps/Email/tests/ |
AndroidManifest.xml | 23 which is needed when building test cases. -->
|
/packages/apps/Mms/tests/ |
AndroidManifest.xml | 23 which is needed when building test cases. -->
|
/packages/apps/QuickSearchBox/tests/ |
AndroidManifest.xml | 23 which is needed when building test cases. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
TestCaseReference.java | 53 * Returns a count of the number of test cases referenced. Is always one for this class.
|
TestSuiteReference.java | 44 * Returns a count of the number of test cases included in this suite.
|
/system/core/sh/ |
nodes.h | 82 union node *cases; member in struct:ncase
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 56 @ToBeFixed(bug = "1695243", explanation = "does not declare the corner cases." + 97 @ToBeFixed(bug = "1695243", explanation = "does not declare the corner cases." + 133 @ToBeFixed(bug = "1695243", explanation = "does not declare the corner cases." +
|
/dalvik/dx/src/junit/framework/ |
TestSuite.java | 10 * It runs a collection of test cases. Here is an example using 50 * starting with "test" as test cases to the suite. 157 * Counts the number of test cases that will be run by this test.
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
TestSuite.java | 12 * It runs a collection of test cases. Here is an example using 52 * starting with "test" as test cases to the suite. 159 * Counts the number of test cases that will be run by this test.
|
/external/kernel-headers/original/asm-x86/ |
local_32.h | 55 * other cases. 74 * cases. 93 * other cases.
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
test_pv_frame_metadata_utility.cpp | 317 fprintf(aFile, " Specify the source filename or URL to use for test cases which\n"); 456 fprintf(aFile, "Test cases to run option. Default is ALL:\n"); 458 fprintf(aFile, " Specify a range of test cases to run. To run one test case, use the\n"); 661 fprintf(aFile, " after all specified test cases have finished running.\n\n"); [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/v8/src/ |
usage-analyzer.cc | 151 ZoneList<CaseClause*>* cases = node->cases(); local 152 for (int i = cases->length(); i-- > 0;) { 153 WeightScaler ws(this, static_cast<float>(1.0 / cases->length())); 154 CaseClause* clause = cases->at(i);
|
/external/webkit/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
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 57 /** {@code null-ok;} auxiliary switch cases argument */ 236 public final void auxSwitchArg(SwitchList cases) { 237 if (cases == null) { 238 throw new NullPointerException("cases == null"); 241 auxCases = cases; 335 * 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/opencore/ |
ChangeLog | 75 option is useful for cases where another process needs to open 99 for better support of different streaming use-cases and protocols. 111 * Renumbered the author test cases to avoid issues with 172 - various crash, hang fixes for specific test content or test cases 219 file, for uncompressed AVI test cases. 241 cases.
|
/dalvik/docs/ |
verifier.html | 33 error cases because the verifier guarantees that they are impossible. 65 In some cases they are implemented differently, e.g.: 151 but in some cases the VM was rejecting classes because of bits of code
|
/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
|