Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/jsvm/src/platform/
Dplatform.cpp49 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/
Daot.md10 ### ELF layout
35 ### AOT headers
/arkcompiler/runtime_core/static_core/docs/
Daot.md10 ### ELF layout
35 ### AOT headers
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json50 "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/
Deslint.config.mjs264 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/
Dold_instruction.h62 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/
Dpandafile_isapi.rb51 def format_ops(format) argument
/arkcompiler/runtime_core/static_core/libpandafile/
Dpandafile_isapi.rb51 def format_ops(format) argument
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString()
/arkcompiler/ets_runtime/common_components/log/
Dlog.h235 #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
Dlog.cpp263 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/
Dpackage.json22 "format": "npx prettier --write ." string
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h66 bool ShowInfo(const std::string &format) in ShowInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Deslint.config.mjs153 format: ['PascalCase'] property
/arkcompiler/ets_runtime/common_components/base/
Dtime_utils.cpp52 static inline CString GetDate(const char* format) in GetDate()
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dlogging.py103 def format(self, record: logging.LogRecord): member in ColoredFormatter
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp485 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/
Dprofiler_stub_builder.h42 SlotIDInfo(GateRef pc, SlotIDFormat format) in SlotIDInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h84 for (const auto &format : formats) { variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DGeneratingJsonFile.ts46 private static format(fileReports: FileReports[]): FileDefectInfo[] { method in GeneratingJsonFile
/arkcompiler/ets_frontend/arkguard/
Dpackage.json14 …"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/
Dhelpers.py169 def format(t) -> str: member in Timer
263 def format(self, record): member in ColorFormatter
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp154 auto format = *iter; in MatchFormat() local
180 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
DregAllocator.cpp92 for (const auto &format : formats) { in RegIndicesValid() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp113 auto Logger::Buffer::Printf(const char *format, ...) -> Buffer & in Printf()

12