Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DneverType.ts67 function move1(direction: "up" | "down") {
71 case "up":
72 AssertType("up", "string");
90 function move2(direction: "up" | "down") {
91 AssertType(direction === "up" ? 1 : direction === "down" ? -1 : error("Should never g…
92 AssertType(direction === "up", "boolean");
94 AssertType("up", "string");
96 return direction === "up" ? 1 :
DduplicateAnonymousInners1.ts29 // Inner should show up in intellisense
42 // Inner should not show up in intellisense
43 // Outer should show up in intellisense
DlocalImportNameVsGlobalName.ts23 export enum Key { UP, DOWN, LEFT, RIGHT }
31 foo(Key.UP);
Des6ClassTest8.ts83 public up: Vector;
121 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
122 AssertType(this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right))), "Vect…
123 AssertType(this.up, "Vector");
DforLoopEndingMultilineComments.ts25 // needed to get colors to show up when passing through Grunt
DsubtypingWithOptionalProperties.ts43 r.s && r.s.toFixed(); // would blow up at runtime
/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/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/ecmascript/base/
Dstring_helper.h134 icu::UnicodeString up = uString.toUpper(); in ToUpper() local
136 up.toUTF8String(res); in ToUpper()
145 icu::UnicodeString up = uString.toUpper(locale); in ToLocaleUpper() local
147 up.toUTF8String(res); in ToLocaleUpper()
178 icu::UnicodeString up = uString.toUpper(); in FindFromU16ToUpper() local
180 up.toUTF8String(res); in FindFromU16ToUpper()
/arkcompiler/ets_runtime/script/
Drun_ark_executable.py61 print("Have you set up environment for running executables with qemu?\n" \
62 "If not, get set-up steps from https://gitee.com/ark_standalone_build/docs ," \
64 " and execute the appended command after setting up the environment.\n" \
/arkcompiler/ets_frontend/test262/
DREADME.md123 up to date in 2.225s
129 up to date in 1.446s
135 up to date in 2.412s
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dconstants.h36 // object or space align up
/arkcompiler/ets_runtime/ecmascript/dfx/
Dvm_thread_control.cpp63 vmThreadNeedSuspensionCV_.Signal(); // wake up the thread who needs suspend vmthread in SuspendVM()
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp46 raise(SIGSTOP); // wait for child's gdb invocation to pick us up in HandleTimeout()
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md23 - In rare cases, the rk3568 demo board could not start up normally after burnning, which leads to i…
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md58 This helps to speed up subtyping checking during verification.
/arkcompiler/runtime_core/ldscripts/
Dpanda_test_asan.ld10 So memory map is set up for data in 0..1G and ELF in 1..2G.
198 /* Adjust the address for the data segment. We want to adjust up to
199 the same address within the page on the next page up. */
278 /* Align here to ensure that the .bss section occupies space up to
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml19 # the same problem with "ecmascript::base". So, I've gave up and renamed it to "base_options".
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.h38 // Used to call wait or Signal() to unlock wait and wake up
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.cpp31 … // Do not set up mem_stats in internal arena allocator, because we will manage memstats here. in CodeAllocator()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp49 … << " virtual memory. Please clean up other heavy processes or restart the computer."; in PageMap()
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md61 Besides, the machine-readable form naturally sets up the framework for self-testing (e.g.
161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
Drationale-for-bytecode.md5 This document sets up some context about bytecode design principles and provides rationales for
74 require up to 4 bytes to encode.

1234