| /arkcompiler/runtime_core/templates/messages/ |
| D | messages.h.erb | 17 % component = Messages.component.upcase 24 namespace <%= Messages.namespace %> { 25 % msg_nums = Messages.messages.map(&:number) 28 enum class <%= Messages.enum_name %> : size_t { 30 % Messages.messages.each do |msg| 36 } // namespace <%= Messages.namespace %> 38 % Messages.messages.each do |msg| 51 namespace <%= Messages.namespace %> { 53 inline std::string_view <%= Messages.enum_name %>ToString(<%= Messages.enum_name %> num) { 54 % Messages.messages.each do |msg| [all …]
|
| /arkcompiler/runtime_core/templates/ |
| D | messages.rb | 18 ['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 [:component, :enum_name, :namespace, :messages].each do |attr| 98 Messages.load_messages(data)
|
| /arkcompiler/runtime_core/verification/gen/ |
| D | BUILD.gn | 43 template_file = "$ark_root/templates/messages/messages.h.erb" 44 data_file = "$ark_root/verification/messages.yaml" 45 requires = [ "$ark_root/templates/messages.rb" ]
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 189 set(ARG_YAML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/messages.yaml) 193 set(ARG_GENERATED_HEADER messages.h) 210 TEMPLATE ${PANDA_ROOT}/templates/messages/messages.h.erb 212 REQUIRES ${PANDA_ROOT}/templates/messages.rb
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 30 --verbose, -v Enable verbose messages 138 File to log error messages from c2p
|
| D | compare.py | 29 help="File to log error messages from c2p")
|
| D | run_benchmark.py | 42 help="Enable verbose messages")
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | log_wrapper.h | 31 // When the AOT compiler is integrated into the IDE, tag the output error messages for developers
|
| /arkcompiler/runtime_core/verification/ |
| D | CMakeLists.txt | 49 YAML_FILE ${PANDA_ROOT}/verification/messages.yaml
|
| D | messages.yaml | 18 messages:
|
| /arkcompiler/runtime_core/assembler/ |
| D | error.h | 114 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error()
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_options.h | 216 result += " Verifier messages config '" + name + "'\n"; in Image() 299 result += " Messages:\n"; in ImageMessages()
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | jtr_reporter.rb | 64 @logger.log 1, "----------messages:(#{lines.length}/#{@output.length + 1})----------"
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 98 …"debug", false, "enable debug messages (will be printed to standard output if no --debug-file was … in main()
|
| /arkcompiler/runtime_core/ |
| D | README.md | 49 …by templates and scripts used to process command line options, loggers, error messages, and events.
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 48 LOG(ERROR, VERIFIER) << "Unexpected set of messages: '" << items << "'"; in ProcessSectionMsg()
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 26 * 2. message's length >= 126 && messages's length < 65536 42 // Depending on the length of the messages, server will use shift operation to get the res in SendReply()
|
| /arkcompiler/ets_frontend/test262/ |
| D | eshost.patch | 142 + // Syntax errors don't have nice error messages...
|
| /arkcompiler/runtime_core/dprof/daemon/ |
| D | main.cpp | 87 // There are no more messages, the socket is closed in ProcessingConnect()
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), 88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, 719 # Configuration options related to warning and progress messages 722 # The QUIET tag can be used to turn on/off the messages that are generated to 724 # messages are off. 729 # The WARNINGS tag can be used to turn on/off the warning messages that are 767 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 778 # messages should be written. If left blank the output is written to standard
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 352 …// Uses advanced Logger constructor, so we tell to suppress all nested messages below WARNING seve…
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 231 … // Depending on the length of the messages, client will use shift operation to get the res in ClientSendReq()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 127 // TODO(rsipka): throw more precise messages in case of false results in ConvertibleToObjectPattern()
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 724 // TODO(vdyadov): refactor to verifier-messages in HandleLdaConst()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …messages using color and context (experimental)."),Do_not_report_errors_on_unused_labels:t(6074,e.…
|