HomeSort by relevance Sort by last modified time
    Searched refs:cases (Results 76 - 100 of 213) sorted by null

1 2 34 5 6 7 8 9

  /external/v8/test/mjsunit/
math-sqrt.js 28 // Tests the special cases specified by ES 15.8.2.17
mul-exhaustive.js 51 if (x === y) return; // Symmetric cases not necessary.
    [all...]
object-get-own-property-names.js 30 // Check simple cases.
array-indexing.js 52 // Negative cases.
120 // Negative cases.
div-mod.js 92 // Test extreme corner cases of modulo.
163 // Edge cases
elements-transition-hoisting.js 50 // simple cases.}
68 // deopt in simple cases.
math-round.js 133 // Some special double number cases.
  /external/v8/test/mjsunit/regress/
regress-137.js 42 case 15: return "F"; // Enough cases to trigger fast-case Smi switch.
regress-1583.js 31 // catch. We would incorrectly hoist them outside the catch in some cases.
  /frameworks/base/tools/aidl/
AST.h 291 vector<string> cases; member in struct:Case
303 vector<Case*> cases; member in struct:SwitchStatement
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 469 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
473 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
475 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases,
477 : Matcher(SwitchOpcode), Cases(cases, cases+numcases) {}
483 unsigned getNumCases() const { return Cases.size(); }
485 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
486 Matcher *getCaseMatcher(unsigned i) { return Cases[i].second; }
487 const Matcher *getCaseMatcher(unsigned i) const { return Cases[i].second;
    [all...]
  /external/v8/src/
prettyprinter.cc 192 ZoneList<CaseClause*>* cases = node->cases(); local
193 for (int i = 0; i < cases->length(); i++)
194 PrintCaseClause(cases->at(i));
870 for (int i = 0; i < node->cases()->length(); i++) {
871 PrintCaseClause(node->cases()->at(i));
rewriter.cc 184 ZoneList<CaseClause*>* clauses = node->cases();
  /external/icu4c/test/intltest/
tstnorm.cpp 389 * Run a few specific cases that are failing for Verisign.
778 cases[][4]={ local
792 /* ### TODO: add more interesting cases */
807 for(i=0; i<(int32_t)(sizeof(cases)/sizeof(cases[0])); ++i) {
808 switch(*cases[i][0]) {
816 left=UnicodeString(cases[i][1], "").unescape();
817 right=UnicodeString(cases[i][2], "").unescape();
818 expect=UnicodeString(cases[i][3], "").unescape();
825 dataerrln("error in Normalizer::concatenate(), cases[] fails with "
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 610 IntList cases = insn.getCases(); local
612 int casesSz = cases.size();
617 * Check the assumptions that the number of cases is one
638 new SwitchData(pos, lastAddress, cases, switchTargets);
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 617 IntList cases = insn.getCases(); local
619 int casesSz = cases.size();
624 * Check the assumptions that the number of cases is one
648 new SwitchData(pos, switchAddress, cases, switchTargets);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 617 IntList cases = insn.getCases(); local
619 int casesSz = cases.size();
624 * Check the assumptions that the number of cases is one
645 new SwitchData(pos, lastAddress, cases, switchTargets);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 181 // Register any test cases with the test runner
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 310 matchingArguments(lookUpSwitchInstruction.cases,
311 ((LookUpSwitchInstruction)patternInstruction).cases) &&
  /external/llvm/utils/
codegen-diff 118 disassembler, but it might help you highlight the more egregious cases
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 274 instructionSequenceMatcher.matchedArguments(lookUpSwitchInstruction.cases),
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 5 % 'list' Prints a list of cases in the test set, preceded by their
23 % or set to zero, to use all test cases.
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 132 * <p>The interesting cases here have to do with object arrays,
537 * takes care of all the salient cases (types are the same,
746 SwitchList cases, int padding) {
749 machine.auxSwitchArg(cases);
  /external/v8/test/mjsunit/harmony/
block-leave.js 33 // We want to test the context chain shape. In each of the tests cases

Completed in 885 milliseconds

1 2 34 5 6 7 8 9