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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.util.logging.Logger.html 10 java.util.logging.Logger
74 Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Logger.html" target="_top"><font size="+2"><code>Logger</code></font></A>
87 <A NAME="java.util.logging.Logger.GLOBAL_LOGGER_NAME"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Logger.html#GLOBAL_LOGGER_NAME" target="_top"><code>GLOBAL_LOGGER_NAME</code></A></nobr>
102 <A NAME="java.util.logging.Logger.global"></A>
103 <nobr><code>Logger</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Logger.html#global" target="_top"><code>global</code></font></A></nobr> </TD>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 64 * Determine if logging is enabled. If the
65 * @param context needed to reference the logging directory.
66 * @return true if logging is enabled, determined by the 'enabled' file.
75 * Enable logging.
76 * @param context needed to reference the logging directory.
90 * Disable logging.
91 * @param context needed to reference the logging directory.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 47 import com.android.emailcommon.Logging;
102 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
103 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreate");
116 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
117 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreateView");
183 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
184 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onActivityCreated");
243 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
244 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onStart");
257 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG)
    [all...]
  /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/java/util/logging/res");
336 "bundles/java/util/logging/res");
341 "org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
343 "org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 33 #include "base/logging.h"
258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE;
260 logging::LoggingDestination destination =
261 logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG;
269 logging::InitLogging(
272 logging::LOCK_LOG_FILE,
273 logging::DELETE_OLD_LOG_FILE,
274 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
  /developers/build/prebuilts/gradle/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/networkconnect/
MainActivity.java 44 * This sample uses the logging framework to display log output in the log
66 // Initialize the logging framework.
108 * Uses the logging framework to display the output of the fetch
173 // Using Log, front-end to the logging chain, emulates
184 // On screen logging via a fragment with a TextView.
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/networkconnect/
MainActivity.java 44 * This sample uses the logging framework to display log output in the log
66 // Initialize the logging framework.
108 * Uses the logging framework to display the output of the fetch
173 // Using Log, front-end to the logging chain, emulates
184 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
MainActivity.java 44 * This sample uses the logging framework to display log output in the log
66 // Initialize the logging framework.
108 * Uses the logging framework to display the output of the fetch
173 // Using Log, front-end to the logging chain, emulates
184 // On screen logging via a fragment with a TextView.
  /external/chromium_org/base/test/
test_support_android.cc 10 #include "base/logging.h"
167 logging::LoggingSettings settings;
168 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
169 logging::InitLogging(settings);
171 logging::SetLogItems(false, // Process ID
  /external/chromium_org/chrome/renderer/resources/extensions/
send_request.js 6 var logging = requireNative('logging'); variable
14 // Used to prevent double Activity Logging for API calls that use both custom
39 logging.DCHECK(request != null);
71 if (logging.DCHECK_IS_ON() && !error) {
  /external/chromium_org/chrome/test/functional/ispy/client/
chrome_utils.py 6 import logging namespace
62 logging.info('Updating expectation version...')
130 logging.warning(
134 logging.info('Generating I-Spy expectation...')
150 logging.info('Performing I-Spy comparison...')
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 5 import logging namespace
114 logging.info('Locking screen')
117 logging.info('Waiting for the lock screen')
127 logging.info('Trying a bad password')
140 logging.info('Unlocking')
  /external/chromium_org/extensions/browser/
extension_error.h 12 #include "base/logging.h"
45 logging::LogSeverity level() const { return level_; }
63 logging::LogSeverity level,
76 logging::LogSeverity level_;
129 logging::LogSeverity level,
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 12 #include "base/logging.h"
143 logging::LoggingSettings settings;
144 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
145 logging::InitLogging(settings);
164 "after logging into\n"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-blink-websocketserver 33 import logging namespace
73 help='Include debug-level logging.')
104 log_level = logging.WARN
106 log_level = logging.DEBUG
107 logging.basicConfig(level=log_level)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream.py 29 import logging namespace
71 log_level = logging.DEBUG if verbose else logging.INFO
128 class _LogHandler(logging.Handler):
130 logging.Handler.__init__(self)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 24 import logging namespace
34 _log = logging.getLogger(__name__)
112 # prevent the logging module from raising an error. See
132 # lets us enable verbose logging earlier.
136 _log.debug("Verbose logging enabled.")
  /external/chromium_org/tools/
safely-roll-blink.py 11 import logging namespace
64 logging.basicConfig(
66 [logging.WARNING, logging.INFO, logging.DEBUG][
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_finder.py 7 import logging namespace
79 logging.warning('--browser omitted. Using most recent local build: %s' %
86 logging.warning('--browser omitted. Using only available browser: %s' %
113 logging.warning('Multiple browsers of the same type found: %s' % (
119 logging.info('Chose browser: %s' % (repr(chosen_browser)))
browser_unittest.py 4 import logging namespace
33 logging.warn("Desktop-only test, skipping.")
83 logging.warning('Browser does not support tab control, skipping test.')
115 logging.warning('Browser does not support tab control, skipping test.')
135 logging.warning(
extension_unittest.py 5 import logging namespace
44 logging.warning('Did not find a browser that supports extensions, '
57 logging.warning('Did not find a browser that supports extensions, '
118 logging.warning('Did not find a browser that supports extensions, '
147 logging.warning('Did not find a browser that supports extensions, '
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 6 import logging namespace
34 logging.warning('Could not download WPR archive: %s', archive_path)
37 logging.error('Can not run without required WPR archive: %s. '
43 logging.error(e)
104 logging.warning('Failed to delete file: %s' % wpr_file_path)
record_wpr.py 6 import logging namespace
150 logging.warning('Some pages failed. The recording has not been updated for '
152 logging.warning('Failed pages:\n%s',
156 logging.warning('Some pages were skipped. The recording has not been '
158 logging.warning('Skipped pages:\n%s', '\n'.join(zip(*results.skipped)[0]))
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 19 import logging namespace
83 logging.info('Creating %s', os.path.dirname(dst_path))
86 logging.info('Skipping %s', dst_path)
88 logging.info('Saving %s to %s', self.root_url + src_path, dst_path)
142 logging.warning('Downloading deps from %s...', url)
  /external/srec/config/en.us/
baseline.par 30 # 0 no logging
31 # BIT 0 -> BASIC logging
32 # BIT 1 -> AUDIO waveform logging
33 # BIT 2 -> ADD WORD logging
34 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD

Completed in 1448 milliseconds

<<31323334353637383940>>