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

<<81828384858687888990>>

  /external/skia/src/animator/
SkScriptTokenizer.cpp 183 case SkOperand2::kS32:
191 case SkOperand2::kScalar:
199 case SkOperand2::kString:
218 case '+':
225 case '-':
228 case '*':
231 case '/':
234 case '>':
244 case '<':
254 case '='
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 194 // Do not show title in the case the device is in carmode.
359 // but in any case, this will make sure the background drawable looks right
457 // TODO: consider adding better UI for the case where *both* lines
464 // Common case; no hint necessary.
479 // The only known case where this will be true is when launching the dialer with
580 case KeyEvent.KEYCODE_CALL: {
593 case KeyEvent.KEYCODE_1: {
608 case KeyEvent.KEYCODE_CALL: {
643 case R.id.digits:
655 case R.id.one:
    [all...]
  /system/core/sh/
arith_lex.c 249 /* We provide macros for accessing buffer states in case in the
530 /* Special case for "unistd.h", since it is non-ANSI. We include it way
754 case 0: /* must back up */
761 case 1:
767 case 2:
772 case 3:
777 case 4:
782 case 5:
794 case 6:
799 case 7
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 140 /* XXX: labellen should reject this case */
408 case 0:
409 case NS_TYPE_ELT:
426 case NS_CMPRSFLGS:
651 case 0: /* normal case, n == len */
654 case NS_TYPE_ELT: /* EDNS0 extended label */
661 case NS_CMPRSFLGS: /* indirection */
690 case 0x22: /* '"' */
691 case 0x2E: /* '.' *
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 249 // If we are pointing to the first template or the last template (that is, case b),
438 case DTM.ELEMENT_NODE :
439 case DTM.ATTRIBUTE_NODE :
443 case DTM.TEXT_NODE :
444 case DTM.CDATA_SECTION_NODE :
447 case DTM.ENTITY_REFERENCE_NODE :
448 case DTM.ENTITY_NODE :
452 case DTM.PROCESSING_INSTRUCTION_NODE :
456 case DTM.COMMENT_NODE :
459 case DTM.DOCUMENT_NODE
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 47 * there isn't a single root element? I think this fails that case...
170 * @param feature The name of the feature requested (case-insensitive).
312 case Node.ELEMENT_NODE : {
361 case Node.DOCUMENT_NODE : {
365 case Node.ENTITY_NODE :
366 case Node.NOTATION_NODE:
367 case Node.DOCUMENT_FRAGMENT_NODE:
368 case Node.DOCUMENT_TYPE_NODE:
371 case Node.ATTRIBUTE_NODE:{
405 case Node.ELEMENT_NODE:
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
extractframeinfo.cpp 205 case FIXFIX:
224 case FIXVAR:
248 case VARFIX:
273 case VARVAR:
318 case FIXFIX:
324 case VARFIX:
330 case VARVAR:
340 case FIXVAR:
374 case FIXFIX:
377 case VARFIX
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_proxy_adapter.cpp 703 case PVT_COMMAND_INIT:
710 case PVT_COMMAND_GET_SDK_INFO:
718 case PVT_COMMAND_GET_SDK_MODULE_INFO:
726 case PVT_COMMAND_GET_PV2WAY_STATE:
734 case PVT_COMMAND_RESET:
738 case PVT_COMMAND_ADD_DATA_SOURCE:
745 case PVT_COMMAND_REMOVE_DATA_SOURCE:
751 case PVT_COMMAND_ADD_DATA_SINK:
758 case PVT_COMMAND_REMOVE_DATA_SINK:
764 case PVT_COMMAND_CONNECT
    [all...]
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_cap_config.cpp 460 case PARAMETER1: // parameter1
468 case PARAMETER2: // parameter2
476 case ERROR_ADDDATASOURCE_START://error_adddatasource_start
482 case ERROR_ADDDATASOURCE_STOP://error_adddatasource_stop
488 case ERROR_NO_MEMORY:
494 case ERROR_OUT_QUEUE_BUSY:
500 case ERROR_TIME_STAMP: //error-time-stamp
510 case ERROR_SENDMIOREQUEST: //error-sendmiorequest
516 case ERROR_CANCELMIOREQUEST: //error-cancelmiorequest
522 case ERROR_CORRUPT_INPUTDATA: //error-corrupt-input-dat
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 71 /* put our mask back case it changed during context switch */
255 case mouseDown: {
267 case inMenuBar: /* Only the apple menu exists */
271 case inDrag:
278 case inGoAway:
283 case inContent:
296 case inGrow: {
317 case inZoomIn:
318 case inZoomOut:
335 case inCollapseBox
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 337 case PF_UNSPEC:
338 case PF_INET:
340 case PF_INET6:
548 * handling code by ourselves in case we don't have getipnodebyname().
569 case HOST_NOT_FOUND:
570 case NO_DATA:
573 case TRY_AGAIN:
576 case NO_RECOVERY:
577 case NETDB_INTERNAL:
778 case AF_INET
    [all...]
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 372 case ' ':
373 case '\t':
374 case '\f':
375 case '\n':
376 case '\r':
377 case 11: /* VT */
392 case ' ' : return (mFlags & SPACE_OK) != 0;
393 case '\t': case '\f': case '\n': case '\r': case 11: /* VT *
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
extractframeinfo.cpp 205 case FIXFIX:
224 case FIXVAR:
248 case VARFIX:
273 case VARVAR:
318 case FIXFIX:
324 case VARFIX:
330 case VARVAR:
340 case FIXVAR:
374 case FIXFIX:
377 case VARFIX
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 111 case STATE_ENABLED:
114 case STATE_DISABLED:
117 case STATE_INTERMEDIATE:
150 case STATE_DISABLED:
154 case STATE_ENABLED:
158 case STATE_TURNING_ON:
162 case STATE_TURNING_OFF:
210 case STATE_DISABLED:
212 case STATE_ENABLED:
293 case WifiManager.WIFI_STATE_DISABLED
    [all...]
  /system/core/adb/
sockets.c 545 case '0': case '1': case '2':
546 case '3': case '4': case '5':
547 case '6': case '7': case '8':
548 case '9'
    [all...]
  /system/core/liblog/
logprint.c 107 case ANDROID_LOG_VERBOSE: return 'V';
108 case ANDROID_LOG_DEBUG: return 'D';
109 case ANDROID_LOG_INFO: return 'I';
110 case ANDROID_LOG_WARN: return 'W';
111 case ANDROID_LOG_ERROR: return 'E';
112 case ANDROID_LOG_FATAL: return 'F';
113 case ANDROID_LOG_SILENT: return 'S';
115 case ANDROID_LOG_DEFAULT:
116 case ANDROID_LOG_UNKNOWN:
273 // Presently HAVE_STRNDUP is never defined, so the second case is always take
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_omap_api.h 126 using a FIFO inside of the I/O device. In this case,
138 typedef unsigned int SDIO_BlockSize; /* Block size in case of SDIO is working in block mode */
163 u32 acquire_window; /* Time out value. If not zero, means in case SDIO resources
165 time. Return with busy resources indication in case
170 In case acquire_window is not zero - the attempt to wait
194 Default empty function is provided for the case when a caller
290 wait_window has to be always zero in case API is called from
301 SDIO request (in case the request is multi transaction), in case such
312 space in case of DMA operation
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverCtrl.c 65 case TWD_RTS_THRESHOLD_PARAM_ID:
80 case TWD_CTS_TO_SELF_PARAM_ID:
83 case TWD_RX_TIME_OUT_PARAM_ID:
91 case TWD_FRAG_THRESHOLD_PARAM_ID:
99 case TWD_MAX_RX_MSDU_LIFE_TIME_PARAM_ID:
103 case TWD_ACX_STATISTICS_PARAM_ID:
108 case TWD_LISTEN_INTERVAL_PARAM_ID:
116 case TWD_AID_PARAM_ID:
124 case TWD_RSN_HW_ENC_DEC_ENABLE_PARAM_ID:
132 case TWD_RSN_KEY_ADD_PARAM_ID
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 98 case 'A':
99 case 'E':
100 case 'I':
101 case 'O':
102 case 'U':
103 case 'Y':
106 case 'B':
110 case '\u00C7':
115 case 'C':
118 case 'D'
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 619 /* in case we are already in Auto mode, we have to set the wake up condition MIB */
678 case POWER_MGR_POWER_MODE:
686 case POWER_MGR_DISABLE_PRIORITY:
691 case POWER_MGR_ENABLE_PRIORITY:
696 case POWER_MGR_POWER_LEVEL_PS:
705 case POWER_MGR_POWER_LEVEL_DEFAULT:
714 case POWER_MGR_POWER_LEVEL_DOZE_MODE:
720 case POWER_MGR_KEEP_ALIVE_ENA_DIS:
721 case POWER_MGR_KEEP_ALIVE_ADD_REM:
742 case POWER_MGR_POWER_MODE
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr.c 619 /* in case we are already in Auto mode, we have to set the wake up condition MIB */
678 case POWER_MGR_POWER_MODE:
686 case POWER_MGR_DISABLE_PRIORITY:
691 case POWER_MGR_ENABLE_PRIORITY:
696 case POWER_MGR_POWER_LEVEL_PS:
705 case POWER_MGR_POWER_LEVEL_DEFAULT:
714 case POWER_MGR_POWER_LEVEL_DOZE_MODE:
720 case POWER_MGR_KEEP_ALIVE_ENA_DIS:
721 case POWER_MGR_KEEP_ALIVE_ADD_REM:
743 case POWER_MGR_POWER_MODE
    [all...]
  /external/qemu/
trace.c 148 // different behaviors for GNU and Posix in the case where the
790 case 0:
888 case 0:
896 case 1:
905 case 3:
931 case 1:
943 case 2: /* load/store immediate */
959 case 3:
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 152 case TransformOperation::ROTATE:
153 case TransformOperation::ROTATE_X:
154 case TransformOperation::ROTATE_Y:
156 case TransformOperation::SCALE_X:
158 case TransformOperation::SCALE_Y:
160 case TransformOperation::SCALE_Z:
162 case TransformOperation::TRANSLATE_X:
164 case TransformOperation::TRANSLATE_Y:
166 case TransformOperation::TRANSLATE_Z:
168 case TransformOperation::SCALE
    [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_node.cpp 294 case EPVMFNodeCreated:
312 case EPVMFNodeIdle:
868 case REQ_RECV_SOCKET_ID:
871 case REQ_SEND_SOCKET_ID:
881 case EPVSocketConnect:
886 case EPVSocketRecv:
891 case EPVSocketSend:
896 case EPVSocketShutdown:
    [all...]
  /build/tools/soslim/
main.c 283 case STB_LOCAL: bind = 'l'; break;
284 case STB_GLOBAL: bind = 'g'; break;
285 case STB_WEAK: bind = 'w'; break;
291 case STT_NOTYPE: /* Symbol type is unspecified */
294 case STT_OBJECT: /* Symbol is a data object */
297 case STT_FUNC: /* Symbol is a code object */
300 case STT_SECTION:/* Symbol associated with a section */
303 case STT_FILE: /* Symbol's name is file name */
306 case STT_COMMON: /* Symbol is a common data object */
309 case STT_TLS: /* Symbol is thread-local data object*
    [all...]

Completed in 928 milliseconds

<<81828384858687888990>>