Home
last modified time | relevance | path

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

12

/external/python/pyasn1/pyasn1/type/
Dchar.py158 typeId = AbstractCharacterString.getTypeId() variable in NumericString
173 typeId = AbstractCharacterString.getTypeId() variable in PrintableString
188 typeId = AbstractCharacterString.getTypeId() variable in TeletexString
195 typeId = AbstractCharacterString.getTypeId() variable in T61String
210 typeId = AbstractCharacterString.getTypeId() variable in VideotexString
225 typeId = AbstractCharacterString.getTypeId() variable in IA5String
240 typeId = AbstractCharacterString.getTypeId() variable in GraphicString
255 typeId = AbstractCharacterString.getTypeId() variable in VisibleString
262 typeId = AbstractCharacterString.getTypeId() variable in ISO646String
276 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
Duniv.py97 typeId = base.AbstractSimpleAsn1Item.getTypeId() variable in Integer
335 typeId = Integer.getTypeId() variable in Boolean
435 typeId = base.AbstractSimpleAsn1Item.getTypeId() variable in BitString
789 typeId = base.AbstractSimpleAsn1Item.getTypeId() variable in OctetString
1068 typeId = OctetString.getTypeId() variable in Null
1134 typeId = base.AbstractSimpleAsn1Item.getTypeId() variable in ObjectIdentifier
1281 typeId = base.AbstractSimpleAsn1Item.getTypeId() variable in Real
1560 typeId = Integer.getTypeId() variable in Enumerated
1924 typeId = SequenceOfAndSetOfBase.getTypeId() variable in SequenceOf
1951 typeId = SequenceOfAndSetOfBase.getTypeId() variable in SetOf
[all …]
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h166 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass()
170 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents()
174 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass()
175 …ImageFormat getImageTypeFormat(Id typeId) const { return (ImageFormat)module.getInstruction(typeId… in getImageTypeFormat()
184 …bool isBoolType(Id typeId) { return groupedTypes[OpTypeBool].size() > 0 && typeId ==… in isBoolType()
185 …bool isIntType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getI… in isIntType()
186 …bool isUintType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getI… in isUintType()
187 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType()
188 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType()
189 …bool isScalarType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat || getTypeC… in isScalarType()
[all …]
DSpvBuilder.cpp580 Id typeId = getTypeId(resultId); in getDerefTypeId() local
661 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId()
692 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType()
740 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
755 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
811 Id typeId = makeBoolType(); in makeBoolConstant() local
838 Id Builder::makeIntConstant(Id typeId, unsigned value, bool specConstant) in makeIntConstant()
859 Id Builder::makeInt64Constant(Id typeId, unsigned long long value, bool specConstant) in makeInt64Constant()
887 Id typeId = makeFloatType(32); in makeFloatConstant() local
912 Id typeId = makeFloatType(64); in makeDoubleConstant() local
[all …]
DSpvPostProcess.cpp67 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType()
207 Id typeId = base->getTypeId(); in postProcess() local
DspvIR.h94 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
182 Id typeId; variable
367 StorageClass getStorageClass(Id typeId) const in getStorageClass()
DGlslangToSpv.cpp3775 spv::Id typeId = convertGlslangToSpvType(paramType); in makeFunctions() local
4713 spv::Id typeId, spv::Id left, spv::Id right,
4954 …ToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId,
5050 …vTraverser::createUnaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId,
5453 …gToSpvTraverser::createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId,
5925 …tomicOperation(glslang::TOperator op, spv::Decoration /*precision*/, spv::Id typeId, std::vector<s…
6077 spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op, spv::Id typeId, s…
6293 spv::Id typeId, std::vector<spv::Id>& operands)
6354 spv::Id TGlslangToSpvTraverser::createSubgroupOperation(glslang::TOperator op, spv::Id typeId,
6713 …reateMiscOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<s…
[all …]
Ddisassemble.cpp197 Id typeId = 0; in processInstructions() local
/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/icu/icu4c/source/i18n/unicode/
Dmeasunit.h1362 MeasureUnit(int32_t typeId, int32_t subTypeId) : fTypeId(typeId), fSubTypeId(subTypeId) { in MeasureUnit()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedTypedExceptionHandler.java38 private final int typeId; field in DexBackedTypedExceptionHandler
/external/python/pyasn1/pyasn1/codec/der/
Ddecoder.py35 typeId = typeDecoder.protoComponent.__class__.typeId variable
/external/python/pyasn1/pyasn1/codec/cer/
Ddecoder.py55 typeId = typeDecoder.protoComponent.__class__.typeId variable
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp144 auto typeId = insn.word(1); local
175 auto typeId = insn.word(1); local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
Dfold_spec_constant_op_and_composite_pass.cpp152 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
Dscalar_replacement_pass.cpp335 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable()
514 uint32_t typeId = in GetStorageType() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
Dfold_spec_constant_op_and_composite_pass.cpp152 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
Dscalar_replacement_pass.cpp335 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable()
514 uint32_t typeId = in GetStorageType() local
Dlocal_access_chain_convert_pass.cpp36 SpvOp opcode, uint32_t typeId, uint32_t resultId, in BuildAndAppendInst()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java93 long typeId = getClassIDBySignature(getDebuggeeClassSignature()); in requestEventForAllLocations() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPProxyTestCase.java102 private boolean IsProxy(long typeId, long proxyClassId) { in IsProxy()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedReferenceType.java348 String typeId = this.getTypeDeclaration().getId(); in typeParamValue() local

12