Home
last modified time | relevance | path

Searched refs:typeNameIndex (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkBuildCondensedInfo.cpp159 int typeNameIndex = 0; in BuildCondensedInfo() local
167 while (gTypeNames[typeNameIndex].fType < index) in BuildCondensedInfo()
168 typeNameIndex++; in BuildCondensedInfo()
169 if (gTypeNames[typeNameIndex].fType == index) { in BuildCondensedInfo()
182 typeNameIndex = 0; in BuildCondensedInfo()
190 while (gTypeNames[typeNameIndex].fType < index) in BuildCondensedInfo()
191 typeNameIndex++; in BuildCondensedInfo()
228 typeNameIndex = 0; in BuildCondensedInfo()
237 typeNameIndex++; in BuildCondensedInfo()
249 typeNameIndex = 0; in BuildCondensedInfo()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A Dsqlmetadatafactory.cs211 const int typeNameIndex = 0; in AddTVPsToDataTypesTable()
233 if (values[typeNameIndex] != DBNull.Value) { in AddTVPsToDataTypesTable()
234 newRow[typeName] = values[typeNameIndex]; in AddTVPsToDataTypesTable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlMetadataFactory_.cs208 const int typeNameIndex = 0; in AddTVPsToDataTypesTable()
234 if (values[typeNameIndex] != DBNull.Value) in AddTVPsToDataTypesTable()
236 newRow[typeName] = values[typeNameIndex]; in AddTVPsToDataTypesTable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/
H A DSoapTypeMapper.cs244 int typeNameIndex = typeFullName.LastIndexOf('.'); in GetXmlElement()
245 if(typeNameIndex != -1) in GetXmlElement()
247 typeNamespace = typeFullName.Substring(0, typeNameIndex); in GetXmlElement()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqqmlirbuilder_p.h241 int parameterNameIndex, int typeNameIndex);
243 const QV4::Compiler::JSUnitGenerator *stringGenerator, int typeNameIndex);
374 …void init(QQmlJS::MemoryPool *pool, int typeNameIndex, int idIndex, const QQmlJS::SourceLocation &…
H A Dqqmlirbuilder.cpp101 int parameterNameIndex, int typeNameIndex) in init() argument
104 return initType(&param->type, stringGenerator, typeNameIndex); in init()
107 …ParameterType *paramType, const QV4::Compiler::JSUnitGenerator *stringGenerator, int typeNameIndex) in initType() argument
111 const QString typeName = stringGenerator->stringForIndex(typeNameIndex); in initType()
117 paramType->typeNameIndexOrBuiltinType = typeNameIndex; in initType()
118 Q_ASSERT(quint32(typeNameIndex) < (1u << 31)); in initType()
172 void Object::init(QQmlJS::MemoryPool *pool, int typeNameIndex, int idIndex, const QQmlJS::SourceLoc… in init() argument
174 inheritedTypeNameIndex = typeNameIndex; in init()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqqmlirbuilder_p.h241 int parameterNameIndex, int typeNameIndex);
243 const QV4::Compiler::JSUnitGenerator *stringGenerator, int typeNameIndex);
374 …void init(QQmlJS::MemoryPool *pool, int typeNameIndex, int idIndex, const QQmlJS::SourceLocation &…
H A Dqqmlirbuilder.cpp101 int parameterNameIndex, int typeNameIndex) in init() argument
104 return initType(&param->type, stringGenerator, typeNameIndex); in init()
107 …ParameterType *paramType, const QV4::Compiler::JSUnitGenerator *stringGenerator, int typeNameIndex) in initType() argument
111 const QString typeName = stringGenerator->stringForIndex(typeNameIndex); in initType()
117 paramType->typeNameIndexOrBuiltinType = typeNameIndex; in initType()
118 Q_ASSERT(quint32(typeNameIndex) < (1u << 31)); in initType()
172 void Object::init(QQmlJS::MemoryPool *pool, int typeNameIndex, int idIndex, const QQmlJS::SourceLoc… in init() argument
174 inheritedTypeNameIndex = typeNameIndex; in init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java467 int typeNameIndex = buf.getShort() & 0xFFFF;
468 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java469 int typeNameIndex = buf.getShort() & 0xFFFF;
470 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java468 int typeNameIndex = buf.getShort() & 0xFFFF;
469 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java467 int typeNameIndex = buf.getShort() & 0xFFFF;
468 String typeName = constPool.getUTF8At(typeNameIndex);
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DTraverseSchema.cpp1375 int typeNameIndex = fStringPool->addOrFind(fBuffer.getRawBuffer()); in traverseComplexTypeDecl() local
1376 const XMLCh* fullName = fStringPool->getValueForId(typeNameIndex); in traverseComplexTypeDecl()
1384 return typeNameIndex; in traverseComplexTypeDecl()
1436 fCurrentTypeNameStack->addElement(typeNameIndex); in traverseComplexTypeDecl()
1543 return typeNameIndex; in traverseComplexTypeDecl()
5052 int typeNameIndex = traverseComplexTypeDecl(content, false); in checkForComplexTypeInfo() local
5055 if (typeNameIndex != -1) { in checkForComplexTypeInfo()
5056 baseTypeInfo = fComplexTypeRegistry->get(fStringPool->getValueForId(typeNameIndex)); in checkForComplexTypeInfo()
5059 if (typeNameIndex == -1 || baseTypeInfo == 0) { in checkForComplexTypeInfo()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DTraverseSchema.cpp1372 int typeNameIndex = fStringPool->addOrFind(fBuffer.getRawBuffer()); in traverseComplexTypeDecl() local
1373 const XMLCh* fullName = fStringPool->getValueForId(typeNameIndex); in traverseComplexTypeDecl()
1381 return typeNameIndex; in traverseComplexTypeDecl()
1433 fCurrentTypeNameStack->addElement(typeNameIndex); in traverseComplexTypeDecl()
1540 return typeNameIndex; in traverseComplexTypeDecl()
5049 int typeNameIndex = traverseComplexTypeDecl(content, false); in checkForComplexTypeInfo() local
5052 if (typeNameIndex != -1) { in checkForComplexTypeInfo()
5053 baseTypeInfo = fComplexTypeRegistry->get(fStringPool->getValueForId(typeNameIndex)); in checkForComplexTypeInfo()
5056 if (typeNameIndex == -1 || baseTypeInfo == 0) { in checkForComplexTypeInfo()