Searched refs:DELETE (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-virtual-dtor-call.cpp17 void DELETE(B1 *pb1) { function
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpClient.java38 static final String DELETE = OAuthMessage.DELETE; field in interface:HttpClient
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java40 private diff_match_patch.Operation DELETE = diff_match_patch.Operation.DELETE; field in class:diff_match_patch_test
155 diffs = diffList(new Diff(DELETE, chars));
157 assertEquals("diff_charsToLines: More than 256.", diffList(new Diff(DELETE, lines)), diffs);
166 diffs = diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c"));
168 assertEquals("diff_cleanupMerge: No change case.", diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c")), diffs);
174 diffs = diffList(new Diff(DELETE, "a"), new Diff(DELETE, "b"), new Diff(DELETE, "c"));
176 assertEquals("diff_cleanupMerge: Merge deletions.", diffList(new Diff(DELETE, "ab
[all...]
H A Ddiff_match_patch.java119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
124 DELETE, INSERT, EQUAL enum constant in enum:diff_match_patch.Operation
216 diffs.add(new Diff(Operation.DELETE, text1));
226 Operation.DELETE : Operation.INSERT;
270 diffs.add(new Diff(Operation.DELETE, text1));
295 case DELETE:
553 if (last_op == Operation.DELETE) {
556 path.addFirst(new Diff(Operation.DELETE,
559 last_op = Operation.DELETE;
606 if (last_op == Operation.DELETE) {
[all...]
/external/v8/src/
H A Dwin32-headers.h83 #undef DELETE macro
H A Dtoken.h126 K(DELETE, "delete", 0) \
137 /* DELETE */ \
H A Dbuiltins.h227 V(DELETE, 2) \
H A Druntime.js341 function DELETE(key, strict) { function
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java64 final boolean isDelete = DELETE.equalsIgnoreCase(method);
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java345 protected static final String DELETE = OAuthMessage.DELETE; field in class:OAuthClient
/external/v8/tools/
H A Dprofile.js61 DELETE: 1,
195 this.handleUnknownCode(Profile.Operation.DELETE, start);
H A Dtickprocessor.js96 case op.DELETE:
203 case op.DELETE:
/external/chromium/net/disk_cache/
H A Dfile_win.cc80 DWORD access = GENERIC_READ | GENERIC_WRITE | DELETE;
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java385 public static final String DELETE = "DELETE"; field in class:OAuthMessage
/external/wpa_supplicant/
H A Dmain_winsvc.c295 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE);
H A Dconfig_winreg.c504 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk);
851 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk);
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmain_winsvc.c314 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE);
H A Dconfig_winreg.c592 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk);
947 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winsvc.c314 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE);
H A Dconfig_winreg.c637 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk);
992 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk);
/external/qemu/android/skin/
H A Dkeyset.c151 _KEYSYM1_(DELETE) \
/external/qemu/android/
H A Dhw-events.h154 KEY_CODE(DELETE ,111) \
/external/qemu/slirp/
H A Dudp.c446 * DELETE comes, we send copies to the local daemons.
558 * If it is a DELETE message, we send a copy to the
563 if (type == DELETE) {
/external/sqlite/dist/
H A Dshell.c.orig1197 zPrepStmt = "DELETE FROM sqlite_sequence;\n";
H A Dshell.c1202 zPrepStmt = "DELETE FROM sqlite_sequence;\n";

Completed in 582 milliseconds

12