/external/v8/src/ |
ast.cc | 97 case Token::ASSIGN_BIT_OR: return Token::BIT_OR; 98 case Token::ASSIGN_BIT_XOR: return Token::BIT_XOR; 99 case Token::ASSIGN_BIT_AND: return Token::BIT_AND; 100 case Token::ASSIGN_SHL: return Token::SHL; 101 case Token::ASSIGN_SAR: return Token::SAR; 102 case Token::ASSIGN_SHR: return Token::SHR; 103 case Token::ASSIGN_ADD: return Token::ADD; 104 case Token::ASSIGN_SUB: return Token::SUB; 105 case Token::ASSIGN_MUL: return Token::MUL; 106 case Token::ASSIGN_DIV: return Token::DIV [all...] |
full-codegen.cc | 378 case Token::ADD: 379 case Token::BIT_NOT: 380 case Token::NOT: 381 case Token::SUB: 382 case Token::TYPEOF: 383 case Token::VOID: 386 case Token::DELETE: 473 case Slot::PARAMETER: 476 case Slot::LOCAL: 479 case Slot::CONTEXT [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-1.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 109 // upper case Basic Latin 117 // lower case Basic Latin 124 // upper case Latin-1 Supplement 136 // lower case Latin-1 Supplement 149 // special case for capital I 162 // if it's even, it's a capital and the lower case is c +1 166 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.11-3.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 104 // upper case Basic Latin 112 // lower case Basic Latin 119 // upper case Latin-1 Supplement 131 // lower case Latin-1 Supplement 144 // special case for capital I 157 // if it's even, it's a capital and the lower case is c +1 161 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.11-5.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 109 // upper case Basic Latin 117 // lower case Basic Latin 124 // upper case Latin-1 Supplement 136 // lower case Latin-1 Supplement 149 // special case for capital I 162 // if it's even, it's a capital and the lower case is c +1 166 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.11-6.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 106 // upper case Basic Latin 114 // lower case Basic Latin 121 // upper case Latin-1 Supplement 133 // lower case Latin-1 Supplement 146 // special case for capital I 159 // if it's even, it's a capital and the lower case is c +1 163 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.12-1.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 110 // upper case Basic Latin 118 // lower case Basic Latin 125 // upper case Latin-1 Supplement 137 // lower case Latin-1 Supplement 150 // special case for capital I 163 // if it's even, it's a capital and the lower case is c +1 167 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.12-2.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 108 // upper case Basic Latin 116 // lower case Basic Latin 123 // upper case Latin-1 Supplement 135 // lower case Latin-1 Supplement 148 // special case for capital I 161 // if it's even, it's a capital and the lower case is c +1 165 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.12-4.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 106 // upper case Basic Latin 114 // lower case Basic Latin 121 // upper case Latin-1 Supplement 133 // lower case Latin-1 Supplement 146 // special case for capital I 159 // if it's even, it's a capital and the lower case is c +1 163 // if it's odd, it's a lower case and upper case is c- [all...] |
15.5.4.12-5.js | 32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case 106 // upper case Basic Latin 114 // lower case Basic Latin 121 // upper case Latin-1 Supplement 133 // lower case Latin-1 Supplement 146 // special case for capital I 159 // if it's even, it's a capital and the lower case is c +1 163 // if it's odd, it's a lower case and upper case is c- [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 139 case 0: *p_state = RIL_CALL_ACTIVE; return 0; 140 case 1: *p_state = RIL_CALL_HOLDING; return 0; 141 case 2: *p_state = RIL_CALL_DIALING; return 0; 142 case 3: *p_state = RIL_CALL_ALERTING; return 0; 143 case 4: *p_state = RIL_CALL_INCOMING; return 0; 144 case 5: *p_state = RIL_CALL_WAITING; return 0; 568 "Hit WORKAROUND_ERRONOUS_ANSWER case." 610 case 1: clir = "I"; break; /*invocation*/ 611 case 2: clir = "i"; break; /*suppression*/ 613 case 0: clir = ""; break; /*subscription default* [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 238 case ACTION_DISPLAY_SETTINGS: 241 case ACTION_WIFI_SETTINGS: 244 case ACTION_BLUETOOTH_SETTINGS: 247 case ACTION_WIRELESS_SETTINGS: 250 case ACTION_APP_DETAILS: 256 case ACTION_SECURITY_SETTINGS: 259 case ACTION_FORCE_STOP: 262 case ACTION_REPORT: 277 case R.string.usage_type_data_recv: 278 case R.string.usage_type_data_send [all...] |
/external/ping/ |
ping.c | 167 case 'a': 170 case 'A': 173 case 'c': 180 case 'd': 183 case 'f': 187 case 'i': /* wait between sending packets */ 210 case 'w': 217 case 'l': 230 case 'S': 237 case 'n' [all...] |
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBld.c | 674 /* Set NOK for a case the following config is skipped, to indicate that no callback is expected */ 736 /* Set NOK for a case the following config is skipped, to indicate that no callback is expected */ [all...] |
/external/icu4c/common/ |
uiter.cpp | 89 case UITER_ZERO: 91 case UITER_START: 93 case UITER_CURRENT: 95 case UITER_LIMIT: 97 case UITER_LENGTH: 111 case UITER_ZERO: 114 case UITER_START: 117 case UITER_CURRENT: 120 case UITER_LIMIT: 123 case UITER_LENGTH [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 223 case XFRM_SHARE_ANY: 226 case XFRM_SHARE_SESSION: 229 case XFRM_SHARE_USER: 232 case XFRM_SHARE_UNIQUE: 265 case XFRM_POLICY_TYPE_MAIN: 268 case XFRM_POLICY_TYPE_SUB: 317 case XFRM_MODE_TRANSPORT: 320 case XFRM_MODE_TUNNEL: 323 case XFRM_MODE_ROUTEOPTIMIZATION: 326 case XFRM_MODE_IN_TRIGGER [all...] |
/external/qemu/hw/ |
usb-hid.c | 455 case 0x00: 458 case 0xe0: 463 case 0xe1 ... 0xe7: 468 case 0xe8 ... 0xef: 640 case DeviceRequest | USB_REQ_GET_STATUS: 646 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: 654 case DeviceOutRequest | USB_REQ_SET_FEATURE: 662 case DeviceOutRequest | USB_REQ_SET_ADDRESS: 666 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: 668 case USB_DT_DEVICE [all...] |
/external/expat/lib/ |
xmlparse.c | 76 /* Handle the case where memmove() doesn't exist. */ [all...] |
/dalvik/vm/oo/ |
Array.c | 161 case 'I': 165 case 'C': 169 case 'B': 173 case 'Z': 175 width = 1; /* special-case this? */ 177 case 'F': 181 case 'D': 185 case 'S': 189 case 'J': 562 case 'Z' [all...] |
/development/apps/Term/src/com/android/term/ |
Term.java | 446 case KeyEvent.KEYCODE_DPAD_UP: 449 case KeyEvent.KEYCODE_DPAD_DOWN: 452 case KeyEvent.KEYCODE_DPAD_LEFT: 456 case KeyEvent.KEYCODE_DPAD_RIGHT: [all...] |
/external/bluetooth/bluez/compat/ |
hidd.c | 469 case HID_SVCLASS_ID: 472 case SERIAL_PORT_SVCLASS_ID: 496 case HEADSET_SVCLASS_ID: 497 case HANDSFREE_SVCLASS_ID: 707 case 'i': 713 case 'n': 716 case 't': 719 case 'b': 725 case 'M': 728 case 'E' [all...] |
/external/bluetooth/glib/gio/ |
gdatainputstream.c | 128 case PROP_BYTE_ORDER: 132 case PROP_NEWLINE_TYPE: 157 case PROP_BYTE_ORDER: 161 case PROP_NEWLINE_TYPE: 381 case G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN: 384 case G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN: 387 case G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN: 425 case G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN: 428 case G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN: 431 case G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN [all...] |
/external/opencore/engines/author/src/ |
pvaenodeutility.cpp | 305 case PVAENU_CMD_CONNECT: 308 case PVAENU_CMD_DISCONNECT: 311 case PVAENU_CMD_QUERY_UUID: 314 case PVAENU_CMD_QUERY_INTERFACE: 317 case PVAENU_CMD_INIT: 320 case PVAENU_CMD_PREPARE: 323 case PVAENU_CMD_START: 326 case PVAENU_CMD_PAUSE: 329 case PVAENU_CMD_STOP: 330 case PVAENU_CMD_FLUSH [all...] |
/external/openssl/ssl/ |
s3_enc.c | 226 /* make sure it's intialized in case we exit later with an error */ 262 /* make sure it's intialized in case we exit later with an error */ 697 case SSL_AD_CLOSE_NOTIFY: return(SSL3_AD_CLOSE_NOTIFY); 698 case SSL_AD_UNEXPECTED_MESSAGE: return(SSL3_AD_UNEXPECTED_MESSAGE); 699 case SSL_AD_BAD_RECORD_MAC: return(SSL3_AD_BAD_RECORD_MAC); 700 case SSL_AD_DECRYPTION_FAILED: return(SSL3_AD_BAD_RECORD_MAC); 701 case SSL_AD_RECORD_OVERFLOW: return(SSL3_AD_BAD_RECORD_MAC); 702 case SSL_AD_DECOMPRESSION_FAILURE:return(SSL3_AD_DECOMPRESSION_FAILURE); 703 case SSL_AD_HANDSHAKE_FAILURE: return(SSL3_AD_HANDSHAKE_FAILURE); 704 case SSL_AD_NO_CERTIFICATE: return(SSL3_AD_NO_CERTIFICATE) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 170 case B_CMAP8: 173 case B_RGB15: 174 case B_RGBA15: 175 case B_RGB15_BIG: 176 case B_RGBA15_BIG: 179 case B_RGB16: 180 case B_RGB16_BIG: 183 case B_RGB32: 184 case B_RGBA32: 185 case B_RGB32_BIG [all...] |