Searched refs:LOG (Results 151 - 175 of 1915) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/
H A DAppeCommandHandler.java43 private static final Logger LOG = Logger.getLogger(AppeCommandHandler.class); field in class:AppeCommandHandler
58 LOG.info("Received " + data.length + " bytes");
59 LOG.trace("Received data [" + new String(data) + "]");
H A DStorCommandHandler.java43 private static final Logger LOG = Logger.getLogger(StorCommandHandler.class); field in class:StorCommandHandler
58 LOG.info("Received " + data.length + " bytes");
59 LOG.trace("Received data [" + new String(data) + "]");
/external/opencv3/modules/videoio/test/
H A Dtest_basic_props.cpp65 TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
73 TS::ptr()->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
74 TS::ptr()->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
89 TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
97 TS::ptr()->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
98 TS::ptr()->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
116 TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
124 TS::ptr()->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
125 TS::ptr()->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
139 TS::ptr()->printf(cvtest::TS::LOG, "\
[all...]
/external/testng/src/test/java/test/factory/
H A DFactoryInterleavingTest.java14 public static List<Integer> LOG = Lists.newArrayList(); field in class:FactoryInterleavingTest
29 Integer[] logArray = LOG.toArray(new Integer[LOG.size()]);
/external/webrtc/talk/app/webrtc/
H A Dsctputils.cc58 LOG(LS_WARNING) << "Could not read OPEN message type.";
73 LOG(LS_WARNING) << "Could not read OPEN message type.";
77 LOG(LS_WARNING) << "Data Channel OPEN message of unexpected type: "
84 LOG(LS_WARNING) << "Could not read OPEN message channel type.";
90 LOG(LS_WARNING) << "Could not read OPEN message reliabilility prioirty.";
95 LOG(LS_WARNING) << "Could not read OPEN message reliabilility param.";
100 LOG(LS_WARNING) << "Could not read OPEN message label length.";
105 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
109 LOG(LS_WARNING) << "Could not read OPEN message label";
113 LOG(LS_WARNIN
[all...]
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DJettyWebXmlConfiguration.java41 private static final Logger LOG = Log.getLogger(JettyWebXmlConfiguration.class); field in class:JettyWebXmlConfiguration
63 LOG.debug("Cannot configure webapp after it is started");
67 LOG.debug("Configuring web-jetty.xml");
87 if(LOG.isDebugEnabled())
88 LOG.debug("Configure: "+jetty);
107 LOG.warn("Unable to process jetty-web.xml", e);
/external/strace/tests/
H A Dscm_rights-fd.test41 dir="$LOG.dir"
59 EXPECTED="$LOG.expected"
66 match_grep "$LOG" "$EXPECTED"
/external/minijail/test/
H A Dlibminijail_test.cpp36 LOG(INFO) << "No supplementary groups.";
55 LOG(ERROR) << "rUID " << ruid << " is not " << expected_id;
60 LOG(ERROR) << "rGID " << ruid << " is not " << expected_id;
73 LOG(ERROR) << "Mismatched supplementary group list size: expected "
88 LOG(ERROR) << "Expected GID " << expected_list[i] << " not found.";
102 LOG(INFO) << "ruid " << ruid << " euid " << euid << " suid " << suid;
103 LOG(INFO) << "rgid " << rgid << " egid " << egid << " sgid " << sgid;
108 LOG(INFO) << "supp gid " << i + 1 << " " << list[i];
/external/mockftpserver/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/MockFtpServer/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/branches/1.x_Branch/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/1.0/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 + "]");
121 LOG.info("Cleaning up...");
/external/mockftpserver/tags/1.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 + "]");
121 LOG.info("Cleaning up...");
/external/mockftpserver/tags/1.2/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/1.2.1/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/1.2.2/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/1.2.3/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/1.2.4/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/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/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-rc1/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-rc1/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...");

Completed in 1038 milliseconds

1234567891011>>