Searched refs:typeEnum (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | package.cpp | 100 makeTypeLetter(int32_t typeEnum) { in makeTypeLetter() argument 101 return types[typeEnum]; in makeTypeLetter() 106 int32_t typeEnum=makeTypeEnum(type); in makeTypeProps() local 107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps() 108 isBigEndian=(UBool)(typeEnum&1); in makeTypeProps() 310 int32_t fileLength, typeEnum; in readFile() local 354 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode); in readFile() 355 if(typeEnum<0 || U_FAILURE(errorCode)) { in readFile() 364 type=makeTypeLetter(typeEnum); in readFile() 452 int32_t itemLength, typeEnum; in readPackage() local [all …]
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 262 spirv::Opcode &typeEnum, 268 spirv::Opcode &typeEnum, 1055 auto typeEnum = spirv::Opcode::OpTypeVoid; in processTypeImpl() local 1059 succeeded(prepareFunctionType(loc, type.cast<FunctionType>(), typeEnum, in processTypeImpl() 1061 succeeded(prepareBasicType(loc, type, typeID, typeEnum, operands, in processTypeImpl() 1068 if (failed(encodeInstructionInto(typesGlobalValues, typeEnum, operands))) in processTypeImpl() 1097 Location loc, Type type, uint32_t resultID, spirv::Opcode &typeEnum, in prepareBasicType() argument 1103 typeEnum = spirv::Opcode::OpTypeVoid; in prepareBasicType() 1109 typeEnum = spirv::Opcode::OpTypeBool; in prepareBasicType() 1113 typeEnum = spirv::Opcode::OpTypeInt; in prepareBasicType() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
D | ExternalTypeIdTest.java | 259 protected Type965 typeEnum; field in ExternalTypeIdTest.Wrapper965 265 return typeEnum.name(); in getTypeString() 270 this.typeEnum = Type965.valueOf(type); in setTypeString() 520 w.typeEnum = Type965.BIG_DECIMAL; in testBigDecimal965() 535 assertEquals(w.typeEnum, w2.typeEnum); in testBigDecimal965()
|
/external/mesa3d/src/mesa/main/ |
D | performance_query.c | 318 GLuint *typeEnum, in _mesa_GetPerfCounterInfoINTEL() argument 382 if (typeEnum) in _mesa_GetPerfCounterInfoINTEL() 383 *typeEnum = counterTypeEnum; in _mesa_GetPerfCounterInfoINTEL()
|
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
|
D | glsAttributeLocationTests.cpp | 651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() argument 654 , m_glTypeEnum (typeEnum) in AttribType()
|