/build/tools/soslim/ |
cmdline.c | 111 case 0: 120 case 'p': *print_symtab = 1; break; 121 case 'h': print_help(); exit(1); break; 122 case 'V': *verbose = 1; break; 123 case 'Q': *quiet = 1; break; 124 case 'S': *shady = 1; break; 125 case 'n': *dry_run = 1; break; 126 case 's': *strip_debug = 1; break; 127 case 'o': SET_STRING_OPTION(outfile); break; 128 case 'f': SET_STRING_OPTION(symsfile); break [all...] |
/external/e2fsprogs/ext2ed/ |
super_com.c | 43 case 0: wprintw (show_pad,"1024 bytes");break; 44 case 1: wprintw (show_pad,"2048 bytes");break; 45 case 2: wprintw (show_pad,"4096 bytes");break; 53 case EXT2_SUPER_MAGIC: 56 case EXT2_PRE_02B_MAGIC: 78 case EXT2_ERRORS_CONTINUE: 81 case EXT2_ERRORS_RO: 84 case EXT2_ERRORS_PANIC: 96 case EXT2_OS_LINUX: 100 case EXT2_OS_HURD [all...] |
/external/elfutils/src/ |
xelf.h | 130 case ELF_T_BYTE: fsize = 1; break; \ 131 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \ 132 case ELF_T_DYN: fsize = sizeof (Elf32_Dyn); break; \ 133 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \ 134 case ELF_T_HALF: fsize = sizeof (Elf32_Half); break; \ 135 case ELF_T_OFF: fsize = sizeof (Elf32_Off); break; \ 136 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \ 137 case ELF_T_RELA: fsize = sizeof (Elf32_Rela); break; \ 138 case ELF_T_REL: fsize = sizeof (Elf32_Rel); break; \ 139 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; [all...] |
/external/icu4c/i18n/ |
titletrn.cpp | 30 // Need to look back 2 characters in the case of "can't" 75 // needs to take isIncremental into account because case mappings are context-sensitive 82 // case type: >0 cased (UCASE_LOWER etc.) ==0 uncased <0 case-ignorable 89 // Determine if there is a preceding context of cased case-ignorable*, 90 // in which case we want to start in toLower mode. If the 104 // else (type<0) case-ignorable: continue 108 // after an uncased, non-case-ignorable character toTitle. Case-ignorable 126 if(type>=0) { // not case-ignorabl [all...] |
/external/iptables/extensions/ |
libipt_2ttl.c | 37 case '2': 50 case '3': 62 case '4': 104 case IPT_TTL_EQ: 107 case IPT_TTL_NE: 110 case IPT_TTL_LT: 113 case IPT_TTL_GT: 127 case IPT_TTL_EQ: 130 case IPT_TTL_NE: 133 case IPT_TTL_LT [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 30 case EventRecurrence.DAILY: 32 case EventRecurrence.WEEKLY: { 64 case EventRecurrence.MONTHLY: { 67 case EventRecurrence.YEARLY: 90 case EventRecurrence.SU: return Calendar.SUNDAY; 91 case EventRecurrence.MO: return Calendar.MONDAY; 92 case EventRecurrence.TU: return Calendar.TUESDAY; 93 case EventRecurrence.WE: return Calendar.WEDNESDAY; 94 case EventRecurrence.TH: return Calendar.THURSDAY; 95 case EventRecurrence.FR: return Calendar.FRIDAY [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
FileLabelProvider.java | 84 case FileListingService.TYPE_FILE: 85 case FileListingService.TYPE_LINK: 91 case FileListingService.TYPE_DIRECTORY: 92 case FileListingService.TYPE_DIRECTORY_LINK: 97 // default case return a different image. 108 case 0: 110 case 1: 112 case 2: 114 case 3: 116 case 4 [all...] |
/system/core/sh/bltin/ |
echo.c | 86 case 'a': c = '\a'; break; /* bell */ 87 case 'b': c = '\b'; break; 88 case 'c': return 0; /* exit */ 89 case 'e': c = 033; break; /* escape */ 90 case 'f': c = '\f'; break; 91 case 'n': c = '\n'; break; 92 case 'r': c = '\r'; break; 93 case 't': c = '\t'; break; 94 case 'v': c = '\v'; break; 95 case '\\': break; /* c = '\\' * [all...] |
/system/core/toolbox/ |
netstat.c | 45 case 0x1: return "ESTABLISHED"; 46 case 0x2: return "SYN_SENT"; 47 case 0x3: return "SYN_RECV"; 48 case 0x4: return "FIN_WAIT1"; 49 case 0x5: return "FIN_WAIT2"; 50 case 0x6: return "TIME_WAIT"; 51 case 0x7: return "CLOSE"; 52 case 0x8: return "CLOSE_WAIT"; 53 case 0x9: return "LAST_ACK"; 54 case 0xA: return "LISTEN" [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 309 case OpCodes.FROM_FOLLOWING : 311 case OpCodes.FROM_FOLLOWING_SIBLINGS : 313 case OpCodes.FROM_PRECEDING : 315 case OpCodes.FROM_PRECEDING_SIBLINGS : 317 case OpCodes.FROM_PARENT : 319 case OpCodes.FROM_NAMESPACE : 321 case OpCodes.FROM_ANCESTORS : 323 case OpCodes.FROM_ANCESTORS_OR_SELF : 325 case OpCodes.FROM_ATTRIBUTES : 327 case OpCodes.FROM_ROOT [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1Collection.java | 55 case 0: return obj0; 56 case 1: return obj1; 57 case 2: return obj2; 58 case 3: return obj3; 101 case 0: obj0 = obj; break; 102 case 1: obj1 = obj; break; 103 case 2: obj2 = obj; break; 104 case 3: obj3 = obj; break; 105 case 4: { 135 case 0: obj0 = obj; break [all...] |
/external/bluetooth/hcidump/parser/ |
l2cap.c | 203 case 1: 205 case 2: 207 case 4: 216 case 0x0000: 218 case 0x0001: 220 case 0x0002: 230 case 0x0000: 232 case 0x0001: 234 case 0x0002: 236 case 0x0003 [all...] |
/external/kernel-headers/original/linux/ |
signal.h | 77 case 4: 80 case 2: 82 case 1: 102 case 4: \ 107 case 2: \ 110 case 1: \ 139 case 4: set->sig[3] = op(set->sig[3]); \ 141 case 2: set->sig[1] = op(set->sig[1]); \ 142 case 1: set->sig[0] = op(set->sig[0]); \ 161 case 2: set->sig[1] = 0 [all...] |
/external/opencore/engines/author/test/src/single_core/ |
pvaetest_node_config.h | 80 case 4750: 84 case 5150: 88 case 5900: 92 case 6700: 96 case 7400: 100 case 7950: 104 case 10200: 108 case 12200: 113 case 6600: // AMR WB bitrates start here 117 case 8850 [all...] |
/external/skia/src/animator/ |
SkScriptDecompile.cpp | 140 case SkScriptEngine2::kCallback: { 146 case SkScriptEngine2::kFunctionCall: 147 case SkScriptEngine2::kMemberOp: 148 case SkScriptEngine2::kPropertyOp: { 154 case SkScriptEngine2::kIntegerAccumulator: 155 case SkScriptEngine2::kIntegerOperand: { 161 case SkScriptEngine2::kScalarAccumulator: 162 case SkScriptEngine2::kScalarOperand: { 172 case SkScriptEngine2::kStringAccumulator: 173 case SkScriptEngine2::kStringOperand: [all...] |
/frameworks/base/core/java/com/google/android/mms/util/ |
PduCache.java | 122 case MMS_ALL_ID: 124 case MMS_INBOX_ID: 125 case MMS_SENT_ID: 126 case MMS_DRAFTS_ID: 127 case MMS_OUTBOX_ID: 131 case MMS_ALL: 132 case MMS_CONVERSATION: 135 case MMS_INBOX: 136 case MMS_SENT: 137 case MMS_DRAFTS [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserTokenManager.java | 60 case 10: 62 case 13: 64 case 34: 66 case 40: 68 case 44: 70 case 46: 72 case 58: 74 case 59: 76 case 60: 78 case 62 [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset1.cpp | 167 case STATE_CREATE: 185 case STATE_ADDDATASOURCE: 199 case STATE_INIT: 206 case STATE_ADDDATASINK_VIDEO: 226 case STATE_ADDDATASINK_AUDIO: 246 case STATE_ADDDATASINK_TEXT: 266 case STATE_PREPARE: 273 case STATE_START: 280 case STATE_STOP: 287 case STATE_REMOVEDATASINK_VIDEO [all...] |
/packages/apps/Email/src/org/apache/commons/io/ |
IOCase.java | 22 * Enumeration of IO case sensitivity.
24 * Different filing systems have different rules for case-sensitivity.
25 * Windows is case-insensitive, Unix is case-sensitive.
41 * The constant for case sensitive regardless of operating system.
46 * The constant for case insensitive regardless of operating system.
51 * The constant for case sensitivity determined by the current operating system.
52 * Windows is case-insensitive when comparing filenames, Unix is case-sensitive.
55 * versa, then the value of the case-sensitivity flag will change. [all...] |
/external/openssl/crypto/bio/ |
bss_sock.c | 175 case BIO_CTRL_RESET: 177 case BIO_C_FILE_SEEK: 180 case BIO_C_FILE_TELL: 181 case BIO_CTRL_INFO: 184 case BIO_C_SET_FD: 190 case BIO_C_GET_FD: 200 case BIO_CTRL_GET_CLOSE: 203 case BIO_CTRL_SET_CLOSE: 206 case BIO_CTRL_PENDING: 207 case BIO_CTRL_WPENDING [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset4.cpp | 77 case ErrorHandling_WrongTextInputFileNameTest: 78 case ErrorHandling_MediaInputNodeStartFailed: 91 (0, "pvauthor_async_compressed_test_errorhandling::CreateAudioTestInput: Audio input node not needed for this test case")); 113 case ErrorHandling_WrongTextInputFileNameTest: 114 case ErrorHandling_MediaInputNodeStartFailed: 127 (0, "pvauthor_async_compressed_test_errorhandling::CreateVideoTestInput: Video input node not needed for this test case")); 149 case ErrorHandling_WrongTextInputFileNameTest: 163 (0, "pvauthor_async_compressed_test_errorhandling::CreateTextTestInput: input node not needed for this test case")); 207 case ErrorHandling_WrongTextInputFileNameTest: 208 case ErrorHandling_MediaInputNodeStartFailed [all...] |
/external/quake/quake/src/QW/client/ |
menu.c | 311 case K_ESCAPE: 319 case K_DOWNARROW: 325 case K_UPARROW: 331 case K_ENTER: 336 case 0: 340 case 1: 344 case 2: 348 case 3: 352 case 4: 383 case 3: // screen siz [all...] |
/external/ppp/pppd/ |
fsm.c | 102 case INITIAL: 106 case STARTING: 132 case CLOSED: 136 case STOPPED: 142 case CLOSING: 147 case STOPPING: 148 case REQSENT: 149 case ACKRCVD: 150 case ACKSENT: 155 case OPENED [all...] |
/external/quake/quake/src/QW/server/ |
pr_exec.c | 410 case OP_ADD_F: 413 case OP_ADD_V: 419 case OP_SUB_F: 422 case OP_SUB_V: 428 case OP_MUL_F: 431 case OP_MUL_V: 436 case OP_MUL_FV: 441 case OP_MUL_VF: 447 case OP_DIV_F: 451 case OP_BITAND [all...] |
/external/quake/quake/src/WinQuake/ |
pr_exec.cpp | 410 case OP_ADD_F: 413 case OP_ADD_V: 419 case OP_SUB_F: 422 case OP_SUB_V: 428 case OP_MUL_F: 431 case OP_MUL_V: 436 case OP_MUL_FV: 441 case OP_MUL_VF: 447 case OP_DIV_F: 451 case OP_BITAND [all...] |