OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:case
(Results
1351 - 1375
of
12247
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/icu4c/test/intltest/
calcasts.h
6
* Calendar
Case
Test is a type of CalendarTest which compares the
26
/* Test
case
struct */
/external/iptables/extensions/
libipt_sctp.man
7
The flag letter in upper
case
indicates that the flag is to match if set,
8
in the lower
case
indicates to match if unset.
/external/junit/src/junit/framework/
TestCase.java
8
* A test
case
defines the fixture to run multiple tests. To define a test
case
<br>
51
* In this
case
the name of the test
case
has to correspond to the test method
74
* the name of the test
case
86
* Constructs a test
case
with the given name.
117
* Runs the test
case
and collects the results in TestResult.
188
* Returns a string representation of the test
case
/external/kernel-headers/original/linux/
debug_locks.h
15
* In the debug
case
we carry the caller's instruction pointer into
17
* in the nondebug
case
- hence these macros:
/external/opencore/oscl/oscl/osclproc/src/
oscl_mutex.cpp
110
case
0:
112
case
EBUSY:
180
case
0:
182
case
EAGAIN :
184
case
EINVAL :
186
case
ENOMEM :
188
case
EFAULT :
190
case
EBUSY:
/external/qemu/audio/
alsaaudio.c
202
case
AUD_FMT_S8:
205
case
AUD_FMT_U8:
208
case
AUD_FMT_S16:
211
case
AUD_FMT_U16:
214
case
AUD_FMT_S32:
217
case
AUD_FMT_U32:
233
case
SND_PCM_FORMAT_S8:
238
case
SND_PCM_FORMAT_U8:
243
case
SND_PCM_FORMAT_S16_LE:
248
case
SND_PCM_FORMAT_U16_LE
[
all
...]
/external/qemu/
cache-utils.c
32
case
QEMU_AT_DCACHEBSIZE: qemu_cache_conf.dcache_bsize = auxv[1]; break;
33
case
QEMU_AT_ICACHEBSIZE: qemu_cache_conf.icache_bsize = auxv[1]; break;
loadpng.c
73
case
PNG_COLOR_TYPE_PALETTE:
77
case
PNG_COLOR_TYPE_RGB:
85
case
PNG_COLOR_TYPE_RGB_ALPHA:
88
case
PNG_COLOR_TYPE_GRAY:
205
case
PNG_COLOR_TYPE_PALETTE:
209
case
PNG_COLOR_TYPE_RGB:
217
case
PNG_COLOR_TYPE_RGB_ALPHA:
220
case
PNG_COLOR_TYPE_GRAY:
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_events.c
60
case
DIET_BUTTONPRESS:
64
case
DIET_BUTTONRELEASE:
68
case
DIET_KEYPRESS:
71
case
DIET_KEYRELEASE:
74
case
DIET_AXISMOTION:
201
case
DIBI_LEFT:
203
case
DIBI_MIDDLE:
205
case
DIBI_RIGHT:
SDL_DirectFB_yuv.c
104
case
SDL_YV12_OVERLAY:
107
case
SDL_IYUV_OVERLAY:
110
case
SDL_YUY2_OVERLAY:
113
case
SDL_UYVY_OVERLAY:
195
case
SDL_YV12_OVERLAY:
196
case
SDL_IYUV_OVERLAY:
228
case
SDL_YV12_OVERLAY:
229
case
SDL_IYUV_OVERLAY:
/external/qemu/proxy/
proxy_http_connector.c
89
case
STATE_RECEIVE_ANSWER_LINE1:
90
case
STATE_RECEIVE_ANSWER_LINE2:
94
case
STATE_CONNECTING:
95
case
STATE_SEND_HEADER:
118
case
STATE_CONNECTING:
123
case
STATE_SEND_HEADER:
131
case
STATE_RECEIVE_ANSWER_LINE1:
132
case
STATE_RECEIVE_ANSWER_LINE2:
/external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp
188
case
TPVJPGDEC_SUCCESS:
191
case
TPVJPGDEC_FRAME_READY:
192
case
TPVJPGDEC_DONE:
194
case
TPVJPGDEC_FAIL:
195
case
TPVJPGDEC_INVALID_MEMORY:
196
case
TPVJPGDEC_INVALID_PARAMS:
197
case
TPVJPGDEC_NO_IMAGE_DATA:
200
case
TPVJPGDEC_WAITING_FOR_INPUT:
/external/svox/pico/lib/
picodsp.h
92
case
0: do { aAction; \
93
case
7: aAction; \
94
case
6: aAction; \
95
case
5: aAction; \
96
case
4: aAction; \
97
case
3: aAction; \
98
case
2: aAction; \
99
case
1: aAction; \
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/instanceof/
instanceof-003.js
21
The test
case
described above is correct, however the second test
case
in this file is not,
/external/webkit/WebCore/bindings/v8/
V8NPUtils.cpp
50
// It is really the caller's responsibility to deal with the empty handle
case
because there could be different actions to
86
case
NPVariantType_Int32:
88
case
NPVariantType_Double:
90
case
NPVariantType_Bool:
92
case
NPVariantType_Null:
94
case
NPVariantType_Void:
96
case
NPVariantType_String: {
100
case
NPVariantType_Object: {
/external/webkit/WebCore/manual-tests/
autocompletion-fire-onchange.html
4
// This test
case
is based on the test
case
http://data.ici-bas.fr/chromiumissue10879/.
/external/webkit/WebKit/gtk/webkit/
webkithittestresult.cpp
77
case
PROP_CONTEXT:
80
case
PROP_LINK_URI:
83
case
PROP_IMAGE_URI:
86
case
PROP_MEDIA_URI:
100
case
PROP_CONTEXT:
103
case
PROP_LINK_URI:
107
case
PROP_IMAGE_URI:
111
case
PROP_MEDIA_URI:
/external/webkit/WebKitTools/simplejson/
_speedups.c
32
case
'/': output[chars++] = (char)c; break;
33
case
'\\': output[chars++] = (char)c; break;
34
case
'"': output[chars++] = (char)c; break;
35
case
'\b': output[chars++] = 'b'; break;
36
case
'\f': output[chars++] = 'f'; break;
37
case
'\n': output[chars++] = 'n'; break;
38
case
'\r': output[chars++] = 'r'; break;
39
case
'\t': output[chars++] = 't'; break;
/external/zlib/examples/
zpipe.c
118
case
Z_NEED_DICT:
120
case
Z_DATA_ERROR:
121
case
Z_MEM_ERROR:
145
case
Z_ERRNO:
151
case
Z_STREAM_ERROR:
154
case
Z_DATA_ERROR:
157
case
Z_MEM_ERROR:
160
case
Z_VERSION_ERROR:
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sistream.cpp
140
case
't': c = '\t'; break;
141
case
'n': c = '\n'; break;
142
case
'r': c = '\r'; break;
143
case
'b': c = '\b'; break;
144
case
'E': c = 27; break; // ESC sequence
145
case
'\"': c = '\"'; break;
146
case
'\'': c = '\''; break;
147
case
'\\': c = '\\'; break;
/frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp
152
case
OUTPUT_FORMAT_DEFAULT:
153
case
OUTPUT_FORMAT_THREE_GPP:
154
case
OUTPUT_FORMAT_MPEG_4:
157
case
OUTPUT_FORMAT_AMR_NB:
158
case
OUTPUT_FORMAT_AMR_WB:
251
case
VIDEO_ENCODER_H263:
255
case
VIDEO_ENCODER_MPEG_4_SP:
259
case
VIDEO_ENCODER_H264:
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java
135
case
RILConstants.NETWORK_MODE_CDMA:
136
case
RILConstants.NETWORK_MODE_CDMA_NO_EVDO:
137
case
RILConstants.NETWORK_MODE_EVDO_NO_CDMA:
140
case
RILConstants.NETWORK_MODE_WCDMA_PREF:
141
case
RILConstants.NETWORK_MODE_GSM_ONLY:
142
case
RILConstants.NETWORK_MODE_WCDMA_ONLY:
143
case
RILConstants.NETWORK_MODE_GSM_UMTS:
146
case
RILConstants.NETWORK_MODE_GLOBAL:
/frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp
144
case
kDraw_ANPEventType: {
146
case
kBitmap_ANPDrawingModel:
153
case
kLifecycle_ANPEventType:
155
case
kOnLoad_ANPLifecycleAction: {
160
case
kGainFocus_ANPLifecycleAction: {
165
case
kLoseFocus_ANPLifecycleAction: {
172
case
kTouch_ANPEventType:
175
case
kKey_ANPEventType:
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeBuilder.c
156
case
ASSOC_REQUEST:
159
case
ASSOC_RESPONSE:
162
case
RE_ASSOC_REQUEST:
165
case
RE_ASSOC_RESPONSE:
168
case
DIS_ASSOC:
171
case
AUTH:
174
case
DE_AUTH:
177
case
ACTION:
/packages/apps/Calendar/src/com/android/calendar/
MenuHelper.java
132
case
MENU_SELECT_CALENDARS: {
138
case
MENU_GOTO_TODAY:
141
case
MENU_PREFERENCES:
144
case
MENU_AGENDA:
147
case
MENU_DAY:
150
case
MENU_WEEK:
153
case
MENU_MONTH:
156
case
MENU_EVENT_CREATE: {
Completed in 787 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>