HomeSort by relevance Sort by last modified time
    Searched full:case (Results 326 - 350 of 12247) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 773 // Handle the fast common case (of equal specificity). The list may already
    [all...]
  /cts/tools/host/src/com/android/cts/
TestCase.java 24 * Correspond to junit's test case, provide functions on
25 * storing and executing a test case from CTS test harness.
56 * Get the case name of this case.
58 * @return The case name of this test case.
65 * Get the full name of this test case.
67 * @return The full name of this test case.
75 * Get the priority of this test case.
77 * @return The priority of this test case
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERInputStream.java 107 case NULL:
109 case SEQUENCE | CONSTRUCTED:
127 case SET | CONSTRUCTED:
146 case BOOLEAN:
150 case INTEGER:
152 case ENUMERATED:
154 case OBJECT_IDENTIFIER:
156 case BIT_STRING:
163 case UTF8_STRING:
165 case PRINTABLE_STRING
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 61 // case DTM.TEXT_NODE :
64 // case DTM.DOCUMENT_FRAGMENT_NODE :
65 // case DTM.DOCUMENT_NODE :
70 // case DTM.ELEMENT_NODE :
86 // case DTM.CDATA_SECTION_NODE :
91 // case DTM.ATTRIBUTE_NODE :
94 // case DTM.COMMENT_NODE :
98 // case DTM.ENTITY_REFERENCE_NODE :
101 // case DTM.PROCESSING_INSTRUCTION_NODE :
142 case DTM.TEXT_NODE
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 115 // case the "arguments" or ".arguments" variables are in the context.
167 // Emit a 'return undefined' in case control fell off the end of the body.
215 case Expression::kUninitialized:
218 case Expression::kEffect:
222 case Expression::kValue:
225 case kAccumulator:
228 case kStack:
234 case Expression::kTest:
240 case Expression::kValueTest:
241 case Expression::kTestValue
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 369 case 0:
404 case 1: // fall through
405 case 2:
430 case 3:
462 case REG_OPER_OP_ORDER: {
467 case OPER_REG_OP_ORDER: {
490 case 0: mnem = "add"; break;
491 case 1: mnem = "or"; break;
492 case 2: mnem = "adc"; break;
493 case 4: mnem = "and"; break
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 205 case R_PPC_REL14:
208 case R_PPC_REL24:
229 case 'A': case 'B': case 'C': case 'D':
233 case 'r':
238 case 'L': /* qemu_ld constraint */
244 case 'K': /* qemu_st[8..32] constraint */
254 case 'M': /* qemu_st64 constraint *
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 83 * Special case for literal loads with a link register target.
127 case kOpUncondBr:
131 LOGE("Jit: bad case in opNone");
146 case kOpPush:
149 case kOpPop:
153 LOGE("Jit: bad case in opCondBranch");
163 case kOpBlx:
167 LOGE("Jit: bad case in opReg");
182 case kOpAdd:
191 case kOpSub
    [all...]
  /external/libffi/src/pa/
ffi.c 161 case FFI_TYPE_SINT8:
165 case FFI_TYPE_UINT8:
169 case FFI_TYPE_SINT16:
173 case FFI_TYPE_UINT16:
177 case FFI_TYPE_UINT32:
178 case FFI_TYPE_SINT32:
179 case FFI_TYPE_POINTER:
185 case FFI_TYPE_UINT64:
186 case FFI_TYPE_SINT64:
192 case FFI_TYPE_FLOAT
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/jm/
T_lookupswitch_1.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_2.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_3.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_4.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_5.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_6.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_7.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_8.java 23 case -1:
25 case 10:
26 case 15:
T_lookupswitch_9.java 23 case -1:
25 case 10:
26 case 15:
  /cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/jm/
T_tableswitch_1.java 23 case -1:
25 case 2:
26 case 3:
T_tableswitch_2.java 23 case 1:
25 case 2:
26 case 3:
T_tableswitch_3.java 23 case 1:
25 case 2:
26 case 3:
T_tableswitch_4.java 23 case 1:
25 case 2:
26 case 3:
T_tableswitch_5.java 23 case 1:
25 case 2:
26 case 3:
T_tableswitch_7.java 23 case 1:
25 case 2:
26 case 3:
T_tableswitch_8.java 23 case 1:
25 case 2:
26 case 3:

Completed in 100 milliseconds

<<11121314151617181920>>