HomeSort by relevance Sort by last modified time
    Searched refs:delete (Results 651 - 675 of 1298) sorted by null

<<21222324252627282930>>

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 693 // Tries to delete a record from a data model that is empty.
701 // Tries to delete rows matching the selection criteria from the data model.
702 int rowsDeleted = mMockResolver.delete(
712 // Tries to delete an existing record. Repeats the previous subtest, but inserts data first.
717 // Uses the same parameters to try to delete the row with title "Note0"
718 rowsDeleted = mMockResolver.delete(
730 // Queries the table with the same selection column and argument used to delete the row.
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 460 f.delete();
494 f.delete();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/guava/guava/src/com/google/common/io/
Files.java 406 * is to call {@code createTempFile}, delete the file and create a
491 if (!from.delete()) {
492 if (!to.delete()) {
493 throw new IOException("Unable to delete " + to);
495 throw new IOException("Unable to delete " + from);
698 * <li>delete trailing slashes (unless the path is just "/")
  /external/llvm/utils/buildit/
build_llvm 287 find $DEST_DIR$DEST_ROOT -name lto.h -delete
  /external/openssl/crypto/perlasm/
x86asm.pl 167 { delete $label{$i} if ($label{$i} =~ /^\Q${lbdecor}\E[0-9]{3}/); }
  /external/v8/test/mjsunit/
array-join.js 73 delete Array.prototype.toString;
70 delete Array.prototype.toString; class
enumeration-order.js 40 for (var i = 0; i < size; i +=3) delete a["a_" + i];
for-in.js 92 delete x.bar;
keyed-call-generic.js 85 delete normal_prop.x;
object-get-own-property-names.js 47 delete obj.b;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedatabegining.js 79 characters from the node. Delete data at the beginning
85 The method should delete the characters from position
hc_characterdatadeletedataend.js 79 characters from the node. Delete data at the end
85 The method should delete the characters from position
hc_characterdatadeletedataexceedslength.js 86 The method should delete the characters from position 4
hc_characterdatadeletedatagetlengthanddata.js 85 The method should delete the characters from position
hc_characterdatadeletedatamiddle.js 79 characters from the node. Delete data in the middle
85 The method should delete the characters from position
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement21.js 80 The deleteTHead() method will delete the THEAD Element from the
HTMLTableElement24.js 80 The deleteTFoot() method will delete the TFOOT Element from the
HTMLTableElement36.js 82 to delete a new row using an index of five. This should throw
HTMLTableElement37.js 82 to delete a new row using an index of four. This should throw
HTMLTableElement38.js 82 to delete a new row using an index of negative five. This should throw
HTMLTableRowElement13.js 84 deleteCell() method which will delete a cell from the current row.
HTMLTableRowElement14.js 84 deleteCell() method which will delete a cell from the current row.
HTMLTableRowElement17.js 82 to delete a cell using an index of seven. This should throw
HTMLTableRowElement18.js 82 to delete a cell using an index of six. This should throw

Completed in 382 milliseconds

<<21222324252627282930>>