/packages/apps/Email/src/com/android/email/activity/ |
MailboxMoveToAdapter.java | 32 import com.android.emailcommon.Logging; 118 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 119 Log.d(Logging.LOG_TAG, "MailboxDialogAdapter#createLoader accountId=" + accountId
|
MessageViewFragmentBase.java | 67 import com.android.emailcommon.Logging; 248 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 249 Log.d(Logging.LOG_TAG, this + " onAttach"); 256 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 257 Log.d(Logging.LOG_TAG, this + " onCreate"); 280 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 281 Log.d(Logging.LOG_TAG, this + " onCreateView"); 337 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 338 Log.d(Logging.LOG_TAG, this + " onActivityCreated"); 351 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.pom | 51 <groupId>commons-logging</groupId> 52 <artifactId>commons-logging</artifactId> 53 <version>${commons-logging.version}</version>
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.pom | 51 <groupId>commons-logging</groupId> 52 <artifactId>commons-logging</artifactId> 53 <version>${commons-logging.version}</version>
|
/external/chromium/googleurl/base/ |
logging.cc | 36 #include "base/logging.h" 38 namespace logging { namespace 78 // Called by logging functions to ensure that debug_file is initialized 135 // ignore file options if logging is only to system 364 } // namespace logging
|
/external/dnsmasq/src/ |
log.c | 23 /* Implement logging to /dev/log asynchronously. If syslogd is 30 /* The "wire" protocol for logging is defined in RFC 3164 */ 118 /* Solaris logging is "different", /dev/log is not unix-domain socket. 248 when logging to a file, for instance. */ 357 /* almost always, logging won't block, so try and write this now,
|
/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 141 public void logging(String msg) { method in class:Webserver 148 public void logging(String msg1, String msg2) { method in class:Webserver 157 public void logging(String msg1, String msg2, String msg3) { method in class:Webserver 184 logging(e.toString()); 191 logging(clnt.getInetAddress().getHostName(),
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 39 import com.android.emailcommon.Logging; 297 Log.i(Logging.LOG_TAG, "Setting changed"); 315 Log.i(Logging.LOG_TAG, "Updating object: " + syncInterval + "," + syncLookback); 338 Log.i(Logging.LOG_TAG, "Saving mailbox settings..."); 365 Log.i(Logging.LOG_TAG, "Saved: " + uri);
|
/packages/apps/Email/src/com/android/email/provider/ |
AttachmentProvider.java | 19 import com.android.emailcommon.Logging; 204 Log.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + 208 Log.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + 319 Log.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage()); 322 Log.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage());
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 7 import logging namespace 65 logging.info("Cache miss: " + path) 72 logging.info("Path: " + self.request.path) 73 logging.info("Url: " + url) 77 logging.error("urlfetch failed: " + url) 80 logging.error("urlfetch failed: " + url) 84 logging.error("Memcache set failed.") 86 logging.error("Memcache set failed.") 171 logging.error("urlfetch failed.") 176 logging.error("Version number not found: " + result.content [all...] |
/external/smack/src/org/jivesoftware/smack/ |
ConnectionConfiguration.java | 554 * Returns true if the client is going to use SASL authentication when logging into the 558 * @return true if the client is going to use SASL authentication when logging into the 566 * Sets whether the client will use SASL authentication when logging into the 571 * logging into the server. 632 * @param sendPresence true if an initial available presence will be sent while logging in. 639 * Returns true if the roster will be loaded from the server when logging in. This 643 * @return true if the roster will be loaded from the server when logging in. 650 * Sets if the roster will be loaded from the server when logging in. This 654 * @param rosterLoadedAtLogin if the roster will be loaded from the server when logging in. 763 * Returns true if an available presence should be sent when logging in while reconnecting [all...] |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/external/webkit/Tools/Scripts/webkitpy/style/ |
checker_unittest.py | 37 import logging namespace 85 # webkit so as not to conflict with test-webkitpy logging. 86 logger = logging.getLogger("unittest") 90 # propagated to loggers used by test-webkitpy logging (e.g. 100 """Reset logging to its original state. 102 This method ensures that the logging configuration set up 103 for a unit test does not affect logging in other unit tests. 126 # We test the boundary case of a logging level equal to 29. 128 # which corresponds to a logging level of 20. 129 level = logging.WARNING - 1 # Equals 29 [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 47 import logging namespace 63 _log = logging.getLogger(__name__) 83 def log_dashed_string(text, platform, logging_level=logging.INFO): 93 if logging_level == logging.ERROR: 95 elif logging_level == logging.WARNING: 775 if not port_obj.check_image_diff(override_step=None, logging=False): 779 if not port_obj.check_image_diff(override_step=None, logging=False): 795 help='include debug-level logging.') [all...] |
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 48 import com.android.emailcommon.Logging; 239 Log.i(Logging.LOG_TAG, "Notifications being toggled: " + watch); 268 Log.i(Logging.LOG_TAG, "Observing account changes for notifications"); 349 Log.w(Logging.LOG_TAG, "Could not load INBOX for account id: " + accountId); 353 Log.i(Logging.LOG_TAG, "Registering for notifications for account " + accountId); 376 Log.i(Logging.LOG_TAG, "Unregistering notifications for all accounts"); 385 Log.i(Logging.LOG_TAG, "Unregistering notifications for account " + accountId); [all...] |
/external/v8/src/ |
log.h | 39 // Logger is used for collecting logging information from V8 during 45 // Minimal logging (no API, code, or GC sample events), default is off. 151 // Acquires resources for logging if the right flags are set. 290 // Used for logging stubs found in the snapshot. 332 // Used for logging stubs found in the snapshot. 340 // Low-level logging support.
|
preparse-data.h | 39 // ParserRecorder - Logging of preparser data. 59 // Further logging will be ignored, and ExtractData will return a vector 101 // Further logging will be ignored, and ExtractData will return a vector
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 325 /* cURL logging support. */ 328 * Logging tag and level. 341 * Returns true if logging is turned on for this configuration. 355 /** cURL logging configuration. */ 359 * Enables cURL request logging for this client. 377 * Disables cURL logging for this client.
|
/external/chromium/chrome/browser/ |
browser_process.h | 81 // Invoked when the user is logging out/shutting down. When logging off we may 215 // Enable or disable IPC logging for the browser, all processes
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
TestCanvas.java | 49 import java.util.logging.ConsoleHandler;
50 import java.util.logging.Handler;
51 import java.util.logging.Logger;
|
/packages/apps/Email/src/com/android/email/mail/store/ |
Pop3Store.java | 28 import com.android.emailcommon.Logging; 285 Log.d(Logging.LOG_TAG, "TLS not supported but required"); 296 Log.d(Logging.LOG_TAG, me.toString()); 303 Log.d(Logging.LOG_TAG, ioe.toString()); 325 Log.d(Logging.LOG_TAG, statException.toString()); 396 Log.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe); 417 Log.d(Logging.LOG_TAG, ioe.toString()); 661 Log.d(Logging.LOG_TAG, ioe.toString()); 696 Log.d(Logging.LOG_TAG, ioe.toString()); 801 Log.w(Logging.LOG_TAG, "Can't read message " + messageId) [all...] |
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
Search.java | 26 import com.android.emailcommon.Logging; 176 Log.d(Logging.LOG_TAG, "Search status: " + status); 223 Log.d(Logging.LOG_TAG, "RemoteException while saving search results.");
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/ |
MailboxUtilities.java | 26 import com.android.emailcommon.Logging; 87 Log.w(Logging.LOG_TAG, "Mailbox with null serverId: " + 199 Log.w(Logging.LOG_TAG, "Account " + account.mDisplayName +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
MANIFEST.MF | 14 libs/commons-logging-1.1.1.jar, 94 org.apache.commons.logging, 95 org.apache.commons.logging.impl,
|
/prebuilts/devtools/tools/lib/ |
monkeyrunner.jar | |