HomeSort by relevance Sort by last modified time
    Searched defs:logging (Results 1 - 25 of 600) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/
dump_without_crashing.h 10 namespace logging { namespace
21 } // namespace logging
logging_chrome.h 11 #include "base/logging.h"
20 namespace logging { namespace
22 // Call to initialize logging for Chrome. This sets up the chrome-specific
42 // Redirects chrome logging to the appropriate session log dir.
46 // Call when done using logging for Chrome.
72 } // namespace logging
  /external/chromium/chrome/common/
logging_chrome.h 12 #include "base/logging.h"
21 namespace logging { namespace
23 // Call to initialize logging for Chrome. This sets up the chrome-specific
43 // Redirects chrome logging to the appropriate session log dir.
47 // Call when done using logging for Chrome.
69 } // namespace logging
  /external/chromium_org/base/mac/
mac_logging.cc 13 namespace logging { namespace
37 } // namespace logging
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
info.py 6 import logging namespace
13 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
16 logging.warn('No valid bundles given.')
uninstall.py 6 import logging namespace
15 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
18 logging.warn('No bundles to uninstall.')
22 logging.info('Removing %s' % (bundle_name,))
27 logging.error('Failed to remove directory \"%s\". %s' % (bundle_dir, e))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-inspector-perf-tests.py 32 import logging namespace
37 _log = logging.getLogger(__name__)
40 logging.basicConfig(level=logging.INFO, format="%(message)s")
run-perf-tests 32 import logging namespace
38 logging.basicConfig(level=logging.INFO, format="%(message)s")
  /external/chromium_org/tools/perf/metrics/
histogram_util.py 5 import logging namespace
34 logging.error('Histogram subtraction error, starting histogram most '
  /external/markdown/bin/
markdown 32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
  /external/apache-harmony/logging/src/test/java-internal/java/util/logging/
LoggerExtension.java 18 package java.util.logging;
23 * Example of a type injected into logging to access package private members.
  /external/chromium_org/base/
vlog_unittest.cc 8 #include "base/logging.h"
13 namespace logging { namespace
126 } // namespace logging
vlog.h 16 namespace logging { namespace
23 // |v_switch| gives the default maximal active V-logging level; 0 is
24 // the default. Normally positive values are used for V-logging
27 // |vmodule_switch| gives the per-module maximal V-logging levels to
29 // E.g. "my_module=2,foo*=3" would change the logging level for all
39 // "*/foo/bar/*=2" would change the logging level for all code in
76 } // namespace logging
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 7 import logging namespace
29 logging.error('No instrumentation tests to run with current args.')
  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 7 import logging namespace
29 logging.error('No uiautomator tests to run with current args.')
  /external/chromium_org/build/android/
run_browser_tests.py 9 import logging namespace
19 logging.warning('*' * 80)
20 logging.warning('This script is deprecated and will be removed soon.')
21 logging.warning('Use the following instead: %s', ' '.join(args))
22 logging.warning('*' * 80)
run_instrumentation_tests.py 9 import logging namespace
19 logging.warning('*' * 80)
20 logging.warning('This script is deprecated and will be removed soon.')
21 logging.warning('Use the following instead: %s', ' '.join(args))
22 logging.warning('*' * 80)
run_tests.py 9 import logging namespace
19 logging.warning('*' * 80)
20 logging.warning('This script is deprecated and will be removed soon.')
21 logging.warning('Use the following instead: %s', ' '.join(args))
22 logging.warning('*' * 80)
run_uiautomator_tests.py 9 import logging namespace
20 logging.warning('*' * 80)
21 logging.warning('This script is deprecated and will be removed soon.')
22 logging.warning('Use the following instead: %s', ' '.join(args))
23 logging.warning('*' * 80)
  /external/chromium_org/chrome/test/functional/
chromeos_power.py 6 import logging namespace
19 logging.debug(result)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
skip.py 23 import logging namespace
25 _log = logging.getLogger(__name__)
  /libcore/luni/src/main/java/java/util/logging/
Filter.java 18 package java.util.logging;
  /external/chromium/base/
vlog.h 17 namespace logging { namespace
24 // |v_switch| gives the default maximal active V-logging level; 0 is
25 // the default. Normally positive values are used for V-logging
28 // |vmodule_switch| gives the per-module maximal V-logging levels to
30 // E.g. "my_module=2,foo*=3" would change the logging level for all
40 // "*/foo/bar/*=2" would change the logging level for all code in
77 } // namespace logging
vlog_unittest.cc 8 #include "base/logging.h"
13 namespace logging { namespace
121 } // namespace logging
  /external/chromium_org/build/android/pylib/
thermal_throttle.py 5 import logging namespace
41 logging.warning('>>> Device %s Thermally Throttled', serial_number)
46 logging.warning('>>> Device %s Thermally Unthrottled', serial_number)
51 logging.info(u' Device %s Thermally Thottled at %3.1f%sC',
54 if logging.getLogger().isEnabledFor(logging.DEBUG):
61 logging.debug(u'Current OMAP Temperature of %s = %3.1f%sC',
69 logging.debug(u'Current battery temperature of %s = %3.1f%sC',

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>