/external/chromium_org/testing/gtest/scripts/ |
upload.py | 36 import logging namespace 54 # The logging verbosity: 150 logging.info("Server: %s; Host: %s", self.host, self.host_override) 152 logging.info("Server: %s", self.host) 164 logging.debug("Creating request for: '%s' with payload:\n%s", url, data) 396 # Logging 397 group = parser.add_option_group("Logging options") 481 logging.info("Using debug user %s. Override with --email" % email) 554 logging.info("Running %s", command) 761 logging.info("Removed username from base URL" [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |
/external/chromium_org/chrome/browser/policy/test/ |
policy_testserver.py | 61 import logging namespace 192 logging.debug('gaia auth token -> ' + 194 logging.debug('oauth token -> ' + str(self.GetUniqueParam('oauth_token'))) 195 logging.debug('deviceid -> ' + str(self.GetUniqueParam('deviceid'))) 665 logging.debug('Token check failed with error %d' % error) 670 """Helper for logging an ASCII dump of a protobuf message.""" 671 logging.debug('%s\n%s' % (label, str(msg))) [all...] |
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.cc | 16 #include "base/logging.h" 155 // This flag blocks LOGs to the UI if we're already in the middle of logging 166 logging::LogMessageHandlerFunction g_logging_old_handler = NULL; 237 // to it. This will stop all logging in all Chromoting instances. [all...] |
/external/chromium_org/tools/valgrind/ |
chrome_tests.py | 9 import logging namespace 137 logging.info("running test %s" % (self._test)) 168 logging.info("Reading gtest exclude filter files:") 175 logging.info(" \"%s\" - not found" % readable_filename) 177 logging.info(" \"%s\" - OK" % readable_filename) 350 logging.warning("unit_tests are disabled for memcheck on MacOS.") 497 logging.info("Reading state from " + chunk_file) 511 logging.error("error reading from file %s (%d, %s)" % (chunk_file, 516 logging.info("Saving state to " + chunk_file) 523 logging.error("error writing to file %s (%d, %s)" % (chunk_file, errno [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 37 import com.android.emailcommon.Logging; 121 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync"); 124 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync"); 142 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync"); 153 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync"); 524 LogUtils.w(Logging.LOG_TAG, "Multiple mailboxes named \"%s\"", path); 527 LogUtils.i(Logging.LOG_TAG, "Could not find mailbox at \"%s\"", path); [all...] |
/prebuilts/devtools/tools/lib/ |
chimpchat.jar | |
/tools/external/gradle/ |
gradle-1.3-all.zip | |
/art/runtime/base/ |
timing_logger.h | 70 // A timing logger that knows when a split starts for the purposes of logging tools, like systrace. 151 // Verbose logging.
|
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 21 import java.util.logging.Level; 22 import java.util.logging.Logger;
|
/development/tools/idegen/src/com/android/idegen/ |
DirectorySearch.java | 28 import java.util.logging.Level; 29 import java.util.logging.Logger;
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestProxyAuthentication.java | 36 import org.apache.commons.logging.Log; 37 import org.apache.commons.logging.LogFactory;
|
ResponseProcessCookies.java | 37 import org.apache.commons.logging.Log; 38 import org.apache.commons.logging.LogFactory;
|
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 40 import org.apache.commons.logging.Log; 41 import org.apache.commons.logging.LogFactory;
|
DefaultRedirectHandler.java | 37 import org.apache.commons.logging.Log; 38 import org.apache.commons.logging.LogFactory;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory;
|
/external/ceres-solver/internal/ceres/ |
c_api.cc | 33 // TODO(keir): Figure out why logging does not seem to work. 45 #include "glog/logging.h"
|
/external/chromium/base/debug/ |
trace_event.h | 103 // Start logging trace events. 105 // Stop logging trace events.
|
trace_event_win.h | 43 // This EtwTraceProvider subclass implements ETW logging 53 // Start logging trace events.
|
/external/chromium/chrome/browser/extensions/ |
pending_extension_manager.cc | 5 #include "base/logging.h" 163 // The following logging will help diagnose such issues.
|
/external/chromium/chrome/browser/sync/glue/ |
password_data_type_controller.cc | 8 #include "base/logging.h" 120 // For logging only.
|
/external/chromium/chrome/browser/ui/cocoa/ |
hung_renderer_controller.mm | 186 if (!logging::DialogsAreSuppressed()) { 195 if (!logging::DialogsAreSuppressed() && g_instance)
|
/external/chromium/chrome/common/ |
logging_chrome_uitest.cc | 50 FilePath filename = logging::GetLogFileName(); 61 FilePath filename = logging::GetLogFileName();
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sslsocketfactory.cc | 135 // Binary logging happens at the lowest level 171 // Regular logging occurs at the highest level
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
__init__.py | 37 import logging namespace 50 _LOGGER = logging.getLogger(__name__)
|