| /arkcompiler/jsvm/src/platform/ |
| D | platform.cpp | 49 void VPrint(const char* format, va_list args) in VPrint() 54 void VPrintError(const char* format, va_list args) in VPrintError() 59 void OS::Print(OS::LogLevel level, const char* format, ...) in Print()
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 10 ### ELF layout 35 ### AOT headers
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 10 ### ELF layout 35 ### AOT headers
|
| /arkcompiler/ets_frontend/arkguard/test/ |
| D | .eslintrc.json | 50 "format": ["PascalCase"] array 54 "format": ["PascalCase"] array 58 "format": ["PascalCase"] array 62 "format": ["PascalCase"] array 67 "format": ["UPPER_CASE"] array 71 "format": ["UPPER_CASE"] array
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | eslint.config.mjs | 264 format: ['camelCase'] property 268 format: ['UPPER_CASE'] property 272 format: ['camelCase', 'UPPER_CASE'] property 276 format: ['PascalCase'] property 280 format: ['camelCase'] property
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | old_instruction.h | 62 Format format = GetFormat(GetOpcode()); in GetId() local 253 static constexpr size_t Size(Format format) in Size() 1232 static constexpr bool HasId(Format format, size_t idx) in HasId()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pandafile_isapi.rb | 51 def format_ops(format) argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pandafile_isapi.rb | 51 def format_ops(format) argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | time_utils.cpp | 59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString()
|
| /arkcompiler/ets_runtime/common_components/log/ |
| D | log.h | 235 #define DLOG(type, format...) LOG_GC(DEBUG) << FormatLog(format) argument 237 #define DLOG(type, format...) (void)(0) argument 239 #define VLOG(level, format...) LOG_GC(level) << FormatLog(format) argument
|
| D | log.cpp | 263 std::string FormatLogMessage(const char* format, va_list agrs) noexcept in FormatLogMessage() 273 std::string FormatLog(const char* format, ...) noexcept in FormatLog()
|
| /arkcompiler/ets_frontend/ets2panda/bindings/ |
| D | package.json | 22 "format": "npx prettier --write ." string
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| D | hotness_counters.h | 66 bool ShowInfo(const std::string &format) in ShowInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | eslint.config.mjs | 153 format: ['PascalCase'] property
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | time_utils.cpp | 52 static inline CString GetDate(const char* format) in GetDate()
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | logging.py | 103 def format(self, record: logging.LogRecord): member in ColoredFormatter
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 485 std::string format = MessageString::GetMessageString(id + start); in LoadingCommonStubsLog() local 493 std::string format = MessageString::GetMessageString(id + start); in LoadingByteCodeStubsLog() local 501 std::string format = MessageString::GetMessageString(id + start - 1); // -1: NONE in LoadingBuiltinsStubsLog() local 509 std::string format = MessageString::GetMessageString(id + start - 1); // -1: NONE in LoadingBaselineStubsLog() local 517 std::string format = MessageString::GetMessageString(id + start); in LoadingRuntimeStubsLog() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.h | 42 SlotIDInfo(GateRef pc, SlotIDFormat format) in SlotIDInfo()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 84 for (const auto &format : formats) { variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | GeneratingJsonFile.ts | 46 private static format(fileReports: FileReports[]): FileDefectInfo[] { method in GeneratingJsonFile
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | package.json | 14 …"format": "git status --porcelain=v1 | grep -E \"^( M|A |\\?\\?)\" | awk '{print $2}' | sed 's|^ar… string
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | helpers.py | 169 def format(t) -> str: member in Timer 263 def format(self, record): member in ColorFormatter
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.cpp | 154 auto format = *iter; in MatchFormat() local 180 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
|
| D | regAllocator.cpp | 92 for (const auto &format : formats) { in RegIndicesValid() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.cpp | 113 auto Logger::Buffer::Printf(const char *format, ...) -> Buffer & in Printf()
|