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

1 2 3 4 5 6 7 8 91011>>

  /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."""
  /frameworks/base/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.
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 470 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
474 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
476 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases,
478 : Matcher(SwitchOpcode), Cases(cases, cases+numcases) {}
484 unsigned getNumCases() const { return Cases.size(); }
486 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
487 Matcher *getCaseMatcher(unsigned i) { return Cases[i].second; }
488 const Matcher *getCaseMatcher(unsigned i) const { return Cases[i].second;
    [all...]
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/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...]
  /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/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.
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 38 // the backup for the setting tables which we will modified in test cases
71 // the contents added by test cases can't be removed.

Completed in 887 milliseconds

1 2 3 4 5 6 7 8 91011>>