Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DTypeSerializer.java79 public WritableTypeId typeId(Object value, JsonToken valueShape) { in typeId() method in TypeSerializer
106 public WritableTypeId typeId(Object value, JsonToken valueShape, in typeId() method in TypeSerializer
108 WritableTypeId typeId = typeId(value, valueShape); in typeId() local
113 public WritableTypeId typeId(Object value, Class<?> typeForId, in typeId() method in TypeSerializer
115 WritableTypeId typeId = typeId(value, valueShape); in typeId() local
137 WritableTypeId typeId) throws IOException; in writeTypePrefix()
162 WritableTypeId typeId) throws IOException; in writeTypeSuffix()
292 …public void writeCustomTypePrefixForScalar(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypePrefixForScalar()
304 …public void writeCustomTypePrefixForObject(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypePrefixForObject()
316 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator g, String typeId) throws IOE… in writeCustomTypePrefixForArray()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h270 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass()
274 unsigned int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents()
278 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass()
279 ImageFormat getImageTypeFormat(Id typeId) const in getImageTypeFormat()
293 bool isBoolType(Id typeId) in isBoolType()
295 bool isIntType(Id typeId) const in isIntType()
297 bool isUintType(Id typeId) const in isUintType()
299 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType()
300 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType()
301 bool isScalarType(Id typeId) const in isScalarType()
[all …]
H A DSpvBuilder.cpp92 Id typeId = getUniqueId(); in makeVoidType() local
635 Id typeId = getUniqueId(); in makeFunctionType() local
658 Id typeId = getUniqueId(); in makeDebugFunctionType() local
1327 Id typeId = getTypeId(resultId); in getDerefTypeId() local
1412 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId()
1440 Id typeId = getTypeId(accessChain.base); in getResultingAccessChainType() local
1465 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType()
1519 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
1534 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
1591 Id Builder::makeNullConstant(Id typeId) in makeNullConstant()
[all …]
H A DGlslangToSpv.cpp2566 spv::Id typeId = convertGlslangToSpvType(node->getOperand()->getType()); in visitUnary() local
3798 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
3825 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
3888 spv::Id typeId = builder.makeArrayType(builder.makeVectorType(builder.makeFloatType(32), 3), in visitAggregate() local
3931 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
3942 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
3954 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
5766 spv::Id typeId = convertGlslangToSpvType(paramType); in makeFunctions() local
6722 spv::Id typeId, spv::Id left, spv::Id right, in createBinaryOperation()
6992 …ToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createBinaryMatrixOperation()
[all …]
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Dchar.py172 typeId = AbstractCharacterString.getTypeId() variable in NumericString
187 typeId = AbstractCharacterString.getTypeId() variable in PrintableString
202 typeId = AbstractCharacterString.getTypeId() variable in TeletexString
209 typeId = AbstractCharacterString.getTypeId() variable in T61String
224 typeId = AbstractCharacterString.getTypeId() variable in VideotexString
239 typeId = AbstractCharacterString.getTypeId() variable in IA5String
254 typeId = AbstractCharacterString.getTypeId() variable in GraphicString
269 typeId = AbstractCharacterString.getTypeId() variable in VisibleString
276 typeId = AbstractCharacterString.getTypeId() variable in ISO646String
290 typeId = AbstractCharacterString.getTypeId() variable in GeneralString
[all …]
Duniv.py101 typeId = base.SimpleAsn1Type.getTypeId() variable in Integer
343 typeId = Integer.getTypeId() variable in Boolean
447 typeId = base.SimpleAsn1Type.getTypeId() variable in BitString
807 typeId = base.SimpleAsn1Type.getTypeId() variable in OctetString
1108 typeId = OctetString.getTypeId() variable in Null
1179 typeId = base.SimpleAsn1Type.getTypeId() variable in ObjectIdentifier
1330 typeId = base.SimpleAsn1Type.getTypeId() variable in Real
1613 typeId = Integer.getTypeId() variable in Enumerated
2101 typeId = SequenceOfAndSetOfBase.getTypeId() variable in SequenceOf
2124 typeId = SequenceOfAndSetOfBase.getTypeId() variable in SetOf
[all …]
Duseful.py31 typeId = char.GraphicString.getTypeId() variable in ObjectDescriptor
169 typeId = char.VideotexString.getTypeId() variable in GeneralizedTime
186 typeId = char.VideotexString.getTypeId() variable in UTCTime
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h264 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass()
268 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents()
272 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass()
273 ImageFormat getImageTypeFormat(Id typeId) const in getImageTypeFormat()
286 bool isBoolType(Id typeId) in isBoolType()
288 bool isIntType(Id typeId) const in isIntType()
290 bool isUintType(Id typeId) const in isUintType()
292 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType()
293 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType()
294 bool isScalarType(Id typeId) const in isScalarType()
[all …]
DSpvBuilder.cpp92 Id typeId = getUniqueId(); in makeVoidType() local
576 Id typeId = getUniqueId(); in makeFunctionType() local
598 Id typeId = getUniqueId(); in makeDebugFunctionType() local
1226 Id typeId = getTypeId(resultId); in getDerefTypeId() local
1311 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId()
1339 Id typeId = getTypeId(accessChain.base); in getResultingAccessChainType() local
1364 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType()
1418 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
1433 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
1487 Id Builder::makeNullConstant(Id typeId) in makeNullConstant()
[all …]
DGlslangToSpv.cpp2567 spv::Id typeId = convertGlslangToSpvType(node->getOperand()->getType()); in visitUnary() local
3705 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local
3740 spv::Id typeId = builder.makeArrayType(builder.makeVectorType(builder.makeFloatType(32), 3), in visitAggregate() local
5518 spv::Id typeId = convertGlslangToSpvType(paramType); in makeFunctions() local
6464 spv::Id typeId, spv::Id left, spv::Id right, in createBinaryOperation()
6734 …ToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createBinaryMatrixOperation()
6833 …vTraverser::createUnaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId, in createUnaryOperation()
7369 …gToSpvTraverser::createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createUnaryMatrixOperation()
7840 spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy, in createAtomicOperation()
8070 spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op, spv::Id typeId, in createInvocationsOperation()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Ddecode.go827 func (dec *Decoder) decOpFor(wireId typeId, rt reflect.Type, name string, inProgress map[reflect.Ty…
914 func (dec *Decoder) decIgnoreOpFor(wireId typeId, inProgress map[typeId]*decOp) *decOp {
1014 func (dec *Decoder) compatibleType(fr reflect.Type, fw typeId, inProgress map[reflect.Type]typeId) …
1085 func (dec *Decoder) typeString(remoteId typeId) string {
1097 func (dec *Decoder) compileSingle(remoteId typeId, ut *userTypeInfo) (engine *decEngine, err error)…
1118 func (dec *Decoder) compileIgnoreSingle(remoteId typeId) *decEngine {
1130 func (dec *Decoder) compileDec(remoteId typeId, ut *userTypeInfo) (engine *decEngine, err error) {
1181 func (dec *Decoder) getDecEnginePtr(remoteId typeId, ut *userTypeInfo) (enginePtr **decEngine, err …
1206 func (dec *Decoder) getIgnoreEnginePtr(wireId typeId) (enginePtr **decEngine, err error) {
1226 func (dec *Decoder) decodeValue(wireId typeId, value reflect.Value) {
[all …]
Dtype.go163 type typeId int32 type
170 setId(id typeId)
182 func idToType(id typeId) gobType {
189 func builtinIdToType(id typeId) gobType {
620 func checkId(want, got typeId) {
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DJsonValueSerializer.java378 WritableTypeId typeId) throws IOException { in writeTypePrefix()
386 WritableTypeId typeId) throws IOException { in writeTypeSuffix()
455 public void writeCustomTypePrefixForScalar(Object value, JsonGenerator gen, String typeId) in writeCustomTypePrefixForScalar()
462 …public void writeCustomTypePrefixForObject(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypePrefixForObject()
468 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator gen, String typeId) throws I… in writeCustomTypePrefixForArray()
474 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForScalar()
480 …public void writeCustomTypeSuffixForObject(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForObject()
486 …public void writeCustomTypeSuffixForArray(Object value, JsonGenerator gen, String typeId) throws I… in writeCustomTypeSuffixForArray()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DExternalTypeHandler.java89 final String typeId = p.getText(); in handleTypePropertyValue() local
106 String propName, Object bean, String typeId, int index) in _handleTypePropertyValue()
151 String typeId = p.getText(); in handlePropertyValue() local
188 String typeId = _typeIds[index]; in handlePropertyValue() local
206 String typeId = _typeIds[i]; in complete() local
263 String typeId = _typeIds[i]; in complete() local
329 int index, String typeId) throws IOException in _deserialize()
351 Object bean, int index, String typeId) throws IOException in _deserializeAndSet()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dspv_utils.cpp1059 spirv::IdResultType typeId; in visitExtInst() local
1250 TransformationState SpirvPerVertexTrimmer::transformMemberDecorate(spirv::IdRef typeId, in transformMemberDecorate()
1363 spirv::IdResultType typeId, in transformAccessChain()
1429 spirv::IdRef typeId, in transformTypePointer()
1469 TransformationState SpirvInactiveVaryingRemover::transformVariable(spirv::IdResultType typeId, in transformVariable()
1542 spirv::IdRef typeId) in visitTypePointer()
1549 spirv::IdResultType typeId, in visitVariable()
1563 spirv::IdResultType typeId, in transformVariable()
1840 spirv::IdResultType typeId, in visitVariable()
1988 spirv::IdRef typeId, in transformTypePointer()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp707 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in getSymbolIdAndStorageClass() local
744 spirv::IdRef typeId, in nodeDataInitLValue()
830 spirv::IdRef typeId, in accessChainPushSwizzle()
857 spirv::IdRef typeId) in accessChainPushDynamicComponent()
1193 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in declareConst() local
1242 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in createConstant() local
1337 spirv::IdRef typeId, in createComplexConstant()
1367 spirv::IdRef OutputSPIRVTraverser::createConstructor(TIntermAggregate *node, spirv::IdRef typeId) in createConstructor()
1496 spirv::IdRef typeId, in createArrayOrStructConstructor()
1507 spirv::IdRef typeId, in createConstructorScalarFromNonScalar()
[all …]
H A DBuildSPIRV.cpp671 spirv::IdRef SPIRVBuilder::getTypePointerId(spirv::IdRef typeId, spv::StorageClass storageClass) in getTypePointerId()
863 ReservedIds typeId; in predefineCommonTypes() member
888 const spirv::IdRef typeId = spirv::IdRef(info.typeId); in predefineCommonTypes() local
908 spirv::IdRef typeId, in writeBlockDebugNames()
933 spirv::IdRef typeId; in declareType() local
1456 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; in getBasicConstantHelper() local
1487 spirv::IdRef SPIRVBuilder::getNullConstant(spirv::IdRef typeId) in getNullConstant()
1525 const spirv::IdRef typeId = getSpirvTypeData(vecType, nullptr).id; in getVectorConstantHelper() local
1564 spirv::IdRef SPIRVBuilder::getCompositeConstant(spirv::IdRef typeId, const spirv::IdRefList &values) in getCompositeConstant()
1616 spirv::IdRef SPIRVBuilder::declareVariable(spirv::IdRef typeId, in declareVariable()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp115 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId),
122 uint32_t typeId; member in SPIRVKernelArg
199 uint32_t id, typeId; local
242 uint32_t typeId, storageClass; local
442 uint32_t typeId; local
506 uint32_t typeId = ins->words[ins->operands[0].offset]; local
582 uint32_t typeId = ins->words[ins->operands[0].offset]; local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
H A DAsExternalTypeSerializer.java61 …protected final void _writeScalarSuffix(Object value, JsonGenerator g, String typeId) throws IOExc… in _writeScalarSuffix()
67 …protected final void _writeObjectSuffix(Object value, JsonGenerator g, String typeId) throws IOExc… in _writeObjectSuffix()
74 …protected final void _writeArraySuffix(Object value, JsonGenerator g, String typeId) throws IOExce… in _writeArraySuffix()
H A DTypeDeserializerBase.java145 String typeId) throws IOException in _findDeserializer()
249 …ected Object _deserializeWithNativeTypeId(JsonParser p, DeserializationContext ctxt, Object typeId) in _deserializeWithNativeTypeId()
281 protected JavaType _handleUnknownTypeId(DeserializationContext ctxt, String typeId) in _handleUnknownTypeId()
H A DAsWrapperTypeSerializer.java46 protected String _validTypeId(String typeId) { in _validTypeId()
51 protected final void _writeTypeId(JsonGenerator g, String typeId) throws IOException in _writeTypeId()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DTokenBuffer.java562 Object typeId = _last.findTypeId(_appendAt-1); in _appendNativeIds() local
2124 Object objectId, Object typeId) in append()
2147 Object objectId, Object typeId) in append()
2217 Object objectId, Object typeId) in set()
2238 Object objectId, Object typeId) in set()
2249 private final void assignNativeIds(int index, Object objectId, Object typeId) in assignNativeIds()
2258 _nativeIds.put(_typeIdIndex(index), typeId); in assignNativeIds() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.cpp261 Type::ID typeId = insn.word(1); local
889 Type::ID typeId = insn.word(1); in CreateConstant() local
1210 auto typeId = getType(baseObject).element; in ApplyDecorationsForAccessChain() local
1251 Type::ID typeId = shader.getType(baseObject).element; in WalkExplicitLayoutAccessChain() local
1362 Type::ID typeId = shader.getType(baseObject).element; in WalkAccessChain() local
1473 uint32_t Spirv::WalkLiteralAccessChain(Type::ID typeId, const Span &indexes) const in WalkLiteralAccessChain()
1679 Type::ID typeId = insn.word(1); in DefineResult() local
2364 Type::ID typeId = insn.word(1); in EmitAccessChain() local
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
H A DWriteTypeIdTest.java38 WritableTypeId typeId = new WritableTypeId(data, JsonToken.START_OBJECT, "typeId"); in testBasicTypeIdWriteForObject() local
96 WritableTypeId typeId = new WritableTypeId(data, JsonToken.START_ARRAY, "typeId"); in testBasicTypeIdWriteForArray() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
H A DInvalidTypeIdException.java34 JavaType baseType, String typeId) in InvalidTypeIdException()
42 JavaType baseType, String typeId) { in from()

12345678910>>...21