HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 51 - 75 of 1200) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
cli_wrapper.py 31 import logging namespace
36 _log = logging.getLogger(__name__)
48 logging.basicConfig()
49 logger = logging.getLogger()
50 logger.setLevel(logging.DEBUG if options.verbose else logging.INFO)
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 10 import logging namespace
17 LOGGER = logging.getLogger('dmprof')
64 LOGGER.setLevel(logging.DEBUG)
65 handler = logging.StreamHandler()
66 handler.setLevel(logging.INFO)
67 formatter = logging.Formatter('%(message)s')
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 18 package libcore.java.util.logging;
20 import java.util.logging.Formatter;
21 import java.util.logging.Handler;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.StreamHandler;
OldXMLFormatterTest.java 18 package libcore.java.util.logging;
21 import java.util.logging.Handler;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.XMLFormatter;
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
commons-logging-1.1.1.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logutils.py 23 """Supports webkitpy logging."""
25 # FIXME: Move this file to webkitpy/python24 since logging needs to
28 import logging namespace
35 _log = logging.getLogger(__name__)
65 # _log = logging.getLogger(__name__)
71 """Return a logging.logger for the given path.
125 return logging.getLogger(logger_name)
129 """Return a list of the default logging handlers to use.
137 """Return whether a logging.LogRecord should be logged."""
142 logging_filter = logging.Filter(
    [all...]
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 15 #include "base/logging.h"
23 // A helper class that initializes logging and installs a log message handler to
41 static const logging::LogSeverity kViolationSeverity_;
42 static logging::LogMessageHandlerFunction old_message_handler_;
55 const logging::LogSeverity
56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
59 logging::LogMessageHandlerFunction
64 logging::LoggingSettings settings;
65 settings.logging_dest = logging::LOG_TO_FILE;
67 settings.lock_log = logging::DONT_LOCK_LOG_FILE
    [all...]
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations.py 63 import logging namespace
70 # Default logging is INFO. Use --verbose to enable DEBUG logging.
71 _DEFAULT_LOG_LEVEL = logging.INFO
94 logging.debug('Trying to match %s', test_case_filter)
115 logging.debug('%s will be updated', test_key)
116 logging.info('%s tests found matching reg-ex: %s', len(tests_list),
161 logging.warning('%s does not exist.', test_key)
162 logging.info('Done preparing tests for update.')
204 logging.error('At least one of input-file or test-filter must be provided.'
    [all...]
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 15 import logging namespace
125 logging.warning('%s contains non-literal histogram name <%s>', filename,
138 logging.info('Scanning Chromium source for histograms...')
179 logging.info('Reading histograms from %s...' % histograms_file_location)
209 logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
214 logging.error("Could not change to root directory: %s", e)
221 logging.info('')
222 logging.info('')
223 logging.info('Histograms in Chromium but not in %s:'
    [all...]
  /external/chromium_org/tools/valgrind/
common.py 5 import logging namespace
24 logging.info("running %s in the background" % " ".join(proc))
37 logging.info("running %s, timeout %d sec" % (" ".join(proc), timeout))
52 logging.info("started subprocess")
69 logging.info("process timed out")
71 logging.info("process ended, did not time out")
79 logging.error("KILLED %d" % p.pid)
83 logging.error("TIMEOUT waiting for %s" % proc[0])
89 logging.info("flushing stdout")
92 logging.info("collecting result code"
    [all...]
  /external/chromium_org/chrome/installer/util/
logging_installer.cc 13 #include "base/logging.h"
89 logging::LoggingSettings settings;
90 settings.logging_dest = logging::LOG_TO_FILE;
92 logging::InitLogging(settings);
96 logging::SetMinLogLevel(logging::LOG_VERBOSE);
98 logging::SetMinLogLevel(logging::LOG_ERROR);
101 // Enable ETW logging.
102 logging::LogEventProvider::Initialize(kSetupTraceProvider)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ErrorManagerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.ErrorManager;
24 import org.apache.harmony.logging.tests.java.util.logging.HandlerTest.NullOutputStream;
  /external/chromium_org/build/android/pylib/utils/
test_environment.py 5 import logging namespace
21 logging.info('Killing %s %s %s', s, server, p.pid)
25 logging.warning('Failed killing %s %s %s', server, p.pid, e)
30 logging.warning('Failed waiting for %s to die. %s', p.pid, e)
44 logging.error(str(e))
  /external/chromium_org/chrome/browser/sync_file_system/
logger_unittest.cc 16 util::Log(logging::LOG_INFO, FROM_HERE, "Info test message");
17 util::Log(logging::LOG_WARNING, FROM_HERE, "Warning test message");
18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message");
32 logging::SetMinLogLevel(logging::LOG_INFO);
  /external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc 8 #include "base/logging.h"
12 #include "third_party/libjingle/overrides/talk/base/logging.h"
58 // Initialize logging, set the forward allocator functions (not on mac), and
68 logging::LogMessageHandlerFunction log_handler,
92 logging::LoggingSettings settings;
93 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
94 logging::InitLogging(settings);
97 logging::SetLogMessageHandler(log_handler);
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 13 #include "base/logging.h"
34 logging::LoggingSettings settings;
35 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
36 logging::InitLogging(settings);
37 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 38 import logging namespace
73 class ApacheLogHandler(logging.Handler):
74 """Wrapper logging.Handler to emit log message to apache's error.log."""
77 logging.DEBUG: apache.APLOG_DEBUG,
78 logging.INFO: apache.APLOG_INFO,
79 logging.WARNING: apache.APLOG_WARNING,
80 logging.ERROR: apache.APLOG_ERR,
81 logging.CRITICAL: apache.APLOG_CRIT,
85 logging.Handler.__init__(self)
91 self._formatter = logging.Formatter('%(name)s: %(message)s'
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
run_all.py 47 import logging namespace
80 logging.basicConfig(level=logging.getLevelName(options.log_level.upper()))

Completed in 1485 milliseconds

1 23 4 5 6 7 8 91011>>