/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Parser.java | 59 private boolean logging = false; field in class:Parser 169 logging = Eas.PARSER_LOG; 179 logging = Eas.PARSER_LOG; 189 logging = val; 244 if (logging) { 400 if (logging) { 415 if (logging) { 479 if (logging) { 492 if (logging) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogUtils.java | 63 * Used to enable/disable logging that we don't want included in 72 * Enable debug logging for unit tests. 84 * Returns true if the build configuration prevents debug logging. 92 * Returns a boolean indicating whether debug logging is enabled. 106 * sanitation of the uri to remove PII if debug logging is not enabled. 114 * sanitation of the uri to remove PII if debug logging is not enabled. 118 // Debug logging has been enabled, so log the uri as is 121 // Debug logging is not enabled, we want to remove the email address from the uri. 142 * Sanitizes an account name. If debug logging is not enabled, a sanitized name
|
/external/skia/gm/rebaseline_server/ |
server.py | 16 import logging namespace 86 logging.debug('_run_command: %s in directory %s' % (args, directory)) 190 logging.info('Updating actual GM results in %s from SVN repo %s ...' % ( 206 logging.info( 211 logging.info( 228 logging.info('Initial results loaded. Ready for requests on %s' % self._url) 243 logging.warning('Running with combination of "export" and "editable" ' 251 logging.info('Listening for requests on %s' % self._url) 289 logging.debug('do_GET_results: sending results of type "%s"' % type) 366 logging.debug('do_GET_static: sending file "%s"' % path [all...] |
/external/smack/asmack-master/lib/ |
jstun.jar | |
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 26 The logging, os, sys, db, and users modules are imported automatically. 39 import logging namespace 70 'import logging', 219 logging.info('Compiling and evaluating:\n%s' % statement) 255 logging.warning(msg + traceback.format_exc()) 285 logging.debug('Storing this statement as an unpicklable.')
|
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 59 // This class registers the browser IPC logger functions with IPC::Logging. 63 IPC::Logging::set_log_function_map(&g_log_function_mapping); 100 LogFunctionMap* log_functions = IPC::Logging::log_function_map(); 207 IPC::Logging::GetInstance()->SetConsumer(this); 212 IPC::Logging::GetInstance()->SetConsumer(NULL); 324 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system.py | 6 import logging namespace 49 logging.warning('zipball "%s" is not a valid zip' % repo_name) 53 logging.warning('zipball "%s" is empty' % repo_name) 61 logging.warning('zipball "%s" has names with inconsistent prefix: %s' % 206 logging.info('%s has changed, fetching from GitHub.' % repo_url) 212 logging.info('%s is up to date.' % repo_url)
|
/external/chromium_org/chrome/test/functional/media/ |
media_jerky.py | 31 import logging namespace 89 logging.debug('Logging data to %s', jerky_log) 185 logging.info('Running Jerky perf test #%d for %s.', runs_total, name) 205 logging.error('No metrics recorded for this run.') 210 logging.error(
|
/external/chromium_org/tools/deep_memory_profiler/ |
accumulate.py | 19 import logging namespace 26 LOGGER = logging.getLogger('dmprof-accumulate') 249 LOGGER.setLevel(logging.DEBUG) 250 handler = logging.StreamHandler() 251 handler.setLevel(logging.INFO) 252 formatter = logging.Formatter('%(message)s')
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
tracing_backend.py | 7 import logging namespace 163 logging.warning('Cannot determine if category filter of nested ' + 226 logging.debug('got [%s]', data) 234 logging.warning('Unexpected type in tracing data') 238 logging.warning('Unusual timeout waiting for tracing response (%s).', 241 logging.warning('Unrecoverable exception when reading tracing response '
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
DigitalAppWidgetProvider.java | 77 if (DigitalAppWidgetService.LOGGING) { 136 if (DigitalAppWidgetService.LOGGING) { 206 if (DigitalAppWidgetService.LOGGING) { 211 if (DigitalAppWidgetService.LOGGING) { 234 if (DigitalAppWidgetService.LOGGING) { 249 if (DigitalAppWidgetService.LOGGING) {
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 35 import com.android.emailcommon.Logging; 52 * If this is enabled there will be additional logging information sent to 201 // Enable logging in the EAS service, so it starts up as early as possible. 229 * Internal, utility method for logging. 233 LogUtils.d(Logging.LOG_TAG, message); 255 LogUtils.w(Logging.LOG_TAG, "Method called on the UI thread",
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 25 import logging
namespace 135 logging.debug('ExtractEvents: No change')
167 logging.debug('Syncing clip at %d ticks' % event.ticks)
177 # logging.info(evt)
194 logging.debug('Adding trigger event for clip %d @ %s and %s' % (jet_event.event_id, jet_event.event_start, jet_event.event_end))
221 logging.debug('Adding end marker at %s' % jet_event.event_start)
239 logging.debug('Adding application controller at %s' % jet_event.event_start)
266 logging.debug('[%s]' % section)
268 logging.debug('%s: %s' % (option, value))
429 logging.debug('Writing segment %d' % seg_num) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 32 import java.util.logging.Level; 33 import java.util.logging.Logger;
|
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/cardemulation/ |
MainActivity.java | 96 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 103 // On screen logging via a fragment with a TextView.
|
/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/ |
MainActivity.java | 96 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 103 // On screen logging via a fragment with a TextView.
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/slidingtabsbasic/ |
MainActivity.java | 96 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 103 // On screen logging via a fragment with a TextView.
|
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/slidingtabscolors/ |
MainActivity.java | 96 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 103 // On screen logging via a fragment with a TextView.
|
/developers/build/templates/FragmentView/_MODULE_/src/template/java/_PACKAGE_/ |
MainActivity.java.ftl | 94 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 101 // On screen logging via a fragment with a TextView.
|
/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 30 import java.util.logging.Level; 31 import java.util.logging.Logger;
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3ErrorLog.java | 36 import org.apache.maven.plugin.logging.Log; 39 * The Maven plexus container gives us a Log logging provider
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestTargetAuthentication.java | 36 import org.apache.commons.logging.Log; 37 import org.apache.commons.logging.LogFactory;
|
/external/ceres-solver/cmake/ |
depend.cmake | 73 # Google Logging 83 FIND_PATH(GLOG_INCLUDE NAMES glog/logging.h PATHS ${SEARCH_HEADERS})
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
logging.h | 4 // Simplified Google3 style logging with Android support. 19 // logging above the given level. 43 // e.g. CHECK_GE(3, 2) will pass while CHECK_GE(3, 4) will fail after logging 135 // Class created for each use of the logging macros. 166 // Bound the logging level. 189 // Android logging at level FATAL does not terminate execution, so abort() 245 // ---------------------- Logging Macro definitions -------------------------- 248 // logging macros. This avoids compiler warnings like "value computed
|
/external/chromium/chrome/browser/sync/glue/ |
frontend_data_type_controller.cc | 7 #include "base/logging.h" 138 // For logging only.
|