/third_party/typescript/tests/baselines/reference/ |
D | enumOperations.types | 13 var numberType: number = 0; 14 >numberType : number 21 enumType ^ numberType; 22 >enumType ^ numberType : number 24 >numberType : number 26 numberType ^ anyType; 27 >numberType ^ anyType : number 28 >numberType : number
|
D | enumOperations.symbols | 13 var numberType: number = 0; 14 >numberType : Symbol(numberType, Decl(enumOperations.ts, 2, 3)) 19 enumType ^ numberType; 21 >numberType : Symbol(numberType, Decl(enumOperations.ts, 2, 3)) 23 numberType ^ anyType; 24 >numberType : Symbol(numberType, Decl(enumOperations.ts, 2, 3))
|
D | enumOperations.js | 4 var numberType: number = 0; variable 7 enumType ^ numberType; 8 numberType ^ anyType; 25 var numberType = 0; 27 enumType ^ numberType; 28 numberType ^ anyType;
|
/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToCarrierMapper.java | 90 PhoneNumberType numberType = phoneUtil.getNumberType(number); in getNameForNumber() local 91 if (isMobile(numberType)) { in getNameForNumber() 117 private boolean isMobile(PhoneNumberType numberType) { in isMobile() argument 118 return (numberType == PhoneNumberType.MOBILE in isMobile() 119 || numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE in isMobile() 120 || numberType == PhoneNumberType.PAGER); in isMobile()
|
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/ |
D | PhoneNumberOfflineGeocoder.java | 189 PhoneNumberType numberType = phoneUtil.getNumberType(number); in getDescriptionForNumber() local 190 if (numberType == PhoneNumberType.UNKNOWN) { in getDescriptionForNumber() 192 } else if (!phoneUtil.isNumberGeographical(numberType, number.getCountryCode())) { in getDescriptionForNumber() 212 PhoneNumberType numberType = phoneUtil.getNumberType(number); in getDescriptionForNumber() local 213 if (numberType == PhoneNumberType.UNKNOWN) { in getDescriptionForNumber() 215 } else if (!phoneUtil.isNumberGeographical(numberType, number.getCountryCode())) { in getDescriptionForNumber()
|
/third_party/typescript/tests/cases/compiler/ |
D | enumOperations.ts | 3 var numberType: number = 0; variable 6 enumType ^ numberType; 7 numberType ^ anyType;
|
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToTimeZonesMapper.java | 137 PhoneNumberType numberType = PhoneNumberUtil.getInstance().getNumberType(number); in getTimeZonesForNumber() local 138 if (numberType == PhoneNumberType.UNKNOWN) { in getTimeZonesForNumber() 141 numberType, number.getCountryCode())) { in getTimeZonesForNumber()
|
/third_party/libphonenumber/java/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 278 PhoneNumberType numberType = phoneUtil.getNumberType(number); in getOutputForSingleNumber() local 302 appendLine("Result from getNumberType()", numberType.toString(), output); in getOutputForSingleNumber() 409 if (numberType == PhoneNumberType.MOBILE in getOutputForSingleNumber() 410 || numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE in getOutputForSingleNumber() 411 || numberType == PhoneNumberType.PAGER) { in getOutputForSingleNumber()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil.js | 1641 var numberType = this.getNumberType(phoneNumber); 1643 return numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE || 1644 numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE || 1647 numberType == i18n.phonenumbers.PhoneNumberType.MOBILE); 1978 var numberType = this.getNumberType(numberNoExt); 1980 var isValidNumber = (numberType != i18n.phonenumbers.PhoneNumberType.UNKNOWN); 1984 (numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE) || 1985 (numberType == i18n.phonenumbers.PhoneNumberType.MOBILE) || 1986 (numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE); 1989 numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE) {
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
D | BuildMetadataFromXml.java | 443 String numberType) { in processPhoneNumberDescElement() argument 444 NodeList phoneNumberDescList = countryElement.getElementsByTagName(numberType); in processPhoneNumberDescElement() 456 String.format("Multiple elements with type %s found.", numberType)); in processPhoneNumberDescElement()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.h | 205 ADDR_FLT_32 value, UINT_32 bits, NumberType numberType, UINT_32* pResult);
|
D | addrelemlib.cpp | 136 NumberType numberType, ///< [in] the type of number in Flt32sToInt32s() argument 144 switch ( numberType ) in Flt32sToInt32s()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 1467 PhoneNumberType numberType = getNumberType(numberNoExt); 1468 boolean isValidNumber = (numberType != PhoneNumberType.UNKNOWN); 1471 (numberType == PhoneNumberType.FIXED_LINE) || (numberType == PhoneNumberType.MOBILE) 1472 || (numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE); 1474 if (regionCode.equals("CO") && numberType == PhoneNumberType.FIXED_LINE) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 4206 NumberType numberType; in addGraphics16BitStorageInputOutputFloat16To16x2Group() member 4221 …t(std::make_pair(IFDataType(cases[caseIdx].numElements, cases[caseIdx].numberType), BufferSp(new F… in addGraphics16BitStorageInputOutputFloat16To16x2Group() 4222 …std::make_pair(IFDataType(cases[caseIdx].numElements, cases[caseIdx].numberType), BufferSp(new Flo… in addGraphics16BitStorageInputOutputFloat16To16x2Group() 4280 NumberType numberType; in addGraphics16BitStorageInputOutputInt16To16x2Group() member 4297 …t(std::make_pair(IFDataType(cases[caseIdx].numElements, cases[caseIdx].numberType), BufferSp(new I… in addGraphics16BitStorageInputOutputInt16To16x2Group() 4298 …std::make_pair(IFDataType(cases[caseIdx].numElements, cases[caseIdx].numberType), BufferSp(new Int… in addGraphics16BitStorageInputOutputInt16To16x2Group() 4680 …const NumberType numberType = strcmp(cases[caseIdx].sign, "1") == 0 ? NUMBERTYPE_INT16 : NUMB… in addGraphics16BitStorageInputOutputInt16To16Group() local 4689 …interfaces.setInputOutput(std::make_pair(IFDataType(cases[caseIdx].numElements, numberType), Buffe… in addGraphics16BitStorageInputOutputInt16To16Group() 4690 …std::make_pair(IFDataType(cases[caseIdx].numElements, numberType), BufferSp(new Int16Buffer(subInp… in addGraphics16BitStorageInputOutputInt16To16Group()
|
D | vktSpvAsmInstructionTests.cpp | 19242 NumberType numberType = NumberType(type); in createOpCompositeInsertGroup() local 19243 const string typeName = getNumberTypeName(numberType); in createOpCompositeInsertGroup() 19248 createCompositeCases(testCases, rnd, numberType); in createOpCompositeInsertGroup() 19254 spec.assembly = specializeCompositeInsertShaderTemplate(numberType, *test); in createOpCompositeInsertGroup() 19256 switch (numberType) in createOpCompositeInsertGroup() 19439 NumberType numberType = NumberType(type); in createOpInBoundsAccessChainGroup() local 19440 const string typeName = getNumberTypeName(numberType); in createOpInBoundsAccessChainGroup() 19445 createCompositeCases(testCases, rnd, numberType); in createOpInBoundsAccessChainGroup() 19457 spec.assembly = specializeInBoundsShaderTemplate(numberType, structInfo, *test); in createOpInBoundsAccessChainGroup() 19459 switch (numberType) in createOpInBoundsAccessChainGroup() [all …]
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 439 …ype: (type, kind) => getIndexInfoOfType(type, kind === IndexKind.String ? stringType : numberType), 443 …ype: (type, kind) => getIndexTypeOfType(type, kind === IndexKind.String ? stringType : numberType), 635 getNumberType: () => numberType, 816 const numberType = createIntrinsicType(TypeFlags.Number, "number"); 838 const stringOrNumberType = getUnionType([stringType, numberType]); 839 const stringNumberSymbolType = getUnionType([stringType, numberType, esSymbolType]); 841 const numberOrBigIntType = getUnionType([numberType, bigintType]); 842 …const templateConstraintType = getUnionType([stringType, numberType, booleanType, bigintType, null… 843 … const numericStringType = getTemplateLiteralType(["", ""], [numberType]); // The `${number}` type 902 const enumNumberIndexInfo = createIndexInfo(numberType, stringType, /*isReadonly*/ true); [all …]
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 50865 … { return getIndexInfoOfType(type, kind === 0 /* IndexKind.String */ ? stringType : numberType); }, 50869 … { return getIndexTypeOfType(type, kind === 0 /* IndexKind.String */ ? stringType : numberType); }, 51054 getNumberType: function () { return numberType; }, 51224 var numberType = createIntrinsicType(8 /* TypeFlags.Number */, "number"); 51246 var stringOrNumberType = getUnionType([stringType, numberType]); 51247 var stringNumberSymbolType = getUnionType([stringType, numberType, esSymbolType]); 51249 var numberOrBigIntType = getUnionType([numberType, bigintType]); 51250 …var templateConstraintType = getUnionType([stringType, numberType, booleanType, bigintType, nullTy… 51251 … var numericStringType = getTemplateLiteralType(["", ""], [numberType]); // The `${number}` type 51298 var enumNumberIndexInfo = createIndexInfo(numberType, stringType, /*isReadonly*/ true); [all …]
|
D | tsc.js | 41857 …: function (type, kind) { return getIndexInfoOfType(type, kind === 0 ? stringType : numberType); }, 41861 …: function (type, kind) { return getIndexTypeOfType(type, kind === 0 ? stringType : numberType); }, 42043 getNumberType: function () { return numberType; }, 42209 var numberType = createIntrinsicType(8, "number"); 42231 var stringOrNumberType = getUnionType([stringType, numberType]); 42232 var stringNumberSymbolType = getUnionType([stringType, numberType, esSymbolType]); 42234 var numberOrBigIntType = getUnionType([numberType, bigintType]); 42235 …var templateConstraintType = getUnionType([stringType, numberType, booleanType, bigintType, nullTy… 42236 var numericStringType = getTemplateLiteralType(["", ""], [numberType]); 42281 var enumNumberIndexInfo = createIndexInfo(numberType, stringType, true); [all …]
|