OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:case
(Results
826 - 850
of
63534
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/syslinux/com32/lib/
fopendev.c
17
case
'r':
20
case
'w':
23
case
'a':
26
case
'+':
/external/syslinux/com32/lib/sys/
zfopen.c
18
case
'r':
21
case
'w':
24
case
'a':
27
case
'+':
/external/syslinux/core/include/
codepage.h
15
uint8_t upper[256]; /* Codepage upper
case
table */
16
uint8_t lower[256]; /* Codepage lower
case
table */
19
* The primary Unicode match is the same
case
, i.e. A -> A,
20
* the secondary Unicode match is the opposite
case
, i.e. A -> a.
/external/tcpdump/
print-mpls.c
97
case
0: /* IPv4 explicit NULL label */
98
case
3: /* IPv4 implicit NULL label */
102
case
2: /* IPv6 explicit NULL label */
139
case
0x45:
140
case
0x46:
141
case
0x47:
142
case
0x48:
143
case
0x49:
144
case
0x4a:
145
case
0x4b
[
all
...]
/external/tensorflow/tensorflow/core/framework/
types.cc
53
case
DT_INVALID:
55
case
DT_FLOAT:
57
case
DT_DOUBLE:
59
case
DT_INT32:
61
case
DT_UINT32:
63
case
DT_UINT8:
65
case
DT_UINT16:
67
case
DT_INT16:
69
case
DT_INT8:
71
case
DT_STRING
[
all
...]
/external/v8/src/arm64/
eh-frame-arm64.cc
31
case
Register::kCode_x28:
33
case
Register::kCode_x29:
35
case
Register::kCode_x30:
37
case
Register::kCode_x31:
39
case
Register::kCode_x0:
52
case
kFpDwarfCode:
54
case
kLrDwarfCode:
56
case
kJsSpDwarfCode:
58
case
kCSpDwarfCode:
/external/valgrind/massif/tests/
null.c
1
// This test does no allocations, to make sure that
case
is handled ok (eg.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
OWNERS
5
# Emergency approvers in
case
the above are not availabl
/frameworks/rs/
rsComponent.cpp
43
case
RS_KIND_PIXEL_L:
44
case
RS_KIND_PIXEL_A:
49
case
RS_KIND_PIXEL_LA:
54
case
RS_KIND_PIXEL_RGB:
59
case
RS_KIND_PIXEL_RGBA:
64
case
RS_KIND_PIXEL_YUV:
76
case
RS_TYPE_NONE:
78
case
RS_TYPE_UNSIGNED_5_6_5:
84
case
RS_TYPE_UNSIGNED_5_5_5_1:
90
case
RS_TYPE_UNSIGNED_4_4_4_4
[
all
...]
/frameworks/wilhelm/src/
data.cpp
40
case
SL_DATALOCATOR_ADDRESS:
49
case
SL_DATALOCATOR_BUFFERQUEUE:
54
case
SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE:
65
case
SL_DATALOCATOR_IODEVICE:
74
case
SL_IODEVICE_LEDARRAY:
77
case
SL_IODEVICE_VIBRA:
80
case
XA_IODEVICE_CAMERA:
83
case
XA_IODEVICE_RADIO:
87
case
SL_IODEVICE_AUDIOINPUT:
88
//
case
SL_IODEVICE_AUDIOOUTPUT: // does not exist in 1.0.1, added in 1.
[
all
...]
/packages/apps/Settings/src/com/android/settings/fingerprint/
OWNERS
5
# Emergency approvers in
case
the above are not availabl
/packages/apps/Settings/src/com/android/settings/inputmethod/
OWNERS
5
# Emergency approvers in
case
the above are not availabl
/packages/apps/Settings/src/com/android/settings/nfc/
OWNERS
5
# Emergency approvers in
case
the above are not availabl
/prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
emptydecl.golden
3
// Test
case
for issue 7631.
emptydecl.input
3
// Test
case
for issue 7631.
/prebuilts/go/darwin-x86/test/fixedbugs/
issue15895.go
15
case
A([1]int{1}):
16
case
A([1]int{1}):
24
case
y:
25
case
z:
issue9006.go
21
case
NewT1(1):
23
case
NewT1(0):
30
case
NewT2(2):
32
case
NewT2(0):
/prebuilts/go/darwin-x86/test/
switch4.go
20
case
5:
21
fallthrough // ERROR "cannot fallthrough final
case
in switch"
30
case
s:
34
case
i:
turing.go
21
case
']':
23
case
'[':
33
case
'>':
35
case
'<':
37
case
'+':
39
case
'-':
41
case
'.':
43
case
'[':
47
case
']':
/prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
emptydecl.golden
3
// Test
case
for issue 7631.
emptydecl.input
3
// Test
case
for issue 7631.
/prebuilts/go/linux-x86/test/fixedbugs/
issue15895.go
15
case
A([1]int{1}):
16
case
A([1]int{1}):
24
case
y:
25
case
z:
issue9006.go
21
case
NewT1(1):
23
case
NewT1(0):
30
case
NewT2(2):
32
case
NewT2(0):
/prebuilts/go/linux-x86/test/
switch4.go
20
case
5:
21
fallthrough // ERROR "cannot fallthrough final
case
in switch"
30
case
s:
34
case
i:
turing.go
21
case
']':
23
case
'[':
33
case
'>':
35
case
'<':
37
case
'+':
39
case
'-':
41
case
'.':
43
case
'[':
47
case
']':
Completed in 1363 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>