Home
last modified time | relevance | path

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

12345678910>>...33

/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/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()
495 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
525 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair()
560 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) in qpTestLog_writeMessage()
[all …]
/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 …]
DteglSyncTests.cpp276 TestLog& log = m_testCtx.getLog(); in iterate() local
299 TestLog& log = m_testCtx.getLog(); in iterate() local
325 TestLog& log = m_testCtx.getLog(); in iterate() local
358 TestLog& log = m_testCtx.getLog(); in iterate() local
391 TestLog& log = m_testCtx.getLog(); in iterate() local
429 TestLog& log = m_testCtx.getLog(); in iterate() local
465 TestLog& log = m_testCtx.getLog(); in iterate() local
498 TestLog& log = m_testCtx.getLog(); in iterate() local
540 TestLog& log = m_testCtx.getLog(); in iterate() local
585 TestLog& log = m_testCtx.getLog(); in iterate() 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/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/parameter-framework/upstream/parameter/
DParameterMgrLogger.h46 virtual void info(const std::string &log) { _parameterMgrConnector.info(log); } in info()
48 virtual void warning(const std::string &log) { _parameterMgrConnector.warning(log); } in warning()
/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/vogar/src/vogar/commands/
DRm.java26 private final Log log; field in Rm
28 public Rm(Log log) { in Rm()
DMkdir.java26 private final Log log; field in Mkdir
28 public Mkdir(Log log) { in Mkdir()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVProgram.cpp31 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVProgramInfo& shaderInfo) in operator <<()
44 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVAsmSource& source) in operator <<()
/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/parameter-framework/upstream/skeleton-subsystem/test/
Dmain.cpp37 void info(const std::string &log) override { std::cout << "Info: " << log << std::endl; } in info()
39 void warning(const std::string &log) override { std::cerr << "Warning: " << log << std::endl; } in warning()
/external/google-benchmark/
Dmingw.py55 def repository(urls = urls, log = EmptyLogger()): argument
99 def find_7zip(log = EmptyLogger()): argument
114 def unpack(archive, location, log = EmptyLogger()): argument
125 def download(url, location, log = EmptyLogger()): argument
173 exceptions = None, revision = None, log = EmptyLogger()): argument
/external/vogar/src/vogar/target/
DTestActivity.java65 AndroidLog log = new AndroidLog(TAG); in onCreate() local
82 private void log(String message) { in log() method in TestActivity
/external/vogar/src/vogar/
DCommandBugDatabase.java28 private final Log log; field in CommandBugDatabase
31 public CommandBugDatabase(Log log, String openBugsCommand) { in CommandBugDatabase()
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.h157 virtual void info(const std::string &log) { std::cout << log << std::endl; } in info()
159 virtual void warning(const std::string &log) { std::cerr << log << std::endl; } in warning()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3ErrorLog.java45 private Log log; field in Antlr3ErrorLog
53 public Antlr3ErrorLog(Log log) { in Antlr3ErrorLog()

12345678910>>...33