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

<<41424344454647484950>>

  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 35 <string name="logging_enabled" msgid="1797105104286961324">"Voice Dialler logging is turned on."</string>
36 <string name="logging_disabled" msgid="5851271054900000063">"Voice Dialler logging is turned off."</string>
  /packages/apps/VoiceDialer/res/values-en-rIN/
strings.xml 35 <string name="logging_enabled" msgid="1797105104286961324">"Voice Dialler logging is turned on."</string>
36 <string name="logging_disabled" msgid="5851271054900000063">"Voice Dialler logging is turned off."</string>
  /packages/apps/VoiceDialer/res/values-nb/
strings.xml 35 <string name="logging_enabled" msgid="1797105104286961324">"Logging av talestyrt oppringing er slått på."</string>
36 <string name="logging_disabled" msgid="5851271054900000063">"Logging av talestyrt oppringing er slått av."</string>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 52 // Voice Dialer Logging Enabled, *#*#8351#*#*
58 // Voice Dialer Logging Disabled, *#*#8350#*#*
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 15 import logging namespace
22 logging.basicConfig()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 15 import logging namespace
22 logging.basicConfig()
  /system/core/logwrapper/
logwrapper.c 38 "the Android logging system. Tag is set to BINARY, priority is\n"
41 "-a: Causes logwrapper to do abbreviated logging.\n"
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 17 package org.apache.commons.logging;
65 * to specify whether logging classes should be loaded via the thread
71 * The name (<code>org.apache.commons.logging.LogFactory</code>) of the property
77 "org.apache.commons.logging.LogFactory";
84 "org.apache.commons.logging.impl.LogFactoryImpl";
87 * The name (<code>commons-logging.properties</code>) of the properties file to search for.
90 "commons-logging.properties";
98 "META-INF/services/org.apache.commons.logging.LogFactory";
101 * The name (<code>org.apache.commons.logging.diagnostics.dest</code>)
102 * of the property used to enable internal commons-logging
    [all...]
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 18 import logging namespace
172 logging.warning(msg)
183 logging.warning('Will retry test, try #%s.' % test.tries)
213 logging.warning('Creating shard %s for device %s.', index, device)
218 logging.warning('Failed to create shard for %s: [%s]', device, e)
239 logging.warning('Running tests with %s test runners.' % (len(runners)))
260 logging.error(e)
289 logging.warning('Creating %s test runners.' % len(devices))
340 logging.critical('No tests to run.')
357 logging.info('Will run %d tests (%s): %s', len(tests), log_string, str(tests)
    [all...]
  /external/chromium_org/build/android/pylib/utils/
emulator.py 13 import logging namespace
100 logging.info('Emulator killing is async; give a few seconds for all to die.')
120 logging.info('Delete AVD %s' % avd_name)
171 logging.info('Emulator launch %d with avd_name=%s and api=%d',
263 logging.info('Create AVD command: %s', avd_cmd_str)
309 logging.info('Delete AVD command: %s', ' '.join(avd_command))
347 logging.info('Emulator launch command: %s', ' '.join(emulator_command))
360 logging.info('Aggressive Image Cleanup')
367 logging.info('Deleting emulator image %s', full_name)
398 logging.info('Seconds waited on wait-for-device: %d', seconds_waited
    [all...]
  /prebuilts/sdk/13/
android.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 135 import logging namespace
136 import logging.handlers namespace
342 logging.warning('Wrong format in map file:' + line)
348 logging.error(str(e))
379 logging.warning('Warning in source loading: %s' % warning)
    [all...]
  /external/chromium_org/chrome/test/functional/
perf.py 29 import logging namespace
183 logging.info('_WaitForChromeExit() took: %s seconds',
217 logging.info('Starting to wait up to %fs for idle CPU...', timeout)
225 logging.info('Current CPU utilization = %f.', fraction_non_idle_time)
233 logging.info(message)
234 logging.info('Still continuing because we are in PGO mode.')
238 logging.info('Wait for idle CPU took %fs (utilization = %f).',
247 logging.info('Logging current process activity using top.')
254 logging.info(output
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 115 import logging namespace
116 import logging.handlers namespace
645 return logging.getLogger('%s.%s' % (c.__module__, c.__name__))
649 logging.addLevelName(common.LOGLEVEL_FINE, 'FINE')
651 logger = logging.getLogger()
652 logger.setLevel(logging.getLevelName(options.log_level.upper()))
654 handler = logging.handlers.RotatingFileHandler(
657 handler = logging.StreamHandler()
658 formatter = logging.Formatter(
663 deflate_log_level_name = logging.getLevelName
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 115 import logging namespace
116 import logging.handlers namespace
641 return logging.getLogger('%s.%s' % (c.__module__, c.__name__))
645 logging.addLevelName(common.LOGLEVEL_FINE, 'FINE')
647 logger = logging.getLogger()
648 logger.setLevel(logging.getLevelName(options.log_level.upper()))
650 handler = logging.handlers.RotatingFileHandler(
653 handler = logging.StreamHandler()
654 formatter = logging.Formatter(
659 deflate_log_level_name = logging.getLevelName
    [all...]
  /art/compiler/dex/
compiler_internals.h 25 #include "base/logging.h"
  /art/compiler/llvm/
backend_types.h 20 #include "base/logging.h"
  /art/compiler/
vector_output_stream.cc 19 #include "base/logging.h"
  /art/runtime/arch/arm/
context_arm.h 22 #include "base/logging.h"
  /art/runtime/arch/mips/
context_mips.h 21 #include "base/logging.h"
  /art/runtime/arch/x86/
registers_x86.h 22 #include "base/logging.h"
  /art/runtime/base/
logging_android.cc 17 #include "logging.h"
logging_linux.cc 17 #include "logging.h"
  /art/runtime/
dex_file-inl.h 20 #include "base/logging.h"
disassembler.cc 21 #include "base/logging.h"

Completed in 719 milliseconds

<<41424344454647484950>>