Home
last modified time | relevance | path

Searched full:messages (Results 1 – 14 of 14) sorted by relevance

/ark/runtime_core/templates/messages/
Dmessages.h.erb17 % component = Messages.component.upcase
23 namespace <%= Messages.namespace %> {
24 % msg_nums = Messages.messages.map(&:number)
27 enum class <%= Messages.enum_name %> : size_t {
29 % Messages.messages.each do |msg|
35 } // namespace <%= Messages.namespace %>
37 % Messages.messages.each do |msg|
50 namespace <%= Messages.namespace %> {
53 Str <%= Messages.enum_name %>ToString (<%= Messages.enum_name %> num) {
54 % Messages.messages.each do |msg|
[all …]
/ark/runtime_core/templates/
Dmessages.rb18 ['LOG', component, Messages.split_words(name)].flatten.join('_').upcase
52 module Messages module
73 @messages = data.messages.each_pair.map do |name, msg_data|
89 ATTRS = %i[component enum_name namespace messages].freeze
97 Messages.load_messages(data)
/ark/runtime_core/verification/gen/
DBUILD.gn46 template_file = "$ark_root/templates/messages/messages.h.erb"
47 data_file = "$ark_root/verification/messages.yaml"
48 requires = [ "$ark_root/templates/messages.rb" ]
DCMakeLists.txt48 YAML_FILE ${PANDA_ROOT}/verification/messages.yaml
/ark/runtime_core/cmake/
DTemplateBasedGen.cmake194 set(ARG_YAML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/messages.yaml)
198 set(ARG_GENERATED_HEADER messages.h)
215 TEMPLATE ${PANDA_ROOT}/templates/messages/messages.h.erb
217 REQUIRES ${PANDA_ROOT}/templates/messages.rb
/ark/runtime_core/assembler/
Derror.h100 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error()
/ark/runtime_core/verification/debug/options/
Dmethod_options.h223 result += " Verifier messages config '" + name + "'\n"; in Image()
300 result += " Messages:\n"; in ImageMessages()
/ark/runtime_core/disassembler/
Ddisasm.cpp57 … "Enable output of debug messages, which will be printed to the standard output if no " in main()
/ark/runtime_core/tests/cts-generator/runner/reporters/
Djtr_reporter.rb66 @logger.log 1, "----------messages:(#{lines.length}/#{@output.length + 1})----------"
/ark/ts2abc/test262/
Deshost.patch142 + // Syntax errors don't have nice error messages...
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp64 LOG(DEBUG, VERIFIER) << "Wrong set of messages: '" << lines << "'"; in ProcessSectionMsg()
/ark/runtime_core/dprof/daemon/
Dmain.cpp87 // There are no more messages, the socket is closed in ProcessingConnect()
/ark/runtime_core/
DREADME.md37 …by templates and scripts used to process command line options, loggers, error messages, and events.
/ark/runtime_core/verification/
Dmessages.yaml18 messages: