OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:case
(Results
1001 - 1025
of
63534
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc
183
case
0x104Eu:
187
case
0x002Du:
case
0x00A0u:
case
0x00D7u:
case
0x2012u:
188
case
0x2013u:
case
0x2014u:
case
0x2015u:
case
0x2022u:
189
case
0x25CCu: case 0x25FBu: case 0x25FCu: case 0x25FDu
[
all
...]
/art/runtime/
deoptimization_kind.h
36
case
DeoptimizationKind::kAotInlineCache: return "AOT inline cache";
37
case
DeoptimizationKind::kJitInlineCache: return "JIT inline cache";
38
case
DeoptimizationKind::kJitSameTarget: return "JIT same target";
39
case
DeoptimizationKind::kLoopBoundsBCE: return "loop bounds check elimination";
40
case
DeoptimizationKind::kLoopNullBCE: return "loop bounds check elimination on null";
41
case
DeoptimizationKind::kBlockBCE: return "block bounds check elimination";
42
case
DeoptimizationKind::kCHA: return "class hierarchy analysis";
43
case
DeoptimizationKind::kFullFrame: return "full frame";
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
main.c
13
case
M0_FUNC_SUSPEND:
16
case
M0_FUNC_DRAM:
/external/clang/lib/Analysis/
ScanfFormatString.cpp
45
// Special
case
: ']' is the first character.
53
// Special
case
: "^]" are the first characters.
164
case
'%': k = ConversionSpecifier::PercentArg; break;
165
case
'A': k = ConversionSpecifier::AArg; break;
166
case
'E': k = ConversionSpecifier::EArg; break;
167
case
'F': k = ConversionSpecifier::FArg; break;
168
case
'G': k = ConversionSpecifier::GArg; break;
169
case
'X': k = ConversionSpecifier::XArg; break;
170
case
'a': k = ConversionSpecifier::aArg; break;
171
case
'd': k = ConversionSpecifier::dArg; break
[
all
...]
/external/clang/test/PCH/
case-insensitive-include.c
1
// REQUIRES:
case
-insensitive-filesystem
4
// RUN: cp %S/Inputs/
case
-insensitive-include.h %T
11
// RUN: cp %T/
case
-insensitive-include.h %t.copy
12
// RUN: touch -r %T/
case
-insensitive-include.h %t.copy
13
// RUN: mv %t.copy %T/
case
-insensitive-include.h
22
#include "
case
-insensitive-include.h"
23
#include "
Case
-Insensitive-Include.h"
27
#include "
Case
-Insensitive-Include.h"
/external/clang/test/SemaCXX/
constexpr-duffs-device.cpp
7
case
0: do { *to++ = *from++;
8
case
7: *to++ = *from++;
9
case
6: *to++ = *from++;
10
case
5: *to++ = *from++;
11
case
4: *to++ = *from++;
12
case
3: *to++ = *from++;
13
case
2: *to++ = *from++;
14
case
1: *to++ = *from++;
/external/deqp/data/gles2/shaders/
invalid_implicit_conversions.test
6
case
add_float_int_float
24
case
add_float_int_int
42
case
add_float_ivec2_float
60
case
add_float_ivec2_ivec2
78
case
add_float_ivec3_float
96
case
add_float_ivec3_ivec3
114
case
add_float_ivec4_float
132
case
add_float_ivec4_ivec4
150
case
add_vec2_int_vec2
168
case
add_vec2_int_in
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.cpp
53
case
VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT: return "Unknown";
54
case
VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT: return "Instance";
55
case
VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT: return "PhysicalDevice";
56
case
VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT: return "Device";
57
case
VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT: return "Queue";
58
case
VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT: return "Semaphore";
59
case
VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT: return "CommandBuffer";
60
case
VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT: return "Fence";
61
case
VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT: return "DeviceMemory";
62
case
VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT: return "Buffer"
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTexture.cpp
40
case
IMAGE_TYPE_1D:
41
case
IMAGE_TYPE_BUFFER:
47
case
IMAGE_TYPE_1D_ARRAY:
52
case
IMAGE_TYPE_2D:
57
case
IMAGE_TYPE_2D_ARRAY:
61
case
IMAGE_TYPE_CUBE:
67
case
IMAGE_TYPE_CUBE_ARRAY:
73
case
IMAGE_TYPE_3D:
106
case
IMAGE_TYPE_1D:
107
case
IMAGE_TYPE_BUFFER
[
all
...]
/external/elfutils/libdw/
dwarf_aggregate_size.c
72
case
DW_TAG_subrange_type:
103
case
DW_LANG_C:
104
case
DW_LANG_C89:
105
case
DW_LANG_C99:
106
case
DW_LANG_C11:
107
case
DW_LANG_C_plus_plus:
108
case
DW_LANG_C_plus_plus_11:
109
case
DW_LANG_C_plus_plus_14:
110
case
DW_LANG_ObjC:
111
case
DW_LANG_ObjC_plus_plus
[
all
...]
/external/llvm/lib/Support/
Twine.cpp
34
case
CStringKind:
37
case
StdStringKind: {
54
case
Twine::NullKind: break;
55
case
Twine::EmptyKind: break;
56
case
Twine::TwineKind:
59
case
Twine::CStringKind:
62
case
Twine::StdStringKind:
65
case
Twine::StringRefKind:
68
case
Twine::SmallStringKind:
71
case
Twine::CharKind
[
all
...]
/external/markdown/MarkdownTest/Tests_2007/
Links, shortcut references.text
1
This is the [simple
case
].
3
[simple
case
]: /simple
/external/mesa3d/src/compiler/glsl/glcpp/tests/
117-line-continuation-and-non-continuation-backslash.c
1
/* This test
case
is the minimal
case
to replicate the bug reported here:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedEncodedValue.java
54
case
ValueType.BYTE:
57
case
ValueType.SHORT:
60
case
ValueType.CHAR:
63
case
ValueType.INT:
66
case
ValueType.LONG:
69
case
ValueType.FLOAT:
73
case
ValueType.DOUBLE:
77
case
ValueType.STRING:
80
case
ValueType.TYPE:
83
case
ValueType.FIELD
[
all
...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction.java
63
case
Format10t:
65
case
Format10x:
67
case
Format11n:
69
case
Format11x:
71
case
Format12x:
73
case
Format20t:
75
case
Format21c:
77
case
Format21ih:
79
case
Format21lh:
81
case
Format21s
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
28
case
FCOND_F:
29
case
FCOND_T: return "f";
30
case
FCOND_UN:
31
case
FCOND_OR: return "un";
32
case
FCOND_OEQ:
33
case
FCOND_UNE: return "eq";
34
case
FCOND_UEQ:
35
case
FCOND_ONE: return "ueq";
36
case
FCOND_OLT:
37
case
FCOND_UGE: return "olt"
[
all
...]
/external/valgrind/none/tests/s390x/
test_fork.c
7
case
0:
10
case
-1:
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h
23
case
kVideoRotation_0:
25
case
kVideoRotation_90:
27
case
kVideoRotation_180:
29
case
kVideoRotation_270:
38
case
0:
40
case
1:
42
case
2:
45
case
3:
/prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go
25
case
b >= YB:
27
case
b >= ZB:
29
case
b >= EB:
31
case
b >= PB:
33
case
b >= TB:
35
case
b >= GB:
37
case
b >= MB:
39
case
b >= KB:
/prebuilts/go/darwin-x86/test/fixedbugs/
bug003.go
10
switch ; {
case
true: return; default: return }
13
bug003.go:6: fatal error: walkswitch: not
case
EMPTY
issue21988.go
7
// Issue 21988: panic on switch
case
with invalid value
15
case
X:
issue22063.go
7
// Issue 22063: panic on interface switch
case
with invalid name
15
case
X:
issue9731.go
11
case
int:
15
case
map[int]int:
/prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go
25
case
b >= YB:
27
case
b >= ZB:
29
case
b >= EB:
31
case
b >= PB:
33
case
b >= TB:
35
case
b >= GB:
37
case
b >= MB:
39
case
b >= KB:
/prebuilts/go/linux-x86/test/fixedbugs/
bug003.go
10
switch ; {
case
true: return; default: return }
13
bug003.go:6: fatal error: walkswitch: not
case
EMPTY
Completed in 852 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>