Searched defs:log (Results 1 - 25 of 85) sorted by relevance

1234

/external/ipsec-tools/src/racoon/
H A Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *));
46 extern void log_add __P((struct log *, char *));
47 extern int log_print __P((struct log *, char *));
48 extern int log_vprint __P((struct log *, const char *, ...));
49 extern int log_vaprint __P((struct log *, const char *, va_list));
50 extern int log_close __P((struct log *));
51 extern void log_free __P((struct log *));
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
H A Dapplypatch.py31 from webkitpy.webkit_logging import log namespace
41 log("Processing patch %s from bug %s." % (state["patch"].id(), state["patch"].bug_id()))
H A Dbuild.py31 from webkitpy.webkit_logging import log namespace
49 log("Building WebKit")
H A Dclosebug.py31 from webkitpy.webkit_logging import log namespace
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
H A Dclosebugforlanddiff.py32 from webkitpy.webkit_logging import log namespace
49 log("Updating bug %s" % bug_id)
57 log(comment_text)
58 log("No bug id provided.")
H A Dobsoletepatches.py32 from webkitpy.webkit_logging import log namespace
49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
H A Druntests.py31 from webkitpy.webkit_logging import log namespace
51 log("Running Python unit tests")
53 log("Running Perl unit tests")
55 log("Running JavaScriptCore tests")
58 log("Running run-webkit-tests")
H A Dupdate.py31 from webkitpy.webkit_logging import log namespace
45 log("Updating working directory")
H A Dabstractstep.py29 from webkitpy.webkit_logging import log namespace
40 log("Running %s" % script_name)
H A Dcompleterollout.py34 from webkitpy.webkit_logging import log namespace
51 # FIXME: Fully automated rollout is not 100% idiot-proof yet, so for now just log with instructions on how to complete the rollout.
54 log("\nNOTE: Rollout support is experimental.\nPlease verify the rollout diff and use \"webkit-patch land %s\" to commit the rollout." % bug_id)
63 log(comment_text)
64 log("No bugs were updated.")
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestAddCookies.java72 private final Log log = LogFactory.getLog(getClass()); field in class:RequestAddCookies
91 this.log.info("Cookie store not available in HTTP context");
99 this.log.info("CookieSpec registry not available in HTTP context");
118 if (this.log.isDebugEnabled()) {
119 this.log.debug("CookieSpec selected: " + policy);
154 if (this.log.isDebugEnabled()) {
155 this.log.debug("Cookie " + cookie + " match " + cookieOrigin);
H A DRequestProxyAuthentication.java57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestProxyAuthentication
90 this.log.debug("User credentials not available");
97 if (this.log.isErrorEnabled()) {
98 this.log.error("Proxy authentication error: " + ex.getMessage());
H A DRequestTargetAuthentication.java57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestTargetAuthentication
90 this.log.debug("User credentials not available");
98 if (this.log.isErrorEnabled()) {
99 this.log.error("Authentication error: " + ex.getMessage());
H A DResponseProcessCookies.java64 private final Log log = LogFactory.getLog(getClass()); field in class:ResponseProcessCookies
83 this.log.info("Cookie store not available in HTTP context");
90 this.log.info("CookieSpec not available in HTTP context");
97 this.log.info("CookieOrigin not available in HTTP context");
126 if (this.log.isDebugEnabled()) {
127 this.log.debug("Cookie accepted: \""
131 if (this.log.isWarnEnabled()) {
132 this.log.warn("Cookie rejected: \""
138 if (this.log.isWarnEnabled()) {
139 this.log
[all...]
/external/clearsilver/python/
H A Dstatic.py6 def log (s): function
21 # log ("starting")
45 log ("Python Exception: %s" % (str(repr(Reason))))
H A Dupload.py6 def log (s): function
21 # log ("starting")
36 log ("Python Exception: %s" % (str(repr(Reason))))
/external/srec/srec/clib/
H A Dvoicing.c57 long voicing_analysis(voicing_info *chan, voicedata enval , int* log) argument
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dnetworktransaction.py32 from webkitpy.webkit_logging import log namespace
53 log("Received HTTP status %s from server. Retrying in %s seconds..." % (e.code, self._backoff_seconds))
H A Dbuildbot.py35 from webkitpy.webkit_logging import log namespace
H A Dstatusserver.py30 from webkitpy.webkit_logging import log namespace
86 log(status)
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractAuthenticationHandler.java60 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractAuthenticationHandler
126 if (this.log.isDebugEnabled()) {
127 this.log.debug("Authentication schemes in the order of preference: "
137 if (this.log.isDebugEnabled()) {
138 this.log.debug(id + " authentication scheme selected");
144 if (this.log.isWarnEnabled()) {
145 this.log.warn("Authentication scheme " + id + " not supported");
150 if (this.log.isDebugEnabled()) {
151 this.log.debug("Challenge for " + id + " authentication scheme not available");
H A DDefaultRedirectHandler.java67 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRedirectHandler
108 if (this.log.isDebugEnabled()) {
109 this.log.debug("Redirect requested to location '" + location + "'");
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java52 private final Log log = LogFactory.getLog(getClass()); field in class:RefQueueWorker
106 //@@@ only reason for having a log in this class
107 if (log.isDebugEnabled()) {
108 log.debug(this.toString() + " interrupted", e);
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
H A Dopenbugs.py33 from webkitpy.webkit_logging import log namespace
61 log("%s bugs found in input." % len(bug_ids))
H A Dqueries.py36 from webkitpy.webkit_logging import log namespace
57 log("Patches in commit queue:")
74 log("%s already has cq=%s" % (patch.id(), patch.commit_queue()))
80 log("%s committer = %s" % (patch.id(), committer_record))
102 log("Patches pending review:")

Completed in 197 milliseconds

1234