OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:case
(Results
1726 - 1750
of
12247
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/bionic/libdl/
dltest.c
91
case
'l':
94
case
's':
97
case
'h': print_help(argv[0]); exit(EXIT_FAILURE); break;
98
case
'?':
/build/libs/host/
list.java
27
System.out.print("
case
'" + argv[0] + "': return \"");
/cts/tests/config_demo/data/
host_config.xml
21
<!-- Specific OEM test
case
directory (optional) -->
/cts/tools/dx-tests/
dx-tests.html
111
The test
case
passed successfully.
118
A functional (normal or boundary) or an exception test
case
126
A verifier test
case
failed. Either the verifier accepted
134
A verifier test
case
threw <code>VerifyError</code>, where a
/cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/jm/
T_tableswitch_6.java
23
case
1:
T_tableswitch_9.java
23
case
1:
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java
65
case
PRIVATE:
67
case
PACKAGE: // 0x80000000
69
case
PROTECTED:
71
case
PUBLIC:
/cts/tools/vm-tests/src/dot/junit/opcodes/packed_switch/d/
T_packed_switch_11.java
23
case
1:
/dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java
51
* both the two- and three-register ops. (See "
case
3" in
84
case
2: {
89
case
3: {
124
* both the two- and three-register ops. (See "
case
3" in
/dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java
133
case
VALUE_BYTE:
134
case
VALUE_SHORT:
135
case
VALUE_INT:
136
case
VALUE_LONG: {
141
case
VALUE_CHAR: {
146
case
VALUE_FLOAT: {
152
case
VALUE_DOUBLE: {
157
case
VALUE_STRING: {
162
case
VALUE_TYPE: {
167
case
VALUE_FIELD:
[
all
...]
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
PriviAction.java
128
case
GET_SYSTEM_PROPERTY:
130
case
GET_SECURITY_PROPERTY:
132
case
GET_SECURITY_POLICY:
134
case
SET_ACCESSIBLE:
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
BERInputStream.java
99
case
NULL:
101
case
SEQUENCE | CONSTRUCTED:
116
case
OCTET_STRING | CONSTRUCTED:
118
case
SET | CONSTRUCTED:
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
RSASSAPSSparams.java
82
case
0:
85
case
1:
88
case
2:
91
case
3:
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
DisplayText.java
82
case
CONTENT_TYPE_IA5STRING:
85
case
CONTENT_TYPE_UTF8STRING:
88
case
CONTENT_TYPE_VISIBLESTRING:
91
case
CONTENT_TYPE_BMPSTRING:
/dalvik/libcore/security/src/test/java/tests/security/interfaces/
DSAKeyPairGeneratorTest.java
113
//exception
case
126
//exception
case
141
//positive
case
149
//positive
case
/dalvik/libcore/support/src/test/java/tests/support/
Support_Configuration.java
387
case
'\r':
390
case
'\n':
393
case
'b':
396
case
'f':
399
case
'n':
402
case
'r':
405
case
't':
408
case
'u':
415
case
'#':
416
case
'!'
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
NodeSortKey.java
45
/** Flag indicating by
case
*/
69
* @param caseOrderUpper Flag indicating whether
case
is relevant
96
// a) language must be provided as a lower-
case
ISO-code
97
// instead of an upper-
case
code
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java
49
//
case
1: Try to create FactoryConfigurationError
56
//
case
2: Try to create FactoryConfigurationError
73
//
case
1: Try to create FactoryConfigurationError
80
//
case
2: Try to create FactoryConfigurationError
/dalvik/tools/dmtracedump/tests/filters/
run_tests.sh
5
case
$file in
/dalvik/vm/alloc/
DdmHeap.c
130
case
HPIF_WHEN_NOW:
133
case
HPIF_WHEN_NEVER:
134
case
HPIF_WHEN_NEXT_GC:
135
case
HPIF_WHEN_EVERY_GC:
303
case
PRIM_BOOLEAN:
304
case
PRIM_BYTE:
307
case
PRIM_CHAR:
308
case
PRIM_SHORT:
311
case
PRIM_INT:
312
case
PRIM_FLOAT
[
all
...]
/dalvik/vm/mterp/x86/
bindiv.S
4
* 32-bit binary div/rem operation. Handles special
case
of op0=minint and
bindiv2addr.S
3
* 32-bit binary div/rem operation. Handles special
case
of op0=minint and
bindivLit8.S
3
* 32-bit div/rem "lit8" binary operation. Handles special
case
of
/development/apps/Development/src/com/android/development/
ShowActivity.java
87
case
ActivityInfo.LAUNCH_MULTIPLE:
90
case
ActivityInfo.LAUNCH_SINGLE_TOP:
93
case
ActivityInfo.LAUNCH_SINGLE_TASK:
96
case
ActivityInfo.LAUNCH_SINGLE_INSTANCE:
/development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java
94
case
TIME_DIALOG_ID:
97
case
DATE_DIALOG_ID:
108
case
TIME_DIALOG_ID:
111
case
DATE_DIALOG_ID:
Completed in 369 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>