| /external/chromium_org/media/tools/constrained_network_server/ |
| cns.py | 15 import logging namespace 16 from logging import handlers 39 # Default logging is ERROR. Use --verbose to enable DEBUG logging. 40 _DEFAULT_LOG_LEVEL = logging.ERROR 414 file_handler.setFormatter(logging.Formatter('[%(threadName)s] %(message)s')) 418 log_level = logging.DEBUG
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
| run_webkit_tests.py | 31 import logging namespace 45 _log = logging.getLogger(__name__) 107 optparse.make_option("--no-android-logging", 109 help="Do not log android-specific debug messages (default is to log as part of --debug-rwt-logging"), 254 optparse.make_option("--driver-logging", action="store_true", 255 help="Print detailed logging of the driver/content_shell"), 367 logger = logging.getLogger() 368 logger.setLevel(logging.DEBUG if options.debug_rwt_logging else logging.INFO)
|
| /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
| android_browser_backend.py | 5 import logging namespace 43 logging.critical('Profiles cannot be overriden with current configuration') 168 logging.critical('android_browser_backend: Timeout while waiting for ' 220 logging.debug('User build device, setting debug app') 246 logging.debug('Using command line: ' + file_contents) 259 logging.critical('Cannot set Chrome command line. ' 302 logging.critical('Failed to connect to browser.') 304 logging.critical( 377 logging.info("Pulling profile directory from device: '%s'->'%s'.",
|
| desktop_browser_finder.py | 6 import logging namespace 57 logging.warning( 239 logging.warning(
|
| inspector_backend.py | 5 import logging namespace 39 logging.debug('InspectorBackend._Connect() to %s', self.debugger_url) 242 logging.debug('Unhandled inspector message: %s', res)
|
| /external/wpa_supplicant_8/wpa_supplicant/examples/ |
| wps-nfc.py | 21 import logging namespace 441 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO, 444 parser.add_argument('-q', const=logging.WARNING, action='store_const', 481 logging.basicConfig(level=args.loglevel)
|
| /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) 353 logging.warning("unit_tests are disabled for memcheck on MacOS.") 566 logging.info("Reading state from " + chunk_file) 580 logging.error("error reading from file %s (%d, %s)" % (chunk_file, 585 logging.info("Saving state to " + chunk_file) 592 logging.error("error writing to file %s (%d, %s)" % (chunk_file, errno [all...] |
| /external/chromium_org/native_client_sdk/src/build_tools/ |
| update_nacl_manifest.py | 18 import logging namespace 19 import logging.handlers namespace 46 logger = logging.getLogger(__name__) 324 class GsutilLoggingHandler(logging.handlers.BufferingHandler): 326 logging.handlers.BufferingHandler.__init__(self, capacity=0) 346 logging.handlers.BufferingHandler.flush(self) 532 if logger.isEnabledFor(logging.INFO): 908 logging.basicConfig(level=logging.DEBUG, filename=options.log_file) 910 logging.basicConfig(level=logging.INFO, filename=options.log_file [all...] |
| /external/chromium_org/chrome/app/ |
| chrome_main_delegate.cc | 661 logging::OldFileDeletionState file_state = 662 logging::APPEND_TO_OLD_LOG_FILE; 664 file_state = logging::DELETE_OLD_LOG_FILE; 666 logging::InitChromeLogging(command_line, file_state); 820 logging::CleanupChromeLogging(); 823 logging::CloseLogFile(); [all...] |
| /external/chromium_org/chrome/installer/util/ |
| installation_validator_unittest.cc | 9 #include "base/logging.h" 355 static logging::LogMessageHandlerFunction old_log_message_handler_; 361 logging::LogMessageHandlerFunction 384 old_log_message_handler_ = logging::GetLogMessageHandler(); 385 logging::SetLogMessageHandler(&HandleLogMessage); 403 logging::SetLogMessageHandler(old_log_message_handler_); 417 if (severity == logging::LOG_ERROR && !str.empty()) {
|
| /frameworks/wilhelm/src/ |
| Android.mk | 44 # enable API logging; details are set separately by SL_TRACE_DEFAULT below 46 # or -UUSE_TRACE to disable API logging 58 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| LevelTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 22 import java.util.logging.Level; 334 ResourceBundle rb = ResourceBundle.getBundle("bundles/com/android/java/util/logging/res"); 336 "bundles/com/android/java/util/logging/res"); 341 "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTestResource"); 343 "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
|
| /external/apache-http/src/org/apache/commons/logging/impl/ |
| SimpleLog.java | 18 package org.apache.commons.logging.impl; 31 import org.apache.commons.logging.Log; 32 import org.apache.commons.logging.LogConfigurationException; 39 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> - 40 * Default logging detail level for all instances of SimpleLog. 43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> - 44 * Logging detail level for a SimpleLog instance named "xxxxx". 46 * If not specified, the default logging detail level is used.</li> 47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> - 50 * <li><code>org.apache.commons.logging.simplelog.showShortLogname</code> [all...] |
| /external/bluetooth/bluedroid/main/ |
| bte_main.c | 248 ** Description enable or disable HIC snoop logging 270 bt_hc_if->logging(new ? BT_HC_LOGGING_ON : BT_HC_LOGGING_OFF, hci_logfile, hci_save_log); 296 bt_hc_if->logging(BT_HC_LOGGING_ON, hci_logfile, hci_save_log); 342 bt_hc_if->logging(BT_HC_LOGGING_OFF, hci_logfile, hci_save_log);
|
| /external/chromium_org/chrome/browser/media/ |
| webrtc_browsertest_base.cc | 70 if (severity == logging::LOG_ERROR || 71 (severity == logging::LOG_INFO && contains_uncaught)) { 83 logging::SetLogMessageHandler(&JavascriptErrorDetectingLogHandler);
|
| /external/chromium_org/content/common/gpu/media/ |
| vaapi_h264_decoder_unittest.cc | 14 #include "base/logging.h" 355 logging::LoggingSettings settings; 356 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 357 CHECK(logging::InitLogging(settings));
|
| /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
| __init__.py | 16 import logging namespace 68 logging.debug("Creating preset proxy https conn: %s", tunnel_host) 84 logging.info("Connecting through tunnel to: %s:%d",
|
| /external/chromium_org/tools/perf/metrics/ |
| chrome_proxy.py | 6 import logging namespace 60 logging.warning('response for %s does not any have header ' 137 logging.warning('Proxy bypassed for %s', resp.response.url)
|
| /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
| perf_profiler.py | 5 import logging namespace 46 logging.warning('Making kernel symbols unrestricted. You might have to ' 98 logging.warning('Renderer was swapped out during profiling. '
|
| /external/markdown/ |
| test-markdown.py | 8 import logging namespace 9 logging.getLogger('MARKDOWN').addHandler(logging.StreamHandler())
|
| /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
| JUnitCodeGen.java | 42 import java.util.logging.ConsoleHandler; 43 import java.util.logging.Handler; 44 import java.util.logging.Level; 45 import java.util.logging.Logger;
|
| /external/apache-http/src/org/apache/http/impl/conn/ |
| Wire.java | 36 import org.apache.commons.logging.Log;
|
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
| test_endtoend.py | 36 import logging namespace 201 root_logger = logging.getLogger() 203 if log_level != logging.NOTSET: 205 args.append(logging.getLevelName(log_level).lower())
|
| /external/chromium_org/android_webview/lib/main/ |
| aw_main_delegate.cc | 21 #include "base/logging.h" 137 logging::CloseLogFile();
|
| /external/chromium_org/base/ |
| vlog_unittest.cc | 8 #include "base/logging.h" 13 namespace logging { namespace 126 } // namespace logging
|