HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 326 - 350 of 2955) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
AbstractTestLog.java 52 public static final void log(String message) { method in class:AbstractTestLog
56 //msg(message, LOG, true, false);
66 //msg(message, LOG, true, true);
110 * @param level the message level, either LOG, WARN, or ERR.
117 * Not sure if this class is useful. This lets you log without first testing
118 * if logging is enabled. The Delegating log will either silently ignore the
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
TestComparator.java 45 log("Symmetry Failure", new Object[] {a, b});
61 log("Transitivity Failure", new Object[] {a, b, c});
75 public void log(String title, Object[] arguments) { method in class:TestComparator
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
AbstractTestLog.java 51 public static final void log(String message) { method in class:AbstractTestLog
55 //msg(message, LOG, true, false);
65 //msg(message, LOG, true, true);
109 * @param level the message level, either LOG, WARN, or ERR.
116 * Not sure if this class is useful. This lets you log without first testing
117 * if logging is enabled. The Delegating log will either silently ignore the
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultProviderTest.java 51 Assert.assertEquals(a.log.intValue(), 42);
60 Assert.assertEquals(a.log.intValue(), 42);
69 Assert.assertEquals(a.log.intValue(), 42);
75 "-log", "19", "-groups", "foo", "-level", "13", "f");
79 Assert.assertEquals(a.log.intValue(), 19);
88 Assert.assertEquals(a.log.intValue(), 18);
97 Assert.assertEquals(a.log.intValue(), 18);
107 Assert.assertEquals(a.log.intValue(), 18);
113 "-log", "19", "-groups", "foo", "-level", "13", "f");
117 Assert.assertEquals(a.log.intValue(), 19)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 152 logger.log(Level.WARNING, this.getName() + "run() exception ", e);
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 82 logger.log(Level.WARNING, this.getName() + ".run() exception ", e);
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 114 logger.log(Level.SEVERE, errMsg, e);
  /external/libexif/libexif/
exif-log.c 1 /* exif-log.c
23 #include <libexif/exif-log.h>
73 ExifLog *log; local
75 log = exif_mem_alloc (mem, sizeof (ExifLog));
76 if (!log) return NULL;
77 log->ref_count = 1;
79 log->mem = mem;
82 return log;
89 ExifLog *log = exif_log_new_mem (mem); local
93 return log;
    [all...]
  /external/libvncserver/webclients/novnc/include/chrome-app/
tcp-client.js 49 log('initialized tcp client');
87 log("sending bytes: " + (bytes.join(',')));
106 log("sending string: " + msg);
158 log('socket disconnected');
194 log('connect complete');
197 log('onConnectComplete');
212 log('socket disconnect detected');
231 log('onDataRead');
239 log("received bytes: " + (bytes.join(',')));
266 log('onWriteComplete')
308 function log(msg) { function
    [all...]
  /external/libxml2/
check-relaxng-test-suite.py 20 LOG="check-relaxng-test-suite.log"
23 log = open(LOG, "w") variable
36 global log
37 log.write("%s%s" % (ctx, str))
52 log.write("Resolver failure: asked %s\n" % (URL))
53 log.write("resources: %s\n" % (resources))
65 # log.write("Could not parse %s" % (RES))
71 global log
    [all...]
check-relaxng-test-suite2.py 19 LOG="check-relaxng-test-suite2.log"
21 log = open(LOG, "w") variable
39 log.write("Resolver failure: asked %s\n" % (URL))
40 log.write("resources: %s\n" % (resources))
52 # log.write("Could not parse %s" % (RES))
58 global log
78 log.write("\nFailed to parse correct instance:\n-----\n")
79 log.write(instance
    [all...]
check-xinclude-test-suite.py 14 LOG="check-xinclude-test-suite.log"
16 log = open(LOG, "w") variable
47 global log
61 global log
153 # Log the ontext
155 log.write("Test ID %s\n" % (id))
156 log.write(" File: %s\n" % (URI))
160 log.write(" %s:%s\n\n" % (type, content)
    [all...]
check-xsddata-test-suite.py 20 LOG="check-xsddata-test-suite.log"
22 log = open(LOG, "w") variable
35 global log
36 log.write("%s%s" % (ctx, str))
49 log.write("Resolver failure: asked %s\n" % (URL))
50 log.write("resources: %s\n" % (resources))
57 global log
77 log.write("\nFailed to parse correct instance:\n-----\n"
    [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 154 void DiffConsumer::log(StringRef text) { function in class:DiffConsumer
160 void DiffConsumer::logf(const LogBuilder &Log) {
166 StringRef format = Log.getFormat();
179 case 'l': printValue(Log.getArgument(arg++), true); break;
180 case 'r': printValue(Log.getArgument(arg++), false); break;
190 void DiffConsumer::logd(const DiffLogBuilder &Log) {
193 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) {
195 switch (Log.getLineKind(I)) {
198 Log.getLeft(I)->dump();
199 //printValue(Log.getLeft(I), true)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 59 std::string log;
60 llvm::raw_string_ostream s_log(log);
81 throw build_error(log);
100 std::string log; local
101 llvm::raw_string_ostream s_log(log);
132 throw build_error(log);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
LoggingUtil.java 22 * Provides facilities to log the start and end of a test run.
42 // General-purpose API to log messages
46 * Log the specified message from the caller object.
48 * @param message the message to log
50 public static void log(Object caller, Object message) { method in class:LoggingUtil
98 * Write out the the name of the test class and test name to the log
107 * Write out the the name of the test class and test name to the log
138 * Write the specified message out to the log
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
LoggingUtil.java 22 * Provides facilities to log the start and end of a test run.
42 // General-purpose API to log messages
46 * Log the specified message from the caller object.
48 * @param message the message to log
50 public static void log(Object caller, Object message) { method in class:LoggingUtil
98 * Write out the the name of the test class and test name to the log
107 * Write out the the name of the test class and test name to the log
138 * Write the specified message out to the log
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AbstractManifestWriter.java 25 private static final Logger LOG = Logger.getLogger(AbstractManifestWriter.class.getName());
94 String log = ""; local
95 log += (referenceTimes.length);
96 log += ("Reference : [");
98 log += (String.format("%10d,", l));
100 log += ("]");
101 LOG.warning(log);
102 log = "";
104 log += (checkTimes.length);
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/util/
ServerRunner.java 45 * logger to log to.
47 private static final Logger LOG = Logger.getLogger(ServerRunner.class.getName());
72 ServerRunner.LOG.log(Level.SEVERE, "Cound nor create server", e);
  /external/nanohttpd/markdown-plugin/src/main/java/fi/iki/elonen/
MarkdownWebServerPlugin.java 56 * logger to log to.
58 private static final Logger LOG = Logger.getLogger(MarkdownWebServerPlugin.class.getName());
93 MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "could not read source", e);
104 MarkdownWebServerPlugin.LOG.log(Level.FINEST, "close failed", ignored);
116 MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "encoding problem, responding nothing", e);
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocketServer.java 49 * logger to log to.
51 private static final Logger LOG = Logger.getLogger(DebugWebSocketServer.class.getName());
105 DebugWebSocketServer.LOG.log(Level.SEVERE, "exception occured", exception);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 36 * Used to log messages.
146 String log; local
149 log =
167 log += "<![CDATA[";
168 log += message;
169 log += "]]>\n";
170 log += "</message>\n";
172 return log;
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLocationAwareLog.java 22 import org.apache.commons.logging.Log;
28 * Implementation of {@link Log org.apache.commons.logging.Log} interface which
37 public class SLF4JLocationAwareLog implements Log, Serializable {
104 * the message to log. Converted to {@link String}
107 logger.log(null, FQCN, LocationAwareLogger.TRACE_INT, String.valueOf(message), null, null);
115 * the message to log. Converted to {@link String}
117 * the exception to log
120 logger.log(null, FQCN, LocationAwareLogger.TRACE_INT, String.valueOf(message), null, t);
128 * the message to log. Converted to {@link String
    [all...]
  /external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
SerializationTest.java 35 import org.apache.commons.logging.Log;
64 Log resuscitatedLog = (Log) ois.readObject();
72 SLF4JLog log = new SLF4JLog(factory.getLogger("x")); local
73 oos.writeObject(log);
78 Log log = LogFactory.getLog("testing"); local
79 oos.writeObject(log);
85 SLF4JLocationAwareLog log = new SLF4JLocationAwareLog((LocationAwareLogger) factory.getLogger("x")); local
86 oos.writeObject(log);
    [all...]
  /external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
LogServiceImpl.java 38 import org.osgi.service.log.LogService;
73 * @see org.osgi.service.log.LogService#log(int, java.lang.String)
75 public void log(int level, String message) { method in class:LogServiceImpl
98 * @see org.osgi.service.log.LogService#log(int, java.lang.String, java.lang.Throwable)
100 public void log(int level, String message, Throwable exception) { method in class:LogServiceImpl
123 * @see org.osgi.service.log.LogService#log(org.osgi.framework.ServiceReference, int, java.lang.String)
125 public void log(ServiceReference sr, int level, String message) method in class:LogServiceImpl
179 public void log(ServiceReference sr, int level, String message, Throwable exception) { method in class:LogServiceImpl
    [all...]

Completed in 1279 milliseconds

<<11121314151617181920>>