HomeSort by relevance Sort by last modified time
    Searched full:case (Results 651 - 675 of 63534) sorted by null

<<21222324252627282930>>

  /external/pdfium/core/fxcrt/css/
cfx_cssnumbervalue.cpp 19 case CFX_CSSNumberType::Pixels:
20 case CFX_CSSNumberType::Number:
22 case CFX_CSSNumberType::EMS:
23 case CFX_CSSNumberType::EXS:
25 case CFX_CSSNumberType::Percent:
27 case CFX_CSSNumberType::CentiMeters:
29 case CFX_CSSNumberType::MilliMeters:
31 case CFX_CSSNumberType::Inches:
33 case CFX_CSSNumberType::Picas:
35 case CFX_CSSNumberType::Points
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format.cc 24 case kRtpVideoH264:
26 case kRtpVideoVp8:
29 case kRtpVideoVp9:
32 case kRtpVideoGeneric:
34 case kRtpVideoNone:
42 case kRtpVideoH264:
44 case kRtpVideoVp8:
46 case kRtpVideoVp9:
48 case kRtpVideoGeneric:
50 case kRtpVideoNone
    [all...]
  /prebuilts/go/darwin-x86/src/math/
nextafter.go 15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case
17 case x == y:
19 case x == 0:
21 case (y > x) == (x > 0):
37 case IsNaN(x) || IsNaN(y): // special case
39 case x == y:
41 case x == 0:
43 case (y > x) == (x > 0)
    [all...]
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch_posix.go 16 case syscall.AF_INET:
18 case syscall.AF_INET6:
20 case syscall.AF_UNIX:
30 case syscall.SOCK_STREAM:
32 case syscall.SOCK_DGRAM:
34 case syscall.SOCK_RAW:
36 case syscall.SOCK_SEQPACKET:
49 case 0:
51 case syscall.IPPROTO_TCP:
53 case syscall.IPPROTO_UDP
    [all...]
  /prebuilts/go/linux-x86/src/math/
nextafter.go 15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case
17 case x == y:
19 case x == 0:
21 case (y > x) == (x > 0):
37 case IsNaN(x) || IsNaN(y): // special case
39 case x == y:
41 case x == 0:
43 case (y > x) == (x > 0)
    [all...]
  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch_posix.go 16 case syscall.AF_INET:
18 case syscall.AF_INET6:
20 case syscall.AF_UNIX:
30 case syscall.SOCK_STREAM:
32 case syscall.SOCK_DGRAM:
34 case syscall.SOCK_RAW:
36 case syscall.SOCK_SEQPACKET:
49 case 0:
51 case syscall.IPPROTO_TCP:
53 case syscall.IPPROTO_UDP
    [all...]
  /external/mesa3d/src/mesa/main/
texenv.c 60 case GL_MODULATE:
61 case GL_BLEND:
62 case GL_DECAL:
63 case GL_REPLACE:
64 case GL_ADD:
65 case GL_COMBINE:
68 case GL_REPLACE_EXT:
72 case GL_COMBINE4_NV:
114 case GL_REPLACE:
115 case GL_MODULATE
    [all...]
  /external/deqp/data/gles2/shaders/
declarations.test 2 case attribute_in_vertex_main
19 case attribute_in_fragment
36 case uniform_in_vertex_main
53 case uniform_in_fragment_main
70 case varying_in_vertex_main
88 case varying_in_fragment_main
106 case invariant_attribute
123 case invariant_uniform
144 case float_partially_specified_fragment
160 case float_fragmen
    [all...]
  /external/strace/
prctl.c 96 case PR_GET_KEEPCAPS:
97 case PR_GET_SECCOMP:
98 case PR_GET_TIMERSLACK:
99 case PR_GET_TIMING:
102 case PR_GET_CHILD_SUBREAPER:
103 case PR_GET_ENDIAN:
104 case PR_GET_FPEMU:
105 case PR_GET_FPEXC:
112 case PR_GET_DUMPABLE:
120 case PR_GET_NAME
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 22 case naclbitc::CAST_TRUNC:
25 case naclbitc::CAST_ZEXT:
28 case naclbitc::CAST_SEXT:
31 case naclbitc::CAST_FPTOUI:
34 case naclbitc::CAST_FPTOSI:
37 case naclbitc::CAST_UITOFP:
40 case naclbitc::CAST_SITOFP:
43 case naclbitc::CAST_FPTRUNC:
46 case naclbitc::CAST_FPEXT:
49 case naclbitc::CAST_BITCAST
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
h8500-dis.c 118 case 0:
119 case FP:
126 case RN:
129 case RS:
132 case CRB:
137 case CRW:
142 case DISP16:
146 case FPIND_D8:
147 case DISP8:
150 case RD
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 49 /* MSVC case instensitive compare */
158 case PIPE_CAP_MAX_RENDER_TARGETS:
160 case PIPE_CAP_MAX_TEXTURE_2D_LEVELS:
162 case PIPE_CAP_MAX_TEXTURE_3D_LEVELS:
164 case PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS:
166 case PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS:
168 case PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_COMPONENTS:
169 case PIPE_CAP_MAX_STREAM_OUTPUT_INTERLEAVED_COMPONENTS:
171 case PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES:
172 case PIPE_CAP_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 88 case Opcodes.NOP:
89 case Opcodes.INEG:
90 case Opcodes.LNEG:
91 case Opcodes.FNEG:
92 case Opcodes.DNEG:
93 case Opcodes.I2B:
94 case Opcodes.I2C:
95 case Opcodes.I2S:
96 case Opcodes.RETURN:
98 case Opcodes.ACONST_NULL
    [all...]
  /external/expat/lib/
xmlrole.c 157 case XML_TOK_PROLOG_S:
160 case XML_TOK_XML_DECL:
163 case XML_TOK_PI:
166 case XML_TOK_COMMENT:
169 case XML_TOK_BOM:
171 case XML_TOK_DECL_OPEN:
179 case XML_TOK_INSTANCE_START:
194 case XML_TOK_PROLOG_S:
196 case XML_TOK_PI:
198 case XML_TOK_COMMENT
    [all...]
  /external/capstone/arch/Sparc/
SparcInstPrinter.c 109 case SP_JMPLrr:
110 case SP_JMPLri:
118 case SP_G0: // jmp $addr | ret | retl
123 case SP_I7: SStream_concat0(O, "ret"); MCInst_setOpcodePub(MI, SPARC_INS_RET); return true;
124 case SP_O7: SStream_concat0(O, "retl"); MCInst_setOpcodePub(MI, SPARC_INS_RETL); return true;
132 case SP_O7: // call $addr
138 case SP_V9FCMPS:
139 case SP_V9FCMPD:
140 case SP_V9FCMPQ:
141 case SP_V9FCMPES
    [all...]
  /external/jemalloc/src/
util.c 2 * Define simple versions of assertion macros that won't recurse in case
129 case '\t': case '\n': case '\v': case '\f': case '\r': case ' ':
132 case '-':
135 case '+':
153 case '0': case '1': case '2': case '3': case '4': case '5'
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.cpp 75 case MTP_TYPE_INT8:
78 case MTP_TYPE_UINT8:
81 case MTP_TYPE_INT16:
84 case MTP_TYPE_UINT16:
87 case MTP_TYPE_INT32:
90 case MTP_TYPE_UINT32:
93 case MTP_TYPE_INT64:
96 case MTP_TYPE_UINT64:
139 case MTP_TYPE_AINT8:
140 case MTP_TYPE_AUINT8
    [all...]
  /art/compiler/optimizing/
scheduler_arm.cc 34 case DataType::Type::kInt64:
41 case DataType::Type::kFloat32:
42 case DataType::Type::kFloat64:
61 case DataType::Type::kInt64:
65 case DataType::Type::kFloat32:
66 case DataType::Type::kFloat64:
77 case DataType::Type::kInt64:
81 case DataType::Type::kFloat32:
82 case DataType::Type::kFloat64:
105 case DataType::Type::kInt32
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlrole.c 135 case XML_TOK_PROLOG_S:
138 case XML_TOK_XML_DECL:
141 case XML_TOK_PI:
144 case XML_TOK_COMMENT:
147 case XML_TOK_BOM:
149 case XML_TOK_DECL_OPEN:
157 case XML_TOK_INSTANCE_START:
172 case XML_TOK_PROLOG_S:
174 case XML_TOK_PI:
176 case XML_TOK_COMMENT:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlrole.c 129 case XML_TOK_PROLOG_S:
132 case XML_TOK_XML_DECL:
135 case XML_TOK_PI:
138 case XML_TOK_COMMENT:
141 case XML_TOK_BOM:
143 case XML_TOK_DECL_OPEN:
151 case XML_TOK_INSTANCE_START:
166 case XML_TOK_PROLOG_S:
168 case XML_TOK_PI:
170 case XML_TOK_COMMENT:
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Frame.java 207 case Opcodes.NOP:
209 case Opcodes.ACONST_NULL:
210 case Opcodes.ICONST_M1:
211 case Opcodes.ICONST_0:
212 case Opcodes.ICONST_1:
213 case Opcodes.ICONST_2:
214 case Opcodes.ICONST_3:
215 case Opcodes.ICONST_4:
216 case Opcodes.ICONST_5:
217 case Opcodes.LCONST_0
    [all...]
  /external/python/cpython2/Modules/expat/
xmlrole.c 135 case XML_TOK_PROLOG_S:
138 case XML_TOK_XML_DECL:
141 case XML_TOK_PI:
144 case XML_TOK_COMMENT:
147 case XML_TOK_BOM:
149 case XML_TOK_DECL_OPEN:
157 case XML_TOK_INSTANCE_START:
172 case XML_TOK_PROLOG_S:
174 case XML_TOK_PI:
176 case XML_TOK_COMMENT
    [all...]
  /external/python/cpython3/Modules/expat/
xmlrole.c 135 case XML_TOK_PROLOG_S:
138 case XML_TOK_XML_DECL:
141 case XML_TOK_PI:
144 case XML_TOK_COMMENT:
147 case XML_TOK_BOM:
149 case XML_TOK_DECL_OPEN:
157 case XML_TOK_INSTANCE_START:
172 case XML_TOK_PROLOG_S:
174 case XML_TOK_PI:
176 case XML_TOK_COMMENT
    [all...]
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-cxx98.cpp 16 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
18 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
20 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
25 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
28 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
30 case 111:
32 case 112:
34 case 113:
37 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'b (…)
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 31 case VK_PPC_LO: OS << "lo16"; break;
32 case VK_PPC_HI: OS << "hi16"; break;
33 case VK_PPC_HA: OS << "ha16"; break;
44 case VK_PPC_LO: OS << "@l"; break;
45 case VK_PPC_HI: OS << "@h"; break;
46 case VK_PPC_HA: OS << "@ha"; break;
47 case VK_PPC_HIGHER: OS << "@higher"; break;
48 case VK_PPC_HIGHERA: OS << "@highera"; break;
49 case VK_PPC_HIGHEST: OS << "@highest"; break;
50 case VK_PPC_HIGHESTA: OS << "@highesta"; break
    [all...]

Completed in 908 milliseconds

<<21222324252627282930>>