Home
last modified time | relevance | path

Searched full:common (Results 1 – 25 of 217) sorted by relevance

123456789

/arkcompiler/runtime_core/cmake/ark-third-party/icu/
DCMakeLists.txt4 ${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/
DBUILD.gn18 "//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/
DBUILD.gn20 "$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/
Dlogger_test.cpp45 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/
Dsignal.h34 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/
Dnpm-install.sh32 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/
Devents.h.erb18 #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/
Doptions.h.erb17 #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/
Dsource_lang_enum.h.erb22 % 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/
Dplugins.inc.erb18 % 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|
Dlanguage_config_gen.inc.erb16 % 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/
Dmutex.cpp118 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/
Dcodegen_language_extensions.h.erb16 % Common::plugins.each_value do |plugin_opts|
24 % Common::plugins.each_value do |plugin_opts|
37 % Common::plugins.each_value do |plugin_opts|
Dir-dyn-base-types.h.erb24 % 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/
Dcommon.rb107 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)
Dplugin_options.rb17 module Common module
87 Common.wrap_data(data)
/arkcompiler/runtime_core/verification/gen/templates/
Dlang_specifics.h.erb28 % 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/
Dfreelist.h304 // 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/
DRuntimeEntrypointsPostPlugins.cmake35 ${PANDA_ROOT}/templates/common.rb
47 ${PANDA_ROOT}/templates/common.rb
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.yaml33 - name: common
66 - name: common
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download_config.json7 "dest": "prebuilts/build-tools/common/ts2abc/node_modules",
38 "unzip_dir": "prebuilts/build-tools/common/nodejs",
/arkcompiler/runtime_core/libpandabase/os/
Dfilesystem.cpp45 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/
Doverview.md47 - Native support for TS. The common way to process TS in the industry is to convert TS into JS and …
51common for C/C++ code to access and operate TS objects in OpenHarmony. ArkCompiler JS Runtime is p…
/arkcompiler/runtime_core/
DREADME.md15common 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/
Dinterface.ts45 interface common extends D {
50 interface base extends common {

123456789