Searched refs:LOG (Results 176 - 200 of 1915) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
63 LOG.info("connect() to ftpClient1");
66 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
69 LOG.info("connect() to ftpClient2");
72 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
75 LOG.info("connect() to ftpClient3");
78 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
123 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java39 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
62 LOG.info("connect() to ftpClient1");
65 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
68 LOG.info("connect() to ftpClient2");
71 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
74 LOG.info("connect() to ftpClient3");
77 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
122 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final Logger LOG = LoggerFactory.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
63 LOG.info("connect() to ftpClient1");
66 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
69 LOG.info("connect() to ftpClient2");
72 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
75 LOG.info("connect() to ftpClient3");
78 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
123 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStorCommandHandler.java44 LOG.info("Received " + data.length + " bytes");
45 LOG.trace("Received data [" + new String(data) + "]");
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final Logger LOG = LoggerFactory.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
63 LOG.info("connect() to ftpClient1");
66 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
69 LOG.info("connect() to ftpClient2");
72 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
75 LOG.info("connect() to ftpClient3");
78 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
123 LOG.info("Cleaning up...");
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final Logger LOG = Logger.getLogger(StubFtpServer_MultipleClientsIntegrationTest.class); field in class:StubFtpServer_MultipleClientsIntegrationTest
63 LOG.info("connect() to ftpClient1");
66 LOG.info("PWD(1) reply =[" + sessionId1 + "]");
69 LOG.info("connect() to ftpClient2");
72 LOG.info("PWD(2) reply =[" + sessionId2 + "]");
75 LOG.info("connect() to ftpClient3");
78 LOG.info("PWD(3) reply =[" + sessionId3 + "]");
123 LOG.info("Cleaning up...");
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DVersion.java12 private static final Logger LOG = Logger.getLogger(Version.class.getName()); field in class:Version
21 LOG.warning(e.getMessage());
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DJDBCSessionIdManager.java64 final static Logger LOG = SessionHandler.LOG; field in class:JDBCSessionIdManager
129 LOG.debug ("Using database {}",_dbName);
344 if (LOG.isDebugEnabled())
345 LOG.debug("Scavenging every "+_scavengeIntervalMs+" ms");
386 LOG.warn("Problem storing session id="+id, e);
409 if (LOG.isDebugEnabled())
410 LOG.debug("Removing session id="+id);
418 LOG.warn("Problem removing session id="+id, e);
474 LOG
[all...]
H A DJDBCSessionManager.java77 private static final Logger LOG = Log.getLogger(JDBCSessionManager.class); field in class:JDBCSessionManager
317 LOG.warn("Problem persisting changed session data id="+getId(), e);
329 if (LOG.isDebugEnabled())
330 LOG.debug("Timing out session id="+getClusterId());
460 if (LOG.isDebugEnabled())
463 LOG.debug("getSession("+idInCluster+"): not in session map,"+
468 LOG.debug("getSession("+idInCluster+"): in session map, "+
481 LOG.debug("getSession("+idInCluster+"): no session in session map. Reloading session data from db.");
486 LOG.debug("getSession("+idInCluster+"): stale session. Reloading session data from db.");
491 LOG
[all...]
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dconductor.cc44 LOG(INFO) << __FUNCTION__;
47 LOG(INFO) << __FUNCTION__ << " " << error;
159 LOG(INFO) << __FUNCTION__ << " " << stream->label();
167 LOG(INFO) << __FUNCTION__ << " " << stream->label();
174 LOG(INFO) << __FUNCTION__ << " " << candidate->sdp_mline_index();
178 LOG(WARNING) << "Failed to apply the received candidate";
190 LOG(LS_ERROR) << "Failed to serialize candidate";
202 LOG(INFO) << __FUNCTION__;
207 LOG(INFO) << __FUNCTION__;
216 LOG(INF
[all...]
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
192 LOG(INFO) << "========== term-computed derivatives ==========";
194 LOG(INFO) << "term_computed block " << i;
195 LOG(INFO) << "\n" << results->term_jacobians[i];
198 LOG(INFO) << "========== finite-difference derivatives ==========";
200 LOG(INFO) << "finite_difference block " << i;
201 LOG(INFO) << "\n" << results->finite_difference_jacobians[i];
204 LOG(INFO) << "========== difference ==========";
206 LOG(INFO) << "difference block " << i;
207 LOG(INF
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncHttpConnection.java43 private static final Logger LOG = Log.getLogger(AsyncHttpConnection.class); field in class:AsyncHttpConnection
99 if (LOG.isDebugEnabled())
101 LOG.debug("uri="+_uri);
102 LOG.debug("fields="+_requestFields);
103 LOG.debug(e);
135 LOG.warn("Safety net oshut!!! IF YOU SEE THIS, PLEASE RAISE BUGZILLA");
145 LOG.debug("Disabled read interest while writing response {}", _endp);
153 LOG.debug("suspended {}",this);
181 LOG.info("EndPoint making no progress: "+_total_no_progress+" "+_endp+" "+this);
184 LOG
[all...]
/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dagc_manager_direct.cc171 LOG(LS_ERROR) << "set_mode(GainControl::kFixedDigital) failed.";
175 LOG(LS_ERROR) << "set_target_level_dbfs(2) failed.";
179 LOG(LS_ERROR) << "set_compression_gain_db(kDefaultCompressionGain) failed.";
183 LOG(LS_ERROR) << "enable_limiter(true) failed.";
215 LOG(LS_INFO) << "[agc] Clipping detected. clipped_ratio="
247 LOG(LS_ERROR) << "Agc::Process failed";
263 LOG(LS_INFO) << "[agc] VolumeCallbacks returned level=0, taking no action.";
267 LOG(LS_ERROR) << "VolumeCallbacks returned an invalid level=" << voe_level;
273 LOG(LS_INFO) << "[agc] Mic volume was manually adjusted. Updating "
293 LOG(LS_INF
[all...]

Completed in 850 milliseconds

1234567891011>>