Home
last modified time | relevance | path

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

1234

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
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 …]
/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 …]
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
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js108 getMessageOrNull(typeId, instanceCreator, pivot) { argument
120 getMessageAttach(typeId, instanceCreator, pivot) { argument
135 getMessageAccessorOrNull(typeId, pivot) { argument
144 clearMessage(typeId) { argument
154 hasMessage(typeId) { argument
162 setMessage(typeId, value) { argument
191 static create(typeId, message) { argument
/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 …]
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h265 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass()
269 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents()
273 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass()
274 ImageFormat getImageTypeFormat(Id typeId) const in getImageTypeFormat()
287 bool isBoolType(Id typeId) in isBoolType()
289 bool isIntType(Id typeId) const in isIntType()
291 bool isUintType(Id typeId) const in isUintType()
293 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType()
294 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType()
295 bool isScalarType(Id typeId) const in isScalarType()
[all …]
DSpvBuilder.cpp92 Id typeId = getUniqueId(); in makeVoidType() local
598 Id typeId = getUniqueId(); in makeFunctionType() local
621 Id typeId = getUniqueId(); in makeDebugFunctionType() local
1290 Id typeId = getTypeId(resultId); in getDerefTypeId() local
1375 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId()
1403 Id typeId = getTypeId(accessChain.base); in getResultingAccessChainType() local
1428 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType()
1482 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
1497 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
1554 Id Builder::makeNullConstant(Id typeId) in makeNullConstant()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
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()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
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()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
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()
DAsWrapperTypeSerializer.java46 protected String _validTypeId(String typeId) { in _validTypeId()
51 protected final void _writeTypeId(JsonGenerator g, String typeId) throws IOException in _writeTypeId()
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()
DAsWrapperTypeDeserializer.java86 Object typeId = p.getTypeId(); in _deserialize() local
103 final String typeId = p.getText(); in _deserialize() local
DAsArrayTypeDeserializer.java90 Object typeId = p.getTypeId(); in _deserialize() local
96 String typeId = _locateTypeId(p, ctxt); in _deserialize() local
DAsPropertyTypeDeserializer.java70 Object typeId = p.getTypeId(); in deserializeTypedFromObject() local
114 String typeId = p.getText(); in _deserializeTypedForId() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
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
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
DInvalidTypeIdException.java34 JavaType baseType, String typeId) in InvalidTypeIdException()
42 JavaType baseType, String typeId) { in from()
/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.defn.h46 inline void FixedSizeAllocator::FixedSizeAllocatorData::addType(TypeId typeId) { in addType()
56 inline void FixedSizeAllocator::FixedSizeAllocatorData::addExternallyAllocatedType(TypeId typeId) { in addExternallyAllocatedType()
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp705 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in getSymbolIdAndStorageClass() local
742 spirv::IdRef typeId, in nodeDataInitLValue()
825 spirv::IdRef typeId, in accessChainPushSwizzle()
852 spirv::IdRef typeId) in accessChainPushDynamicComponent()
1191 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in declareConst() local
1240 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in createConstant() local
1335 spirv::IdRef typeId, in createComplexConstant()
1365 spirv::IdRef OutputSPIRVTraverser::createConstructor(TIntermAggregate *node, spirv::IdRef typeId) in createConstructor()
1494 spirv::IdRef typeId, in createArrayOrStructConstructor()
1505 spirv::IdRef typeId, in createConstructorScalarFromNonScalar()
[all …]
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
1513 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; in getBasicConstantHelper() local
1544 spirv::IdRef SPIRVBuilder::getNullConstant(spirv::IdRef typeId) in getNullConstant()
1582 const spirv::IdRef typeId = getSpirvTypeData(vecType, nullptr).id; in getVectorConstantHelper() local
1621 spirv::IdRef SPIRVBuilder::getCompositeConstant(spirv::IdRef typeId, const spirv::IdRefList &values) in getCompositeConstant()
1673 spirv::IdRef SPIRVBuilder::declareVariable(spirv::IdRef typeId, in declareVariable()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp1032 spirv::IdResultType typeId; in visitExtInst() local
1223 TransformationState SpirvPerVertexTrimmer::transformMemberDecorate(spirv::IdRef typeId, in transformMemberDecorate()
1336 spirv::IdResultType typeId, in transformAccessChain()
1402 spirv::IdRef typeId, in transformTypePointer()
1442 TransformationState SpirvInactiveVaryingRemover::transformVariable(spirv::IdResultType typeId, in transformVariable()
1515 spirv::IdRef typeId) in visitTypePointer()
1522 spirv::IdResultType typeId, in visitVariable()
1536 spirv::IdResultType typeId, in transformVariable()
1813 spirv::IdResultType typeId, in visitVariable()
1961 spirv::IdRef typeId, in transformTypePointer()
[all …]
/external/conscrypt/android-stub/src/main/java/android/util/
DStatsEvent.java92 private void writeByteArray(byte[] value, byte typeId) { in writeByteArray()
116 private void writeTypeId(byte typeId) { in writeTypeId()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DDexBackedTypedExceptionHandler.java37 private final int typeId; field in DexBackedTypedExceptionHandler
/external/mesa3d/src/compiler/clc/
Dclc_helpers.cpp107 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId), in SPIRVKernelArg()
114 uint32_t typeId; member in SPIRVKernelArg
191 uint32_t id, typeId; in parseFunctionParam() local
234 uint32_t typeId, storageClass; in parseTypePointer() local
434 uint32_t typeId; in parseOpTypeImage() local
496 uint32_t typeId = ins->words[ins->operands[0].offset]; in parseLiteralType() local
572 uint32_t typeId = ins->words[ins->operands[0].offset]; in parseSpecConstant() local

1234