/external/chromium-trace/trace-viewer/src/ |
H A D | tracing_controller.js | 104 console.log('Beginning to trace...'); 188 console.log('Finishing trace'); 208 console.log('onEndTracingComplete p1 with ' + 219 console.log('onSystemTraceDataCollected with ' + 247 console.log('Expected an array when loading the trace file');
|
/external/clang/utils/ |
H A D | token-delta.py | 134 def __init__(self, testProgram, tokenLists, log): 145 self.log = log 167 if self.log: 169 if self.log > 1: 196 if self.log: 211 if not self.log: 215 def tokenBasedMultiDelta(program, files, log): 223 tbmd = TMBDDelta(program, tokenLists, log) 244 md = tokenBasedMultiDelta(program, files, log [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
H A D | DesktopAssetManager.java | 90 logger.log(Level.SEVERE, "Failed to load asset config", ex);
127 logger.log(Level.FINER, "Registered loader: {0} for extensions {1}",
137 logger.log(Level.WARNING, "Failed to find loader: "+clsName, ex);
139 logger.log(Level.WARNING, "Failed to find loader: "+clsName, ex);
149 logger.log(Level.FINER, "Registered locator: {0}",
159 logger.log(Level.WARNING, "Failed to find locator: "+clsName, ex);
161 logger.log(Level.WARNING, "Failed to find loader: "+clsName, ex);
171 logger.log(Level.FINER, "Unregistered locator: {0}",
210 logger.log(Level.WARNING, "Cannot locate resource: {0}", key);
283 logger.log(Leve [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
H A D | SyncSampleIntersectFinderImpl.java | 199 String log = ""; 200 log += String.format("%5d - Common: [", nuSyncSamples.size()); 202 log += (String.format("%10d,", l)); 204 log += ("]"); 205 LOG.warning(log); 206 log = ""; 208 log += String.format("%5d - In : [", syncSamples.length); 210 log += (String.format("%10d,", l)); 212 log += ("]"); 213 LOG.warning(log); [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
H A D | socket.rb | 29 @log = options[ :log ] 34 def log!( message, *interpolation_arguments ) 35 @log and @log.printf( message, *interpolation_arguments ) 45 log!( "waiting for incoming connection on port %i\n", @port ) 49 log!( "Accepted connection from %s:%s\n", host, port ) 57 log!( "handshake failed due to an IOError:\n" ) 58 log!( " %s: %s", error.class, error.message ) 59 log!( " Backtrac [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
H A D | LogRecordTest.java | 142 logger.log(Level.SEVERE, MSG); 149 logger.log(lr); 156 logger.log(lr); 164 logger.log(lr); 170 logger.log(RecordFactory.getDefaultRecord()); 177 RecordFactory.log(logger, lr); 180 assertEquals("log", handler.getSourceMethodName()); 186 RecordFactory.log(logger, lr); 200 ml.log(Level.SEVERE, MSG); 399 public static void log(Logge method in class:LogRecordTest.RecordFactory 414 public void log(Level l, String s) { method in class:LogRecordTest.MockLogger 422 public void log(LogRecord record) { method in class:LogRecordTest.MockLogger [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
H A D | HttpsURLConnectionTest.java | 1131 * The print stream used for debug log. If it is null debug info will 1137 * Prints log message. 1139 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work 1242 log("Client connection ACCEPTED"); 1251 log("=========================================="); 1252 log("Use established connection for " + (it + 1) 1258 log("Got request:\n" + message); 1259 log("------------------"); 1265 log("try to read client data"); 1268 log("clien [all...] |
/external/icu4c/tools/ctestfw/ |
H A D | tstdtmod.cpp | 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status) argument 82 result = new RBTestDataModule(name, log, status); 91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) argument 94 fLog(log) 119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) argument 120 : TestDataModule(name, log, status), 134 log.errln(UNICODE_STRING_SIMPLE("Unable to initalize test data - missing mandatory description resources!"));
|
/external/chromium/net/proxy/ |
H A D | proxy_resolver_js_bindings_unittest.cc | 300 // Attach a capturing NetLog as the current request's log stream. 301 CapturingNetLog log(CapturingNetLog::kUnbounded); 302 BoundNetLog bound_log(NetLog::Source(NetLog::SOURCE_NONE, 0), &log); local 308 log.GetEntries(&entries); 316 log.GetEntries(&entries); 325 log.GetEntries(&entries); 334 log.GetEntries(&entries); 343 log.GetEntries(&entries); 357 log.GetEntries(&entries); 363 // We also emit errors to the top-level log strea [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
H A D | ClientParamsStack.java | 80 private final Log log = LogFactory.getLog(getClass()); field in class:ClientParamsStack 218 if (this.log.isDebugEnabled()) { 219 this.log.debug("'" + name + "': " + result);
|
/external/chromium/net/socket/ |
H A D | ssl_client_socket_unittest.cc | 53 // log is an SSL connect end event. The NSS sockets will cork in an attempt to 60 const net::CapturingNetLog::EntryList& log, int i) { 61 return net::LogContainsEndEvent(log, i, net::NetLog::TYPE_SSL_CONNECT) || 62 net::LogContainsEvent(log, i, net::NetLog::TYPE_SOCKET_BYTES_SENT, 74 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); 76 addr, &log, net::NetLog::Source()); 92 log.GetEntries(&entries); 99 log.GetEntries(&entries); 116 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); 118 addr, &log, ne 59 LogContainsSSLConnectEndEvent( const net::CapturingNetLog::EntryList& log, int i) argument [all...] |
/external/guava/guava/src/com/google/common/base/internal/ |
H A D | Finalizer.java | 111 logger.log(Level.INFO, "Failed to clear thread local values inherited" 156 logger.log(Level.SEVERE, "Error cleaning up after reference.", t); 197 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
H A D | RagdollPreset.java | 51 logger.log(Level.INFO, "Found matching joint for bone {0} : {1} with score {2}", new Object[]{boneName, resultName, resultScore}); 54 logger.log(Level.INFO, "No joint match found for bone {0}", boneName); 56 logger.log(Level.INFO, "Best match found is {0} with score {1}", new Object[]{resultName, resultScore});
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
H A D | JmeSystem.java | 139 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
141 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
143 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
H A D | MessageListenerRegistry.java | 54 static Logger log = Logger.getLogger(MessageListenerRegistry.class.getName()); field in class:MessageListenerRegistry 79 log.log( Level.INFO, "Received message had no registered listeners: {0}", m );
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
H A D | AssetTileLoader.java | 43 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Load terrain grid tile: {0}", modelName); 51 Logger.getLogger(this.getClass().getName()).log(Level.WARNING, "Could not load terrain grid tile: {0}", modelName); 54 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Loaded terrain grid tile: {0}", modelName);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
H A D | credentials.py | 39 from webkitpy.common.system.deprecated_logging import log namespace 101 log("Reading Keychain for %s account and password. " 109 log("Could not find a keychain entry for %s." % self.host)
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
H A D | feeders.py | 30 from webkitpy.common.system.deprecated_logging import log namespace 53 log("Feeding %s items %s" % (self.queue_name, item_ids)) 92 log("Feeding EWS (%s, %s new)" % (pluralize("r? patch", len(ids_needing_review)), len(new_ids)))
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
H A D | AbstractConnPool.java | 60 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractConnPool 208 if (log.isDebugEnabled()) { 209 log.debug("Connection garbage collected. " + route); 322 log.debug("I/O error closing connection", ex);
|
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_ag_co.c | 29 #include <cutils/log.h>
|
/external/bluetooth/bluedroid/btif/include/ |
H A D | btif_sock_util.h | 31 #include <cutils/log.h>
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/ |
H A D | Logger.java | 5 package ch.ethz.ssh2.log;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | UncaughtExceptionHandlers.java | 61 logger.log(SEVERE, String.format("Caught an exception in %s. Shutting down.", t), e);
|
/external/iproute2/tc/ |
H A D | tc_estimator.c | 37 if (A/(-log(w)) > time_const)
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
H A D | ConstraintAction.java | 40 LOGGER.log(Level.WARNING, "'Action' constraint NOT implemented!");
|