Home
last modified time | relevance | path

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

12345678

/external/ipsec-tools/src/racoon/
Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *)); argument
/external/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 …]
/external/srec/srec/EventLog/include/
DSR_EventLog.h57 #define SR_EventLogToken_BASIC(log, loglevel, tokenName, value) \ argument
64 #define SR_EventLogTokenInt_BASIC(log, loglevel, tokenName, value) \ argument
71 #define SR_EventLogTokenUint16_t_BASIC(log, loglevel, tokenName, value) \ argument
78 #define SR_EventLogTokenSize_t_BASIC(log, loglevel, tokenName, value) \ argument
85 #define SR_EventLogTokenBool_BASIC(log, loglevel, tokenName, value) \ argument
92 #define SR_EventLogTokenFloat_BASIC(log, loglevel, tokenName, value) \ argument
99 #define SR_EventLogEvent_BASIC(log, loglevel, eventName) \ argument
106 #define SR_EventLogToken_AUDIO(log, loglevel, tokenName, value) \ argument
113 #define SR_EventLogTokenInt_AUDIO(log, loglevel, tokenName, value) \ argument
120 #define SR_EventLogEvent_AUDIO(log, loglevel, eventName) \ argument
/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/chromium/chrome/browser/metrics/
Dmetrics_log_unittest.cc50 MetricsLog log("bogus client ID", 0); in TEST() local
73 MetricsLog log("bogus client ID", 0); in TEST() local
119 NoTimeMetricsLog log("bogus client ID", 0); in TEST() local
149 NoTimeMetricsLog log("bogus client ID", 0); in TEST() local
179 NoTimeMetricsLog log("bogus client ID", 0); in TEST() local
201 NoTimeMetricsLog log("bogus client ID", 0); in TEST() local
/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()
/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/chromium/net/base/
Dnet_log_unittest.h60 const CapturingNetLog::EntryList& log, in LogContainsEventAtTime()
71 const CapturingNetLog::EntryList& log, in LogContainsEvent()
81 const CapturingNetLog::EntryList& log, in LogContainsBeginEvent()
89 const CapturingNetLog::EntryList& log, in LogContainsEndEvent()
Dnet_log_unittest.cc15 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST() local
/external/v8/test/mjsunit/regress/
Dregress-conditional-position.js51 function log() { function
71 var o = { log: log, foo: function() { } }; property
/external/chromium/chrome/browser/net/
Dchrome_net_log_unittest.cc23 void Init(ChromeNetLog* log) { in Init()
56 ChromeNetLog log; in TEST() local
/external/chromium/net/socket/
Dsocks_client_socket_unittest.cc129 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
202 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
239 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
277 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
309 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
339 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F() local
Dssl_client_socket_unittest.cc60 const net::CapturingNetLog::EntryList& log, int i) { in LogContainsSSLConnectEndEvent()
74 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
116 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
159 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
204 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
264 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
582 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F() local
/external/apache-http/src/org/apache/commons/logging/
DLogSource.java195 Log log = (Log) (logs.get(name)); in getInstance() local
236 Log log = null; in makeNewLogInstance() local
/external/clang/test/CodeGenObjC/
Dgnu-exceptions.m4 void log(int i); function
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
DMakefile18 log: target
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java71 final Logger log = m_log; in handleArchiveStart() local
152 final Logger log = m_log; in handleArchiveEntry() local
344 final Logger log = m_log; in handleArchiveEnd() local
389 final Logger log = m_log; in handleDirStart() local
404 final Logger log = m_log; in handleFile() local
574 final Logger log = m_log; in handleDirEnd() local
623 final Logger log = m_log; in _run() local
/external/icu4c/tools/ctestfw/
Dtstdtmod.cpp72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule()
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule()
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule()
/external/apache-http/src/org/apache/http/impl/conn/
DWire.java47 private final Log log; field in Wire
49 public Wire(Log log) { in Wire()
/external/webkit/Tools/Scripts/webkitpy/python24/
Dversioning.py100 def check_version(log=None, sysmodule=None, target_version=None): argument
/external/chromium/chrome/common/
Dmetrics_helpers.h116 ScopedElement(MetricsLogBase* log, const std::string& name) : log_(log) { in ScopedElement()
121 ScopedElement(MetricsLogBase* log, const char* name) : log_(log) { in ScopedElement()
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java57 private final Log log = LogFactory.getLog(getClass()); field in RequestTargetAuthentication
DRequestProxyAuthentication.java57 private final Log log = LogFactory.getLog(getClass()); field in RequestProxyAuthentication
/external/chromium/base/
Dbits.h21 int log = 0; in Log2Floor() local
/external/srec/srec/clib/
Dvoicing.c57 long voicing_analysis(voicing_info *chan, voicedata enval , int* log) in voicing_analysis()

12345678