Searched full:capitalize (Results 1 – 21 of 21) sorted by relevance
| /arkcompiler/runtime_core/runtime/templates/ |
| D | language_config_gen.inc.erb | 18 class <%= plugin_lang.capitalize %>LanguageConfig { 32 template class x< <%= plugin_lang.capitalize %>LanguageConfig >; \ 40 …template GC *CreateGC< <%= plugin_lang.capitalize %>LanguageConfig >(GCType gc_type, ObjectAllocat… 49 template<> bool GCLang<<%= plugin_lang.capitalize %>LanguageConfig>::IsMutatorAllowed() \
|
| /arkcompiler/runtime_core/templates/ |
| D | messages.rb | 70 @component = data.component.capitalize 76 short_message = msg_data.short_message&.strip || split_words(name).join(' ').capitalize
|
| D | common.rb | 53 n = name.split(Regexp.union(['-', '.'])).map(&:capitalize).join 90 n = "#{lang}.#{name}".split(Regexp.union(['-', '.'])).map(&:capitalize).join 138 'Event' + name.split('-').map(&:capitalize).join
|
| /arkcompiler/runtime_core/runtime/interpreter/templates/ |
| D | unimplemented_handlers-inl.h.erb | 21 % camel_case_name = name.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| D | debug_test_interpreter-inl_gen.cpp.erb | 35 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| D | interpreter-inl_gen.h.erb | 87 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 19 r = name.capitalize 24 'Set' + name.capitalize 91 item_type.capitalize + 'Metadata'
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.rb | 19 self.split('_').collect(&:capitalize).join
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | cflow_iterate_inl_gen.h.erb | 39 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join 129 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| D | abs_int_inl_gen.h.erb | 43 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| D | job_fill_gen.h.erb | 60 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | source_lang_enum.h.erb | 59 % else plugin_lang.gsub(/_/, " ").capitalize
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pandafile_isapi.rb | 20 mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/runtime_core/cross_values/ |
| D | cross_values_getters_generator.rb | 44 [[maybe_unused]] static constexpr ptrdiff_t Get#{define[0].split('_').collect(&:capitalize).join}(A…
|
| /arkcompiler/ets_frontend/ts2panda/templates/ |
| D | builtinsMap.ts.erb | 36 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
|
| D | irnodes.ts.erb | 21 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
|
| /arkcompiler/ets_frontend/es2panda/compiler/templates/ |
| D | isa.h.erb | 78 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 3991 static PandaString RegisterName(int reg_idx, bool capitalize = false) 3994 return capitalize ? "Accumulator" : "accumulator"; 3996 return PandaString {capitalize ? "Register v" : "register v"} + NumToStr(reg_idx);
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 1225 call_runtime("ObjectMonitor#{op.capitalize}", u32toword(acc_value.u32)).void
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …",e[e.Capitalize=2]="Capitalize",e[e.Uncapitalize=3]="Uncapitalize"}(k||(k={}));var N,w=new e.Map(… property
|