HomeSort by relevance Sort by last modified time
    Searched refs:DELETE (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/arpa/
nameser_compat.h 180 #define DELETE ns_uop_delete
  /external/libxml2/os400/
xmlcatalog.cmd 56 /* Values to delete. */
58 PARM KWD(DELETE) TYPE(*PNAME) LEN(256) VARY(*YES *INT2) +
61 PROMPT('Delete System/URI identifier')
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 345 protected static final String DELETE = OAuthMessage.DELETE;
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 98 DELETE, HELP, FOLDER_ADD, QRCODE_ADD, INTERPRETER_MANAGER, PREFERENCES, LOGCAT_VIEWER,
211 menu.add(Menu.NONE, MenuId.DELETE.getId(), Menu.NONE, "Delete");
225 if (itemId == MenuId.DELETE.getId()) {
226 delete(file);
379 { "Run Foreground", "Run Background", "Edit", "Delete", "Rename" };
403 delete(mCurrent);
426 private void delete(final File file) { method in class:ScriptManager
428 alert.setTitle("Delete");
429 alert.setMessage("Would you like to delete " + file.getName() + "?")
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 110 DELETE FROM sqlite_sequence;
149 CREATE TRIGGER raw_contacts_deleted BEFORE DELETE ON raw_contacts BEGIN DELETE FROM data WHERE raw_contact_id=OLD._id; DELETE FROM agg_exceptions WHERE raw_contact_id1=OLD._id OR raw_contact_id2=OLD._id; DELETE FROM visible_contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM default_directory WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; END;
152 CREATE TRIGGER data_deleted BEFORE DELETE ON data BEGIN UPDATE raw_contacts SET version=version+1 WHERE _id=OLD.raw_contact_id; DELETE FROM phone_lookup WHERE data_id=OLD._id; DELETE FROM status_updates WHERE status_update_data_id=OLD._id; DELETE FROM name_lookup WHERE d (…)
    [all...]
  /build/core/
cleanspec.mk 19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
32 # a file or delete some intermediate files, add a clean step to the end
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 126 use conditional operators to perform a delete an item only if the
132 items to put or delete, with a maximum total request size of 16
290 delete requests. Individual items to be written can be as
326 With BatchWriteItem , you can efficiently write or delete
332 cannot specify conditions on individual put and delete
340 as PHP, you must update or delete the specified items one at a
343 delete operations in parallel, giving you the power of the
348 and delete request consumes the same number of write capacity
349 units whether it is processed in parallel or not. Delete
364 and delete the same item in the same BatchWriteItem request
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 55 { "delete", DELETE, DELETE },
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 55 mTestFile.delete();
59 mMoveDestFile.delete();
63 mTestDir.delete();
82 * 2. While stop observer a dir, observer should't get any event while delete it's child file.
83 * 3. Observer a dir, when create delete a child file and delete self,
84 * observer should get create-child close-nowrite delete-child delete-self events.
111 mTestFile.delete(); // delete
    [all...]

Completed in 962 milliseconds

1 2 34 5 6 7 8 910