| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocTemplateTagDefault.js | 14 const aNumber = [0]; variable 81 var aNumber = [0]; variable
|
| D | for-inStatementsInvalid.js | 2 var aNumber: number; variable 82 var aNumber; variable
|
| D | everyTypeWithInitializer.js | 26 var aNumber = 9.9; variable
|
| D | everyTypeWithAnnotationAndInitializer.js | 26 var aNumber: number = 9.9; variable
|
| D | throwStatements.js | 28 var aNumber = 9.9; variable
|
| D | everyTypeWithAnnotationAndInvalidInitializer.js | 35 var aNumber: number = 'this is a string'; variable
|
| D | objectRest.js | 47 var noContextualType = ({ aNumber = 12, ...notEmptyObject }) => aNumber + notEmptyObject.anythingGo… property
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | IntlTestNumberFormat.java | 166 public void tryIt(double aNumber) { in tryIt() 236 public void tryIt(int aNumber) { in tryIt()
|
| D | NumberFormatRegressionTest.java | 333 double aNumber; in checkNBSPPatternRtNum() local
|
| D | NumberFormatTest.java | 1095 double aNumber = 0l; in TestParse() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | IntlTestNumberFormat.java | 163 public void tryIt(double aNumber) { in tryIt() 233 public void tryIt(int aNumber) { in tryIt()
|
| D | NumberFormatRegressionTest.java | 330 double aNumber; in checkNBSPPatternRtNum() local
|
| D | NumberFormatTest.java | 1092 double aNumber = 0l; in TestParse() local
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocTemplateTagDefault.ts | 19 const aNumber = [0]; constant
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tsnmfmt.cpp | 284 IntlTestNumberFormat::tryIt(double aNumber) in tryIt() 365 IntlTestNumberFormat::tryIt(int32_t aNumber) in tryIt()
|
| /third_party/typescript/tests/cases/conformance/statements/throwStatements/ |
| D | throwStatements.ts | 29 var aNumber = 9.9; variable
|
| /third_party/typescript/tests/cases/conformance/statements/VariableStatements/ |
| D | everyTypeWithInitializer.ts | 25 var aNumber = 9.9; variable
|
| D | everyTypeWithAnnotationAndInitializer.ts | 25 var aNumber: number = 9.9; variable
|
| D | everyTypeWithAnnotationAndInvalidInitializer.ts | 34 var aNumber: number = 'this is a string'; variable
|
| /third_party/typescript/tests/cases/conformance/statements/forStatements/ |
| D | forStatements.ts | 27 for(var aNumber: number = 9.9;;){} variable
|
| /third_party/typescript/tests/cases/conformance/statements/for-inStatements/ |
| D | for-inStatementsInvalid.ts | 1 var aNumber: number; variable
|
| /third_party/typescript/tests/cases/conformance/types/unknown/ |
| D | unknownType2.ts | 56 declare const aNumber: number; constant
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | cnumtst.c | 1993 double aNumber = -1.0; in TestNBSPPatternRtNum() local
|