/external/libexif/libexif/ |
exif-content.c | 39 ExifLog *log; member in struct:_ExifContentPrivate 105 exif_log_unref (content->priv->log); 140 exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "ExifContent", 223 exif_content_log (ExifContent *content, ExifLog *log) 225 if (!content || !content->priv || !log || content->priv->log == log) 228 if (content->priv->log) exif_log_unref (content->priv->log); 229 content->priv->log = log [all...] |
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/ |
PhoneNumberToTimeZonesMapper.java | 71 logger.log(Level.WARNING, e.toString()); 83 logger.log(Level.WARNING, e.toString());
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
PrefixFileReader.java | 59 logger.log(Level.WARNING, e.toString()); 87 logger.log(Level.WARNING, e.toString()); 98 logger.log(Level.WARNING, e.toString());
|
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
MappingFileProviderTest.java | 71 logger.log(Level.SEVERE, e.getMessage());
|
/external/libunwind_llvm/src/ |
DwarfInstructions.hpp | 220 const bool log = false; local 225 if (log) 233 if (log) { 248 if (log) 256 if (log) 265 if (log) 274 if (log) 283 if (log) 292 if (log) 301 if (log) [all...] |
libunwind.cpp | 355 static bool log = false; local 357 log = (getenv("LIBUNWIND_PRINT_APIS") != NULL); 360 return log; 367 static bool log = false; local 369 log = (getenv("LIBUNWIND_PRINT_UNWINDING") != NULL); 372 return log;
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
web_socket.js | 21 } else if (window.console && window.console.log && window.console.error) { 22 // In some environment, console is defined but console.log or console.error is missing. 25 logger = {log: function(){ }, error: function(){ }}; method in class:logger 351 logger.log(decodeURIComponent(message));
|
/external/libxml2/ |
check-xml-test-suite.py | 18 LOG="check-xml-test-suite.log" 20 log = open(LOG, "w") variable 76 global log 94 log.write("%s: error: Well Formedness error not detected\n" % (id)) 101 global log 120 log.write("%s: error: Well Formedness error not detected\n" % (id)) 127 global log 147 log.write("%s: error: Well Formedness error not detected\n" % (id) [all...] |
/external/lz4/tests/ |
test-lz4-speed.py | 44 def log(text): function 50 log("> " + command) 86 log("e-mail cannot be sent (mail or mutt not found)") 103 log("e-mail cannot be sent (mail or mutt not found)") 119 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 121 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 151 log("WARNING: bench loadavg=%.2f is higher than %s, sleeping for %s seconds" 165 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName)) 198 log("WARNING: redoing tests for branch %s: commit %s" % (branch, commit)) 266 log("ERROR: File/directory not found: " + fileName [all...] |
/external/objenesis/tck/src/test/java/org/objenesis/tck/ |
TCKTest.java | 134 private final StringBuilder log = new StringBuilder(); field in class:TCKTest.RecordingReporter 138 log.append("startTests()\n"); 142 log.append("startTest('").append(candidateDescription).append("', '").append( 147 log.append("result(").append(instantiatedObject).append(")\n"); 151 log.append("exception()\n"); 155 log.append("endTest()\n"); 159 log.append("endTests()\n"); 164 return log.toString();
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockWebServer.java | 154 logger.log(Level.WARNING, "MockWebServer shutdown failed", e); 363 logger.log(Level.WARNING, MockWebServer.this + " failed unexpectedly", e); 429 logger.log(Level.SEVERE, [all...] |
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/ |
HttpLoggingInterceptor.java | 104 void log(String message); method in interface:HttpLoggingInterceptor.Logger 108 @Override public void log(String message) { 109 Platform.get().log(message); 158 logger.log(requestStartMessage); 165 logger.log("Content-Type: " + requestBody.contentType()); 168 logger.log("Content-Length: " + requestBody.contentLength()); 177 logger.log(name + ": " + headers.value(i)); 182 logger.log("--> END " + request.method()); 184 logger.log("--> END " + request.method() + " (encoded body omitted)"); 195 logger.log(""); [all...] |
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 188 ScopedMemoryLog log; local 190 errors = log.GetMessages(ERROR);
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
LoggerWrapper.java | 87 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, msg, null, null); method 102 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg }, null); method 117 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 132 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, args, null); method 146 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, msg, null, t); method 159 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.TRACE_INT, msg, null, null); method 173 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg }, null); method 187 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 201 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, args, null); method 214 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.TRACE_INT, msg, null, t) method 242 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.DEBUG_INT, msg, null, null); method 257 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.DEBUG_INT, formattedMessage, new Object[] { arg }, null); method 272 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.DEBUG_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 287 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.DEBUG_INT, ft.getMessage(), ft.getArgArray(), ft.getThrowable()); method 301 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.DEBUG_INT, msg, null, t); method 314 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.DEBUG_INT, msg, null, null); method 328 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.DEBUG_INT, ft.getMessage(), ft.getArgArray(), ft.getThrowable()); method 342 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.DEBUG_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 357 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.DEBUG_INT, ft.getMessage(), argArray, ft.getThrowable()); method 370 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.DEBUG_INT, msg, null, t); method 398 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.INFO_INT, msg, null, null); method 413 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, new Object[] { arg }, null); method 428 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 443 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, args, null); method 457 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.INFO_INT, msg, null, t); method 470 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.INFO_INT, msg, null, null); method 484 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, new Object[] { arg }, null); method 498 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 512 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.INFO_INT, formattedMessage, args, null); method 525 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.INFO_INT, msg, null, t); method 550 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, msg, null, null); method 565 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new Object[] { arg }, null); method 580 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 595 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, args, null); method 609 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, msg, null, t); method 622 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, msg, null, null); method 636 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new Object[] { arg }, null); method 650 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 664 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, args, null); method 677 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, msg, null, t); method 705 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null); method 720 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg }, null); method 735 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 750 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, args, null); method 764 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t); method 777 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null); method 791 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg }, null); method 805 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg1, arg2 }, null); method 819 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, args, null); method 832 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t); method [all...] |
XLogger.java | 110 * Log method entry. 124 ((LocationAwareLogger) logger).log(ENTRY_MARKER, FQCN, LocationAwareLogger.TRACE_INT, tp.getMessage(), argArray, tp.getThrowable()); method 129 * Log method exit 133 ((LocationAwareLogger) logger).log(EXIT_MARKER, FQCN, LocationAwareLogger.TRACE_INT, EXIT_MESSAGE_0, null, null); method 138 * Log method exit 146 ((LocationAwareLogger) logger).log(EXIT_MARKER, FQCN, LocationAwareLogger.TRACE_INT, tp.getMessage(), new Object[] { result }, tp.getThrowable()); method 152 * Log an exception being thrown. The generated log event uses Level ERROR. 159 ((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "throwing", null, throwable); method 165 * Log an exception being thrown allowing the log level to be specified 174 ((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, level.level, "throwing", null, throwable); method 187 ((LocationAwareLogger) logger).log(CATCHING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "catching", null, throwable); method 201 ((LocationAwareLogger) logger).log(CATCHING_MARKER, FQCN, level.level, "catching", null, throwable); method [all...] |
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
JDK14LoggerAdapter.java | 69 * Log a message object at level FINEST. 76 log(SELF, Level.FINEST, msg, null); method 81 * Log a message at level FINEST according to the specified format and 97 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); method 102 * Log a message at level FINEST according to the specified format and 120 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); method 125 * Log a message at level FINEST according to the specified format and 141 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); method 146 * Log an exception (throwable) at level FINEST with an accompanying message. 151 * the exception (throwable) to log 155 log(SELF, Level.FINEST, msg, t); method 176 log(SELF, Level.FINE, msg, null); method 196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); method 219 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); method 240 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); method 254 log(SELF, Level.FINE, msg, t); method 275 log(SELF, Level.INFO, msg, null); method 295 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable()); method 318 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable()); method 339 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable()); method 354 log(SELF, Level.INFO, msg, t); method 376 log(SELF, Level.WARNING, msg, null); method 397 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); method 420 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); method 441 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); method 456 log(SELF, Level.WARNING, msg, t); method 477 log(SELF, Level.SEVERE, msg, null); method 498 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); method 521 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); method 542 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); method 557 log(SELF, Level.SEVERE, msg, t); method 572 private void log(String callerFQCN, Level level, String msg, Throwable t) { method in class:JDK14LoggerAdapter 621 public void log(Marker marker, String callerFQCN, int level, String message, Object[] argArray, Throwable t) { method in class:JDK14LoggerAdapter 648 log(callerFQCN, julLevel, message, t); method [all...] |
/external/testng/src/main/java/org/testng/ |
TestClass.java | 77 log(3, "Creating TestClass for " + cls); 193 log(4, "Adding method " + tm + " on TestClass " + m_testClass); 199 log(4, "Rejecting method " + tm + " for TestClass " + m_testClass); 215 private void log(int level, String s) { method in class:TestClass 216 Utils.log("TestClass", level, s);
|
/external/testng/src/main/java/org/testng/internal/thread/ |
ThreadUtil.java | 43 Utils.log("ThreadUtil", 2, "Starting executor timeOut:" + timeout + "ms"
100 private static void log(int level, String msg) {
method in class:ThreadUtil 101 Utils.log("ThreadUtil:" + ThreadUtil.currentThreadInfo(), level, msg);
|
/external/v8/tools/profviz/ |
profviz.js | 85 "log" : log, 103 var other_elements = ["log", 138 this.log.value = ""; 173 function log(text) { function 174 ui.log.value += text; 175 ui.log.scrollTop = ui.log.scrollHeight; 180 if (ui.log.value.length > 0 && 181 ui.log.value[ui.log.value.length-1] != "\n") 84 var delegateList = { property in class:plotWorker.delegateList [all...] |
/external/vogar/src/vogar/ |
Md5Cache.java | 30 private final Log log; field in class:Md5Cache 38 public Md5Cache(Log log, String keyPrefix, FileCache fileCache) { 39 this.log = log; 149 log.verbose("inserting " + key);
|
/external/vogar/src/vogar/android/ |
AdbTarget.java | 27 import vogar.Log; 37 private final Log log; field in class:AdbTarget 44 public AdbTarget(Log log, DeviceFilesystem deviceFilesystem, DeviceFileCache deviceFileCache) { 45 this.log = log; 48 deviceFileCache == null ? null : new Md5Cache(log, "pushed", deviceFileCache); 66 new Command.Builder(log) 82 Command command = new Command.Builder(log) [all...] |
/external/vogar/src/vogar/monitor/ |
HostMonitor.java | 28 import vogar.Log; 40 private Log log; field in class:HostMonitor 44 public HostMonitor(Log log, Handler handler) { 45 this.log = log; 59 log.verbose("action monitor connected to " + socket.getRemoteSocketAddress()); 68 log.verbose("connection " + attempt + " to localhost:"
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellAndroid.cpp | 20 #include <android/log.h> 86 void ShellAndroid::log(LogPriority priority, const char *msg) function in class:ShellAndroid
|
/external/webrtc/webrtc/base/ |
optional_unittest.cc | 31 Logger() : id_(next_id_++), origin_(id_) { Log("default constructor"); } 33 Log("explicit constructor"); 41 ~Logger() { Log("destructor"); } 65 void Foo() { Log("Foo()"); } 66 void Foo() const { Log("Foo() const"); } 79 void Log(const char* msg) const { 122 auto log = Logger::Setup(); local 127 EXPECT_EQ(V("0:0. default constructor", "0:0. destructor"), *log); 131 auto log = Logger::Setup(); local 140 *log); 144 auto log = Logger::Setup(); local 161 auto log = Logger::Setup(); local 174 auto log = Logger::Setup(); local 192 auto log = Logger::Setup(); local 204 auto log = Logger::Setup(); local 221 auto log = Logger::Setup(); local 237 auto log = Logger::Setup(); local 255 auto log = Logger::Setup(); local 271 auto log = Logger::Setup(); local 289 auto log = Logger::Setup(); local 301 auto log = Logger::Setup(); local 318 auto log = Logger::Setup(); local 334 auto log = Logger::Setup(); local 352 auto log = Logger::Setup(); local 368 auto log = Logger::Setup(); local 386 auto log = Logger::Setup(); local 411 auto log = Logger::Setup(); local 441 auto log = Logger::Setup(); local 467 auto log = Logger::Setup(); local [all...] |
/external/xmlrpcpp/src/ |
XmlRpcUtil.cpp | 17 //#define USE_WINDOWS_DEBUG // To make the error and log messages go to VC++ debug output 26 // Default log verbosity: 0 for no messages through 5 (writes everything) 29 // Default log handler 33 void log(int level, const char* msg) { function in class:DefaultLogHandler 44 // Message log singleton 68 // Easy API for log verbosity 74 void XmlRpcUtil::log(int level, const char* fmt, ...) function in class:XmlRpcUtil 83 XmlRpcLogHandler::getLogHandler()->log(level, buf);
|