| /arkcompiler/runtime_core/static_core/cmake/third_party/icu/ |
| D | CMakeLists.txt | 4 ${ICU_ROOT}/icu4c/source/common/unistr_case.cpp 5 ${ICU_ROOT}/icu4c/source/common/loclikely.cpp 6 ${ICU_ROOT}/icu4c/source/common/loclikelysubtags.cpp 7 ${ICU_ROOT}/icu4c/source/common/ustrcase_locale.cpp 8 ${ICU_ROOT}/icu4c/source/common/usprep.cpp 9 ${ICU_ROOT}/icu4c/source/common/uhash_us.cpp 10 ${ICU_ROOT}/icu4c/source/common/ucharstriebuilder.cpp 11 ${ICU_ROOT}/icu4c/source/common/uloc.cpp 12 ${ICU_ROOT}/icu4c/source/common/rbbi.cpp 13 ${ICU_ROOT}/icu4c/source/common/locresdata.cpp [all …]
|
| /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 | 22 "//third_party/icu/icu4c/source/common", 29 include_dirs = [ "//third_party/icu/icu4c/source/common" ] 57 "//third_party/icu/icu4c/source/common/ubiditransform.cpp", 58 "//third_party/icu/icu4c/source/common/locutil.cpp", 59 "//third_party/icu/icu4c/source/common/cstring.cpp", 60 "//third_party/icu/icu4c/source/common/rbbiscan.cpp", 61 "//third_party/icu/icu4c/source/common/utrie.cpp", 62 "//third_party/icu/icu4c/source/common/cwchar.cpp", 63 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp", 64 "//third_party/icu/icu4c/source/common/umapfile.cpp", [all …]
|
| /arkcompiler/runtime_core/gn/ark-third-party/icu/ |
| D | BUILD.gn | 20 "$ark_root/ark-third-party/icu/icu4c/source/common", 57 "$ark_root/ark-third-party/icu/icu4c/source/common/ubiditransform.cpp", 58 "$ark_root/ark-third-party/icu/icu4c/source/common/locutil.cpp", 59 "$ark_root/ark-third-party/icu/icu4c/source/common/cstring.cpp", 60 "$ark_root/ark-third-party/icu/icu4c/source/common/rbbiscan.cpp", 61 "$ark_root/ark-third-party/icu/icu4c/source/common/utrie.cpp", 62 "$ark_root/ark-third-party/icu/icu4c/source/common/cwchar.cpp", 63 "$ark_root/ark-third-party/icu/icu4c/source/common/bytestriebuilder.cpp", 64 "$ark_root/ark-third-party/icu/icu4c/source/common/umapfile.cpp", 65 "$ark_root/ark-third-party/icu/icu4c/source/common/uenum.cpp", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/arktsconfig-parser/ |
| D | arktsconfig_include.cpp | 16 #include "common.h" 23 common::Params EmptyIncludeNeg() in EmptyIncludeNeg() 25 return common::Params { in EmptyIncludeNeg() 29 …ark::es2panda::JoinPaths(common::CurrentSourceFileDir(), "arktsconfig_include_empty.json"), false}; in EmptyIncludeNeg() 32 common::Params IncludeStringNeg() in IncludeStringNeg() 34 return common::Params { in IncludeStringNeg() 38 …ark::es2panda::JoinPaths(common::CurrentSourceFileDir(), "arktsconfig_include_string.json"), false… in IncludeStringNeg() 41 common::Params IncludeSomethingNeg() in IncludeSomethingNeg() 43 return common::Params { in IncludeSomethingNeg() 47 …ark::es2panda::JoinPaths(common::CurrentSourceFileDir(), "arktsconfig_include_something.json"), fa… in IncludeSomethingNeg() [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 40 LOG(DEBUG, COMMON) << "1"; in DEATH_TEST() 41 LOG(INFO, COMMON) << "2"; in DEATH_TEST() 42 LOG(ERROR, COMMON) << "3"; in DEATH_TEST() 47 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "4", ""); in DEATH_TEST() 54 LOG(DEBUG, COMMON) << "a"; in DEATH_TEST() 55 LOG(INFO, COMMON) << "b"; in DEATH_TEST() 56 LOG(ERROR, COMMON) << "c"; in DEATH_TEST() 62 "[TID %06x] D/common: a\n" in DEATH_TEST() 64 "[TID %06x] I/common: b\n" in DEATH_TEST() 65 "[TID %06x] E/common: c\n", in DEATH_TEST() [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 48 LOG(DEBUG, COMMON) << "1"; 49 LOG(INFO, COMMON) << "2"; 50 LOG(ERROR, COMMON) << "3"; 55 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "4", ""); 62 LOG(DEBUG, COMMON) << "a"; 63 LOG(INFO, COMMON) << "b"; 64 LOG(ERROR, COMMON) << "c"; 70 "[TID %06x] D/common: a\n" 72 "[TID %06x] I/common: b\n" 73 "[TID %06x] E/common: c\n", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe96.md | 19 common: string = "" 24 common: string = "" 41 doStuff({ foo: 123, common: '123' }) 42 doStuff({ bar: 123, common: '123' }) 53 common: string = "" 58 common: string = ""
|
| D | recipe30.md | 88 interface Common { 94 class X implements Common { 100 class Y implements Common { 105 let x: Common = new X() 106 let y: Common = new Y() 114 function foo(c: Common): void {
|
| /arkcompiler/runtime_core/static_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) != 0, FATAL, COMMON) << "pthread_sigmask fa… in Block() 67 …LOG_IF(::pthread_sigmask(SIG_UNBLOCK, &sigset_, nullptr) != 0, FATAL, COMMON) << "pthread_sigmask … in Unblock() 73 … LOG_IF(PANDA_FAILURE_RETRY(sigwait(&sigset_, &sig)) != 0, FATAL, COMMON) << "sigwait failed"; in Wait() 79 …LOG_IF(::pthread_sigmask(SIG_SETMASK, nullptr, &out.sigset_) != 0, FATAL, COMMON) << "pthread_sigm… in GetCurrent() 158 LOG(DEBUG, COMMON) << "SignalCatcherThread::Run: Starting the signal catcher thread"; in Run() 174 LOG(DEBUG, COMMON) << "SignalCatcherThread::Run: waiting"; in Run() [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/runtime_core/static_core/compiler/optimizer/templates/ |
| D | ir-dyn-base-types.h.erb | 24 <%= Common::include_plugin_files "compiler_base_types", "header_path_implementation_codegen" %> 25 <%= Common::include_plugin_files "compiler_extensions", "main_header_path" %> 49 % Common::each_plugin_suboption("compiler_base_types", "func_resolve_numeric_type") do |func, plugi… 62 % Common::each_plugin_suboption("compiler_base_types", "func_resolve_string_type") do |func, plugin… 88 % Common::each_plugin_suboption("compiler_base_types", "func_is_any_type_can_be_subtype_of") do |fu… 103 % Common::each_plugin_suboption("compiler_base_types", "list_types") do |list_types, plugin_lang| 128 % Common::each_plugin_suboption("compiler_base_types", "list_types") do |list_types, plugin_lang| 142 % Common::each_plugin_suboption("compiler_base_types", "func_compare_implementation_codegen") do |f… 154 % Common::each_plugin_suboption("compiler_base_types", "func_get_name_implementation_codegen") do |… 166 % Common::each_plugin_suboption("compiler_base_types", "func_cast_implementation_codegen") do |func| [all …]
|
| D | codegen_language_extensions.h.erb | 16 <%= Common::include_plugin_files "compiler_extensions", "header_path_implementation_codegen" %> 20 % Common::each_plugin_suboption("compiler_extensions", "load_object_dynamic_codegen") do |load_obje… 32 % Common::each_plugin_suboption("compiler_extensions", "store_object_dynamic_codegen") do |store_ob… 44 % Common::each_plugin_suboption("compiler_extensions", "launch_call_codegen") do |launch_call_codeg…
|
| /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_ 24 namespace <%= Common::module.namespace %> { 42 % Common::events.each do |op| 61 } // namespace <%= Common::module.namespace %> 63 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | file_items_gen.inc.erb | 18 % Common::each_plugin_suboption("language_config", "lang_type") do |lang_type, _, plugin_opts| 29 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts| 44 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts| 55 % Common::each_plugin_option "ctor_name" do |ctor_name, _, plugin_opts| 66 % Common::each_plugin_option "cctor_name" do |cctor_name, _, plugin_opts| 77 % Common::each_plugin_option "string_class_descriptor" do |string_class_descriptor, _, plugin_opts|
|
| /arkcompiler/runtime_core/static_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 %> { 42 % Common::events.each do |op| 62 } // namespace <%= Common::module.namespace %> 64 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | generate.py | 60 if p.parent.parent.name == 'common': 126 """Check if there is 'common' code at ../common/sts/*.sts. 133 common = full.parent.parent.joinpath('common', lang_name) 134 common = common if common.is_dir() else \ 135 full.parent.parent.parent.joinpath('common', lang_name) 136 if common.is_dir(): 138 log.trace('Common dir: %s', common) 139 for p in common.glob(f'*.{lang_name}'): 140 log.trace('Common file: %s', p) 203 values.common = BenchGenerator.check_common_files(
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | plugins.inc.erb | 18 % Common::each_plugin_option "lang_context_header_path" do |lang_context_header_path| 26 % Common::each_plugin_option "lang_context_class" do |lang_context_class, _, plugin_opts| 43 % Common::plugins.each do |plugin_lang, plugin_opts| 59 % Common::plugins.each do |plugin_lang, plugin_opts| 75 % 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| 46 % Common::plugins.each do |plugin_lang, plugin_opts| 55 % Common::plugins.each do |plugin_lang, plugin_opts|
|
| /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_ 29 namespace <%= Common::module.namespace %> { 48 % Common::options.each do |op| 67 % Common::options.each do |op| 125 % Common::options.each do |op| 128 % possible_values = op.possible_values.map { |e| is_string ? Common::to_raw(e) : e }.join(', ') 148 % Common::options.each do |op| 164 % Common::options.each do |op| 171 % Common::options.each do |op| [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule96.sts | 18 common: string = "" 23 common: string = "" 40 doStuff({ foo: 123, common: '123' }) 41 doStuff({ bar: 123, common: '123' })
|
| /arkcompiler/runtime_core/static_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 29 namespace <%= Common::module.namespace %> { 46 % Common::options.each do |op| 58 % Common::options.each do |op| 78 % Common::options.each do |op| 136 % Common::options.each do |op| 139 % possible_values = op.possible_values.map { |e| is_string ? Common::to_raw(e) : e }.join(', ') 159 % Common::options.each do |op| 175 % 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| 35 constexpr uint8_t LANG_COUNT = <%= Common::plugins.length + 1 %>; 38 % Common::plugins.each do |plugin_lang, plugin_opts| 59 % Common::plugins.each do |plugin_lang, plugin_opts| 92 % Common::plugins.each_value do |plugin_opts|
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | sphinx_common_conf.py | 17 # This file does only contain a selection of the most common options. For a 22 # Common settings for the entire documentation bundle: 37 # Common glossary for the entire documentation bundle: 55 # Common defaults (not required, but welcome for usage):
|
| /arkcompiler/runtime_core/abc2program/ |
| D | BUILD.gn | 37 "common/abc2program_entity_container.cpp", 38 "common/abc_code_converter.cpp", 39 "common/abc_file_utils.cpp", 157 sources = "common" 166 template_file = "$ark_root/abc2program/common/abc_type_convert.cpp.erb"
|