Home
last modified time | relevance | path

Searched refs:tmpType (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2479 GMTOffsetField::FieldType tmpType = GMTOffsetField::getTypeByLetter(ch); in parseOffsetPattern() local
2480 if (tmpType != GMTOffsetField::TEXT) { in parseOffsetPattern()
2482 if (tmpType == itemType) { in parseOffsetPattern()
2506 itemType = tmpType; in parseOffsetPattern()
2508 checkBits |= tmpType; in parseOffsetPattern()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2060 const Type* tmpType; in writeBinaryExpression() local
2062 tmpType = &fContext.fBool_Type->toCompound(fContext, in writeBinaryExpression()
2066 tmpType = &resultType; in writeBinaryExpression()
2068 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
2079 const Type* tmpType; in writeBinaryExpression() local
2081 tmpType = &fContext.fBool_Type->toCompound(fContext, in writeBinaryExpression()
2085 tmpType = &resultType; in writeBinaryExpression()
2087 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2414 const Type* tmpType; in writeBinaryExpression() local
2416 tmpType = &fContext.fTypes.fBool->toCompound(fContext, in writeBinaryExpression()
2420 tmpType = &resultType; in writeBinaryExpression()
2422 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
2441 const Type* tmpType; in writeBinaryExpression() local
2443 tmpType = &fContext.fTypes.fBool->toCompound(fContext, in writeBinaryExpression()
2447 tmpType = &resultType; in writeBinaryExpression()
2449 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp8209 const TType* tmpType = tmpTypeList == nullptr ? in fixBlockUniformLayoutMatrix() local
8213 tmpType->getWritableStruct()); in fixBlockUniformLayoutMatrix()
8215 … TTypeList* structure = recordStructCopy(matrixFixRecord, (*originTypeList)[member].type, tmpType); in fixBlockUniformLayoutMatrix()
8252 const TType* tmpType = tmpTypeList == nullptr ? in fixBlockUniformLayoutPacking() local
8256 tmpType->getWritableStruct()); in fixBlockUniformLayoutPacking()
8258 …TTypeList* structure = recordStructCopy(packingFixRecord, (*originTypeList)[member].type, tmpType); in fixBlockUniformLayoutPacking()
8748 …arseContext::recordStructCopy(TStructRecord& record, const TType* originType, const TType* tmpType) in recordStructCopy() argument
8750 size_t memberCount = tmpType->getStruct()->size(); in recordStructCopy()
8756 … size_t tmpMemberHash = hasher(tmpType->getStruct()->at(i).type->getQualifier().layoutPacking + in recordStructCopy()
8757tmpType->getStruct()->at(i).type->getQualifier().layoutMatrix); in recordStructCopy()
[all …]
/external/libxml2/
Dxmlschemas.c24392 xmlSchemaTypePtr tmpType; in xmlSchemaValidateFacets() local
24423 tmpType = xmlSchemaGetPrimitiveType(type); in xmlSchemaValidateFacets()
24424 if ((tmpType->builtInType == XML_SCHEMAS_STRING) || in xmlSchemaValidateFacets()
24425 WXS_IS_ANY_SIMPLE_TYPE(tmpType)) { in xmlSchemaValidateFacets()
24523 tmpType = type; in xmlSchemaValidateFacets()
24525 for (facet = tmpType->facets; facet != NULL; facet = facet->next) { in xmlSchemaValidateFacets()
24548 tmpType = tmpType->baseType; in xmlSchemaValidateFacets()
24549 } while ((tmpType != NULL) && in xmlSchemaValidateFacets()
24550 (tmpType->type != XML_SCHEMA_TYPE_BASIC)); in xmlSchemaValidateFacets()
24566 tmpType = type; in xmlSchemaValidateFacets()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavaparser-core-3.3.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...