Home
last modified time | relevance | path

Searched full:up (Results 1 – 25 of 271) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/
Ddynamic_enum.sts48 if(d.Up as string == 'Up' && d.Down as string == 'Down') {
57 let u = d.Up
58 if(isEq(u, d.Up) as boolean) {
67 let u = d.Up
68 if(isEq('Up', u as string) as boolean) {
Ddynamic_enum.js27 Up: 'Up', property
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.cpp26 for (const auto &up : uplevel_) { in MsgClassFor() local
27 if (up.get().CanHandleMsg(msgNum)) { in MsgClassFor()
28 return up.get().MsgClassFor(msgNum); in MsgClassFor()
Dmethod_options.h80 void AddUpLevel(const MethodOptions &up) in AddUpLevel() argument
82 uplevel_.push_back(std::cref(up)); in AddUpLevel()
142 for (const auto &up : uplevel_) { in Image() local
143 result += "'" + up.get().name_ + "' "; in Image()
/arkcompiler/ets_frontend/ets2panda/linter/test/
Denum_member_non_constant.sts29 Up = 'UP',
33 Across = 'UP'+'LEFT',
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/
Darkts-phase1.sts16 // A mock up
33 // A mock up
38 // A mock up
78 // A mock up
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/static_enum/
Dstatic_enum_test.sts27 Up = -1,
32 return (Direction.Up + Direction.Down) as int
/arkcompiler/toolchain/build/config/qemu/
Dconfig.gni20 print("You may not set up environment for qemu which is used for running" +
22 " differently. Get set-up steps from" +
/arkcompiler/ets_frontend/testTs/
DREADME.md9 …ler/ets_frontend/build' in the out file and run the 'npm install' command to set up the environment
10 3. After setting up the environment, enter the ark/ts2abc directory of Hongmeng system
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
7 [Setting Up Ubuntu Development Environment with Installation Package and Building Source Code](http…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArray.sts331 * @param predicate A function that accepts up to three arguments. The every method calls
349 * @param predicate A function that accepts up to three arguments. The some method calls
367 …* @param predicate A function that accepts up to three arguments. The filter method calls the pred…
396 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
414 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
431 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
449 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
466 …* @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn fu…
533 * @param predicate A function that accepts up to three arguments. The every method calls
551 * @param predicate A function that accepts up to three arguments. The some method calls
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DArray.sts597 …* @param predicate A function that accepts up to three arguments. The filter method calls the pred…
614 * into it recursively up to the specified depth.
626 * into it recursively up to the specified depth.
946 * @param predicate A function that accepts up to three arguments. The every method calls
964 * @param predicate A function that accepts up to three arguments. The some method calls
982 …* @param predicate A function that accepts up to three arguments. The filter method calls the pred…
1011 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
1029 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
1046 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
1064 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Drendezvous.h33 * * If there is, wait until we get woken up
43 // Ends safepoint (wakes up waiting threads, releases Mutator lock);
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_map.erb23 …* @param callbackfn A function that accepts up to three arguments. The map method calls the callba…
40 …* @param callbackfn A function that accepts up to three arguments. The map method calls the callba…
DArray_common.erb272 * @param predicate A function that accepts up to three arguments. The every method calls
290 * @param predicate A function that accepts up to three arguments. The some method calls
309 …* @param predicate A function that accepts up to three arguments. The filter method calls the pred…
339 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
357 …* @param callbackfn A function that accepts up to four arguments. The reduce method calls the call…
374 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
392 …* @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the…
409 …* @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn f…
426 …* @param end zero-based index at which to end extraction. `slice()` extracts up to but not includi…
441 …* @param end zero-based index at which to end extraction. `slice()` extracts up to but not includi…
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
Doptions_test.cpp44 AddTestingOption("gc-trigger-type", "no-gc-for-start-up"); in LoadCorrectOptionsList()
87 ASSERT_EQ(GetRuntimeOptions()->GetGcTriggerType("core"), "no-gc-for-start-up"); in TEST_F()
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni23 "Maybe you have not set up android development environment." +
25 " Get set-up steps from https://gitee.com/ark_standalone_build/docs")
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.html.js75 <lit-icon class="expansion-up-icon" name="up"></lit-icon>
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dgeneric_typealias_7_neg.sts19 …martin): Primitive type parameter isn't working without initialization, it'll be in a follow up fix
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Type_undefined/
Dissue14610.sts29 up(): void {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/
Dfunction_level_n1.sts20 or function scope) from the place of declaration and up to the end of
Dfunction_level.sts20 from the place of declaration and up to the end of the body.
/arkcompiler/ets_runtime/test/aottest/definefieldbyname/
Ddefinefieldbyname.js32 // warm up profile type info
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h146 icu::UnicodeString up = uString.toUpper(); in ToUpper() local
148 up.toUTF8String(res); in ToUpper()
157 icu::UnicodeString up = uString.toUpper(locale); in ToLocaleUpper() local
159 up.toUTF8String(res); in ToLocaleUpper()
188 icu::UnicodeString up = uString.toUpper(); in FindFromU16ToUpper() local
190 up.toUTF8String(res); in FindFromU16ToUpper()
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DnullishTypeCodesamples.sts53 up() {
117 new DTree<string | number>().up();

1234567891011