| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | finalizationregistrywithsymbol.js | 23 var fr = new FinalizationRegistry((value) => { variable 29 fr.register(s, "symbol 1", Symbol.match); 30 fr.register(ss, "symbol 2", Symbol.matchAll); 33 fr.register(Symbol.for("symbol2"), "symbol 2"); 38 fr.unregister(Symbol.match);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | IntlPluralRulesTest.ets | 43 runSelectTest("fr", 1, "one") 44 runSelectTest("fr", 2, "other") 45 runSelectTest("fr", 0, "one") 105 runTestWithOptions("fr", 1, { localeMatcher: "lookup" }, "one") 106 runTestWithOptions("fr", 1, { localeMatcher: "best fit" }, "one") 108 runTestWithOptions("fr", 0, { minimumFractionDigits: 2 }, "one") 109 runTestWithOptions("fr", 0.5, { maximumFractionDigits: 1 }, "one") 110 runTestWithOptions("fr", 1.5, { minimumFractionDigits: 2, maximumFractionDigits: 2 }, "one") 132 "fr", 146 "fr", [all …]
|
| D | IntlRelativeTimeFormatTest.ets | 37 runFormatTest("fr", 5, "month", "dans 5 mois", { style: "long" }) 38 runFormatTest("fr", -5, "month", "il y a 5 mois", { style: "long" }) 65 runFormatToPartsTest('fr', values, units[i], expected, options); 84 runFormatToPartsTest('fr', values, units[i], expected, options); 103 runFormatToPartsTest('fr', values, units[i], expected, options); 122 runFormatToPartsTest('fr', values, units[i], expected, options); 141 runFormatToPartsTest('fr', values, units[i], expected, options); 160 runFormatToPartsTest('fr', values, units[i], expected, options); 179 runFormatToPartsTest('fr', values, units[i], expected, options); 198 runFormatToPartsTest('fr', values, units[i], expected, options); [all …]
|
| D | CollatorTest.ets | 409 let c = new Intl.Collator("fr-Latn-FR-u-kn-true", {} as Intl.CollatorOptions) 414 … let c = new Intl.Collator("fr-Latn-FR-u-kn-false", {"numeric": true} as Intl.CollatorOptions) 419 … let c = new Intl.Collator("fr-Latn-FR-u-kn-true", {"numeric": false} as Intl.CollatorOptions) 429 let c = new Intl.Collator("fr-Latn-FR-u-kf-upper", {} as Intl.CollatorOptions) 434 … let c = new Intl.Collator("fr-Latn-FR-u-kf-upper", {"caseFirst": "lower"} as Intl.CollatorOptions) 439 … let c = new Intl.Collator("fr-Latn-FR-u-kf-upper", {"caseFirst": "false"} as Intl.CollatorOptions)
|
| D | IntlNumberFormatRangePosNegTest.ets | 36 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 37 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 41 const FR: int = 1; 59 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 79 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 99 expected[FR] = expected[EN]; 118 separators[FR] = separators[EN]; 137 separators[FR] = separators[EN]; 157 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 177 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4…
|
| D | IntlNumberFormatRangePosNegTest2.ets | 36 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 37 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 41 const FR: int = 1; 59 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 79 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 99 expected[FR] = expected[EN]; 118 separators[FR] = separators[EN]; 137 separators[FR] = separators[EN]; 157 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 177 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4…
|
| D | IntlNumberFormatTest2.ets | 36 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru"]; 37 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU"]; 41 const FR: int = 1; 97 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 116 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 135 expected[FR] = expected[EN]; 153 separators[FR] = separators[EN];
|
| D | IntlNumberFormatRangeNegPosTest.ets | 36 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 37 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 41 const FR: int = 1; 59 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 79 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 99 expected[FR] = expected[EN]; 118 separators[FR] = separators[EN]; 138 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 158 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4…
|
| D | IntlNumberFormatRangeNegPosTest2.ets | 36 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 37 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 41 const FR: int = 1; 59 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 79 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 99 expected[FR] = expected[EN]; 118 separators[FR] = separators[EN]; 138 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 158 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4…
|
| D | IntlNumberFormatRangeInfTest.ets | 39 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 40 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 44 const FR: int = 1; 62 expected[FR] = String.fromCharCode(49, 8239, 50, 51, 52, 44, 53); 82 expected[FR] = String.fromCharCode(45, 49, 8239, 50, 51, 52, 44, 53); 102 expected[FR] = expected[EN]; 121 separators[FR] = separators[EN]; 141 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 161 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4… 307 left[FR] = String.fromCharCode(8771);
|
| D | IntlNumberFormatTest.ets | 35 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru"]; 36 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU"]; 39 const FR: int = 1; 74 separators[FR] = separators[EN]; 93 …expected[FR] = String.fromCharCode(49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 48, 4… 112 …expected[FR] = String.fromCharCode(45, 49, 50, 51, 8239, 52, 53, 54, 8239, 55, 56, 57, 8239, 48, 4…
|
| D | IntlDisplayNames.ets | 22 const fr_FR: string = intlBestFitLocale("fr-FR"); 66 … // const displayNamesWithLocaleArray = new Intl.DisplayNames(["en", "fr"], { type: "language" }); 142 testDisplayName(en_US, "fr", "French", languageOptions); 146 // fr 190 // fr 212 testDisplayName(en_US, "FR", "France", regionOptions); 434 assertTrue(customOptions.locale.startsWith("fr"), "resolvedOptions should reflect the locale");
|
| D | IntlNumberFormatRangeNaNTest.ets | 39 const languageCodes: string[] = [ "en", "fr", "ca", "el", "no", "it", "zh", "ja", "de", "ru", "fa"]; 40 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"]; 44 const FR: int = 1;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/ |
| D | negative.ets | 21 FR is a subtype of function type S with parameters SP1 , ... , SPn 28 …• FR can be any type if SR is type void. Otherwise, the resultant type FR is a subtype of SR (cova…
|
| D | positive.ets | 21 FR is a subtype of function type S with parameters SP1 , ... , SPn 28 …• FR can be any type if SR is type void. Otherwise, the resultant type FR is a subtype of SR (cova…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | stobj.v.obj.yaml | 36 R fR 68 - stobj.v.obj v1, v0, R.fR 71 - stobj.v.obj v0, v2, R.fR 76 stobj.v.obj v0, a0, R.fR 85 stobj.v.obj a0, v0, R.fR 120 - R.fR
|
| D | ldobj.obj.yaml | 38 R fR 77 - 'ldobj.obj v1, R.fR' 322 stobj.obj v0, R.fR 356 ldobj.obj v0, R.fR
|
| D | ldobj.v.obj.yaml | 38 R fR 77 - 'ldobj.v.obj v1, v1, R.fR' 316 stobj.obj v0, R.fR 352 ldobj.v.obj v1, v0, R.fR
|
| D | ldstatic.obj.yaml | 38 R fR <static> 203 ststatic.obj R.fR 237 ldstatic.obj R.fR
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | stobj.v.obj.yaml | 36 R fR 61 R fR 99 - stobj.v.obj v1, v0, R.fR 102 - stobj.v.obj v0, v2, R.fR 107 stobj.v.obj v0, a0, R.fR 116 stobj.v.obj a0, v0, R.fR 154 - R.fR 622 - R.fR 631 - R.fR
|
| D | stobj.obj.yaml | 42 R fR 78 R fR 123 stobj.obj a0, R.fR 131 stobj.obj v0, R.fR 170 - R.fR 585 - R.fR 596 - R.fR
|
| D | ldobj.v.obj.yaml | 42 R fR 79 R fR 125 - 'ldobj.v.obj v1, v1, R.fR' 419 stobj.obj v0, R.fR 455 ldobj.v.obj v1, v0, R.fR
|
| D | ldobj.obj.yaml | 42 R fR 79 R fR 123 - 'ldobj.obj v1, R.fR' 422 stobj.obj v0, R.fR 456 ldobj.obj v0, R.fR
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/expression/this_expression/ |
| D | undefined_class_for_this_2.ets | 15 let fr = ca(():void => {
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | install-ohos-sdk | 21 rm -fr /opt/ohos-sdk-windows_linux-public.tar.gz
|