Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 1143) sorted by relevance

12345678910>>...46

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp27 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log() function in llvm::rc::OptionalStmtList
35 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log() function in llvm::rc::LanguageResource
47 raw_ostream &AcceleratorsResource::log(raw_ostream &OS) const { in log() function in llvm::rc::AcceleratorsResource
60 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log() function in llvm::rc::BitmapResource
64 raw_ostream &CursorResource::log(raw_ostream &OS) const { in log() function in llvm::rc::CursorResource
68 raw_ostream &IconResource::log(raw_ostream &OS) const { in log() function in llvm::rc::IconResource
72 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log() function in llvm::rc::HTMLResource
89 raw_ostream &MenuDefinitionList::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuDefinitionList
96 raw_ostream &MenuItem::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuItem
102 raw_ostream &MenuSeparator::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuSeparator
[all …]
/external/libnl/lib/netfilter/
Dlog_obj.c31 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() local
87 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get()
92 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put()
104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group()
110 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group()
115 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group()
120 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode()
126 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode()
131 enum nfnl_log_copy_mode nfnl_log_get_copy_mode(const struct nfnl_log *log) in nfnl_log_get_copy_mode()
136 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) in nfnl_log_set_copy_range()
[all …]
Dlog.c101 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request()
161 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request()
182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create()
193 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request()
199 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change()
210 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request()
220 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
/external/zlib/src/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 …]
/external/ipsec-tools/src/racoon/
Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *)); argument
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
DOpenCensusLog4jLogCorrelationAllSpansTest.java50 String log = in addSampledSpanToLogEntryWithAllSpans() local
73 String log = in addNonSampledSpanToLogEntryWithAllSpans() local
96 String log = in addBlankSpanToLogEntryWithAllSpans() local
115 String log = in preserveOtherKeyValuePairs() local
141 String log = in overwriteExistingTracingKey() local
DOpenCensusLog4jLogCorrelationSampledSpansTest.java49 String log = in addSampledSpanToLogEntryWithSampledSpans() local
72 String log = in doNotAddNonSampledSpanToLogEntryWithSampledSpans() local
DOpenCensusLog4jLogCorrelationNoSpansTest.java49 String log = in doNotAddSampledSpanToLogEntryWithNoSpans() local
69 String log = in doNotAddNonSampledSpanToLogEntryWithNoSpans() local
/external/deqp/framework/qphelper/
DqpTestLog.c251 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile()
292 static deBool beginSession (qpTestLog* log) in beginSession()
310 static deBool endSession (qpTestLog* log) in endSession()
333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
383 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy()
409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
453 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase()
489 deBool qpTestLog_startTestsCasesTime (qpTestLog* log) in qpTestLog_startTestsCasesTime()
512 deBool qpTestLog_endTestsCasesTime (qpTestLog* log) in qpTestLog_endTestsCasesTime()
544 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
[all …]
/external/adhd/cras/src/server/
Daudio_thread_log.h19 #define ATLOG(log,event,data1,data2,data3) \ argument
22 #define ATLOG(log,event,data1,data2,data3) argument
30 struct audio_thread_event_log *log; in audio_thread_event_log_init() local
39 void audio_thread_event_log_deinit(struct audio_thread_event_log *log) in audio_thread_event_log_deinit()
48 struct audio_thread_event_log *log, in audio_thread_event_log_data()
/external/libexif/libexif/
Dexif-log.c73 ExifLog *log; in exif_log_new_mem() local
89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local
97 exif_log_ref (ExifLog *log) in exif_log_ref()
104 exif_log_unref (ExifLog *log) in exif_log_unref()
112 exif_log_free (ExifLog *log) in exif_log_free()
123 exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) in exif_log_set_func()
135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log()
146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
/external/webrtc/webrtc/base/
Doptional_unittest.cc122 auto log = Logger::Setup(); in TEST() local
131 auto log = Logger::Setup(); in TEST() local
144 auto log = Logger::Setup(); in TEST() local
161 auto log = Logger::Setup(); in TEST() local
174 auto log = Logger::Setup(); in TEST() local
192 auto log = Logger::Setup(); in TEST() local
204 auto log = Logger::Setup(); in TEST() local
221 auto log = Logger::Setup(); in TEST() local
237 auto log = Logger::Setup(); in TEST() local
255 auto log = Logger::Setup(); in TEST() local
[all …]
/external/libxml2/python/tests/
Dsync.py8 log = "" variable
45 log="" variable
57 log="" variable
69 log="" variable
81 log="" variable
94 log="" variable
107 log="" variable
120 log="" variable
/external/testng/src/main/java/org/testng/
DReporter.java72 private static synchronized void log(String s, ITestResult m) { in log() method in Reporter
112 public static void log(String s) { in log() method in Reporter
126 public static void log(String s, int level, boolean logToStandardOut) { in log() method in Reporter
143 public static void log(String s, boolean logToStandardOut) { in log() method in Reporter
156 public static void log(String s, int level) { in log() method in Reporter
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute()
105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds() local
158 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
240 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
271 TestLog& log = m_testCtx.getLog(); in getValue() local
301 TestLog& log = m_testCtx.getLog(); in checkColorBufferType() local
312 TestLog& log = m_testCtx.getLog(); in checkCaveat() local
323 TestLog& log = m_testCtx.getLog(); in checkTransparentType() local
334 TestLog& log = m_testCtx.getLog(); in checkBoolean() local
348 TestLog& log = m_testCtx.getLog(); in checkInteger() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp125 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
145 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
168 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
186 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
219 tcu::TestLog& log = ctx.getLog(); in invalid_primitive_mode() local
248 tcu::TestLog& log = ctx.getLog(); in tessellation_not_active() local
281 tcu::TestLog& log = ctx.getLog(); in invalid_program_state() local
337 tcu::TestLog& log = ctx.getLog(); in tessellation_control_invalid_vertex_count() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRPCUtils.cpp29 void ConnectionClosed::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ConnectionClosed
37 void ResponseAbandoned::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ResponseAbandoned
48 void CouldNotNegotiate::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::CouldNotNegotiate
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceImpl.java75 public void log(int level, String message) { in log() method in LogServiceImpl
100 public void log(int level, String message, Throwable exception) { in log() method in LogServiceImpl
125 public void log(ServiceReference sr, int level, String message) { in log() method in LogServiceImpl
179 public void log(ServiceReference sr, int level, String message, Throwable exception) { in log() method in LogServiceImpl
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
DSerializationTest.java72 SLF4JLog log = new SLF4JLog(factory.getLogger("x")); in testSLF4JLog() local
78 Log log = LogFactory.getLog("testing"); in testSmoke() local
85 …SLF4JLocationAwareLog log = new SLF4JLocationAwareLog((LocationAwareLogger) factory.getLogger("x")… in testLocationAware() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderProgram.cpp55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYP… in logShader()
82 tcu::TestLog& operator<< (tcu::TestLog& log, const GlslSource& shaderSource) in operator <<()
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource) in operator <<()
/external/parameter-framework/upstream/parameter/
DParameterMgrLogger.h46 void info(const std::string &log) override { _parameterMgrConnector.info(log); } in info()
48 void warning(const std::string &log) override { _parameterMgrConnector.warning(log); } in warning()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderNonarrayInput.cpp308 std::string log = getCompilationInfoLog(m_gs_valid_non_ib); in iterate() local
321 std::string log = getCompilationInfoLog(m_gs_valid_ib); in iterate() local
335 std::string log = getLinkingInfoLog(m_po_a_valid); in iterate() local
350 std::string log = getLinkingInfoLog(m_po_b_valid); in iterate() local
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/
DInvokeJCLTest.java34 Log log = LogFactory.getLog(InvokeJCLTest.class); in testIsEnabledAPI() local
44 Log log = LogFactory.getLog(InvokeJCLTest.class); in testPrintAPI() local
/external/vogar/src/vogar/commands/
DMkdir.java26 private final Log log; field in Mkdir
28 public Mkdir(Log log) { in Mkdir()
DRm.java26 private final Log log; field in Rm
28 public Rm(Log log) { in Rm()

12345678910>>...46