Home
last modified time | relevance | path

Searched full:release (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/arkcompiler/ets_frontend/legacy_bin/api8/
Dmanifest_tag.xml18 <default remote="origin" revision="OpenHarmony-3.1-Release" sync-j="4"/>
20 …5c66650ed4a4f7f09ccbc045cd" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
21 …97ea1ce9f8ab78c699665e38b5" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
22 …590a65b9ec58241ec023cc9231" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
23 …b2b92872fcef0d03cf42342ded" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
24 …5c2875d06e17b46544a9038a3b" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
25 …165aaa2715a2a69b968bb7d91d" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
26 …320fe7412e77d8847c7d7924a7" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
27 …e739ac95b99756fcd735b310a4" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
28 …09bae86c50fc3f9e18202e4b05" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
[all …]
/arkcompiler/ets_runtime/test/jsperftest/
Dconfig.json13 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime",
14 "STUB_AN": "out/x64.release/gen/arkcompiler/ets_runtime/stub.an",
16 "out/x64.release/thirdparty/icu/"
18 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
21 "ETS_RUNTIME_PATH": "out/arm64.release/arkcompiler/ets_runtime",
22 "STUB_AN": "out/arm64.release/gen/arkcompiler/ets_runtime/stub.an",
24 "out/arm64.release/thirdparty/icu/",
25 "out/arm64.release/thirdparty/bounds_checking_function"
27 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
/arkcompiler/runtime_core/static_core/scripts/
Dinstall-llvm-prebuilts18 …_ARK_VERSION:?}-release-ohos.tar.xz https://repo.huaweicloud.com/harmonyos/compiler/clang/${ARK_V…
19 mkdir -p /opt/llvm-15-release-ohos && \
20 …RK_VERSION:?}-release-x86_64.tar.xz -q https://repo.huaweicloud.com/harmonyos/compiler/clang/${ARK…
21 mkdir -p /opt/llvm-15-release-x86_64 && \
22 …K_VERSION:?}-release-aarch64.tar.xz -q https://repo.huaweicloud.com/harmonyos/compiler/clang/${ARK…
23 mkdir -p /opt/llvm-15-release-aarch64 && \
28 tar -xJf /opt/${LLVM_ARK_VERSION:?}-release-ohos.tar.xz -C /opt/llvm-15-release-ohos && \
29 tar -xJf /opt/${LLVM_ARK_VERSION:?}-release-x86_64.tar.xz -C /opt/llvm-15-release-x86_64 && \
30 tar -xJf /opt/${LLVM_ARK_VERSION:?}-release-aarch64.tar.xz -C /opt/llvm-15-release-aarch64 && \
Dinstall-ohos-sdk16 …inux-public.tar.gz -q https://mirrors.huaweicloud.com/harmonyos/os/5.0.0-Release/ohos-sdk-windows_…
18 unzip -q /opt/ohos-sdk/linux/native-linux-x64-5.0.0.71-Release.zip -d /opt/ohos-sdk && \
19 unzip -q /opt/ohos-sdk/linux/toolchains-linux-x64-5.0.0.71-Release.zip -d /opt/ohos-sdk && \
/arkcompiler/runtime_core/libabckit/doc/
Dhow_to_build_and_test.md28 # Release mode
29 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
36 # Release mode
37 ./ark.py mingw_x86_64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
50 …lace ${target} with build target: x64.debug, x64.release, mingw\_x86\_64.debug or mingw\_x86\_64.r…
57 # Release mode
58 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true"
66 # Release mode
67 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true libabckit_w…
73 - AbcKit works with the release version of abc files
[all …]
Dhow_to_build_and_test_zh.md29 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
37 ./ark.py mingw_x86_64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
50 注意:根据编译方式将 ${target} 替换为:x64.debug、x64.release、mingw\_x86\_64.debug 或 mingw\_x86\_64.release
58 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true"
67 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true libabckit_w…
73 - AbcKit 适用于 `release` 模式的方舟字节码文件
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h56 static constexpr bool RELEASE = true;
58 static constexpr bool RELEASE = false;
92 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error()
98 E &Error() &noexcept(ExpectedConfig::RELEASE) in Error()
103 E &&Error() &&noexcept(ExpectedConfig::RELEASE) in Error()
109 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value()
116 T &Value() &noexcept(ExpectedConfig::RELEASE) in Value()
121 T &&Value() &&noexcept(ExpectedConfig::RELEASE) in Value()
126 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() argument
131 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept() argument
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h56 static constexpr bool RELEASE = true;
58 static constexpr bool RELEASE = false;
87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error()
92 E &Error() & noexcept(ExpectedConfig::RELEASE) in Error()
97 E &&Error() && noexcept(ExpectedConfig::RELEASE) in Error()
103 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value()
110 T &Value() & noexcept(ExpectedConfig::RELEASE) in Value()
115 T &&Value() && noexcept(ExpectedConfig::RELEASE) in Value()
120 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() argument
124 T &operator*() & noexcept(ExpectedConfig::RELEASE) in noexcept() argument
[all …]
/arkcompiler/runtime_core/static_core/scripts/sdk/
Dbuild_sdk.sh18 export PANDA_SDK_BUILD_TYPE="Release"
29 export LLVM_BIN_AARCH64_RELEASE="/opt/llvm-15-release-aarch64"
30 export LLVM_BIN_AARCH64_FASTVERIFY="/opt/llvm-15-release-aarch64-fastverify"
32 export LLVM_BIN_X86_64_RELEASE="/opt/llvm-15-release-x86_64"
34 export LLVM_BIN_OHOS_RELEASE="/opt/llvm-15-release-ohos"
35 export LLVM_BIN_OHOS_FASTVERIFY="/opt/llvm-15-release-ohos-fastverify"
41 export BUILD_TYPE_RELEASE="Release"
Dtest.sh27 --build_type=... [Release/Debug/FastVerify] Set build type
36 PANDA_SDK_BUILD_TYPE="Release"
47 if [[ "$TYPE_ARG" = "Release" ]]; then
48 PANDA_SDK_BUILD_TYPE="Release"
/arkcompiler/runtime_core/libabckit/
DREADME_zh.md42 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
44 ./ark.py mingw_x86_64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
50 cd out/x64.release
54 生成的文档将保存在 `out/x64.release/gen/arkcompiler/runtime_core/libabckit/doxygen`
DREADME.md41 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
43 ./ark.py mingw_x86_64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
48 cd out/x64.release
52 See generated documentation in `out/x64.release/gen/arkcompiler/runtime_core/libabckit/doxygen`
/arkcompiler/ets_runtime/test/aotjsperftest/
Dconfig.json10 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime",
11 "ICU_PATH": "out/x64.release/thirdparty/icu/",
14 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py39 self.debug_or_release = ["Debug", "Release"]
49 … 'buildMode=release', 'assembleHap', '--verbose-analyze', '--parallel',
52 … 'buildMode=release', 'assembleHap', '--verbose-analyze', '--parallel',
60 … 'buildMode=release', 'assembleHap', '--info', '--verbose-analyze', '--parallel',
156 RELEASE = 1 variable in BuildMode
191 BuildMode.RELEASE: {
206 BuildMode.RELEASE: {
221 BuildMode.RELEASE: {
222 LogType.FULL: 'Release Full Build',
223 LogType.INCREMENTAL: 'Release Incremental Time',
[all …]
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb45 opts.on('--release', 'Run in release mode. EVENT, INST and other will not be checked')
261 return if @options.release
267 return if @options.release
273 return 0 if @options.release
279 return if @options.release
285 return if @options.release
291 return if @options.release
298 return if @options.release
307 return if @options.release
312 return 0 if @options.release
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
Dasynchronous_lock_state.plantuml22 Locked --> Unlocked : Release lock
26 LockedR --> UnlockedR : Release lock
28 LockedR --> LockedR : Release inner lock from same coroutine
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Drun_ohos_sdk_test.sh22 echo "Usage: $0 [--mode <debug|release>]"
26 modes=("debug" "release")
79 elif [ "$mode" == "release" ]; then
91 echo "Invalid mode. Use 'debug' or 'release'."
/arkcompiler/runtime_core/static_core/runtime/mem/
Drendezvous.h41 // Wait until all threads release Mutator lock and acquires it for write;
44 virtual void SafepointEnd() RELEASE(*mutatorLock_);
66 ~ScopedSuspendAllThreads() RELEASE(*rendezvous_->GetMutatorLock())
82 ~ScopedSuspendAllThreadsRunning() RELEASE(*rendezvous_->GetMutatorLock());
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Drelease_line_number.cpp33 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/CommonSyntaxExpected.txt";
38 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/InvalidOpcodeExpected.txt";
43 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/TsNewFeatrueSyntaxExpected.txt";
59 * @tc.desc: check dump result in release mode.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh60 --build-type=debug|release Build type, supported values:
62 * release: Run extra checks and build.
91 if [[ ! -f /etc/os-release ]]; then
92 echo "FATAL: /etc/os-release not found"
96 . /etc/os-release
154 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then
155 echo "FATAL: Unknown build type ${BUILD_TYPE}. Supported values: debug, release"
260 if [[ "${BUILD_TYPE}" == "release" ]]; then
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp85 …std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_st… in HWTEST_F_L0()
130 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
131 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
159 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
160 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
211 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in CreateJSPandaFileAndConstpool()
249 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
250 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
251 …std::shared_ptr<JSPandaFile> pf3 = pfManager->NewJSPandaFile(pfPtr3.release(), CString(filename3)); in HWTEST_F_L0()
288 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/cmake/
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
45 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove…
47 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND
49 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb50 opts.on('--release', 'Run in release mode. EVENT, INST and other will not be checked')
466 return if @options.release
472 return if @options.release
478 return 0 if @options.release
484 return if @options.release
490 return if @options.release
496 return if @options.release
503 return if @options.release
516 return 0 if @options.release
525 return if @options.release
[all …]
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
46 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove…
48 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND
50 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
/arkcompiler/runtime_core/static_core/scripts/third-party-lists/
Dpublic33 zlib,https://gitee.com/openharmony/third_party_zlib,branch,OpenHarmony-5.0.1-Release,no_patches,no_…
47 openssl,https://gitee.com/openharmony/third_party_openssl,branch,OpenHarmony-5.0.1-Release,no_patch…
51 icu,https://gitee.com/openharmony/third_party_icu,branch,OpenHarmony-5.0.1-Release,no_patches,no_su…
52 typescript,https://gitee.com/openharmony/third_party_typescript,branch,OpenHarmony-5.0.1-Release,no…

12345678910>>...17