/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
apache_http_server.py | 32 import logging namespace 191 logging.debug(err) 200 logging.debug("Starting apache http server") 203 logging.debug("Apache started. Testing ports") 208 logging.debug("Server successfully started") 214 logging.debug("Shutting down any running http servers")
|
/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...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 34 import logging namespace 401 logging.debug('Original file: "%s"', self._path) 402 logging.debug('New file: "%s"', new_file) 415 logging.debug('No change to test: %s', line) 419 logging.info('Test removed: %s', line) 426 logging.info('Test updated: ') 427 logging.info(' old: %s', line) 428 logging.info(' new: %s', new_line) 445 logging.info('Test updated: ') 446 logging.info(' old: %s', line [all...] |
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
CoreTestIsolator.java | 23 import java.util.logging.Level; 24 import java.util.logging.Logger;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
IndexedPKIXParameters.java | 35 import java.util.logging.Logger; 36 import java.util.logging.Level;
|
/dalvik/ |
run-core-tests.sh | 43 printf "\t%-15s%s\n" "-l" "set the global logging level"; 44 printf "\t%-15s%s\n" "--log" "set the logging TAG";
|
/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/dropbear/ |
filelist.txt | 53 loginrec.c From OpenSSH, handles utmp/wtmp logging 69 dbutil.c Various utility functions, incl logging, memory etc
|
/external/emma/core/java12/com/vladium/logging/ |
ILogLevels.java | 9 package com.vladium.logging; 47 /** setting log level to NONE disables all logging */
|
/external/guava/src/com/google/common/io/ |
Closeables.java | 21 import java.util.logging.Level; 22 import java.util.logging.Logger;
|
/external/opencore/doc/oscl_html/ |
oscl__scheduler__tuneables_8h-source.html | 48 00051 <span class="comment">//Enable this to do detailed logging for all Run calls.</span> 49 00052 <span class="comment">//This logging is very expensive so should only be used</span> 62 00065 <span class="comment">//Note: Perf logging requires PV_SCHED_ENABLE_AO_STATS</span> 77 00080 <span class="comment">//Set LOG_Q to 1 to enable extensive Queue logging for non-symbian scheduler.</span> 93 00096 <span class="comment">//for full performance data gathering with minimal summary logging at</span> 95 00098 <span class="comment">//used for profiling tests. The logging itself is fairly nonintrusive</span> 113 00116 <span class="comment">//Settings for minimal stats logging</span> 121 00124 <span class="preprocessor"></span><span class="comment">//disable perf logging because it skews the results</span>
|
/external/opencore/oscl/oscl/config/linux/ |
osclconfig.h | 82 //no logging 88 //full logging
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_fileio_kvp.h | 41 * Set PV Logger enable option for this file. This enables complete logging. 47 * Set PV Logger statistics enable option for this file. This enables summary stats logging only.
|
/external/srec/portable/src/ |
plog.c | 145 * logging can take place. 148 * logging goes to PSTDERR. @param logLevel The level of logging requested. 205 * Shutdowns the LOG library. Once this function is called, no logging activity can be performed. 273 // TODO: Remove once logging subsystem supports "warn" level 281 * There are three possible scenerios for why logging would occur although the PLog module 288 * We do our best by logging any errors but this might result in the memory leak of 393 /* We need to log but the logging module is disabled or is locked so we output to stderr instead */
|
/external/svox/pico/lib/ |
picoextapi.h | 123 /* Enables logging of debug output to log file 'name'. If 'name' is NULL 124 or an empty string, logging is disabled. */
|
/external/webkit/WebKit/win/ |
WebKitLogging.cpp | 60 // the logging channels they want to WTFLogChannelOn 67 NSLog(@"unable to parse hex value for %s (%@), logging is off", channel->defaultName, logLevelString);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
webkit_logging.py | 30 # WebKit's Python module for logging 31 # This module is now deprecated in favor of python's built-in logging.py.
|
/frameworks/base/core/java/android/util/ |
DebugUtils.java | 23 * <p>Various utilities for debugging and logging.</p> 44 * <p>This class is useful for debugging and logging purpose:</p>
|
/packages/apps/Email/src/com/android/exchange/ |
Eas.java | 31 // The following two are for user logging (the second providing more detail) 91 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
SQLiteTest.java | 26 import java.util.logging.Logger;
|
/development/simulator/wrapsim/ |
Log.c | 4 * Debug-logging code.
|
/external/apache-http/src/org/apache/commons/logging/ |
LogConfigurationException.java | 17 package org.apache.commons.logging;
|
/external/bluetooth/bluez/common/ |
logging.c | 32 #include "logging.h"
|
/external/bluetooth/bluez/input/ |
main.c | 35 #include "logging.h"
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 17 # "log" specifies logging level. It is followed by either "notify", "debug"
|