| /external/llvm-project/debuginfo-tests/llgdb-tests/ |
| D | asan-deque.cpp | 16 static void __attribute__((noinline, optnone)) escape(log_t &log) { in escape() 22 log_t log; in main() local 28 auto record = log.front(); in main() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| D | SymbolFileBreakpad.cpp | 213 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex() local 319 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in AddSymbols() local 356 if (auto record = FuncRecord::parse(line)) in AddSymbols() local 361 if (auto record = PublicRecord::parse(line)) in AddSymbols() local 377 auto record = StackWinRecord::parse( in GetParameterStackSize() local 450 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseCFIUnwindRow() local 541 llvm::Optional<StackCFIRecord> record = StackCFIRecord::parse(*It); in ParseCFIUnwindPlan() local 559 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseWinUnwindPlan() local 565 llvm::Optional<StackWinRecord> record = StackWinRecord::parse(*It); in ParseWinUnwindPlan() local 663 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseFileRecords() local [all …]
|
| /external/autotest/site_utils/sponge_lib/ |
| D | sponge_utils.py | 27 def emit(self, record): argument 34 def upload_results(job, log=logging.debug): argument
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| D | LogRecordTest.java | 377 public void publish(LogRecord record) { in publish() 399 public static void log(Logger logger, LogRecord lr) { in log() method in LogRecordTest.RecordFactory 414 public void log(Level l, String s) { in log() method in LogRecordTest.MockLogger 422 public void log(LogRecord record) { in log() method in LogRecordTest.MockLogger
|
| D | LoggerTest.java | 247 Logger log = Logger.getLogger("testGetLogger_Normal_ANewLogger"); in testGetLogger_Normal() local 280 Logger log = Logger.getLogger("testGetLogger_InvalidLevel_ANewLogger"); in testGetLogger_InvalidLevel() local 308 Logger log = Logger.getLogger("...#$%%^&&()-_+=!@~./,[]{};:'\\\"?|"); in testGetLogger_Invalid() local 317 Logger log = Logger.getLogger(""); in testGetLogger_Empty() local 347 Logger log = Logger in testGetLogger_WithParentNormal() local 385 Logger log = Logger.getLogger("testGetLoggerWithRes_Normal_ANewLogger", in testGetLoggerWithRes_Normal() local 506 Logger log = Logger.getLogger( in testGetLoggerWithRes_InvalidName() local 517 Logger log = Logger.getLogger("", VALID_RESOURCE_BUNDLE); in testGetLoggerWithRes_Empty() local 547 Logger log = Logger.getLogger( in testGetLoggerWithRes_WithParentNormal() local 565 Logger log = Logger in testAddHandler_NamedLoggerSufficientPrivilege() local [all …]
|
| /external/skia/src/pathops/ |
| D | SkPathOpsDebug.cpp | 121 void record(GlitchType type, const SkOpSpanBase* base, in record() function 128 void record(GlitchType type, const SkOpSpanBase* base, in record() function 135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 146 void record(GlitchType type, const SkOpSpanBase* base, in record() function 155 void record(GlitchType type, const SkOpSpanBase* base, double t, in record() function 163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 173 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, in record() function 190 void record(GlitchType type, const SkOpSegment* seg, double startT, in record() function 201 void record(GlitchType type, const SkOpSegment* seg, in record() function [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkAllocationCallbackUtil.cpp | 132 AllocationCallbackRecord record; in allocation() local 145 AllocationCallbackRecord record; in reallocation() local 159 AllocationCallbackRecord record; in free() local 169 AllocationCallbackRecord record; in internalAllocation() local 181 AllocationCallbackRecord record; in internalFree() local 334 AllocationCallbackRecord record; member 347 size_t getAlignment (const AllocationCallbackRecord& record) in getAlignment() 373 const AllocationCallbackRecord& record = *callbackIter; in validateAllocationCallbacks() local 575 bool checkAndLog (tcu::TestLog& log, const AllocationCallbackValidationResults& results, deUint32 a… in checkAndLog() 597 const AllocationCallbackRecord& record = results.liveAllocations[liveNdx]; in checkAndLog() local [all …]
|
| /external/skqp/src/pathops/ |
| D | SkPathOpsDebug.cpp | 121 void record(GlitchType type, const SkOpSpanBase* base, in record() function 128 void record(GlitchType type, const SkOpSpanBase* base, in record() function 135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 146 void record(GlitchType type, const SkOpSpanBase* base, in record() function 155 void record(GlitchType type, const SkOpSpanBase* base, double t, in record() function 163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 173 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function 181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, in record() function 190 void record(GlitchType type, const SkOpSegment* seg, double startT, in record() function 201 void record(GlitchType type, const SkOpSegment* seg, in record() function [all …]
|
| /external/rust/crates/libz-sys/src/zlib/examples/ |
| D | gzlog.c | 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 305 /* gzip header for gzlog */ argument 348 local int log_lock(struct log *log) in log_lock() 372 local void log_touch(struct log *log) in log_touch() 384 local int log_check(struct log *log) in log_check() 396 local void log_unlock(struct log *log) in log_unlock() 410 local int log_head(struct log *log) in log_head() 437 local int log_mark(struct log *log, int op) in log_mark() 462 local int log_last(struct log *log, int last) in log_last() [all …]
|
| /external/python/cpython2/Lib/logging/ |
| D | __init__.py | 405 def formatTime(self, record, datefmt=None): argument 452 def format(self, record): argument 567 def filter(self, record): argument 607 def filter(self, record): argument 730 def format(self, record): argument 743 def emit(self, record): argument 753 def handle(self, record): argument 803 def handleError(self, record): argument 856 def emit(self, record): argument 955 def emit(self, record): argument [all …]
|
| /external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessDebugger.cpp | 75 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in DetachProcess() local 111 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in LaunchProcess() local 174 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in AttachProcess() local 212 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in DestroyProcess() local 248 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in HaltProcess() local 266 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_MEMORY); in ReadMemory() local 300 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_MEMORY); in WriteMemory() local 330 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_MEMORY); in AllocateMemory() local 358 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_MEMORY); in DeallocateMemory() local 382 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_MEMORY); in GetMemoryRegionInfo() local [all …]
|
| D | ProcessWindows.cpp | 157 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_BREAKPOINTS); in EnableBreakpointSite() local 168 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_BREAKPOINTS); in DisableBreakpointSite() local 181 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in DoDetach() local 219 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in DoResume() local 365 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_EXCEPTION); in RefreshStateAfterStop() local 515 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_THREAD); in UpdateThreadList() local 620 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in OnExitProcess() local 639 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in OnDebuggerConnected() local 686 const ExceptionRecord &record) { in OnDebugException() 687 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_EXCEPTION); in OnDebugException() local [all …]
|
| D | NativeProcessWindows.cpp | 87 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in Resume() local 171 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in Detach() local 382 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in OnExitProcess() local 396 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_PROCESS); in OnDebuggerConnected() local 423 const ExceptionRecord &record) { in OnDebugException() 424 Log *log = ProcessWindowsLog::GetLogIfAny(WINDOWS_LOG_EXCEPTION); in OnDebugException() local
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | loggingTools.py | 77 def format(self, record): argument 421 def filter(self, record): argument 463 def emit(self, record): argument 506 def log(self): member in LogMixin
|
| /external/openscreen/discovery/dnssd/impl/ |
| D | querier_impl.cc | 29 std::function<void(Error)> log) { in ProcessErrors() 325 const MdnsRecord& record, in OnRecordChanged() 332 std::function<void(Error)> log = [this](Error error) mutable { in OnRecordChanged() local 447 const MdnsRecord& record, in ApplyRecordChanges()
|
| /external/python/cpython3/Lib/logging/ |
| D | __init__.py | 425 def _format(self, record): argument 428 def format(self, record): argument 443 def _format(self, record): argument 492 def _format(self, record): argument 578 def formatTime(self, record, datefmt=None): argument 630 def formatMessage(self, record): argument 646 def format(self, record): argument 747 def filter(self, record): argument 787 def filter(self, record): argument 912 def format(self, record): argument [all …]
|
| /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
| D | JDK14LoggerAdapter.java | 572 private void log(String callerFQCN, Level level, String msg, Throwable t) { in log() method in JDK14LoggerAdapter 574 LogRecord record = new LogRecord(level, msg); in log() local 591 final private void fillCallerData(String callerFQCN, LogRecord record) { in fillCallerData() 621 …public void log(Marker marker, String callerFQCN, int level, String message, Object[] argArray, Th… in log() method in JDK14LoggerAdapter
|
| /external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangASTSource.cpp | 184 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindCompleteType() local 279 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in CompleteType() local 308 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in CompleteType() local 388 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindExternalLexicalDecls() local 523 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindExternalVisibleDecls() local 600 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindExternalVisibleDecls() local 671 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FillNamespaceMap() local 841 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindObjCMethodDeclsWithOrigin() local 854 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindDeclInModules() local 894 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in FindDeclInObjCRuntime() local [all …]
|
| /external/llvm-project/clang-tools-extra/clangd/support/ |
| D | Trace.cpp | 207 void record(const Metric &Metric, double Value, in record() function in clang::clangd::trace::__anon9b8c956d0111::CSVMetricTracer 278 void log(const llvm::Twine &Message) { in log() function 330 void Metric::record(double Value, llvm::StringRef Label) const { in record() function in clang::clangd::trace::Metric
|
| /external/llvm-project/lldb/source/Expression/ |
| D | IRExecutionUnit.cpp | 71 if (Log *log = in WriteNow() local 100 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in DisassembleFunction() local 245 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in GetRunnableInfo() local 585 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in allocateCodeSection() local 615 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in allocateDataSection() local 972 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in GetStaticInitializers() local 1040 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in GetSymbolAddressAndPresence() local 1067 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS)); in GetRemoteAddressForLocal() local 1111 AllocationRecord &record) { in CommitOneAllocation() 1208 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
|
| /external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| D | support.py | 44 def __init__(self, log): argument 136 def __init__(self, record=False, module=None): argument
|
| /external/fonttools/Lib/fontTools/varLib/instancer/ |
| D | __init__.py | 98 log = logging.getLogger("fontTools.varLib.instancer") variable 757 record, recIdx, location, fvarAxes, axisIndexMap argument 796 def _limitFeatureVariationRecord(record, axisRanges, fvarAxes): argument
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiDeviceInitializationTests.cpp | 63 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceTest() local 210 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithInvalidApiVersionTest() local 295 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithNullApplicationInfoTest() local 327 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithUnsupportedExtensionsTest() local 590 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest() local 659 tcu::TestLog& log = context.getTestContext().getLog(); in createMultipleDevicesTest() local 749 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithUnsupportedExtensionsTest() local 820 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithVariousQueueCountsTest() local 902 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithGlobalPriorityTest() local 1058 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithUnsupportedFeaturesTest() local
|
| /external/rust/crates/log/src/ |
| D | lib.rs | 952 record: Record<'a>, field 1199 fn log(&self, record: &Record); in log() method 1213 fn log(&self, _: &Record) {} in log() method 1226 fn log(&self, record: &Record) { in log() function 1763 let record = Record::builder().key_values(&kvs).build(); in test_record_key_values_get_coerce() localVariable
|
| /external/python/cpython3/Lib/test/ |
| D | test_logging.py | 363 def filterfunc(record): argument 435 def filter(self, record): argument 442 def filter(self, record): argument 679 def emit(self, record): argument 751 def handleError(self, record): argument 935 log=False, sslctx=None): argument 3407 def emit(self, record): argument 3479 def filter(self, record): argument 4089 def handle(self, record): argument 4631 def dummy_handle_error(record): argument
|