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

<<21222324252627282930>>

  /external/clang/lib/AST/
DeclarationName.cpp 85 case DeclarationName::Identifier: {
94 case DeclarationName::ObjCZeroArgSelector:
95 case DeclarationName::ObjCOneArgSelector:
96 case DeclarationName::ObjCMultiArgSelector: {
103 case -1: return true;
104 case 1: return false;
112 case DeclarationName::CXXConstructorName:
113 case DeclarationName::CXXDestructorName:
114 case DeclarationName::CXXConversionFunctionName:
121 case DeclarationName::CXXOperatorName
    [all...]
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 92 case PROBING_1:
94 case PROBING_2:
96 case PROBING_3:
98 case ANNOUNCING_1:
100 case ANNOUNCING_2:
102 case ANNOUNCED:
104 case CANCELING_1:
106 case CANCELING_2:
108 case CANCELING_3:
110 case CANCELED
    [all...]
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 74 case VT_EMPTY: return;
75 case VT_BSTR: dest[0] = '?'; dest[1] = 0; return;
76 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
77 case VT_UI2: ConvertUInt32ToString(prop.uiVal, dest); return;
78 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return;
79 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return;
80 case VT_FILETIME: ConvertFileTimeToString(prop.filetime, dest, true, true); return;
81 // case VT_I1: return ConvertInt64ToString(prop.cVal, dest); return;
82 case VT_I2: ConvertInt64ToString(prop.iVal, dest); return;
83 case VT_I4: ConvertInt64ToString(prop.lVal, dest); return;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 40 case MESA_FORMAT_A_UNORM8:
41 case MESA_FORMAT_L_UNORM8:
42 case MESA_FORMAT_I_UNORM8:
43 case MESA_FORMAT_B2G3R3_UNORM:
46 case MESA_FORMAT_B5G6R5_UNORM:
47 case MESA_FORMAT_R5G6B5_UNORM:
48 case MESA_FORMAT_B4G4R4A4_UNORM:
49 case MESA_FORMAT_A4R4G4B4_UNORM:
50 case MESA_FORMAT_B5G5R5A1_UNORM:
51 case MESA_FORMAT_A1B5G5R5_UNORM
    [all...]
  /external/skia/include/private/
SkEncodedInfo.h 78 case kGray_Color:
81 case kGrayAlpha_Color:
84 case kPalette_Color:
87 case kRGB_Color:
88 case kBGR_Color:
89 case kBGRX_Color:
93 case kYUV_Color:
94 case kInvertedCMYK_Color:
95 case kYCCK_Color:
99 case kRGBA_Color
    [all...]
  /external/skia/src/core/
SkXfermodeInterpretation.cpp 17 case SkBlendMode::kSrcOver:
19 case SkBlendMode::kSrc:
24 case SkBlendMode::kDst:
26 case SkBlendMode::kDstOver:
31 case SkBlendMode::kSrcIn:
36 case SkBlendMode::kDstIn:
  /external/skia/src/sksl/ir/
SkSLSwizzle.h 31 case 2: return *context.fFloat2_Type;
32 case 3: return *context.fFloat3_Type;
33 case 4: return *context.fFloat4_Type;
37 case 2: return *context.fHalf2_Type;
38 case 3: return *context.fHalf3_Type;
39 case 4: return *context.fHalf4_Type;
43 case 2: return *context.fDouble2_Type;
44 case 3: return *context.fDouble3_Type;
45 case 4: return *context.fDouble4_Type;
49 case 2: return *context.fInt2_Type
    [all...]
  /external/skia/tests/
GrContextAbandonTest.cpp 25 case 0:
28 case 1:
31 case 2:
35 case 3:
39 case 4:
43 case 5:
  /external/skqp/include/private/
SkEncodedInfo.h 78 case kGray_Color:
81 case kGrayAlpha_Color:
84 case kPalette_Color:
87 case kRGB_Color:
88 case kBGR_Color:
89 case kBGRX_Color:
93 case kYUV_Color:
94 case kInvertedCMYK_Color:
95 case kYCCK_Color:
99 case kRGBA_Color
    [all...]
  /external/skqp/src/core/
SkXfermodeInterpretation.cpp 17 case SkBlendMode::kSrcOver:
19 case SkBlendMode::kSrc:
24 case SkBlendMode::kDst:
26 case SkBlendMode::kDstOver:
31 case SkBlendMode::kSrcIn:
36 case SkBlendMode::kDstIn:
  /external/skqp/src/sksl/ir/
SkSLSwizzle.h 31 case 2: return *context.fFloat2_Type;
32 case 3: return *context.fFloat3_Type;
33 case 4: return *context.fFloat4_Type;
37 case 2: return *context.fHalf2_Type;
38 case 3: return *context.fHalf3_Type;
39 case 4: return *context.fHalf4_Type;
43 case 2: return *context.fDouble2_Type;
44 case 3: return *context.fDouble3_Type;
45 case 4: return *context.fDouble4_Type;
49 case 2: return *context.fInt2_Type
    [all...]
  /external/skqp/tests/
GrContextAbandonTest.cpp 25 case 0:
28 case 1:
31 case 2:
35 case 3:
39 case 4:
43 case 5:
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMInstrInfo.cpp 33 case ARM::LDR_PRE_IMM:
34 case ARM::LDR_PRE_REG:
35 case ARM::LDR_POST_IMM:
36 case ARM::LDR_POST_REG:
38 case ARM::LDRH_PRE:
39 case ARM::LDRH_POST:
41 case ARM::LDRB_PRE_IMM:
42 case ARM::LDRB_PRE_REG:
43 case ARM::LDRB_POST_IMM:
44 case ARM::LDRB_POST_REG
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
sh-dis.c 48 case A_IND_N:
49 case AX_IND_N:
50 case AXY_IND_N:
51 case AY_IND_N:
52 case AYX_IND_N:
55 case A_INC_N:
56 case AX_INC_N:
57 case AXY_INC_N:
58 case AY_INC_N:
59 case AYX_INC_N
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 117 * @param n the number of case labels
127 * @param n the number of case labels
157 case Opcode.NOP :
159 case Opcode.ACONST_NULL :
162 case Opcode.ICONST_M1 :
163 case Opcode.ICONST_0 :
164 case Opcode.ICONST_1 :
165 case Opcode.ICONST_2 :
166 case Opcode.ICONST_3 :
167 case Opcode.ICONST_4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentHTMLNamedCharacterReferences.inc 13 case 2: // 15 strings to match.
16 case 'G': // 2 strings to match.
19 case 'T': // 1 string to match.
21 case 't': // 1 string to match.
25 case 'L': // 2 strings to match.
28 case 'T': // 1 string to match.
30 case 't': // 1 string to match.
34 case 'P': // 1 string to match.
38 case 'X': // 1 string to match.
42 case 'g': // 2 strings to match
    [all...]

Completed in 792 milliseconds

<<21222324252627282930>>