/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 122 …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()
|
D | tznames_impl.h | 193 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic…
|
D | tznames_impl.cpp | 1594 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() argument 1612 for (int i = 0; i < numTypes; i++) { in getDisplayNames()
|
/external/clang/lib/Driver/ |
D | Types.cpp | 32 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/fonttools/Lib/fontTools/misc/ |
D | macRes.py | 86 self.numTypes, = struct.unpack('>H', numTypesData) 88 for i in range(self.numTypes + 1):
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.cpp | 298 assert(opcodeEntry->numTypes >= 2); in spvTextEncodeOperand() 591 expectedOperands.reserve(opcodeEntry->numTypes); in spvTextEncodeOpcode() 592 for (auto i = 0; i < opcodeEntry->numTypes; i++) in spvTextEncodeOpcode() 594 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
|
D | table.h | 30 const uint16_t numTypes; member
|
D | binary.cpp | 317 for (auto i = 0; i < opcode_desc->numTypes; i++) in parseInstruction() 319 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction() 514 assert(opcode_entry->numTypes >= 2); in parseOperand()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text.cpp | 298 assert(opcodeEntry->numTypes >= 2); in spvTextEncodeOperand() 591 expectedOperands.reserve(opcodeEntry->numTypes); in spvTextEncodeOpcode() 592 for (auto i = 0; i < opcodeEntry->numTypes; i++) in spvTextEncodeOpcode() 594 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
|
D | table.h | 30 const uint16_t numTypes; member
|
D | binary.cpp | 319 for (auto i = 0; i < opcode_desc->numTypes; i++) in parseInstruction() 321 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction() 516 assert(opcode_entry->numTypes >= 2); in parseOperand()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | text.cpp | 298 assert(opcodeEntry->numTypes >= 2); in spvTextEncodeOperand() 591 expectedOperands.reserve(opcodeEntry->numTypes); in spvTextEncodeOpcode() 592 for (auto i = 0; i < opcodeEntry->numTypes; i++) in spvTextEncodeOpcode() 594 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
|
D | table.h | 30 const uint16_t numTypes; member
|
D | binary.cpp | 319 for (auto i = 0; i < opcode_desc->numTypes; i++) in parseInstruction() 321 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction() 516 assert(opcode_entry->numTypes >= 2); in parseOperand()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 303 …mes(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, Unic…
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 1337 int numTypes = sizeof( types ) / sizeof( types[ 0 ] ); in test_vector_scalar() local 1339 for( int t = 0; t < numTypes; t++ ) in test_vector_scalar()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 990 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument 993 for (unsigned i = 0; i < numTypes; i++) in MakeCheckOrder()
|