Searched defs:DELETE (Results 1 - 9 of 9) sorted by relevance

/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/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/src/
H A Dwin32-headers.h83 #undef DELETE macro
H A Druntime.js341 function DELETE(key, strict) { function
/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/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java385 public static final String DELETE = "DELETE"; field in class:OAuthMessage
/external/v8/tools/
H A Dprofile.js61 DELETE: 1,
195 this.handleUnknownCode(Profile.Operation.DELETE, start);

Completed in 3425 milliseconds