/packages/apps/Calendar/src/com/android/calendar/ |
GoogleCalendarUriIntentFilter.java | 113 // no browser installed? Just drop it.
|
/packages/apps/Contacts/src/com/android/contacts/ |
TabStripView.java | 73 // Always draw the selected tab last, so that drop shadows are drawn
|
/packages/apps/Email/src/com/android/email/activity/ |
Welcome.java | 46 * which will drop any other activities on the stack (e.g. AccountFolderList or MessageList).
|
/system/netd/ |
NatController.cpp | 77 if (runIptablesCmd("-P FORWARD DROP"))
|
/packages/apps/IM/res/values/ |
strings.xml | 63 <!-- Context/drop-down menu item for the Contact List Screen. The context menu is 67 <!-- Context/drop-down menu item for the Contact List Screen. The context menu is 79 <!-- Context/drop-down menu item for the contact list screen. The context menu is 85 <!-- Context/drop-down menu item for the contact list screen. The context menu is 89 <!-- Context/drop-down menu item for the contact list screen. The context menu is 220 drop-down status menu on the Contact List screen --> 223 drop-down status menu on the Contact List screen --> 226 drop-down status menu on the Contact List screen --> 229 drop-down status menu on the Contact List screen --> 232 drop-down status menu on the Contact List screen -- [all...] |
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 70 db.execSQL("DROP TABLE IF EXISTS TestTable1"); 71 db.execSQL("DROP TABLE IF EXISTS TestTable2");
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
HostnameVerifierTest.java | 118 // subject names. This causes the code to drop all alternative subjects. 174 // subject names. This causes the code to drop all alternative subjects.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssContentProvider.java | 92 // just drop the existing table, and recreate the database with the 94 db.execSQL("DROP TABLE IF EXISTS " + DATABASE_TABLE_NAME + ";");
|
/external/grub/netboot/ |
tiara.c | 147 /* Drop overlength packets */ 151 /* If it's our own, drop it */
|
/external/webkit/JavaScriptCore/runtime/ |
JSLock.cpp | 148 // and drop locks allowing another thread to enter. Should another thread, or the 189 // It is necessary to drop even "unreal" locks, because having a non-zero lock count
|
/external/webkit/WebCore/platform/sql/ |
SQLiteDatabase.cpp | 220 if (!executeCommand("DROP TABLE " + *table)) 221 LOG(SQLDatabase, "Unable to drop table %s", (*table).ascii().data());
|
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 294 mDatabase.execSQL("DROP TABLE IF EXISTS " 307 mDatabase.execSQL("DROP TABLE IF EXISTS " 309 mDatabase.execSQL("DROP TABLE IF EXISTS cache"); 310 mDatabase.execSQL("DROP TABLE IF EXISTS " 312 mDatabase.execSQL("DROP TABLE IF EXISTS " 314 mDatabase.execSQL("DROP TABLE IF EXISTS " 317 mDatabase.execSQL("DROP TABLE IF EXISTS " 371 mCacheDatabase.execSQL("DROP TABLE IF EXISTS cache"); [all...] |
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 173 * <p>Starts filtering the content of the drop down list. The filtering 194 * @param text the selected suggestion in the drop down list
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
Addr2Line.java | 103 // otherwise we just drop the object, to return null 182 // drop the process just in case
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 72 * - handle drag'n'drop (internal, for moving/duplicating). 78 * - outline should include drop support (from canvas or from palette) 103 * features should be disabled accordingly such a drag'n'drop. 150 /** Drop target associated with this composite. */ 153 /** Drop listener, with feedback from current drop */ 246 * features should be disabled accordingly such a drag'n'drop. 392 * (e.g. from a Drag'n'Drop {@link Event}, not local {@link Control} coordinates) [all...] |
/system/core/toolbox/ |
iftop.c | 137 * if: (Rx) bytes packets errs drop fifo frame compressed multicast \ 138 * (Tx) bytes packets errs drop fifo colls carrier compressed
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
MonitorThread.java | 352 // read stuff coming from the client, so we drop it. 493 // failed, drop the connection 497 // failed, drop the connection 552 // we should drop the client, but also attempt to reopen it. 558 // we should drop the client, but also attempt to reopen it. 582 // since we're quitting, lets drop all the client and disconnect
|
/external/v8/src/arm/ |
full-codegen-arm.cc | 311 __ Drop(1); 348 __ Drop(count); 354 __ Drop(count); 358 if (count > 1) __ Drop(count - 1); 365 if (count > 1) __ Drop(count - 1); 376 __ Drop(count - 2); 484 __ Drop(1); 502 __ Drop(1); 647 __ Drop(2); 749 // Drop key and object left on the stack by IC, and push the result [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 394 db.execSQL("drop table " + Message.TABLE_NAME); 395 db.execSQL("drop table " + Message.UPDATED_TABLE_NAME); 396 db.execSQL("drop table " + Message.DELETED_TABLE_NAME); 436 db.execSQL("drop table " + Account.TABLE_NAME); 458 db.execSQL("drop table " + HostAuth.TABLE_NAME); 493 db.execSQL("drop table " + Mailbox.TABLE_NAME); 519 db.execSQL("drop table " + Attachment.TABLE_NAME); 542 db.execSQL("drop table " + Body.TABLE_NAME); [all...] |
/external/bluetooth/bluez/audio/ |
control.c | 701 goto drop; 707 goto drop; 714 goto drop; 722 goto drop; 726 drop:
|
/external/qemu/slirp/ |
ip_input.c | 129 * Drop packet if shorter than we expect. 156 /* Should drop packet if mbuf too long? hmmm... */ 316 * our data already. If so, drop the data from the incoming 317 * segment. If it provides all of our data, drop us. 537 * If none on this machine then drop if strictly routed,
|
/external/qemu/slirp-android/ |
ip_input.c | 129 * Drop packet if shorter than we expect. 156 /* Should drop packet if mbuf too long? hmmm... */ 316 * our data already. If so, drop the data from the incoming 317 * segment. If it provides all of our data, drop us. 537 * If none on this machine then drop if strictly routed,
|
/external/v8/src/ |
full-codegen.cc | 694 __ Drop(stack_depth); 710 __ Drop(stack_depth); 730 __ Drop(stack_depth); 1061 __ Drop(stack_depth); 1070 __ Drop(stack_depth);
|
/external/clearsilver/python/examples/base/ |
odb_test.py | 23 output("drop table agents") 25 cursor.execute("drop table agents") # clean out the table 51 cursor.execute("drop table agents")
|
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 339 __ Drop(1); 384 __ Drop(count); 390 __ Drop(count); 394 if (count > 1) __ Drop(count - 1); 402 __ Drop(count); 411 __ Drop(count); 415 if (count > 1) __ Drop(count - 1); 602 __ Drop(1); 618 __ Drop(1); 759 __ Drop(2) [all...] |