HomeSort by: relevance | last modified time | path
    Searched defs:_log (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
Logging.cpp 45 _log(buffer);
87 void StdoutLogger::_log(const char * msg) function in class:StdoutLogger
Logging.cpp 45 _log(buffer);
87 void StdoutLogger::_log(const char * msg) function in class:StdoutLogger
  /src/external/bsd/zstd/dist/contrib/freestanding_lib/
freestanding.py 97 def _log(self, *args, **kwargs): member in class:PartialPreprocessor
249 self._log(f"\tHardwiring {macro}")
251 self._log(f"\t\t {self._inlines[start_idx - 1][:-1]}")
253 self._log(f"\t\t- {self._inlines[x][:-1]}")
255 self._log(f"\t\t+ {line[:-1]}")
257 self._log(f"\t\t {self._inlines[idx][:-1]}")
387 self._log(f"\tHardwiring partially resolved {macro}")
388 self._log(f"\t\t- {line[:-1]}")
389 self._log(f"\t\t+ {newline[:-1]}")
460 def _log(self, *args, **kwargs) member in class:Freestanding
    [all...]
freestanding.py 97 def _log(self, *args, **kwargs): member in class:PartialPreprocessor
249 self._log(f"\tHardwiring {macro}")
251 self._log(f"\t\t {self._inlines[start_idx - 1][:-1]}")
253 self._log(f"\t\t- {self._inlines[x][:-1]}")
255 self._log(f"\t\t+ {line[:-1]}")
257 self._log(f"\t\t {self._inlines[idx][:-1]}")
387 self._log(f"\tHardwiring partially resolved {macro}")
388 self._log(f"\t\t- {line[:-1]}")
389 self._log(f"\t\t+ {newline[:-1]}")
460 def _log(self, *args, **kwargs) member in class:Freestanding
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 279 def _log(self, *args, **kwargs) -> None: member in class:TestCase
436 self._log(f"{STATUS[self._succeeded]}: {self._test_name}")
441 self._log(f"{STATUS[self._success[check]]}: {self._test_name}.{check}")
442 self._log(self._message[check])
444 self._log("----------------------------------------")
run.py 279 def _log(self, *args, **kwargs) -> None: member in class:TestCase
436 self._log(f"{STATUS[self._succeeded]}: {self._test_name}")
441 self._log(f"{STATUS[self._success[check]]}: {self._test_name}.{check}")
442 self._log(self._message[check])
444 self._log("----------------------------------------")

Completed in 43 milliseconds