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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMFileHandler.java 63 case EF_SMS:
66 case EF_EXT6:
67 case EF_MWIS:
68 case EF_MBI:
69 case EF_SPN:
70 case EF_AD:
71 case EF_MBDN:
72 case EF_PNN:
73 case EF_SPDI:
74 case EF_SST
    [all...]
  /bionic/libc/unistd/
pathconf.c 148 case _PC_FILESIZEBITS:
151 case _PC_LINK_MAX:
154 case _PC_MAX_CANON:
157 case _PC_MAX_INPUT:
160 case _PC_NAME_MAX:
163 case _PC_PATH_MAX:
166 case _PC_PIPE_BUF:
169 case _PC_2_SYMLINKS:
173 case _PC_ALLOC_SIZE_MIN:
174 case _PC_REC_INCR_XFER_SIZE
    [all...]
  /dalvik/tests/015-switch/src/
Main.java 25 case -1: System.out.print("neg one\n"); break;
26 case 0: System.out.print("zero\n"); break;
27 case 1: System.out.print("CORRECT (one)\n"); break;
28 case 2: System.out.print("two\n"); break;
29 case 3: System.out.print("three\n"); break;
30 case 4: System.out.print("four\n"); break;
34 case 3: System.out.print("three\n"); break;
35 case 4: System.out.print("four\n"); break;
42 case 0x12345678: System.out.print("CORRECT (large)\n"); break;
43 case 0x12345679: System.out.print("large+1\n"); break
    [all...]
  /external/e2fsprogs/lib/e2p/
parse_num.c 25 case 'T': case 't':
27 case 'G': case 'g':
29 case 'M': case 'm':
31 case 'K': case 'k':
34 case 's':
37 case '\0'
    [all...]
  /external/icu4c/test/intltest/
ittrans.cpp 28 #define CASE(id,test) case id: \
41 CASE(0, TransliteratorTest);
42 CASE(1, TransliteratorAPITest);
43 CASE(2, CompoundTransliteratorTest);
44 CASE(3, TransliteratorRoundTripTest);
45 CASE(4, JamoTest);
46 CASE(5, TransliteratorErrorTest);
47 CASE(6, ReplaceableTest);
49 CASE(7, UnicodeFilterLogicTest)
    [all...]
  /external/bluetooth/hcidump/parser/
csr.c 47 case 0x0000:
49 case 0x0001:
51 case 0x0002:
253 case 0x0001:
256 case 0x0002:
259 case 0x0003:
262 case 0x0004:
265 case 0x0005:
268 case 0x000d:
271 case 0x000e
    [all...]
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset1.cpp 69 case PVMF_COMPOSER_MAXFILESIZE_REACHED:
70 case PVMF_COMPOSER_MAXDURATION_REACHED:
78 case PVMF_COMPOSER_DURATION_PROGRESS:
86 case PVMF_COMPOSER_FILESIZE_PROGRESS:
94 case PVMF_COMPOSER_EOS_REACHED:
114 case AMR_FOutput_Test:
115 case AMR_Input_AOnly_3gpTest:
116 case AMR_YUV_Input_AV_3gpTest:
117 case AMR_H263_Input_AV_3gpTest:
118 case AMR_YUV_Input_AV_M4V_AMR_Output_3gpTest
    [all...]
  /external/expat/lib/
xmlrole.c 135 case XML_TOK_PROLOG_S:
138 case XML_TOK_XML_DECL:
141 case XML_TOK_PI:
144 case XML_TOK_COMMENT:
147 case XML_TOK_BOM:
149 case XML_TOK_DECL_OPEN:
157 case XML_TOK_INSTANCE_START:
172 case XML_TOK_PROLOG_S:
174 case XML_TOK_PI:
176 case XML_TOK_COMMENT
    [all...]
  /external/e2fsprogs/intl/
eval-plural.h 31 case 0:
34 case var:
36 case num:
43 case 1:
49 case 2:
62 case mult:
64 case divide:
70 case module:
76 case plus:
78 case minus
    [all...]
  /external/oprofile/daemon/
opd_ibs_trans.c 42 case DE_IBS_FETCH_ALL:
47 case DE_IBS_FETCH_KILLED:
48 /* IBS killed fetches ("case 0") -- All interesting event
54 case DE_IBS_FETCH_ATTEMPTED:
59 case DE_IBS_FETCH_COMPLETED:
65 case DE_IBS_FETCH_ABORTED:
71 case DE_IBS_L1_ITLB_HIT:
77 case DE_IBS_ITLB_L1M_L2H:
83 case DE_IBS_ITLB_L1M_L2M:
89 case DE_IBS_IC_MISS
    [all...]
  /development/tools/zoneinfo/tzdata2009s/
yearistype.sh 8 case $#-$1 in
14 case $#-$2 in
16 case $1 in
21 case $1 in
26 case $1 in
31 case $1 in
  /external/bluetooth/glib/gio/
gioerror.c 64 case EEXIST:
70 case EISDIR:
76 case EACCES:
82 case ENAMETOOLONG:
88 case ENOENT:
94 case ENOTDIR:
100 case EROFS:
106 case ELOOP:
112 case ENOSPC:
118 case ENOMEM
    [all...]
  /external/bluetooth/glib/glib/gnulib/
printf-args.c 40 case TYPE_SCHAR:
43 case TYPE_UCHAR:
46 case TYPE_SHORT:
49 case TYPE_USHORT:
52 case TYPE_INT:
55 case TYPE_UINT:
58 case TYPE_LONGINT:
61 case TYPE_ULONGINT:
65 case TYPE_LONGLONGINT:
68 case TYPE_ULONGLONGINT
    [all...]
  /external/qemu/android/skin/
keyboard.c 206 case SKIN_ROTATION_90:
208 case SDLK_LEFT: sym = SDLK_DOWN; break;
209 case SDLK_RIGHT: sym = SDLK_UP; break;
210 case SDLK_UP: sym = SDLK_LEFT; break;
211 case SDLK_DOWN: sym = SDLK_RIGHT; break;
215 case SKIN_ROTATION_180:
217 case SDLK_LEFT: sym = SDLK_RIGHT; break;
218 case SDLK_RIGHT: sym = SDLK_LEFT; break;
219 case SDLK_UP: sym = SDLK_DOWN; break;
220 case SDLK_DOWN: sym = SDLK_UP; break
    [all...]
  /external/webkit/WebCore/manual-tests/
bugzilla-5768.html 15 case 1:
18 case 2:
21 case 3:
24 case 4:
27 case 5:
30 case 6:
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandException.java 51 case RILConstants.SUCCESS: return null;
52 case RILConstants.RIL_ERRNO_INVALID_RESPONSE:
54 case RILConstants.RADIO_NOT_AVAILABLE:
56 case RILConstants.GENERIC_FAILURE:
58 case RILConstants.PASSWORD_INCORRECT:
60 case RILConstants.SIM_PIN2:
62 case RILConstants.SIM_PUK2:
64 case RILConstants.REQUEST_NOT_SUPPORTED:
66 case RILConstants.OP_NOT_ALLOWED_DURING_VOICE_CALL:
68 case RILConstants.OP_NOT_ALLOWED_BEFORE_REG_NW
    [all...]
IccCardApplication.java 113 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
114 case 1: newType = AppType.APPTYPE_SIM; break;
115 case 2: newType = AppType.APPTYPE_USIM; break;
116 case 3: newType = AppType.APPTYPE_RUIM; break;
117 case 4: newType = AppType.APPTYPE_CSIM; break;
129 case 0: newState = AppState.APPSTATE_UNKNOWN; break;
130 case 1: newState = AppState.APPSTATE_DETECTED; break;
131 case 2: newState = AppState.APPSTATE_PIN; break;
132 case 3: newState = AppState.APPSTATE_PUK; break;
133 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break
    [all...]
  /external/tcpdump/
print-dhcp6.c 209 case DH6OPT_CLIENTID:
211 case DH6OPT_SERVERID:
213 case DH6OPT_IA_NA:
215 case DH6OPT_IA_TA:
217 case DH6OPT_IA_ADDR:
219 case DH6OPT_ORO:
221 case DH6OPT_PREFERENCE:
223 case DH6OPT_ELAPSED_TIME:
225 case DH6OPT_RELAY_MSG:
227 case DH6OPT_AUTH
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
unaligned.h 25 #define __get_unaligned_le(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_le(__p); break; case 4: __v = __get_unaligned_4_le(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_le((__p+4)); __v1 = __get_unaligned_4_le(__p); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
27 #define __get_unaligned_be(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_be(__p); break; case 4: __v = __get_unaligned_4_be(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_be(__p); __v1 = __get_unaligned_4_be((__p+4)); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
29 #define __put_unaligned_le(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_unaligned_2_le((val),(__u8 *)(ptr)); break; case 4: __put_unaligned_4_le((val),(__u8 (…)
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/filter/
SQLFilter.java 21 case '\'':
25 case '\"':
29 case '=':
33 case '-':
37 case '/':
41 case '\\':
45 case ';':
49 case '\r':
53 case '\n':
  /dalvik/vm/compiler/codegen/arm/FP/
Thumb2VFP.c 29 case OP_ADD_FLOAT_2ADDR:
30 case OP_ADD_FLOAT:
33 case OP_SUB_FLOAT_2ADDR:
34 case OP_SUB_FLOAT:
37 case OP_DIV_FLOAT_2ADDR:
38 case OP_DIV_FLOAT:
41 case OP_MUL_FLOAT_2ADDR:
42 case OP_MUL_FLOAT:
45 case OP_REM_FLOAT_2ADDR:
46 case OP_REM_FLOAT
    [all...]
ThumbVFP.c 74 case OP_ADD_FLOAT_2ADDR:
75 case OP_ADD_FLOAT:
78 case OP_SUB_FLOAT_2ADDR:
79 case OP_SUB_FLOAT:
82 case OP_DIV_FLOAT_2ADDR:
83 case OP_DIV_FLOAT:
86 case OP_MUL_FLOAT_2ADDR:
87 case OP_MUL_FLOAT:
90 case OP_REM_FLOAT_2ADDR:
91 case OP_REM_FLOAT
    [all...]
  /external/webkit/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 34 case ContextMenuItemTagCopyLinkToClipboard:
35 case ContextMenuItemTagCopyImageToClipboard:
36 case ContextMenuItemTagCopy:
38 case ContextMenuItemTagOpenLinkInNewWindow:
39 case ContextMenuItemTagOpenImageInNewWindow:
40 case ContextMenuItemTagOpenFrameInNewWindow:
42 case ContextMenuItemTagDownloadLinkToDisk:
43 case ContextMenuItemTagDownloadImageToDisk:
45 case ContextMenuItemTagGoBack:
47 case ContextMenuItemTagGoForward
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
unaligned.h 25 #define __get_unaligned_le(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_le(__p); break; case 4: __v = __get_unaligned_4_le(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_le((__p+4)); __v1 = __get_unaligned_4_le(__p); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
27 #define __get_unaligned_be(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_be(__p); break; case 4: __v = __get_unaligned_4_be(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_be(__p); __v1 = __get_unaligned_4_be((__p+4)); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
29 #define __put_unaligned_le(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_unaligned_2_le((val),(__u8 *)(ptr)); break; case 4: __put_unaligned_4_le((val),(__u8 (…)
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
unaligned.h 25 #define __get_unaligned_le(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_le(__p); break; case 4: __v = __get_unaligned_4_le(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_le((__p+4)); __v1 = __get_unaligned_4_le(__p); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
27 #define __get_unaligned_be(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_be(__p); break; case 4: __v = __get_unaligned_4_be(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_be(__p); __v1 = __get_unaligned_4_be((__p+4)); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
29 #define __put_unaligned_le(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_unaligned_2_le((val),(__u8 *)(ptr)); break; case 4: __put_unaligned_4_le((val),(__u8 (…)
    [all...]

Completed in 6613 milliseconds

1 2 34 5 6 7 8 91011>>