Home
last modified time | relevance | path

Searched +defs:log +defs:record (Results 1 – 17 of 17) sorted by relevance

/third_party/curl/tests/
Dutil.py33 log = logging.getLogger(__name__) variable
45 def emit(self, record): argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp132 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 …]
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp121 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 …]
/third_party/skia/m133/src/pathops/
DSkPathOpsDebug.cpp137 void record(GlitchType type, const SkOpSpanBase* base, const SkOpSpanBase* suspect = nullptr) { in record() function
143 void record(GlitchType type, const SkOpSpanBase* base, const SkOpPtT* ptT) { in record() function
149 void record(GlitchType type, in record() function
161 void record(GlitchType type, const SkOpSpanBase* base, in record() function
170 void record(GlitchType type, const SkOpSpanBase* base, double t, in record() function
178 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function
188 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function
196 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, in record() function
205 void record(GlitchType type, const SkOpSegment* seg, double startT, in record() function
216 void record(GlitchType type, const SkOpSegment* seg, in record() function
[all …]
/third_party/zlib/examples/
Dgzlog.c289 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 …]
/third_party/mindspore/mindspore-src/source/tests/ut/python/train/summary/
Dtest_image_summary.py32 log = logging.getLogger("test") variable
156 def record(self, step, train_network=None): member in ImageSummaryCallback
/third_party/python/Lib/logging/
D__init__.py440 def _format(self, record): argument
447 def format(self, record): argument
462 def _format(self, record): argument
515 def _format(self, record): argument
606 def formatTime(self, record, datefmt=None): argument
658 def formatMessage(self, record): argument
674 def format(self, record): argument
775 def filter(self, record): argument
815 def filter(self, record): argument
942 def format(self, record): argument
[all …]
/third_party/json/tools/serve_header/
Dserve_header.py37 def emit(self, record): argument
347 log = logging.getLogger() variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp68 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceTest() local
217 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithInvalidApiVersionTest() local
325 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithNullApplicationInfoTest() local
357 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithUnsupportedExtensionsTest() local
619 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest() local
700 tcu::TestLog& log = context.getTestContext().getLog(); in createMultipleDevicesTest() local
809 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithUnsupportedExtensionsTest() local
891 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithVariousQueueCountsTest() local
985 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithGlobalPriorityTest() local
1194 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithQueriedGlobalPriorityTest() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp68 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceTest() local
217 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithInvalidApiVersionTest() local
325 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithNullApplicationInfoTest() local
357 tcu::TestLog& log = context.getTestContext().getLog(); in createInstanceWithUnsupportedExtensionsTest() local
619 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest() local
700 tcu::TestLog& log = context.getTestContext().getLog(); in createMultipleDevicesTest() local
809 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithUnsupportedExtensionsTest() local
891 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithVariousQueueCountsTest() local
985 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithGlobalPriorityTest() local
1192 tcu::TestLog& log = context.getTestContext().getLog(); in createDeviceWithQueriedGlobalPriorityTest() local
[all …]
/third_party/rust/crates/log/src/
Dlib.rs1037 record: Record<'a>, field
1292 fn log(&self, record: &Record); in log() method
1306 fn log(&self, _: &Record) {} in log() method
1318 fn log(&self, record: &Record) { in log() function
1335 fn log(&self, record: &Record) { in log() function
1352 fn log(&self, record: &Record) { in log() function
1929 let record = Record::builder().key_values(&kvs).build(); in test_record_key_values_get_coerce() localVariable
/third_party/python/Lib/test/
Dtest_logging.py371 def filterfunc(record): argument
443 def filter(self, record): argument
450 def filter(self, record): argument
692 def emit(self, record): argument
764 def handleError(self, record): argument
951 log=False, sslctx=None): argument
3484 def emit(self, record): argument
3623 def filter(self, record): argument
4270 def handle(self, record): argument
4914 def dummy_handle_error(record): argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1644 tcu::TestLog& log = context.getTestContext().getLog(); in validateCallbackRecords() local
1652 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in validateCallbackRecords() local
1798 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in vkDeviceMemoryAllocateAndFreeTest() local
1886 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in vkDeviceMemoryAllocationFailedTest() local
2159 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in testImportAndUnimportExternalMemory() local
DvktMemoryAddressBindingTests.cpp1626 tcu::TestLog& log = context.getTestContext().getLog(); in validateCallbackRecords() local
1630 for (auto record = recorder.getRecordsBegin(); record != recorder.getRecordsEnd(); record++) in validateCallbackRecords() local
1643 for (auto record = recorder.getRecordsBegin(); record != recorder.getRecordsEnd(); record++) in validateCallbackRecords() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1691 tcu::TestLog& log = context.getTestContext().getLog(); in validateCallbackRecords() local
1699 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in validateCallbackRecords() local
1846 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in vkDeviceMemoryAllocateAndFreeTest() local
2127 const VkDeviceMemoryReportCallbackDataEXT& record = iter->first; in testImportAndUnimportExternalMemory() local
/third_party/openhitls/config/json/
Dfeature.json13 "log": null, null
1224 "log": { object
1374 "record": { object
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34731 log(float __x) in log() function
34735 log(long double __x) in log() function
34743 log(_Tp __x) in log() function
155101 void TraceRecord(JSTracer* trc, Record<K, V>& record) in TraceRecord()
160734 Log(const Log& log) { Init(log.mOptions, false, log.mReason); } in Log()
161791 gfx::Log<LogLevel>& operator<<(gfx::Log<LogLevel>& log, const ScrollableLayerGuid& aGuid) { in operator <<()