HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 251 - 275 of 5535) sorted by null

<<11121314151617181920>>

  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTargetClass.java 28 * some cases.
TestTargets.java 28 * some cases.
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
ThreadSampler.java 37 * happen in cases such as thread termination. The resulting array
  /libcore/luni/src/main/java/java/util/
IllegalFormatPrecisionException.java 21 * a negative other than -1 or in other cases where precision is not supported.
IllegalFormatWidthException.java 21 * negative value other than -1 or in other cases where a width is not
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesWrapTest.java 26 // 3 cases checked
CipherDESedeWrapTest.java 21 // 2 cases checked.
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 40 * due to errno in most cases is just a macro, that frequently
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 40 * due to errno in most cases is just a macro, that frequently
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLater.java 19 * Interface for an object that may be constructed asynchronously. In cases when the object is ready
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AllTests.java 31 * Returns a suite of test cases to be run.
FuncTests.java 35 * Returns a suite of test cases to be run.
  /sdk/monkeyrunner/jython/test/
MonkeyRunner_test.py 17 """Test cases for com.android.monkeyrunner.MonkeyRunner."""
  /sdk/testapps/libsTest/appTest/
AndroidManifest.xml 14 which is needed when building test cases.
  /sdk/testapps/libsTest/lib1Test/
AndroidManifest.xml 15 which is needed when building test cases.
  /sdk/testapps/libsTest/lib2Test/
AndroidManifest.xml 15 which is needed when building test cases.
  /sdk/testapps/testProjectTest/testapp/
AndroidManifest.xml 12 which is needed when building test cases.
  /sdk/testapps/testProjectTest/testlib/
AndroidManifest.xml 12 which is needed when building test cases.
  /tools/build/testapps/applibtest/app/src/test/
AndroidManifest.xml 12 which is needed when building test cases.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 37 ;// rounding cases are handled. Just copies a block from pSrc to pDst
73 ;// rounding cases are handled by the parameter "$rndVal". Averages between
135 ;// rounding cases are handled by the parameter "$rndVal". Averages between
189 ;// rounding cases are handled.
206 ;// are the last of switch cases.
360 ;// and "M_MCRECONBLOCK_HalfPixelXY" handle for both rounding cases;
362 ;// the two rounding cases in separate code bases.
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 13 <li><a href="#special-cases">Special Cases and Considerations</a></li>
120 <h2 id="special-cases">Special Cases and Considerations</h2>
123 accessible app. Some, none or all of the cases described here may apply to your application. Be
124 sure to review this list to find out if these special cases apply and take appropriate action.</p>
127 <li><strong>Review developer special cases and considerations:</strong> Review the list of
128 <a href="{@docRoot}guide/topics/ui/accessibility/checklist.html#special-cases">special cases</a>
129 for accessibility development and test your application for the cases that apply.</li
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 471 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
475 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
477 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases,
479 : Matcher(SwitchOpcode), Cases(cases, cases+numcases) {}
485 unsigned getNumCases() const { return Cases.size(); }
487 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
488 Matcher *getCaseMatcher(unsigned i) { return Cases[i].second; }
489 const Matcher *getCaseMatcher(unsigned i) const { return Cases[i].second;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.1.js 72 // cases in step 6: integers 1e21 > x >= 1 or -1 >= x > -1e21
98 // cases in step 7: numbers with a fractional component, 1e21> x >1 or -1 > x > -1e21,
102 // cases in step 8: fractions between 1 > x > -1, exclusive of 0 and -0
104 // cases in step 9: numbers with 1 significant digit >= 1e+21 or <= 1e-6
109 // cases in step 10: numbers with more than 1 significant digit >= 1e+21 or <= 1e-6
  /external/webkit/Tools/iExploder/iexploder-1.7.2/
README.txt 25 web browser, reproducing crashes, and writing test cases. This is
26 the recommended mode of operation for most cases.
64 Many test-cases make use of references to external objects (ogg, jpg, etc.)
104 The test cases should always be the same on a single installation, but not
107 it is likely to change the test cases as well.
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 267 * Handles 'A', 'E', 'I', 'O', 'U', and 'Y' cases
278 * Handles 'C' cases
332 * Handles 'CC' cases
358 * Handles 'CH' cases
389 * Handles 'D' cases
415 * Handles 'G' cases
471 * Handles 'GH' cases
505 * Handles 'H' cases
523 * Handles 'J' cases
558 * Handles 'L' cases
    [all...]

Completed in 354 milliseconds

<<11121314151617181920>>