/frameworks/av/services/audioflinger/ |
ServiceUtilities.cpp | 67 // convention is for caller to dump an error message to fd instead of logging here
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
index.jd | 35 images from a networked NSD-enabled webcam, or remotely logging into
|
/frameworks/base/location/java/android/location/ |
GeocoderParams.java | 30 * logging. This information is kept in a separate class to allow for
|
/frameworks/base/media/mca/filterfw/native/core/ |
time_util.cpp | 17 #include "base/logging.h"
|
/frameworks/base/tests/LocationTracker/res/values/ |
strings.xml | 39 <string name="title_advanced_log_preference">Location debug logging</string>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
EventLogTags.logtags | 79 # We were logging the wrong values for the original tag, so use this tag
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_cons.h | 46 /* Output (logging) buffer
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_config.h | 51 /* logging interface */
|
/libcore/luni/src/main/java/java/sql/ |
DriverManager.java | 44 * Facilities for logging. The Print Stream is deprecated but is maintained 285 * @return the {@code PrintStream} used for logging activities. 354 * Sets the print stream to use for logging data from the {@code 359 * the {@code PrintStream} to use for logging.
|
/libcore/luni/src/main/java/java/util/logging/ |
SimpleFormatter.java | 18 package java.util.logging;
|
/libcore/luni/src/test/java/tests/support/ |
ThreadPool.java | 20 import java.util.logging.Logger;
|
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 25 import com.android.emailcommon.Logging; 96 LogUtils.w(Logging.LOG_TAG, "No sentDate, falling back to internalDate"); 233 LogUtils.d(Logging.LOG_TAG, "Add attachment " + localAttachment); 259 LogUtils.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment); 370 LogUtils.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString()); 377 LogUtils.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString()); 391 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString()); 399 LogUtils.d(Logging.LOG_TAG, "Exception while reading html reply " + rte.toString()); 406 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
|
/packages/apps/Email/src/com/android/email/service/ |
AccountService.java | 80 // Send current logging flags
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Logger.java | 22 * Interface for logging implementations.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
Log.java | 22 * Empty stub for the apache logging library.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
DateTimeField.java | 22 //BEGIN android-changed: Stubbing out logging
|
MailboxField.java | 22 //BEGIN android-changed: Stubbing out logging
|
MailboxListField.java | 22 //BEGIN android-changed: Stubbing out logging
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
IntentPool.java | 32 // Logging
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
log_utils.cpp | 30 // it's expected. Regardless, logging is not essential to functionality, so
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
__init__.py | 1 """High-perfomance logging profiler, mostly written in C."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
__init__.py | 1 """High-perfomance logging profiler, mostly written in C."""
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/ |
.classpath | 9 <classpathentry exported="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
|
/external/chromium/testing/gmock/scripts/ |
upload.py | 36 import logging namespace 54 # The logging verbosity: 150 logging.info("Server: %s; Host: %s", self.host, self.host_override) 152 logging.info("Server: %s", self.host) 164 logging.debug("Creating request for: '%s' with payload:\n%s", url, data) 396 # Logging 397 group = parser.add_option_group("Logging options") 481 logging.info("Using debug user %s. Override with --email" % email) 554 logging.info("Running %s", command) 761 logging.info("Removed username from base URL" [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 36 import logging namespace 54 # The logging verbosity: 150 logging.info("Server: %s; Host: %s", self.host, self.host_override) 152 logging.info("Server: %s", self.host) 164 logging.debug("Creating request for: '%s' with payload:\n%s", url, data) 396 # Logging 397 group = parser.add_option_group("Logging options") 481 logging.info("Using debug user %s. Override with --email" % email) 554 logging.info("Running %s", command) 761 logging.info("Removed username from base URL" [all...] |