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

<<41424344454647484950>>

  /prebuilts/go/linux-x86/test/fixedbugs/
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:
  /test/vts/doc/developer_testing/kernel/
ltp.md 4 1. [Run all the VTS LTP test case locally](run_all_ltp_testcases.md)
5 2. [Run individual VTS LTP test case locally](run_individual_ltp_testcase.md)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
hazard0.s 1 # This test case includes a single case of a load hazard, whereby an
hazard1.s 1 # This test case includes a single case of a load hazard, whereby an
hazard2.s 1 # This test case includes a single case of a load hazard, whereby an
hazard3.s 1 # This test case includes a single case of a load hazard, whereby an
hazard4.s 1 # This test case includes a single case of a load hazard, whereby an
hazard5.s 1 # This test case includes a single case of a load hazard, whereby an
oddldw.s 1 # This test case includes a single case of a load hazard, whereby an
oddsdw.s 1 # This test case includes a single case of a load hazard, whereby an
yield1.s 1 # This test case includes a single case of a yield instruction
yield2.s 1 # This test case includes a single case of a yield instruction
  /toolchain/binutils/binutils-2.27/ld/emulparams/
plt_unwind.sh 16 case OPTION_LD_GENERATED_UNWIND_INFO:
20 case OPTION_NO_LD_GENERATED_UNWIND_INFO:
  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 105 case LITERAL:
112 case CHAR:
114 case INT:
116 case LONG:
118 case FLOAT:
120 case DOUBLE:
123 case BOOLEAN:
126 case STRING:
129 case SHORT:
130 case BYTE
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 592 * table instead. bsearch() has a nice guaranteed worst case
593 * performance, but we're also guaranteed to hit that worst case
608 * In this case we can't return a pointer to the value, so we'll have
624 case GL_MAJOR_VERSION:
627 case GL_MINOR_VERSION:
631 case GL_TEXTURE_1D:
632 case GL_TEXTURE_2D:
633 case GL_TEXTURE_3D:
634 case GL_TEXTURE_CUBE_MAP:
635 case GL_TEXTURE_RECTANGLE_NV
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
58 case Cl::CL_Function:
59 case Cl::CL_Void:
60 case Cl::CL_AddressableVoid:
61 case Cl::CL_DuplicateVectorComponents:
62 case Cl::CL_MemberFunction:
63 case Cl::CL_SubObjCPropertySetting:
64 case Cl::CL_ClassTemporary:
65 case Cl::CL_ArrayTemporary
    [all...]
  /external/libese/libese-teq1/
teq1.c 25 case kRuleResultComplete:
27 case kRuleResultAbort:
29 case kRuleResultContinue:
31 case kRuleResultHardFail:
33 case kRuleResultResetDevice:
35 case kRuleResultResetSession:
37 case kRuleResultRetransmit:
39 case kRuleResultSingleShot:
46 case I(0, 0):
48 case I(0, 1)
    [all...]
  /external/swiftshader/src/Renderer/
Context.cpp 70 case DRAW_POINTLIST:
71 case DRAW_INDEXEDPOINTLIST8:
72 case DRAW_INDEXEDPOINTLIST16:
73 case DRAW_INDEXEDPOINTLIST32:
75 case DRAW_LINELIST:
76 case DRAW_LINESTRIP:
77 case DRAW_LINELOOP:
78 case DRAW_INDEXEDLINELIST8:
79 case DRAW_INDEXEDLINESTRIP8:
80 case DRAW_INDEXEDLINELOOP8
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp 182 case EOpIndexIndirect:
196 case EOpIndexDirect:
201 case EOpIndexDirectStruct:
390 case EbtFloat:
392 case Esd1D:
394 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D;
395 case true: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY_SHADOW : GL_SAMPLER_1D_SHADOW;
397 case Esd2D:
399 case false:
401 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D
    [all...]
  /external/elfutils/backends/
arm_symbol.c 46 case PT_ARM_EXIDX:
60 case SHT_ARM_EXIDX:
62 case SHT_ARM_PREEMPTMAP:
64 case SHT_ARM_ATTRIBUTES:
77 case EF_ARM_EABI_UNKNOWN:
78 case EF_ARM_EABI_VER1:
79 case EF_ARM_EABI_VER2:
80 case EF_ARM_EABI_VER3:
81 case EF_ARM_EABI_VER4:
82 case EF_ARM_EABI_VER5
    [all...]
  /external/icu/icu4c/source/samples/case/
readme.txt 5 case: case mapping
12 case.cpp Main source file in C++
14 case.sln Windows MSVC workspace. Double-click this to get started.
15 case.vcproj Windows MSVC project file
17 To Build case on Windows
19 2. In MSVC, open the solution file icu\samples\case\case.sln
29 3. cd into the case directory, e.g.
30 cd c:\icu\source\samples\case\debu
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_util.c 41 case PIPE_PRIM_POINTS:
45 case PIPE_PRIM_LINES:
49 case PIPE_PRIM_LINE_STRIP:
50 case PIPE_PRIM_LINE_LOOP:
54 case PIPE_PRIM_LINES_ADJACENCY:
58 case PIPE_PRIM_LINE_STRIP_ADJACENCY:
62 case PIPE_PRIM_TRIANGLES:
66 case PIPE_PRIM_TRIANGLES_ADJACENCY:
70 case PIPE_PRIM_TRIANGLE_STRIP:
71 case PIPE_PRIM_TRIANGLE_FAN
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
blas.cc 26 case Transpose::kNoTranspose:
28 case Transpose::kTranspose:
30 case Transpose::kConjugateTranspose:
39 case UpperLower::kUpper:
41 case UpperLower::kLower:
50 case Diagonal::kUnit:
52 case Diagonal::kNonUnit:
61 case Side::kLeft:
63 case Side::kRight:
76 case ComputationType::kF16
    [all...]

Completed in 345 milliseconds

<<41424344454647484950>>