| /arkcompiler/runtime_core/cmake/ark-third-party/icu/ |
| D | CMakeLists.txt | 4 ${ICU_ROOT}/icu4c/source/common 22 ${ICU_ROOT}/icu4c/source/common/appendable.cpp 23 ${ICU_ROOT}/icu4c/source/common/bmpset.cpp 24 ${ICU_ROOT}/icu4c/source/common/brkeng.cpp 25 ${ICU_ROOT}/icu4c/source/common/brkiter.cpp 26 ${ICU_ROOT}/icu4c/source/common/bytesinkutil.cpp 27 ${ICU_ROOT}/icu4c/source/common/bytestream.cpp 28 ${ICU_ROOT}/icu4c/source/common/bytestrie.cpp 29 ${ICU_ROOT}/icu4c/source/common/bytestriebuilder.cpp 30 ${ICU_ROOT}/icu4c/source/common/bytestrieiterator.cpp [all …]
|
| /arkcompiler/toolchain/build/third_party_gn/icu/icu4c/ |
| D | BUILD.gn | 18 "//third_party/icu/icu4c/source/common", 47 "//third_party/icu/icu4c/source/common/ubiditransform.cpp", 48 "//third_party/icu/icu4c/source/common/locutil.cpp", 49 "//third_party/icu/icu4c/source/common/cstring.cpp", 50 "//third_party/icu/icu4c/source/common/rbbiscan.cpp", 51 "//third_party/icu/icu4c/source/common/utrie.cpp", 52 "//third_party/icu/icu4c/source/common/cwchar.cpp", 53 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp", 54 "//third_party/icu/icu4c/source/common/umapfile.cpp", 55 "//third_party/icu/icu4c/source/common/uenum.cpp", [all …]
|
| /arkcompiler/runtime_core/gn/ark-third-party/icu/ |
| D | BUILD.gn | 20 "$ark_root/ark-third-party/icu/icu4c/source/common", 56 "$ark_root/ark-third-party/icu/icu4c/source/common/ubiditransform.cpp", 57 "$ark_root/ark-third-party/icu/icu4c/source/common/locutil.cpp", 58 "$ark_root/ark-third-party/icu/icu4c/source/common/cstring.cpp", 59 "$ark_root/ark-third-party/icu/icu4c/source/common/rbbiscan.cpp", 60 "$ark_root/ark-third-party/icu/icu4c/source/common/utrie.cpp", 61 "$ark_root/ark-third-party/icu/icu4c/source/common/cwchar.cpp", 62 "$ark_root/ark-third-party/icu/icu4c/source/common/bytestriebuilder.cpp", 63 "$ark_root/ark-third-party/icu/icu4c/source/common/umapfile.cpp", 64 "$ark_root/ark-third-party/icu/icu4c/source/common/uenum.cpp", [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 45 LOG(DEBUG, COMMON) << "1"; 46 LOG(INFO, COMMON) << "2"; 47 LOG(ERROR, COMMON) << "3"; 52 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "4", ""); 59 LOG(DEBUG, COMMON) << "a"; 60 LOG(INFO, COMMON) << "b"; 61 LOG(ERROR, COMMON) << "c"; 67 "[TID %06x] D/common: a\n" 69 "[TID %06x] I/common: b\n" 70 "[TID %06x] E/common: c\n", [all …]
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 34 LOG_IF(::sigemptyset(&sigset_) == -1, FATAL, COMMON) << "sigemptyset failed"; 45 LOG_IF(::sigaddset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Add() 50 LOG_IF(::sigdelset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Delete() 56 LOG_IF(ret == -1, FATAL, COMMON) << "sigismember failed"; in IsExist() 62 …LOG_IF(::pthread_sigmask(SIG_BLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask f… in Block() 67 …LOG_IF(::pthread_sigmask(SIG_UNBLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask… in Unblock() 73 … LOG_IF(PANDA_FAILURE_RETRY(sigwait(&sigset_, &sig)) == -1, FATAL, COMMON) << "sigwait failed"; in Wait() 79 …LOG_IF(::pthread_sigmask(SIG_SETMASK, nullptr, &out.sigset_) == -1, FATAL, COMMON) << "pthread_sig… in GetCurrent() 159 LOG(DEBUG, COMMON) << "SignalCatcherThread::Run: Starting the signal catcher thread"; in Run() 175 LOG(DEBUG, COMMON) << "SignalCatcherThread::Run: waiting"; in Run() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | npm-install.sh | 32 if [ -d "${code_dir}/prebuilts/build-tools/common/ts2abc" ]; then 34 echo "${code_dir}/prebuilts/build-tools/common/ts2abc already exist, it will be replaced" 35 /bin/rm -rf ${code_dir}/prebuilts/build-tools/common/ts2abc 39 mkdir -p ${code_dir}/prebuilts/build-tools/common/ts2abc 40 …ler/ets_frontend/ts2panda/node_modules ${code_dir}/prebuilts/build-tools/common/ts2abc/ || echo "s…
|
| /arkcompiler/runtime_core/templates/events/ |
| D | events.h.erb | 18 #ifndef PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_ 19 #define PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_ 23 namespace <%= Common::module.namespace %> { 41 % Common::events.each do |op| 60 } // namespace <%= Common::module.namespace %> 62 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_
|
| /arkcompiler/runtime_core/templates/options/ |
| D | options.h.erb | 17 #ifndef PANDA_<%= Common::module.name.upcase %>_OPTIONS_GEN_H_ 18 #define PANDA_<%= Common::module.name.upcase %>_OPTIONS_GEN_H_ 27 namespace <%= Common::module.namespace %> { 46 % Common::options.each do |op| 65 % Common::options.each do |op| 123 % Common::options.each do |op| 126 % possible_values = op.possible_values.map { |e| is_string ? Common::to_raw(e) : e }.join(', ') 146 % Common::options.each do |op| 162 % Common::options.each do |op| 169 % Common::options.each do |op| [all …]
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | source_lang_enum.h.erb | 22 % Common::plugins.each do |plugin_lang, plugin_opts| 30 constexpr uint8_t LANG_COUNT = <%= Common::plugins.length + 1 %>; 33 % Common::plugins.each do |plugin_lang, plugin_opts| 54 % Common::plugins.each do |plugin_lang, plugin_opts| 75 % Common::plugins.each_value do |plugin_opts|
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | plugins.inc.erb | 18 % Common::plugins.each_value do |plugin_opts| 27 % Common::plugins.each_value do |plugin_opts| 45 % Common::plugins.each do |plugin_lang, plugin_opts| 61 % Common::plugins.each do |plugin_lang, plugin_opts| 77 % Common::plugins.each_key do |plugin_lang|
|
| D | language_config_gen.inc.erb | 16 % Common::plugins.each do |plugin_lang, plugin_opts| 30 % Common::plugins.each do |plugin_lang, plugin_opts| 38 % Common::plugins.each do |plugin_lang, plugin_opts| 47 % Common::plugins.each do |plugin_lang, plugin_opts|
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 118 LOG(FATAL, COMMON) << "RWLock destruction failed; state_ is non zero!"; in ~RWLock() 121 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has an owner!"; in ~RWLock() 124 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has waiters!"; in ~RWLock() 128 LOG(WARNING, COMMON) << "Deadlock detected, ignoring RWLock"; in ~RWLock() 158 LOG(FATAL, COMMON) << "Futex wait failed!"; in WriteLock() 188 LOG(FATAL, COMMON) << "Futex wait failed!"; in HandleReadLockWait() 275 … LOG(FATAL, COMMON) << "RWLock WriteUnlock got unexpected state, RWLock is not writelocked?"; in WriteUnlock() 287 LOG(FATAL, COMMON) << "CondVar destruction failed; waiters_ is non zero!"; in ~ConditionVariable() 291 LOG(WARNING, COMMON) << "Deadlock detected, ignoring CondVar"; in ~ConditionVariable() 302 LOG(FATAL, COMMON) << "CondVar Wait failed; provided mutex is not held by current thread"; in Wait() [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_language_extensions.h.erb | 16 % Common::plugins.each_value do |plugin_opts| 24 % Common::plugins.each_value do |plugin_opts| 37 % Common::plugins.each_value do |plugin_opts|
|
| D | ir-dyn-base-types.h.erb | 24 % Common::plugins.each_value do |plugin_opts| 30 % Common::plugins.each_value do |plugin_opts| 112 % Common::plugins.each do |plugin_lang, plugin_opts| 139 % Common::plugins.each do |plugin_lang, plugin_opts|
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 107 Common::to_raw(full_desc + '. Default: ' + default.inspect) 119 ret += v + ' + ' + Common::to_raw(split[i])+ ' + ' 124 Common::to_raw(s) 166 module Common module 227 Common.wrap_data(data)
|
| D | plugin_options.rb | 17 module Common module 87 Common.wrap_data(data)
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | lang_specifics.h.erb | 28 % Common::plugins.each do |plugin_lang, plugin_opts| 83 % Common::plugins.each do |plugin_lang, plugin_opts| 96 % Common::plugins.each do |plugin_lang, plugin_opts| 109 % Common::plugins.each do |plugin_lang, plugin_opts|
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | freelist.h | 304 // A common header with object stored just after the header 306 // A special padding header, which is used to find the common header of this memory. 308 // the common header of this memory and place where the object is stored. 310 // A common header for aligned object which required some padding. 311 // The padding size is stored in size_t variable just after the common header 313 // A common header for aligned object which required some padding. 314 // The padding header is stored just after the common header
|
| /arkcompiler/runtime_core/runtime/ |
| D | RuntimeEntrypointsPostPlugins.cmake | 35 ${PANDA_ROOT}/templates/common.rb 47 ${PANDA_ROOT}/templates/common.rb
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.yaml | 33 - name: common 66 - name: common
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download_config.json | 7 "dest": "prebuilts/build-tools/common/ts2abc/node_modules", 38 "unzip_dir": "prebuilts/build-tools/common/nodejs",
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | filesystem.cpp | 45 LOG(WARNING, COMMON) << "Failed to create directory \"" << folder_name.c_str() << "\"\n"; in CreateDirectories() 46 LOG(WARNING, COMMON) << "Return status :" << status << "\n"; in CreateDirectories()
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 47 - Native support for TS. The common way to process TS in the industry is to convert TS into JS and … 51 …common for C/C++ code to access and operate TS objects in OpenHarmony. ArkCompiler JS Runtime is p…
|
| /arkcompiler/runtime_core/ |
| D | README.md | 15 …common module of language runtime in OpenHarmony, ArkCompiler Runtime Core consists of language-in… 28 ├── cmake # Cmake script that contains the toolchain files and common cmake funct… 39 …ArkCompiler runtime library, including logs, synchronization primitives, and common data structure.
|
| /arkcompiler/ets_runtime/test/typeinfer/interface/ |
| D | interface.ts | 45 interface common extends D { 50 interface base extends common {
|