| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | manifest_tag.xml | 18 <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/ |
| D | config.json | 13 "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/libabckit/doc/ |
| D | how_to_build_and_test.md | 17 # Release mode 18 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true" 26 # Release mode 27 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true" 35 # Release mode 36 ./ark.py x64.release abckit_tests --gn-args="is_standard_system=true abckit_enable=true libabckit_w… 41 Remove out, build AbcKit, execute format, tidy, unit-tests and stress tests in debug and release mo…
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | expected.h | 56 static constexpr bool RELEASE = true; 58 static constexpr bool RELEASE = false; 87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() 93 E &Error() &noexcept(ExpectedConfig::RELEASE) in Error() 98 E &&Error() &&noexcept(ExpectedConfig::RELEASE) in Error() 104 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() 111 T &Value() &noexcept(ExpectedConfig::RELEASE) in Value() 116 T &&Value() &&noexcept(ExpectedConfig::RELEASE) in Value() 121 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() argument 126 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept() argument [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | expected.h | 56 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/ets_runtime/test/aotjsperftest/ |
| D | config.json | 10 "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"
|
| D | README_en.md | 17 python3 ark.py x64.release 51 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime", 52 "ICU_PATH": "out/x64.release/thirdparty/icu/", 55 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_config.py | 39 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/libabckit/ |
| D | README.md | 25 ./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true" 30 cd out/x64.release 34 See generated documentation in `out/x64.release/gen/arkcompiler/runtime_core/libabckit/doxygen`
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | checker.rb | 45 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/ |
| D | build-docs.sh | 58 --build-type=debug|release Build type, supported values: 60 * release: Run extra checks and build. 87 if [[ ! -f /etc/os-release ]]; then 88 echo "FATAL: /etc/os-release not found" 92 . /etc/os-release 150 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then 151 echo "FATAL: Unknown build type ${BUILD_TYPE}. Supported values: debug, release" 242 if [[ "${BUILD_TYPE}" == "release" ]]; then
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | run_ohos_sdk_test.sh | 22 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/ |
| D | rendezvous.h | 41 // 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/static_core/libpandabase/taskmanager/utils/ |
| D | sp_sc_lock_free_queue.h | 53 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 55 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 69 // Atomic with release order reason: other threads should see correct value in Push() 72 // Atomic with release order reason: other threads should see correct value in Push() 78 // Atomic with release order reason: other threads should see correct value in Push() 99 // Atomic with release order reason: other threads should see correct value in Pop() 107 // Atomic with release order reason: other threads should see correct value in Pop()
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | release_line_number.cpp | 33 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/tests/checked/ |
| D | checker.rb | 50 opts.on('--release', 'Run in release mode. EVENT, INST and other will not be checked') 387 return if @options.release 393 return if @options.release 399 return 0 if @options.release 405 return if @options.release 411 return if @options.release 417 return if @options.release 424 return if @options.release 437 return 0 if @options.release 447 return if @options.release [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.h | 98 bool WaitForEvent(CoroutineEvent *awaitee) RELEASE(awaitee); 160 void BlockCurrentCoroAndScheduleNext() RELEASE(runnablesLock_) RELEASE(waitersLock_); 161 void SuspendCurrentCoroAndScheduleNext() RELEASE(runnablesLock_); 167 void ScheduleNextCoroUnlockRunnablesWaiters() RELEASE(runnablesLock_) RELEASE(waitersLock_); 168 void ScheduleNextCoroUnlockRunnables() RELEASE(runnablesLock_);
|
| /arkcompiler/runtime_core/static_core/scripts/third-party-lists/ |
| D | public | 31 googletest,https://github.com/google/googletest,tag,release-1.11.0,no_patches,no_submodules 47 openssl,https://gitee.com/openharmony/third_party_openssl,branch,OpenHarmony-4.0-Release,no_patches… 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-4.1-Release,no_p…
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Sanitizers.cmake | 15 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/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1062 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1065 std::thread t1(&JSDeserializerTest::JSSpecialValueTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1080 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1082 std::thread t1(&JSDeserializerTest::LineStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1103 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1105 std::thread t1(&JSDeserializerTest::TreeStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1126 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1128 std::thread t1(&JSDeserializerTest::SlicedStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1159 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1161 std::thread t1(&JSDeserializerTest::JSPlainObjectTest1, jsDeserializerTest, data.release()); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 15 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/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 78 …std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_st… in HWTEST_F_L0() 123 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 124 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 152 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 153 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 200 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in CreateJSPandaFileAndConstpool() 238 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 239 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 240 …std::shared_ptr<JSPandaFile> pf3 = pfManager->NewJSPandaFile(pfPtr3.release(), CString(filename3)); in HWTEST_F_L0() 277 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm.gni | 18 llvm_host_dir = "/opt/llvm-15-release-x86_64" 19 llvm_target_dir = "/opt/llvm-15-release-ohos-gn"
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | unique_fd.h | 46 Reset(other_fd.Release()); in UniqueFd() 51 Reset(other_fd.Release()); 60 int Release() noexcept in Release() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | unique_fd.h | 46 Reset(otherFd.Release()); in UniqueFd() 51 Reset(otherFd.Release()); 60 int Release() noexcept in Release() function
|