HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 176 - 200 of 9342) sorted by null

1 2 3 4 5 6 78 91011>>

  /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")
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
mutex.h 8 #include "base/logging.h"
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 5 // This file overrides the logging macros in libjingle (talk/base/logging.h).
6 // Instead of using libjingle's logging implementation, the libjingle macros are
7 // mapped to the corresponding base/logging.h macro (chromium's VLOG).
9 // should be included after base/logging.h (if any) or compiler error or
16 // --vmodule or --v please see base/logging.h for details on how to use them.
18 // base/logging.h.
29 #include "base/logging.h"
36 // values. This can be useful for logging descriptive names of error messages.
72 // file which is the opposite of logging severity in libjingle where highe
    [all...]
  /external/chromium_org/tools/gn/secondary/base/third_party/symbolize/
BUILD.gn 11 "glog/logging.h",
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
websocket_browser_connection.py 6 import logging namespace
32 logging.debug('will send [%s]', data)
44 logging.debug('got [%s]', data)
46 logging.debug('Dropped reply: %s', json.dumps(res))
  /external/chromium_org/ui/base/models/
tree_model.cc 7 #include "base/logging.h"
  /external/chromium_org/ui/gfx/
scoped_ns_graphics_context_save_gstate_mac.mm 9 #include "base/logging.h"
scoped_ui_graphics_push_context_ios.mm 9 #include "base/logging.h"
text_utils_android.cc 7 #include "base/logging.h"
  /external/chromium_org/win8/metro_driver/
devices_handler.cc 8 #include "base/logging.h"
  /external/skia/gm/rebaseline_server/
imagediffdb_test.py 15 import logging namespace
24 logging.basicConfig(level=logging.INFO)
65 logging.info("Self-test completed successfully!")
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 24 import java.util.logging.ConsoleHandler;
25 import java.util.logging.Handler;
26 import java.util.logging.LogRecord;
27 import java.util.logging.Logger;
  /packages/apps/Email/src/com/android/email/
StopWatch.java 19 import com.android.emailcommon.Logging;
46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start");
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
62 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: "
  /external/chromium_org/build/android/
adb_logcat_monitor.py 19 import logging namespace
50 logging.info('Logcat for device %s has died', device_id)
54 logging.error(device_id + ': ' + line)
56 logging.info('Starting logcat %d for device %s', logcat_num,
85 logging.warning('adb device error %s', err.strip())
88 logging.warning('"adb devices" command timed out')
91 logging.exception('Exception from "adb devices"')
105 logging.basicConfig(filename=os.path.join(base_dir, 'eventlog'),
106 level=logging.INFO,
120 logging.info('Started with pid %d', os.getpid()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_base.cc 8 #include "chrome/browser/chromeos/drive/logging.h"
28 drive::util::Log(logging::LOG_INFO,
36 logging::LOG_WARNING,
  /external/chromium_org/chrome/browser/drive/
event_logger.cc 7 #include "base/logging.h"
13 int id, logging::LogSeverity severity, const std::string& what)
28 void EventLogger::Log(logging::LogSeverity severity, const std::string& what) {
  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 13 // purposes of UMA histogram logging of the datatypes explicitly selected by
18 // anywhere else will result in incorrect histogram logging.
20 // THIS ENUM IS MEANT SOLELY FOR THE PURPOSE OF HISTOGRAM LOGGING. IF YOU ARE
  /external/chromium_org/chrome/test/chromeos/utilities/
vm_setup_state.py 6 import logging namespace
24 logging.info('WebDriver is listening on port %d.'
26 logging.info('Machine prepared for VM snapshot.')
  /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.')
  /external/chromium_org/ppapi/generators/
idl_log.py 5 """ Error and information logging for IDL """
11 """Captures and routes logging output.
13 Caputres logging output and/or sends out via a file handle, typically
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 4 import logging namespace
69 logging.debug('Skipping test %s because it requires %s' %
85 # Cache the current logging level, this needs to be done before calling
86 # parser.parse_args, which changes logging level based on verbosity
88 logging_level = logging.getLogger().getEffectiveLevel()
92 # Restore logging level, which may be changed in parser.parse_args.
93 logging.getLogger().setLevel(logging_level)
119 logging.getLogger().setLevel(logging.WARN)
125 logging.error(str(ex)
    [all...]
  /external/markdown/bin/
markdown 32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 18 package java.util.logging;
30 * <li>java.util.logging.ConsoleHandler.level specifies the logging level,
33 * <li>java.util.logging.SocketHandler.filter specifies the name of the filter
36 * <li>java.util.logging.SocketHandler.formatter specifies the name of the
38 * {@code java.util.logging.XMLFormatter} if this property is not found or has
40 * <li>java.util.logging.SocketHandler.encoding specifies the encoding this
43 * <li>java.util.logging.SocketHandler.host specifies the name of the host that
45 * <li>java.util.logging.SocketHandler.encoding specifies the port number that
60 private static final String DEFAULT_FORMATTER = "java.util.logging.XMLFormatter"
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
StatusOutputStream.java 19 import com.android.emailcommon.Logging;
37 if (Logging.LOGD) {
39 LogUtils.v(Logging.LOG_TAG, "# " + mCount);
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 17 package org.apache.commons.logging;
23 import org.apache.commons.logging.impl.NoOpLog;
35 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li>
37 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li>
39 * <code>org.apache.commons.logging.impl.NoOpLog</code>.</li>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
66 /** Is JDK 1.4 logging available */
88 // Is JDK 1.4 Logging Available?
90 if ((null != Class.forName("java.util.logging.Logger")) &
    [all...]

Completed in 1866 milliseconds

1 2 3 4 5 6 78 91011>>