Home
last modified time | relevance | path

Searched refs:numTypes (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames.cpp122 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic…
292 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic… in getDisplayNames() argument
293 fTZnamesCacheEntry->names->getDisplayNames(tzID, types, numTypes, date, dest, status); in getDisplayNames()
356 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic… in getDisplayNames() argument
360 for (int i = 0; i < numTypes; i++) { in getDisplayNames()
Dtznames_impl.h193 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic…
Dtznames_impl.cpp1590 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() argument
1608 for (int i = 0; i < numTypes; i++) { in getDisplayNames()
/external/clang/lib/Driver/
DTypes.cpp32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable
35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()
212 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp275 assert(opcodeEntry->numTypes >= 2); in spvTextEncodeOperand()
562 expectedOperands.reserve(opcodeEntry->numTypes); in spvTextEncodeOpcode()
563 for (auto i = 0; i < opcodeEntry->numTypes; i++) in spvTextEncodeOpcode()
565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
Dtable.h31 const uint16_t numTypes; member
Dbinary.cpp317 for (auto i = 0; i < opcode_desc->numTypes; i++) in parseInstruction()
319 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction()
501 assert(opcode_entry->numTypes >= 2); in parseOperand()
/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp275 assert(opcodeEntry->numTypes >= 2); in spvTextEncodeOperand()
562 expectedOperands.reserve(opcodeEntry->numTypes); in spvTextEncodeOpcode()
563 for (auto i = 0; i < opcodeEntry->numTypes; i++) in spvTextEncodeOpcode()
565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
Dtable.h31 const uint16_t numTypes; member
Dbinary.cpp313 for (auto i = 0; i < opcode_desc->numTypes; i++) in parseInstruction()
315 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction()
497 assert(opcode_entry->numTypes >= 2); in parseOperand()
/external/fonttools/Lib/fontTools/misc/
DmacRes.py86 self.numTypes, = struct.unpack('>H', numTypesData)
88 for i in range(self.numTypes + 1):
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h301 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic…
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp810 expected_operands.reserve(opcode_desc->numTypes); in DecodeInstruction()
811 for (auto i = 0; i < opcode_desc->numTypes; i++) { in DecodeInstruction()
813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp810 expected_operands.reserve(opcode_desc->numTypes); in DecodeInstruction()
811 for (auto i = 0; i < opcode_desc->numTypes; i++) { in DecodeInstruction()
813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp990 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument
993 for (unsigned i = 0; i < numTypes; i++) in MakeCheckOrder()