HomeSort by relevance Sort by last modified time
    Searched full:case (Results 101 - 125 of 24934) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 73 case NOP:
75 case ACONST_NULL:
78 case ICONST_M1:
79 case ICONST_0:
80 case ICONST_1:
81 case ICONST_2:
82 case ICONST_3:
83 case ICONST_4:
84 case ICONST_5:
87 case LCONST_0
    [all...]
  /external/bison/m4/
fprintf-posix.m4 24 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" i
    [all...]
sprintf-posix.m4 24 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" i
    [all...]
vfprintf-posix.m4 24 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" i
    [all...]
vsprintf-posix.m4 24 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" i
    [all...]
  /external/qemu/android/utils/
duff.h 35 case 0: do { _stmnt; \
36 case 1: _stmnt; \
46 case 0: do { _stmnt; \
47 case 3: _stmnt; \
48 case 2: _stmnt; \
49 case 1: _stmnt; \
59 case 0: do { _stmnt; \
60 case 7: _stmnt; \
61 case 6: _stmnt; \
62 case 5: _stmnt;
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 56 case FK_Data_8:
58 case FK_Data_4:
60 case FK_Data_2:
62 case AArch64::fixup_a64_ld_prel:
65 case AArch64::fixup_a64_adr_prel:
68 case AArch64::fixup_a64_adr_prel_page:
71 case AArch64::fixup_a64_adr_prel_got_page:
74 case AArch64::fixup_a64_tstbr:
77 case AArch64::fixup_a64_condbr:
80 case AArch64::fixup_a64_uncondbr
    [all...]
  /external/clang/test/Parser/
switch-recovery.cpp 13 case 17 // expected-error{{expected ':' after 'case'}}
25 case Xa; // expected-error {{expected ':' after 'case'}}
37 case 1: return 0;
38 2: return 1; // expected-error {{expected 'case' keyword before expression}}
46 1: return -1; // expected-error {{expected 'case' keyword before expression}}
52 case 1: case 2: case 3: return 1
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimFileHandler.java 38 case EF_SMS:
39 case EF_EXT6:
40 case EF_MWIS:
41 case EF_MBI:
42 case EF_SPN:
43 case EF_AD:
44 case EF_MBDN:
45 case EF_PNN:
46 case EF_OPL:
47 case EF_SPDI
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 118 case kWKCacheModelDocumentViewer:
120 case kWKCacheModelDocumentBrowser:
122 case kWKCacheModelPrimaryWebBrowser:
133 case CacheModelDocumentViewer:
135 case CacheModelDocumentBrowser:
137 case CacheModelPrimaryWebBrowser:
147 case kWKFontSmoothingLevelNoSubpixelAntiAliasing:
149 case kWKFontSmoothingLevelLight:
151 case kWKFontSmoothingLevelMedium:
153 case kWKFontSmoothingLevelStrong
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_init.cpp 31 case 0: return QPair<QString, QScriptValue>("QScriptValue()", QScriptValue());
32 case 1: return QPair<QString, QScriptValue>("QScriptValue(QScriptValue::UndefinedValue)", QScriptValue(QScriptValue::UndefinedValue));
33 case 2: return QPair<QString, QScriptValue>("QScriptValue(QScriptValue::NullValue)", QScriptValue(QScriptValue::NullValue));
34 case 3: return QPair<QString, QScriptValue>("QScriptValue(true)", QScriptValue(true));
35 case 4: return QPair<QString, QScriptValue>("QScriptValue(false)", QScriptValue(false));
36 case 5: return QPair<QString, QScriptValue>("QScriptValue(int(122))", QScriptValue(int(122)));
37 case 6: return QPair<QString, QScriptValue>("QScriptValue(uint(124))", QScriptValue(uint(124)));
38 case 7: return QPair<QString, QScriptValue>("QScriptValue(0)", QScriptValue(0));
39 case 8: return QPair<QString, QScriptValue>("QScriptValue(0.0)", QScriptValue(0.0));
40 case 9: return QPair<QString, QScriptValue>("QScriptValue(123.0)", QScriptValue(123.0))
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 54 case ARGB4444:
56 case BGR8:
58 case DXT1:
59 case DXT1A:
60 case DXT3:
61 case DXT5:
63 case Depth:
64 case Depth16:
65 case Depth24:
66 case Depth32
    [all...]
  /dalvik/vm/compiler/codegen/mips/FP/
MipsFP.cpp 80 case OP_ADD_FLOAT_2ADDR:
81 case OP_ADD_FLOAT:
84 case OP_SUB_FLOAT_2ADDR:
85 case OP_SUB_FLOAT:
88 case OP_DIV_FLOAT_2ADDR:
89 case OP_DIV_FLOAT:
92 case OP_MUL_FLOAT_2ADDR:
93 case OP_MUL_FLOAT:
96 case OP_REM_FLOAT_2ADDR:
97 case OP_REM_FLOAT
    [all...]
  /external/giflib/
gif_err.c 42 case E_GIF_ERR_OPEN_FAILED:
45 case E_GIF_ERR_WRITE_FAILED:
48 case E_GIF_ERR_HAS_SCRN_DSCR:
51 case E_GIF_ERR_HAS_IMAG_DSCR:
54 case E_GIF_ERR_NO_COLOR_MAP:
57 case E_GIF_ERR_DATA_TOO_BIG:
60 case E_GIF_ERR_NOT_ENOUGH_MEM:
63 case E_GIF_ERR_DISK_IS_FULL:
66 case E_GIF_ERR_CLOSE_FAILED:
69 case E_GIF_ERR_NOT_WRITEABLE
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 48 case ETXTBSY:
55 case EINPROGRESS:
58 case EALREADY:
61 case ENOTSOCK:
64 case EDESTADDRREQ:
67 case EMSGSIZE:
70 case EPROTOTYPE:
73 case ENOPROTOOPT:
76 case EPROTONOSUPPORT:
79 case ESOCKTNOSUPPORT
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 74 case Hexagon::LDriw:
75 case Hexagon::LDrid:
76 case Hexagon::LDrih:
77 case Hexagon::LDrib:
78 case Hexagon::LDriub:
99 case Hexagon::STriw:
100 case Hexagon::STrid:
101 case Hexagon::STrih:
102 case Hexagon::STrib:
137 // special case handling of a predicated jump followed by a
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 57 case FK_Data_8: Type = ELF::R_X86_64_PC64; break;
58 case FK_Data_4: Type = ELF::R_X86_64_PC32; break;
59 case FK_Data_2: Type = ELF::R_X86_64_PC16; break;
61 case FK_PCRel_8:
65 case X86::reloc_signed_4byte:
66 case X86::reloc_riprel_4byte_movq_load:
67 case X86::reloc_riprel_4byte:
68 case FK_PCRel_4:
72 case MCSymbolRefExpr::VK_None:
75 case MCSymbolRefExpr::VK_PLT
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 259 case 1:
318 case 1:
372 case 1:
420 case 1:
461 case '-':
466 case '%':
471 case '(':
476 case ')':
481 case '*':
486 case '/'
    [all...]
ProfileGrammarLexer.cs 259 case 1:
318 case 1:
372 case 1:
420 case 1:
461 case '-':
466 case '%':
471 case '(':
476 case ')':
481 case '*':
486 case '/'
    [all...]
  /dalvik/dx/tests/045-dex-switch-ops/
Blort.java 21 case 1: {
24 case 2: {
27 case 3: {
30 case 4: {
40 case 1: {
43 case 10: {
46 case 100: {
49 case 1000: {
  /dalvik/tests/076-boolean-put/
info.txt 1 This checks a case where javac generates code that stores a byte into a
3 verifier had to be "loosened" to allow this case.
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 52 case Cursor::Pointer:
54 case Cursor::Cross:
56 case Cursor::Hand:
58 case Cursor::IBeam:
60 case Cursor::Wait:
62 case Cursor::Help:
64 case Cursor::EastResize:
66 case Cursor::NorthResize:
68 case Cursor::NorthEastResize:
70 case Cursor::NorthWestResize
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 81 case InstructionConstants.OP_NOP:
84 case InstructionConstants.OP_ACONST_NULL:
88 case InstructionConstants.OP_ICONST_M1:
89 case InstructionConstants.OP_ICONST_0:
90 case InstructionConstants.OP_ICONST_1:
91 case InstructionConstants.OP_ICONST_2:
92 case InstructionConstants.OP_ICONST_3:
93 case InstructionConstants.OP_ICONST_4:
94 case InstructionConstants.OP_ICONST_5:
95 case InstructionConstants.OP_BIPUSH
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 104 case 0: return MBlaze::MUL;
105 case 1: return MBlaze::MULH;
106 case 2: return MBlaze::MULHSU;
107 case 3: return MBlaze::MULHU;
114 case 0x60: return MBlaze::SEXT8;
115 case 0x68: return MBlaze::WIC;
116 case 0x64: return MBlaze::WDC;
117 case 0x66: return MBlaze::WDCC;
118 case 0x74: return MBlaze::WDCF;
119 case 0x61: return MBlaze::SEXT16
    [all...]
  /dalvik/vm/analysis/
DexVerify.cpp 821 case OP_NOP:
822 case OP_RETURN_VOID:
825 case OP_MOVE_RESULT:
826 case OP_MOVE_RESULT_OBJECT:
827 case OP_MOVE_EXCEPTION:
828 case OP_RETURN:
829 case OP_RETURN_OBJECT:
830 case OP_CONST_4:
831 case OP_CONST_16:
832 case OP_CONST
    [all...]

Completed in 370 milliseconds

1 2 3 45 6 7 8 91011>>