OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:case
(Results
51 - 75
of
12247
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/unistd/
sysconf.c
79
case
_SC_ARG_MAX: return _POSIX_ARG_MAX;
82
case
_SC_BC_BASE_MAX: return _POSIX2_BC_BASE_MAX;
85
case
_SC_BC_DIM_MAX: return _POSIX2_BC_DIM_MAX;
88
case
_SC_BC_SCALE_MAX: return _POSIX2_BC_SCALE_MAX;
91
case
_SC_BC_STRING_MAX: return _POSIX2_BC_STRING_MAX;
93
case
_SC_CHILD_MAX: return CHILD_MAX;
94
case
_SC_CLK_TCK: return SYSTEM_CLK_TCK;
96
case
_SC_COLL_WEIGHTS_MAX: return _POSIX2_COLL_WEIGHTS_MASK;
99
case
_SC_EXPR_NEXT_MASK: return _POSIX2_EXPR_NEST_MAX;
102
case
_SC_LINE_MAX: return _POSIX2_LINE_MAX
[
all
...]
/external/elfutils/libdw/
libdw_form.c
36
case
DW_FORM_addr:
40
case
DW_FORM_strp:
41
case
DW_FORM_ref_addr:
45
case
DW_FORM_block1:
49
case
DW_FORM_block2:
53
case
DW_FORM_block4:
57
case
DW_FORM_block:
63
case
DW_FORM_ref1:
64
case
DW_FORM_data1:
65
case
DW_FORM_flag
[
all
...]
/external/webkit/WebCore/css/
WebKitCSSTransformValue.cpp
49
case
TranslateTransformOperation:
52
case
TranslateXTransformOperation:
55
case
TranslateYTransformOperation:
58
case
RotateTransformOperation:
61
case
ScaleTransformOperation:
64
case
ScaleXTransformOperation:
67
case
ScaleYTransformOperation:
70
case
SkewTransformOperation:
73
case
SkewXTransformOperation:
76
case
SkewYTransformOperation
[
all
...]
/packages/apps/IM/src/com/android/im/app/
ErrorResUtils.java
39
case
ImErrorInfo.ILLEGAL_CONTACT_LIST_MANAGER_STATE:
42
case
ImErrorInfo.CONTACT_EXISTS_IN_LIST:
45
case
ImErrorInfo.CANT_ADD_BLOCKED_CONTACT:
48
case
ImErrorInfo.CANT_CONNECT_TO_SERVER:
51
case
ImErrorInfo.NETWORK_ERROR:
54
case
ImpsErrorInfo.SERVICE_NOT_SUPPORTED:
57
case
ImpsErrorInfo.INVALID_PASSWORD:
60
case
ImpsErrorInfo.INTERNAL_SERVER_OR_NETWORK_ERROR:
63
case
ImpsErrorInfo.NOT_IMPLMENTED:
66
case
ImpsErrorInfo.SERVER_UNAVAILABLE
[
all
...]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-80981.js
25
* in which
case
the provisions of the GPL or the LGPL are applicable instead
89
case
0: if (n[0]++ > 0) check ('a string 0'); break;
90
case
1: if (n[1]++ > 0) check ('a string 1'); break;
91
case
2: if (n[2]++ > 0) check ('a string 2'); break;
92
case
3: if (n[3]++ > 0) check ('a string 3'); break;
93
case
4: if (n[4]++ > 0) check ('a string 4'); break;
94
case
5: if (n[5]++ > 0) check ('a string 5'); break;
95
case
6: if (n[6]++ > 0) check ('a string 6'); break;
96
case
7: if (n[7]++ > 0) check ('a string 7'); break;
97
case
8: if (n[8]++ > 0) check ('a string 8'); break
[
all
...]
/external/webkit/WebKit/chromium/src/
WebColor.cpp
47
case
WebColorActiveBorder:
49
case
WebColorActiveCaption:
51
case
WebColorAppworkspace:
53
case
WebColorBackground:
55
case
WebColorButtonFace:
57
case
WebColorButtonHighlight:
59
case
WebColorButtonShadow:
61
case
WebColorButtonText:
63
case
WebColorCaptionText:
65
case
WebColorGrayText
[
all
...]
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
se.cpp
508
case
H245_PRIMITIVE : /* H.245 Primitive Information Receive */
511
case
H245_TIMEOUT : /* H.245 Timeout Information Receive */
541
case
H245_MSG_REQ : /* Request Message Information Receive */
544
case
H245_MSG_RPS : /* Response Message Information Receive */
547
case
H245_MSG_CMD : /* Command Message Information Receive */
550
case
H245_MSG_IDC : /* Indication Message Information Receive */
[
all
...]
/external/openssl/crypto/x509/
x509_txt.c
77
case
X509_V_OK:
79
case
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
81
case
X509_V_ERR_UNABLE_TO_GET_CRL:
83
case
X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE:
85
case
X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE:
87
case
X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY:
89
case
X509_V_ERR_CERT_SIGNATURE_FAILURE:
91
case
X509_V_ERR_CRL_SIGNATURE_FAILURE:
93
case
X509_V_ERR_CERT_NOT_YET_VALID:
95
case
X509_V_ERR_CRL_NOT_YET_VALID
[
all
...]
/external/proguard/src/proguard/classfile/instruction/
SimpleInstruction.java
85
case
InstructionConstants.OP_ICONST_M1: return -1;
87
case
InstructionConstants.OP_ICONST_1:
88
case
InstructionConstants.OP_LCONST_1:
89
case
InstructionConstants.OP_FCONST_1:
90
case
InstructionConstants.OP_DCONST_1: return 1;
92
case
InstructionConstants.OP_ICONST_2:
93
case
InstructionConstants.OP_FCONST_2: return 2;
95
case
InstructionConstants.OP_ICONST_3: return 3;
97
case
InstructionConstants.OP_ICONST_4: return 4;
99
case
InstructionConstants.OP_ICONST_5: return 5
[
all
...]
VariableInstruction.java
101
case
InstructionConstants.OP_ILOAD_1:
102
case
InstructionConstants.OP_LLOAD_1:
103
case
InstructionConstants.OP_FLOAD_1:
104
case
InstructionConstants.OP_DLOAD_1:
105
case
InstructionConstants.OP_ALOAD_1:
106
case
InstructionConstants.OP_ISTORE_1:
107
case
InstructionConstants.OP_LSTORE_1:
108
case
InstructionConstants.OP_FSTORE_1:
109
case
InstructionConstants.OP_DSTORE_1:
110
case
InstructionConstants.OP_ASTORE_1: return 1
[
all
...]
/external/webkit/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp
44
case
B_FUNCTION_KEY:
47
case
B_F1_KEY:
49
case
B_F2_KEY:
51
case
B_F3_KEY:
53
case
B_F4_KEY:
55
case
B_F5_KEY:
57
case
B_F6_KEY:
59
case
B_F7_KEY:
61
case
B_F8_KEY:
63
case
B_F9_KEY
[
all
...]
/external/webkit/WebCore/rendering/
PointerEventsHitRules.cpp
35
case
PE_VISIBLE_PAINTED:
36
case
PE_AUTO: // "auto" is like "visiblePainted" when in SVG content
39
case
PE_VISIBLE:
44
case
PE_VISIBLE_FILL:
48
case
PE_VISIBLE_STROKE:
52
case
PE_PAINTED:
55
case
PE_ALL:
59
case
PE_FILL:
62
case
PE_STROKE:
65
case
PE_NONE
[
all
...]
RenderTheme.cpp
88
case
ListButtonPart:
89
case
CheckboxPart:
90
case
InnerSpinButtonPart:
91
case
OuterSpinButtonPart:
92
case
RadioPart:
93
case
PushButtonPart:
94
case
SquareButtonPart:
95
case
DefaultButtonPart:
96
case
ButtonPart: {
171
case
CheckboxPart
[
all
...]
/external/expat/lib/
xmltok_impl.c
13
case
BT_LEAD ## n: \
27
case
BT_NONXML: \
28
case
BT_MALFORM: \
29
case
BT_TRAIL: \
34
case
BT_LEAD ## n: \
45
case
BT_NONASCII: \
50
case
BT_NMSTRT: \
51
case
BT_HEX: \
52
case
BT_DIGIT: \
53
case
BT_NAME:
[
all
...]
/external/kernel-headers/original/asm-generic/
futex.h
27
case
FUTEX_OP_SET:
28
case
FUTEX_OP_ADD:
29
case
FUTEX_OP_OR:
30
case
FUTEX_OP_ANDN:
31
case
FUTEX_OP_XOR:
40
case
FUTEX_OP_CMP_EQ: ret = (oldval == cmparg); break;
41
case
FUTEX_OP_CMP_NE: ret = (oldval != cmparg); break;
42
case
FUTEX_OP_CMP_LT: ret = (oldval < cmparg); break;
43
case
FUTEX_OP_CMP_GE: ret = (oldval >= cmparg); break;
44
case
FUTEX_OP_CMP_LE: ret = (oldval <= cmparg); break
[
all
...]
/external/libpcap/
bpf_image.c
59
case
BPF_RET|BPF_K:
64
case
BPF_RET|BPF_A:
69
case
BPF_LD|BPF_W|BPF_ABS:
74
case
BPF_LD|BPF_H|BPF_ABS:
79
case
BPF_LD|BPF_B|BPF_ABS:
84
case
BPF_LD|BPF_W|BPF_LEN:
89
case
BPF_LD|BPF_W|BPF_IND:
94
case
BPF_LD|BPF_H|BPF_IND:
99
case
BPF_LD|BPF_B|BPF_IND:
104
case
BPF_LD|BPF_IMM
[
all
...]
/external/webkit/WebCore/platform/graphics/openvg/
EGLUtils.h
29
case
EGL_NOT_INITIALIZED:
31
case
EGL_BAD_ACCESS:
33
case
EGL_BAD_ALLOC:
35
case
EGL_BAD_ATTRIBUTE:
37
case
EGL_BAD_CONTEXT:
39
case
EGL_BAD_CONFIG:
41
case
EGL_BAD_CURRENT_SURFACE:
43
case
EGL_BAD_DISPLAY:
45
case
EGL_BAD_SURFACE:
47
case
EGL_BAD_MATCH
[
all
...]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js
6
* This uses variables and objects as
case
expressions in switch statements.
66
case
"a": result += "a"; break;
67
case
"b": result += "b"; break;
68
case
A: result += "A"; break;
69
case
B: result += "B"; break;
70
case
new Boolean(true): result += "new TRUE"; break;
71
case
new Boolean(false): result += "new FALSE"; break;
72
case
NULL: result += "NULL"; break;
73
case
UNDEFINED: result += "UNDEFINED"; break;
74
case
true: result += "true"; break
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osCmd.c
97
case
TIWLN_802_11_ENABLE_EVENT:
102
case
TIWLN_802_11_DISABLE_EVENT:
113
case
TIWLN_GET_SW_VERSION:
118
case
TIWLN_802_11_BSSID_GET:
123
case
TIWLN_802_11_BSSID_SET:
128
case
TIWLN_802_11_SSID_GET:
133
case
TIWLN_802_11_SSID_SET:
138
case
TIWLN_802_11_DISASSOCIATE:
143
case
TIWLN_802_11_NETWORK_TYPES_SUPPORTED:
148
case
TIWLN_802_11_NETWORK_TYPE_IN_USE_GET
[
all
...]
/external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm
58
case
54: // Right Command
59
case
55: // Left Command
62
case
57: // Capslock
65
case
56: // Left Shift
66
case
60: // Right Shift
69
case
58: // Left Alt
70
case
61: // Right Alt
73
case
59: // Left Ctrl
74
case
62: // Right Ctrl
77
case
63: // Functio
[
all
...]
/external/webkit/WebCore/plugins/
PluginDebug.cpp
87
case
NPNVxDisplay: return "NPNVxDisplay";
88
case
NPNVxtAppContext: return "NPNVxtAppContext";
89
case
NPNVnetscapeWindow: return "NPNVnetscapeWindow";
90
case
NPNVjavascriptEnabledBool: return "NPNVjavascriptEnabledBool";
91
case
NPNVasdEnabledBool: return "NPNVasdEnabledBool";
92
case
NPNVisOfflineBool: return "NPNVisOfflineBool";
94
case
NPNVserviceManager: return "NPNVserviceManager (not supported)";
95
case
NPNVDOMElement: return "NPNVDOMElement (not supported)";
96
case
NPNVDOMWindow: return "NPNVDOMWindow (not supported)";
97
case
NPNVToolkit: return "NPNVToolkit (not supported)"
[
all
...]
/external/bluetooth/hcidump/parser/
avdtp.c
42
case
0x01:
44
case
0x02:
46
case
0x03:
48
case
0x04:
50
case
0x05:
52
case
0x06:
54
case
0x07:
56
case
0x08:
58
case
0x09:
60
case
0x0a
[
all
...]
/external/skia/src/animator/
SkDisplayType.cpp
67
case
SkType_##_class: result = new Sk##_class(); break
69
case
SkType_##_class: result = new SkDraw##_class(); break
71
case
SkType_##_class: result = new SkDisplay##_class(); break
74
case
SkType_##_class: return NULL
227
#define CASE_GET_INFO(_class)
case
SkType_##_class: \
229
#define CASE_GET_DRAW_INFO(_class)
case
SkType_##_class: \
231
#define CASE_GET_DISPLAY_INFO(_class)
case
SkType_##_class: \
322
case
SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor
586
case
SkType_AddMode:
587
case
SkType_Align
[
all
...]
/external/elfutils/libebl/
eblcorenote.c
39
case
NT_PLATFORM:
43
case
NT_AUXV:
75
#define NEW_AT(name)
case
AT_##name: at = #name; break
107
case
AT_NULL:
108
case
AT_IGNORE:
109
case
AT_IGNOREPPC:
110
case
AT_NOTELF:
115
case
AT_EXECFD:
116
case
AT_PHENT:
117
case
AT_PHNUM
[
all
...]
/external/webkit/WebCore/platform/graphics/
FontDescription.cpp
40
case
FontWeight100:
41
case
FontWeight200:
44
case
FontWeight300:
47
case
FontWeight400:
48
case
FontWeight500:
51
case
FontWeight600:
52
case
FontWeight700:
55
case
FontWeight800:
58
case
FontWeight900:
70
case
FontWeight100
[
all
...]
Completed in 2211 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>