/packages/apps/Email/tests/src/com/android/exchange/ |
CalendarSyncEnablerTest.java | 98 // we at least (tried to) show the correct email addresses.
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 126 LogTag.error("Tried to add duplicate Conversation to Cache"); 157 LogTag.error("Tried to add duplicate Conversation to Cache"); 238 LogTag.error("Tried to add duplicate Conversation to Cache"); 892 LogTag.error("Tried to add duplicate Conversation to Cache"); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | 161 throw new IllegalStateException("Tried to update password without confirming first");
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 250 debugPrintln("Tried to read "+ f.getAbsolutePath()+", but it doesn't exist."); 286 if (debug) debugPrintln("all things were tried, but none was found. bailing out.");
|
/external/bluetooth/glib/gio/ |
giomodule.c | 599 g_warning ("Tried to implement non-registered extension point %s", extension_point_name); 606 g_warning ("Tried to register an extension of the type %s to extension point %s. "
|
/external/bluetooth/glib/gobject/ |
gtypemodule.c | 401 g_warning ("Two different plugins tried to register '%s'.", type_name); 481 g_warning ("Two different plugins tried to register interface '%s' for '%s'.",
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 297 When dequeuing to the interface, classes are tried for traffic in a 311 In the round-robin process, classes with the lowest priority field are tried
|
tc-cbq.8 | 209 When dequeuing to the interface, classes are tried for traffic in a 224 In the round-robin process, classes with the lowest priority field are tried
|
tc-prio.8 | 35 When dequeueing, band 0 is tried first and only if it did not deliver a
|
/external/webkit/WebCore/platform/graphics/mac/ |
SimpleFontDataMac.mm | 193 // We tried, Times, Times New Roman, and the system font. No joy. We have to give up. 198 // We tried the requested font and the system font. No joy. We have to give up.
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardUpdateMonitor.java | 454 Log.e(TAG, "Object tried to add another INFO callback", new Exception("Whoops")); 466 Log.e(TAG, "Object tried to add another SIM callback", new Exception("Whoops"));
|
/cts/tests/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 275 // after tried many permission.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 75 * hostname {@code host}. The hostname is tried to be resolved and cannot be
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfo.java | 123 // This test means that for somewhere like Morocco, which tried DST in 2009 but has
|
/external/dropbear/ |
session.h | 227 for the last type of auth we tried */
|
/external/kernel-headers/original/linux/ |
relay.h | 65 size_t last_toobig; /* tried to log event > subbuf size */
|
/external/qemu/slirp/ |
tcp_var.h | 176 u_long tcps_segstimed; /* segs where we tried to get rtt */
|
/external/quake/quake/src/QW/docs/ |
glqwcl-readme.txt | 37 opengl driver I tried it on messed up in one way or another, so it is now
|
/external/webkit/WebCore/ |
config.h | 194 // or if javascript tried to change the location.
|
/frameworks/base/core/java/android/widget/ |
DateTimeView.java | 212 // If we tried to use a bad format string, fall back to a default.
|
/frameworks/base/docs/html/guide/appendix/ |
g-app-intents.jd | 51 Uri(URI string)} factory. However, if you have not tried a
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
GoogleSource.java | 244 // the group was created after the query but before we tried to create it
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SettingsController.java | 257 // (this only refreshes sources that the user has already tried to open.)
|
/external/dbus/dbus/ |
dbus-auth.c | 503 /* Tried to send two auth identities, wtf */ 504 _dbus_verbose ("%s: client tried to send auth identity, but we already have one\n", 980 /* Tried to send two auth identities, wtf */ 981 _dbus_verbose ("%s: client tried to send auth identity, but we already have one\n", [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 268 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring"); 272 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring"); 286 Log.e(TAG, "Tried to Untether an unknown iface :" + iface + ", ignoring"); 290 Log.e(TAG, "Tried to Untethered an errored iface :" + iface + ", ignoring"); 303 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface + ", ignoring"); [all...] |