Home
last modified time | relevance | path

Searched +full:- +full:300 (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfneg.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'fneg.64'
18 title: Floating-point unary
20 Perform specified floating-point operation on accumulator
22 - x_none
25 - file-name: 'op_none'
28 - sig: fneg.64
31 code-template: |
40 - values:
[all …]
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dmodule_modify1.js7 * http://www.apache.org/licenses/LICENSE-2.0
16 export var a = 300
18 var b = 300
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/contextualOverloadListFromArrayUnion/
Dthree.ts8 * http://www.apache.org/licenses/LICENSE-2.0
80 …(error, null) } else { // must use postfix-!, since `error` and …
82 …(error, null) } else { // must use postfix-!, since `error` and …
96 // must use postfix-!, since `error` and `result` don't have a
117 AssertType(series([ cb => setTimeout(() => cb(null, 1), 300), cb => setTimeout(() => cb(null,…
119 AssertType([ cb => setTimeout(() => cb(null, 1), 300), cb => setTimeout(() => cb(null, 2), 20…
121 cb => setTimeout(() => cb(null, 1), 300),
122 AssertType(cb => setTimeout(() => cb(null, 1), 300), "(Callback<unknown>) => number");
124 AssertType(setTimeout(() => cb(null, 1), 300), "number");
131 AssertType(300, "int");
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
50 thread = ecmaVm->GetJSThread(); in SetUp()
58 ecmaVm->SetEnableForceGC(false); in TearDown()
59 thread->ClearException(); in TearDown()
66 static constexpr uint32_t ARRAY_SIZE = 300; in CompatibilityHelper()
68 auto factory = ecmaVm->GetFactory(); in CompatibilityHelper()
69 auto env = ecmaVm->GetGlobalEnv(); in CompatibilityHelper()
71 … JSHandle<TaggedArray> array1 = factory->NewTaggedArray(ARRAY_SIZE * KILO_BITS / sizeof(uint8_t)); in CompatibilityHelper()
73 JSHandle<JSFunction> funcFunc(env->GetFunctionFunction()); in CompatibilityHelper()
74 array1->Set(thread, 0, funcFunc.GetTaggedValue()); in CompatibilityHelper()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h2 * Copyright (c) 2021-2023 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
45 thread_->SetGcState(true); in GcStateScope()
50 thread_->SetGcState(false); in ~GcStateScope()
61 oldState_ = thread_->GetRuntimeState(); in RuntimeStateScope()
62 thread_->SetRuntimeState(true); in RuntimeStateScope()
67 thread_->SetRuntimeState(oldState_); in ~RuntimeStateScope()
77 static const int INTERVAL_OF_ACTIVE_SAMPLING = 300; // 300:interval of active sampling
126 profiler_->SetBuildNapiStack(true); in CallNapiScope()
131 profiler_->SetBuildNapiStack(false); in ~CallNapiScope()
/arkcompiler/ets_runtime/test/moduletest/hugearray/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
18 timeout = "300"
/arkcompiler/ets_runtime/test/moduletest/typearray/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
18 timeout = "300"
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/startsampling_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2023 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containershashsetvalues_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/binarytotext_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforfloat_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/int8arrayrefnew_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containersvectorincreasecapacityto_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapentries_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetlowerkey_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/functionrefnew_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/execute_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcopytoarray_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapforeach_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 <!-- maximum length of a test input -->
20 <!-- maximum total time in seconds to run the fuzzer -->
21 <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->

12345678910>>...19