HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 176 - 200 of 1490) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 142 TestSessionLog log = ts.getSessionLog(); local
143 assertNotNull(log);
144 assertEquals("location", log.getTestPlanName());
146 Collection<TestPackage> packages = log.getTestPackages();
  /external/blktrace/doc/
Makefile 1 DOCTMP = blktrace.log blktrace.aux blktrace.dvi
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
util.js 59 function log(text, type) function
61 var node = $('log');
74 log.WARNING = {text: 'Warning: ', color: '#aa3'};
75 log.SUCCESS = {text: 'Success: ', color: 'green'};
76 log.ERROR = {text: 'Error: ', color: 'red'};
  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 20 #include <cutils/log.h>
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.c 18 #include <cutils/log.h>
52 int32_t log = (int32_t)gLogTab[i]; local
56 return (exp << 15) + log + (((x - segStart) * (logEnd - log)) >> (exp - 6));
  /frameworks/ex/variablespeed/jni/
hlogging.h 22 #include <android/log.h>
  /frameworks/media/libvideoeditor/lvpp/
I420ColorConverter.cpp 18 #include <cutils/log.h>
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
MemoryTextBody.java 33 import org.apache.james.mime4j.Log;
48 private static Log log = LogFactory.getLog(MemoryTextBody.class); field in class:MemoryTextBody
82 if (log.isWarnEnabled()) {
84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
94 if (log.isWarnEnabled()) {
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
TempFileTextBody.java 31 import org.apache.james.mime4j.Log;
47 private static Log log = LogFactory.getLog(TempFileTextBody.class); field in class:TempFileTextBody
81 if (log.isWarnEnabled()) {
83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
93 if (log.isWarnEnabled()) {
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 25 import android.util.Log;
42 ComposeMessageActivity.log("NoConfirmationSendService onStartCommand");
46 ComposeMessageActivity.log("NoConfirmationSendService onStartCommand wrong action: " +
53 ComposeMessageActivity.log("Called to send SMS but no extras");
64 ComposeMessageActivity.log("Recipient(s) and/or message cannot be empty");
81 Log.e(TAG, "Failed to send SMS message, threadId=" + threadId, e);
  /system/core/include/cutils/
logd.h 20 /* the stable/frozen log-related definitions have been
23 #include <android/log.h>
  /system/core/libcutils/
loghack.h 25 #include <cutils/log.h>
28 #define LOG(level, ...) \
30 #define LOGV(...) LOG("V", __VA_ARGS__)
31 #define LOGD(...) LOG("D", __VA_ARGS__)
32 #define LOGI(...) LOG("I", __VA_ARGS__)
33 #define LOGW(...) LOG("W", __VA_ARGS__)
34 #define LOGE(...) LOG("E", __VA_ARGS__)
sockets.c 17 #include <cutils/log.h>
  /system/core/nexus/
SupplicantStateChangeEvent.cpp 20 #include <cutils/log.h>
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 58 using ::log;
  /system/vold/
ResponseCode.cpp 23 #include <cutils/log.h>
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 36 from webkitpy.common.system.deprecated_logging import log namespace
287 log("MOCK create_bug")
288 log("bug_title: %s" % bug_title)
289 log("bug_description: %s" % bug_description)
291 log("component: %s" % component)
293 log("cc: %s" % cc)
295 log("blocked: %s" % blocked)
338 log("MOCK setting flag '%s' to '%s' on attachment '%s' with comment '%s' and additional comment '%s'" % (
342 log("MOCK bug comment: bug_id=%s, cc=%s\n--- Begin comment ---\n%s\n--- End comment ---\n" % (
351 log("MOCK add_attachment_to_bug: bug_id=%s, description=%s filename=%s" % (bug_id, description, filena (…)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 36 import org.apache.commons.logging.Log;
52 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/icu4c/tools/ctestfw/unicode/
tstdtmod.h 45 * @param log a logging class, used for internal error reporting.
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy.py 33 from webkitpy.common.system.deprecated_logging import log namespace
51 log("Connecting to IRC")
60 log("Disconnecting from IRC...")
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
updatechromiumdeps.py 34 from webkitpy.common.system.deprecated_logging import log, error namespace
44 log("Current Chromium DEPS revision %s is newer than %s." % (current_chromium_revision, new_chromium_revision))
63 log("Updating Chromium DEPS to %s" % new_chromium_revision)
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 63 Calculator.log("" + e);
65 Calculator.log("" + e);
78 Calculator.log("" + e);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
AddressListField.java 23 import org.apache.james.mime4j.Log;
48 private static Log log = LogFactory.getLog(Parser.class); field in class:AddressListField.Parser
57 if (log.isDebugEnabled()) {
58 log.debug("Parsing value '" + body + "': "+ e.getMessage());
DateTimeField.java 25 import org.apache.james.mime4j.Log;
52 private static Log log = LogFactory.getLog(Parser.class); field in class:DateTimeField.Parser
64 if (log.isDebugEnabled()) {
65 log.debug("Parsing value '" + body + "': "+ e.getMessage());
MailboxField.java 23 import org.apache.james.mime4j.Log;
50 private static Log log = LogFactory.getLog(Parser.class); field in class:MailboxField.Parser
62 if (log.isDebugEnabled()) {
63 log.debug("Parsing value '" + body + "': "+ e.getMessage());

Completed in 507 milliseconds

1 2 3 4 5 6 78 91011>>