Searched refs:DELETE (Results 1 - 25 of 49) 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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DImageFactory.java22 DELETE = getImage("delete24.png");
63 public ImageIcon DELETE; field in class:ImageFactory
H A DTestCaseEditController.java566 super("Remove", ImageFactory.getSingleton().DELETE);
/external/v8/src/
H A Dwin32-headers.h87 #undef DELETE macro
H A Dtoken.h127 K(DELETE, "delete", 0) \
138 /* DELETE */ \
H A Dbuiltins.h243 V(DELETE, 2) \
H A Druntime.js348 function DELETE(key, strict) { function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
H A DAbstractControlActionsManager.java49 IWorkbenchActionDefinitionIds.DELETE,
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java64 final boolean isDelete = DELETE.equalsIgnoreCase(method);
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpConnection.java228 * DELETE} and {@code TRACE}) can be used with {@link #setRequestMethod}.
276 HttpEngine.DELETE,
/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,
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
H A Dtickprocessor.js96 case op.DELETE:
204 case op.DELETE:
/external/chromium/net/disk_cache/
H A Dfile_win.cc80 DWORD access = GENERIC_READ | GENERIC_WRITE | DELETE;
/external/qemu/android/
H A Dhw-events.h44 /* NOTE: mingw's winnt.h define DELETE to constant
45 i586-mingw32msvc: #define DELETE 0x00010000L
46 x86_64-w64-mingw32-gcc: #define DELETE (0x00010000L)
48 KEY_CODE belows glues "KEY_" and "DELETE".
51 Undefine DELETE below
53 #undef DELETE macro
165 KEY_CODE(DELETE ,111) \
/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_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.c308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE);
H A Dconfig_winreg.c622 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk);
977 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk);
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpEngine.java87 public static final String DELETE = "DELETE"; field in class:HttpEngine
/external/qemu/android/skin/
H A Dkeyset.c151 _KEYSYM1_(DELETE) \

Completed in 482 milliseconds

12