Home
last modified time | relevance | path

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

12345678910>>...32

/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
381 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy()
407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase()
492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
522 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair()
557 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) in qpTestLog_writeMessage()
[all …]
/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/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/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/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 …]
DteglQuerySurfaceTests.cpp56 static void logSurfaceAttribute (tcu::TestLog& log, EGLint attribute, EGLint value) in logSurfaceAttribute()
64 static void logSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSur… in logSurfaceAttributes()
70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, … in logCommonSurfaceAttributes()
90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display,… in logPbufferSurfaceAttributes()
121 tcu::TestLog& log = m_testCtx.getLog(); in checkCommonAttributes() local
255 tcu::TestLog& log = m_testCtx.getLog(); in checkNonPbufferAttributes() local
306 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local
337 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local
368 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local
470 tcu::TestLog& log = m_testCtx.getLog(); in testAttributes() local
[all …]
/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/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DDesignerPlugin.java160 public static void log(IStatus status) { in log() method in DesignerPlugin
167 public static void log(String message) { in log() method in DesignerPlugin
174 public static void log(Throwable e) { in log() method in DesignerPlugin
182 public static void log(String message, Throwable e) { in log() method in DesignerPlugin
/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/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/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java245 Logger log = Logger.getLogger("testGetLogger_Normal_ANewLogger"); in testGetLogger_Normal() local
278 Logger log = Logger.getLogger("testGetLogger_InvalidLevel_ANewLogger"); in testGetLogger_InvalidLevel() local
306 Logger log = Logger.getLogger("...#$%%^&&()-_+=!@~./,[]{};:'\\\"?|"); in testGetLogger_Invalid() local
315 Logger log = Logger.getLogger(""); in testGetLogger_Empty() local
345 Logger log = Logger in testGetLogger_WithParentNormal() local
383 Logger log = Logger.getLogger("testGetLoggerWithRes_Normal_ANewLogger", in testGetLoggerWithRes_Normal() local
504 Logger log = Logger.getLogger( in testGetLoggerWithRes_InvalidName() local
515 Logger log = Logger.getLogger("", VALID_RESOURCE_BUNDLE); in testGetLoggerWithRes_Empty() local
545 Logger log = Logger.getLogger( in testGetLoggerWithRes_WithParentNormal() local
563 Logger log = Logger in testAddHandler_NamedLoggerSufficientPrivilege() local
[all …]
/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()
/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/mesa3d/src/gallium/state_trackers/clover/core/
Dcompiler.hpp33 build_error(const compat::string &log) : log(log) { in build_error()
44 compat::vector<char> log; member in clover::build_error
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java131 protected final TestLog log; field in ICUServiceThreadTest.TestThread
133 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread()
205 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in RegisterFactoryThread()
220 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in UnregisterFactoryThread()
244 …rFactoryListThread(String name, ICUService service, long delay, Factory[] factories, TestLog log) { in UnregisterFactoryListThread()
261 GetVisibleThread(String name, ICUService service, long delay, TestLog log) { in GetVisibleThread()
280 GetDisplayThread(String name, ICUService service, long delay, ULocale locale, TestLog log) { in GetDisplayThread()
313 GetThread(String name, ICUService service, long delay, TestLog log) { in GetThread()
332 GetListThread(String name, ICUService service, long delay, String[] list, TestLog log) { in GetListThread()

12345678910>>...32