Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/src/services/
Dclassifier2020.ts44 const collector = (node: Node, typeIdx: number, modifierSet: number) => {
45 …resultTokens.push(node.getStart(sourceFile), node.getWidth(sourceFile), ((typeIdx + 1) << TokenEnc…
88 let typeIdx = classifySymbol(symbol, getMeaningFromLocation(node));
89 if (typeIdx !== undefined) {
92 …= (isBindingElement(node.parent) || tokenFromDeclarationMapping.get(node.parent.kind) === typeIdx);
99 … if (typeIdx === TokenType.parameter && isRightSideOfQualifiedNameOrPropertyAccess(node)) {
100 typeIdx = TokenType.property;
103 typeIdx = reclassifyByType(typeChecker, node, typeIdx);
115 if (typeIdx !== TokenType.class && typeIdx !== TokenType.interface) {
120 …if ((typeIdx === TokenType.variable || typeIdx === TokenType.function) && isLocalDeclaration(decl,…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h339 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
393 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
401 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
409 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
418 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
428 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
436 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
437 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct()
448 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
449 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct()
[all …]
/third_party/icu/icu4c/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
419 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
425 return typeOffsets[typeIdx]; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
431 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
787 if (historicRules[typeIdx] == NULL) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
799 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
Dmeasunit.cpp2204 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
2205 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2207 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()
2223 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
2224 if (typeIdx == -1) { in getAvailable()
2227 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2233 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
419 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
425 return typeOffsets[typeIdx]; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
431 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
787 if (historicRules[typeIdx] == NULL) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
799 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
Dmeasunit.cpp2222 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
2223 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2225 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()
2241 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
2242 if (typeIdx == -1) { in getAvailable()
2245 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2251 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.h418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
419 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
425 return typeOffsets[typeIdx]; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
431 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
787 if (historicRules[typeIdx] == NULL) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
799 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
Dmeasunit.cpp2204 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
2205 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2207 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()
2223 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
2224 if (typeIdx == -1) { in getAvailable()
2227 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2233 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dolsontz.h416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
417 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
423 return typeOffsets[typeIdx]; in rawOffsetAt()
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
429 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
Dmeasunit.cpp1211 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
1212 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
1214 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()
1230 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
1231 if (typeIdx == -1) { in getAvailable()
1234 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
1240 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
787 if (historicRules[typeIdx] == NULL) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
799 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-prototype-slice-ext-arraybuffer.js28 for (var typeIdx = 0; typeIdx < typedarrays.length; typeIdx++) {
30 var typed = new typedarrays[typeIdx](buffer, 8, 6);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DOlsonTimeZone.java757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
758 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
763 return typeOffsets[typeIdx]; in rawOffsetAt()
767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
768 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1131 int transitionIdx, typeIdx; in initTransitionRules() local
1147 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1151 if (typeIdx == getInt(typeMapData[transitionIdx])) { in initTransitionRules()
1163 raw = typeOffsets[typeIdx*2]*Grego.MILLIS_PER_SECOND; in initTransitionRules()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
756 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
761 return typeOffsets[typeIdx]; in rawOffsetAt()
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
766 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1129 int transitionIdx, typeIdx; in initTransitionRules() local
1145 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1149 if (typeIdx == getInt(typeMapData[transitionIdx])) { in initTransitionRules()
1161 raw = typeOffsets[typeIdx*2]*Grego.MILLIS_PER_SECOND; in initTransitionRules()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp256 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range() local
267 << " highp int invalidValue = " << testConfigs.builtInType[typeIdx] << "[invalidIndex]; \n" in index_outside_sample_mask_range()
271 …s: using constant integral expression outside of " + testConfigs.builtInType[typeIdx] + " bounds"); in index_outside_sample_mask_range()
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js156 const methodTypes = duck._gfTypes[name].map(function (typeIdx) { argument
157 return types[typeIdx]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3892 for (size_t typeIdx = 0; typeIdx < mandatoryTypesVector.size(); ++typeIdx) in createDescriptorValveMutableTests() local
3898 std::rotate(beginPtr, &rotatedTypes[typeIdx], endPtr); in createDescriptorValveMutableTests()
3970 for (size_t typeIdx = 0; typeIdx < arrayBindingDescTypes.size(); ++typeIdx) in createDescriptorValveMutableTests() local
3976 std::rotate(beginPtr, &rotatedTypes[typeIdx], endPtr); in createDescriptorValveMutableTests()
4016 for (size_t typeIdx = 0; typeIdx < mandatoryTypes.size(); ++typeIdx) in createDescriptorValveMutableTests() local
4022 std::rotate(beginPtr, &rotatedTypes[typeIdx], endPtr); in createDescriptorValveMutableTests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java967 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()
968 String type = types[typeIdx]; // first: default type in TestTailoredElements()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java964 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()
965 String type = types[typeIdx]; // first: default type in TestTailoredElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMeasureUnitTest.java2847 int typeIdx = 0; in generateCXXConstants() local
2860 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()
2862 baseTypeIdx = typeIdx; in generateCXXConstants()
2868 typeIdx++; in generateCXXConstants()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java3245 int typeIdx = 0; in generateCXXConstants() local
3263 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()
3265 baseTypeIdx = typeIdx; in generateCXXConstants()
3271 typeIdx++; in generateCXXConstants()
/third_party/typescript/src/harness/
DfourslashImpl.ts2606 const typeIdx = getTokenTypeFromClassification(classification) || 0; constant
2609 … return [tokenTypes[typeIdx], ...tokenModifiers.filter((_, i) => modSet & 1 << i)].join(".");

12