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

<<21222324252627282930>>

  /system/core/rootdir/etc/
init.goldfish.sh 7 case "$qemud" in
10 case "$radio_ril" in
22 case "$num_dns" in
36 case "$boot_anim" in
  /build/tools/lsd/
cmdline.c 95 case 0:
104 case 'h': print_help(); exit(1); break;
105 case 'V': *verbose = 1; break;
106 case 'p': *info = 1; break;
107 case 'n': *list_needed_libs = 1; break;
108 case 'L':
118 case '?':
  /external/blktrace/btt/
args.c 290 case 'a':
293 case 'A':
296 case 'B':
299 case 'd':
302 case 'D':
305 case 'e':
308 case 'h':
311 case 'i':
314 case 'l':
317 case 'L'
    [all...]
  /external/bluetooth/glib/glib/
giounix.c 199 case EINTR:
203 case EAGAIN:
240 case EINTR:
244 case EAGAIN:
273 case G_SEEK_SET:
276 case G_SEEK_CUR:
279 case G_SEEK_END:
421 case O_RDONLY:
425 case O_WRONLY:
429 case O_RDWR
    [all...]
  /external/jpeg/
jdapimin.c 10 * needed in either the normal full-decompression case or the
11 * transcoding-only case.
16 * case.
26 * The error manager must already be set up (in case memory manager fails).
120 case 1:
125 case 3:
130 case 0:
133 case 1:
160 case 4:
163 case 0
    [all...]
  /external/proguard/src/proguard/evaluation/value/
SpecificValueFactory.java 54 case -1: return INTEGER_VALUE_M1;
55 case 0: return INTEGER_VALUE_0;
56 case 1: return INTEGER_VALUE_1;
57 case 2: return INTEGER_VALUE_2;
58 case 3: return INTEGER_VALUE_3;
59 case 4: return INTEGER_VALUE_4;
60 case 5: return INTEGER_VALUE_5;
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 44 case '(': return 1;
45 case '.': return 1;
46 case '0': return 1;
47 case '1': return 1;
48 case '2': return 1;
49 case '3': return 1;
50 case '4': return 1;
51 case '5': return 1;
52 case '7': return 1;
53 case '8': return 1
    [all...]
  /external/webkit/WebCore/svg/
SVGPathSegList.cpp 66 case SVGPathSeg::PATHSEG_MOVETO_ABS:
72 case SVGPathSeg::PATHSEG_LINETO_ABS:
78 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
86 case SVGPathSeg::PATHSEG_CLOSEPATH:
115 case SVGPathSeg::PATHSEG_MOVETO_ABS:
121 case SVGPathSeg::PATHSEG_LINETO_ABS:
127 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
135 case SVGPathSeg::PATHSEG_CLOSEPATH:
200 case SVGPathSeg::PATHSEG_CLOSEPATH:
203 case SVGPathSeg::PATHSEG_LINETO_HORIZONTAL_ABS
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 88 case PixelFormat.A_8:
89 case PixelFormat.LA_88:
90 case PixelFormat.RGBA_4444:
91 case PixelFormat.RGBA_5551:
92 case PixelFormat.RGBA_8888:
93 case PixelFormat.TRANSLUCENT:
94 case PixelFormat.TRANSPARENT:
  /system/extras/tests/cpueater/
daemonize.c 51 case 'f':
57 case 'd':
63 case 'a':
85 case -1:
89 case 0:
105 case -1:
107 case 0:
  /external/tcpdump/
print-802_11.c 51 case TRUNCATED: \
53 case PRESENT: \
58 case NOT_PRESENT: \
66 case TRUNCATED: \
68 case PRESENT: \
81 case NOT_PRESENT: \
87 case TRUNCATED: \
89 case PRESENT: \
92 case NOT_PRESENT: \
172 case E_SSID
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 72 case RegOps.REM:
73 case RegOps.ADD:
74 case RegOps.MUL:
75 case RegOps.DIV:
76 case RegOps.AND:
77 case RegOps.OR:
78 case RegOps.XOR:
81 case RegOps.SHL:
82 case RegOps.SHR:
83 case RegOps.USHR
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
RoundingMode.java 81 * for the case that rounding is necessary, i.e. for the case that the value
104 case BigDecimal.ROUND_CEILING:
106 case BigDecimal.ROUND_DOWN:
108 case BigDecimal.ROUND_FLOOR:
110 case BigDecimal.ROUND_HALF_DOWN:
112 case BigDecimal.ROUND_HALF_EVEN:
114 case BigDecimal.ROUND_HALF_UP:
116 case BigDecimal.ROUND_UNNECESSARY:
118 case BigDecimal.ROUND_UP
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 94 case UNSPECIFIED:
97 case KEY_COMPROMISE:
100 case CA_COMPROMISE:
103 case AFFILIATION_CHANGED:
106 case SUPERSEDED:
109 case CESSATION_OF_OPERATION:
112 case CERTIFICATE_HOLD:
115 case REMOVE_FROM_CRL:
118 case PRIVILEGE_WITHDRAWN:
121 case AA_COMPROMISE
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 126 case ' ':
127 case '\'':
128 case '(':
129 case ')':
130 case '+':
131 case '-':
132 case '.':
133 case ':':
134 case '=':
135 case '?'
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 107 case 0:
116 case 1: print_help(argv[0]); exit(1); break;
117 case 'o':
120 case 't':
123 case 'h':
126 case 'w':
129 case 'r':
132 case 'g': *gray = 1; break;
133 case 'V': *verbose = 1; break;
134 case '?'
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c 23 case '0': return 0;
24 case '1': return 1;
25 case '2': return 2;
26 case '3': return 3;
27 case '4': return 4;
28 case '5': return 5;
29 case '6': return 6;
30 case '7': return 7;
31 case '8': return 8;
32 case '9': return 9
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 637 case PV_AUD_TYPE_G723:
640 case PV_AUD_TYPE_GSM:
643 case PV_VID_TYPE_H263:
646 case PV_VID_TYPE_MPEG4:
719 case PVT_AL1:
722 case PVT_AL2:
725 case PVT_AL3:
739 case 1:
740 case 2:
743 case 3
    [all...]
  /external/openssl/ssl/
bio_ssl.c 172 case SSL_ERROR_NONE:
199 case SSL_ERROR_WANT_READ:
202 case SSL_ERROR_WANT_WRITE:
205 case SSL_ERROR_WANT_X509_LOOKUP:
209 case SSL_ERROR_WANT_ACCEPT:
213 case SSL_ERROR_WANT_CONNECT:
217 case SSL_ERROR_SYSCALL:
218 case SSL_ERROR_SSL:
219 case SSL_ERROR_ZERO_RETURN:
247 case SSL_ERROR_NONE
    [all...]
  /external/proguard/src/proguard/obfuscate/
SimpleNameFactory.java 27 * This <code>NameFactory</code> generates unique short names, using mixed-case
28 * characters or lower-case characters only.
44 * Creates a new <code>SimpleNameFactory</code> that generates mixed-case names.
55 * names will be mixed-case, or lower-case only.
106 // If we're allowed to generate mixed-case names, we can use twice as
138 System.out.println("Some mixed-case names:");
140 System.out.println("Some lower-case names:");
142 System.out.println("Some more mixed-case names:");
144 System.out.println("Some more lower-case names:")
    [all...]
  /external/proguard/src/proguard/optimize/info/
FieldOptimizationInfo.java 122 case ClassConstants.INTERNAL_TYPE_BOOLEAN:
123 case ClassConstants.INTERNAL_TYPE_BYTE:
124 case ClassConstants.INTERNAL_TYPE_CHAR:
125 case ClassConstants.INTERNAL_TYPE_SHORT:
126 case ClassConstants.INTERNAL_TYPE_INT:
129 case ClassConstants.INTERNAL_TYPE_LONG:
132 case ClassConstants.INTERNAL_TYPE_FLOAT:
135 case ClassConstants.INTERNAL_TYPE_DOUBLE:
138 case ClassConstants.INTERNAL_TYPE_CLASS_START:
139 case ClassConstants.INTERNAL_TYPE_ARRAY
    [all...]
  /frameworks/base/awt/java/awt/event/
WindowEvent.java 126 case WINDOW_OPENED:
129 case WINDOW_CLOSING:
132 case WINDOW_CLOSED:
135 case WINDOW_ICONIFIED:
138 case WINDOW_DEICONIFIED:
141 case WINDOW_ACTIVATED:
144 case WINDOW_DEACTIVATED:
147 case WINDOW_GAINED_FOCUS:
150 case WINDOW_LOST_FOCUS:
153 case WINDOW_STATE_CHANGED
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 92 case KeyEvent.KEYCODE_0:
104 case KeyEvent.KEYCODE_1:
108 case KeyEvent.KEYCODE_2:
112 case KeyEvent.KEYCODE_3:
116 case KeyEvent.KEYCODE_4:
120 case KeyEvent.KEYCODE_5:
124 case KeyEvent.KEYCODE_6:
128 case KeyEvent.KEYCODE_7:
132 case KeyEvent.KEYCODE_8:
136 case KeyEvent.KEYCODE_9
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 120 case 0: return State.ACTIVE;
121 case 1: return State.HOLDING;
122 case 2: return State.DIALING;
123 case 3: return State.ALERTING;
124 case 4: return State.INCOMING;
125 case 5: return State.WAITING;
135 case 0: return Connection.PRESENTATION_ALLOWED;
136 case 1: return Connection.PRESENTATION_RESTRICTED;
137 case 2: return Connection.PRESENTATION_UNKNOWN;
138 case 3: return Connection.PRESENTATION_PAYPHONE
    [all...]
  /hardware/ti/wlan/wl1271/Test/
rsnDbg.c 77 case DBG_RSN_PRINT_HELP:
81 case DBG_RSN_SET_DESIRED_AUTH:
91 case DBG_RSN_SET_DESIRED_CIPHER:
102 case DBG_RSN_GEN_MIC_FAILURE_REPORT:
108 case DBG_RSN_GET_PARAM_802_11_CAPABILITY:
117 case DBG_RSN_GET_PMKID_CACHE:
127 case DBG_RSN_RESET_PMKID_CACHE:
133 case DBG_RSN_PRINT_ROGUE_AP_TABLE:
138 case DBG_RSN_SET_PORT_STATUS:
143 case DBG_RSN_PRINT_PORT_STATUS
    [all...]

Completed in 157 milliseconds

<<21222324252627282930>>