Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/arkcompiler/ets_runtime/test/moduletest/dynamicimport/
Ddynamicimport.js27 import(objA).then(animalA => {
30 }).then().catch();
37 f().then().catch();
40 import("./C.js").then(m => {
42 }).then();
47 }).then();
54 import(_v_1).then();
59 import('./1.json').then(m => {
61 }).then().catch();
63 import('@native:system.app').then(m => {
[all …]
/arkcompiler/runtime_core/static_core/scripts/
Dinstall-deps-ubuntu58 then
107 then
128 if [[ ! -f "$fname" ]] ; then
141 if [[ ! -f "$fname" ]] ; then
179 if [ `which aarch64-linux-gnu-gcc-8` ]; then
185 if [ `which arm-linux-gnueabi-gcc-8` ]; then
191 if [ `which arm-linux-gnueabihf-gcc-8` ]; then
212 if [ `which aarch64-linux-gnu-gcc-8` ]; then
218 if [ `which arm-linux-gnueabi-gcc-8` ]; then
224 if [ `which arm-linux-gnueabihf-gcc-8` ]; then
[all …]
Dinstall-third-party27 if [ -f "${MIRROR_ARK_THIRD_PARTY_MANIFEST}" ]; then
100 then
150 if [[ ! -d "$patch_dir" ]] ; then
172 if [[ "$component" == "" || "$component" =~ ^# ]] ; then
183 if [[ ${#REPOS[@]} -ne 0 ]] && ! requested_repo "${lib_name}" ; then
189 if [[ -d "$lib_dir" && ${#REPOS[@]} -eq 0 ]] ; then
194 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
196 elif [[ "$commit_type" == "commit" ]] ; then
203 if [[ "$patch_mode" == "with_patches" ]] ; then
205 elif [[ "$patch_mode" != "no_patches" ]] ; then
[all …]
/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu24 then
69 then
90 if [[ ! -f "$fname" ]] ; then
128 if [[ $FLAG_ARG == "dev" ]] ; then
129 if [[ $INSTALL_ARM_DEV == "yes" ]] ; then
136 if [[ $FLAG_ARG == "x86" ]] ; then
139 if [[ $FLAG_ARG == "arm-all" ]] ; then
142 if [[ $FLAG_ARG == "windows" ]] ; then
145 if [[ $FLAG_ARG == "arm-dev" ]] ; then
146 if [[ $INSTALL_DEV == "yes" ]] ; then
[all …]
Drun-check-concurrency-format.sh23 if [[ "$FILE" == *"libpandabase/os"* ]]; then
28 if [[ "$FILE" == *"libopenjdkpandavm/"* ]]; then
33 if [[ "$FILE" == *"runtime/tests"* ]]; then
38 if [[ "$FILE" == *"runtime/profilesaver"* ]]; then
43 if [[ "$FILE" == *"runtime/methodtrace/trace"* ]]; then
48 if [[ "$FILE" == *"java/runtime/java_signal_catcher.cpp"* ]]; then
53 if [[ "$FILE" == *"compiler/optimizer/code_generator/disassembly.cpp"* ]]; then
59 if grep ${pattern} ${FILE}; then
Dinstall-third-party72 if [[ ! -d "$patch_dir" ]] ; then
95 if [[ "$component" == "" || "$component" =~ ^# ]] ; then
109 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
111 elif [[ "$commit_type" == "commit" ]] ; then
121 if [[ "$patch_mode" == "with_patches" ]] ; then
123 elif [[ "$patch_mode" != "no_patches" ]] ; then
128 if [[ "$submodule_mode" =~ ^with_submodules: ]] ; then
138 elif [[ "$submodule_mode" != "no_submodules" ]] ; then
146 if [[ "$ARK_THIRD_PARTY_FORCE_CLONE" == "yes" ]] ; then
150 if [[ -d "$ARK_THIRD_PARTY_DIR" ]] ; then
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
Dverify.sh19 if [ $? -ne 0 ]; then
62 if [[ "$3" ]]; then
75 if ! test -f "$BUILD"; then
79 if [ "$SPEC" ] && [ "$RST_FILE" ]; then
89 if [[ "$SPEC" ]]; then
91 if [[ "$RST_FILE" ]]; then
94 if [[ $(cat ./.verifier_error) ]]; then
104 if test -f results/"$1".md; then return; fi
121 if [ "$2" = 1 ]; then
125 if [ "$3" = 1 ]; then
[all …]
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_perf_test.sh102 then
104 then
108 then
112 then
116 then
120 then
124 then
126 then
131 then
137 then
[all …]
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dlocal_intrusive_testing.sh45 if [[ -z "$INTRUSIVE_TESTS_RELATIVE_DIR" ]]; then
48 if [[ -z "$INSTRUMENTATION_TARGETS" ]]; then
51 if [[ -z "$BUILD_TARGETS" ]]; then
55 if [[ -n "$TSAN_SUPPRESSIONS" ]]; then
67 if [[ -d "$TARGET_DIR" ]]; then
68 if [[ "$CLEAR_BUILD_DIRS" = true ]]; then
93 if [[ ! -d "$1" ]]; then
98 if [[ -z "$2" ]]; then
111 if ! mkdir -p "${BUILD_DIR}"; then
118 if [[ "$RUN_ONLY" = true ]]; then
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Darrays-07.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
Darrays-08.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-08.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
Darrays-07.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
/arkcompiler/ets_frontend/test262/
DdynamicImport_tests.txt198 nested-while-import-then-eval-gtbndng-indirect-update-dflt.js
202 nested-function-import-then-is-call-expression-square-brackets.js
203 nested-else-import-then-returns-thenable.js
205 nested-block-import-then-is-call-expression-square-brackets.js
212 nested-arrow-import-then-eval-gtbndng-indirect-update.js
217 nested-block-import-then-eval-gtbndng-indirect-update.js
218 nested-arrow-import-then-eval-gtbndng-indirect-update-dflt.js
219 top-level-import-then-returns-thenable.js
224 nested-while-import-then-is-call-expression-square-brackets.js
225 nested-if-import-then-is-call-expression-square-brackets.js
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dpromise_then_sequence.sts44 p.then<void>((): void => {
49 // Wait for adding p2.then callback
57 p1.then<void>((): void => {
59 // Add then callback to the promise queue
60 p2.then<void>((): void => {
66 p1.then<void>((): void => {
68 // Await on p2 to add then callback to the coro queue
70 p2.then<void>((): void => {
/arkcompiler/runtime_core/static_core/compiler/tools/
Dbenchmark_coverage.sh37 if [ "$BUILD_PANDA" = true ]; then
44 if [ "$TARGET_ARCH" = arm64 ]; then
46 elif [ "$TARGET_ARCH" = arm ]; then
48 elif [ "$TARGET_ARCH" = x86_64 ]; then
56 if [ "$PAOC_MODE" = aot ]; then
58 elif [ "$PAOC_MODE" = jit ]; then
60 elif [ "$PAOC_MODE" = osr ]; then
96 if [ "${status}" -ne 0 ]; then
102 if (! echo "$line" | grep -q "FUNCS") || (echo "$line" | grep -q "$name"); then
104 … (! echo "$line" | grep -q "ARM64\|ARM32\|X86_64") || (echo "$line" | grep -q "$TARGET_NAME"); then
[all …]
/arkcompiler/runtime_core/static_core/scripts/llvm/
Dbuild_llvm.sh50 if [[ -z "${BUILD_DIR}" ]]; then
55 if [[ -z "${LLVM_SOURCES}" ]]; then
60 … "xtrue" || "x${BUILD_OHOS_RELEASE_GN}" == "xtrue" || "x${BUILD_OHOS_RELEASE}" == "xtrue" ]]; then
61 if [[ -n "${LLVM_TABLEGEN}" && ! -f "${LLVM_TABLEGEN}" ]]; then
66 if [[ -z "${LLVM_TABLEGEN}" ]]; then
72 "x${BUILD_X86_RELEASE}" == "xfalse" ]]; then
84 if [[ -z "${OHOS_SDK}" && "x${BUILD_OHOS_RELEASE}" == "xtrue" ]]; then
89 if [[ -z "${OHOS_SDK}" && "x${BUILD_OHOS_RELEASE_GN}" == "xtrue" ]]; then
94 if [[ -z "${OHOS_PREBUILTS}" && "x${BUILD_OHOS_RELEASE_GN}" == "xtrue" ]]; then
100 if [[ "x${OPTIMIZE_DEBUG}" == "xtrue" ]]; then
[all …]
/arkcompiler/ets_runtime/test/ffiworkloadtest/
Drun_ffi_workload_test.sh33 if type "$command" >/dev/null 2>&1; then return $ret_ok; else return $ret_error; fi
42 if [ ! -f "$WORKLOAD_BINARY" ] || [ ! -f "$WORKLOAD_SO_PATH" ]; then
46 if [[ "$ret" == *"build successful"* ]];then
53 if [ ! -f "$WORKLOAD_BINARY" ] || [ ! -f "$WORKLOAD_SO_PATH" ]; then
92 if [ "$i" == 0 ]; then
116 if [ "$para_num" -lt 4 ]; then
122 if [[ $run_mode -eq "1" || $run_mode -eq "2" ]];then
129 if [[ "$3" = /* ]]; then
139 if [ "$para_num" -eq 4 ]; then
143 if [ -d "$LOCAL_XML_PATH" ];then
[all …]
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-thread-activity.plantuml20 if (gc_stop_flag) then (yes)
23 if (GCTaskQueue not empty) then (yes)
25 if (task is Full GC) then (yes)
28 if (task is MARKING) then (yes)
30 else if (task is REGION COMPACTING) then (yes)
Dtask_manager-activity.plantuml5 if (foreground_queue is empty and background_queue is empty?) then(yes)
10 if (foreground_queue is not empty?) then(yes)
12 elseif(background_queue is not empty?) then(no)
/arkcompiler/runtime_core/docs/diagrams/
Dgc-thread-activity.puactivity20 if (gc_stop_flag) then (yes)
23 if (GCTaskQueue not empty) then (yes)
25 if (task is Full GC) then (yes)
27 elseif (task is Major GC) then (yes)
30 if (GCTaskQueue contains minor GC) then(yes)
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh85 if [[ ! -f /etc/os-release ]]; then
92 if [[ "${NAME}" != "Ubuntu" ]]; then
97 if [[ "${major_version}" -lt 20 ]]; then
114 if [[ "${target}" != "spec" ]]; then
131 if [[ -n "${ARTIFACTS_DIR}" ]]; then
148 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then
209 if [[ "${BUILD_SOMETHING}" == "no" ]] ; then
223 if [[ "${BUILD_SPEC}" == "yes" ]]; then
229 if [[ "${BUILD_COOKBOOK}" == "yes" ]]; then
232 if [[ "${BUILD_TYPE}" == "release" ]]; then
[all …]
/arkcompiler/ets_runtime/test/aottest/asyncgenerator/
Dasyncgenerator.js39 asyncIterator_1.next().then(function() {
40 return asyncIterator_1.return(2).then(function(result) {
64 asyncIterator_2.next().then(function() {
65 var promise = Promise.resolve(2).then(() => 3);
66 return asyncIterator_2.return(promise).then(function(result) {
109 iter_3.next().then(() => {
110 iter_3.return().then(({value}) => {
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dgenerics_instantiation_4.sts37 then<U>(a0: U): C<U> | null {
48 let p1: C<Object> | null = p.then<Object>(new Object());
50 p1 = p2.then<Object>(new Object());
51 p1 = p2.value.bar().baz()!.then<Object>(new Object());
52 p1 = p2.value.bar().baz()!.then<Object>(new Object());
54 let p3: C<Double> | null = p.then<Double>(new Double());
/arkcompiler/ets_frontend/ets2panda/scripts/
Drun-tests117 if [[ ! -d "${ROOT_DIR}" ]]; then
122 if [[ "${BUILD_DIR}" == '' ]]; then
128 if [[ "$DO_CLEAN" == 'yes' ]]; then
137 if [[ "${BRANCH_NAME}" != '' ]]; then
150 if [[ "$RUN_CLANG_TIDY" == 'yes' ]]; then
159 if [[ "$branch" == 'fe_dev_stable' || "$branch" == 'master' ]]; then
164 if [[ $FILE_NAME_FILTER != '' ]]; then
174 if [[ "$PARENT_BRANCH" == '' ]]; then
183 if [[ "${DO_CONFIGURE}" == 'yes' ]]; then
195 if [[ "$BUILD_TARGETS" != '' ]]; then
[all …]

12345678910>>...37