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

1 2 34 5 6 7 8 91011

  /external/skia/src/svg/
SkSVGParser.cpp 60 void SkSVGParser::Delete(SkTDArray<SkSVGElement*>& fChildren) {
63 Delete((*ptr)->fChildren);
64 delete *ptr;
106 Delete(fChildren);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 58 edit-inducing methods like +delete+ and +insert+ as RewriteOperation objects in
61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
156 =begin rdoc ANTLR3::TokenRewriteStream::Delete
165 class Delete < Replace
166 @operation_name = 'delete'.freeze
204 def delete( *range_arguments ) method in class:ANTLR3.RewriteProgram
206 op = Delete.new( @stream, range )
288 if operation = operations.delete( cursor )
296 if operation = operations.delete( cursor ) and
391 @programs.delete( name
412 def delete( *args ) method
    [all...]
  /external/chromium/base/
file_util_proxy.h 138 // It is an error to delete a non-empty directory with recursive=false.
139 static bool Delete(scoped_refptr<MessageLoopProxy> message_loop_proxy,
shared_memory_win.cc 116 bool SharedMemory::Delete(const std::string& name) {
  /external/chromium/base/test/
test_file_util_win.cc 29 // Sometimes Delete fails, so try a few more times. Divide the timeout
33 if (file_util::Delete(file, recurse))
  /external/chromium/chrome/browser/chromeos/
system_access.cc 121 // Delete old symlink2 if it exists.
122 file_util::Delete(timezone_symlink2, false);
  /external/chromium/chrome/browser/download/
base_file.cc 45 Cancel(); // Will delete the file.
159 file_util::Delete(full_path_, false);
download_item.h 82 // Reason for deleting the download. Passed to Delete().
175 void Delete(DeleteReason reason);
  /external/chromium/chrome/browser/history/
top_sites_backend.cc 143 file_util::Delete(db_path_, false);
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 60 ASSERT_TRUE(file_util::Delete(
100 // Now delete the cookie and check persistence again.
  /external/chromium/chrome/browser/
plugin_download_helper.cc 31 delete download_file_request_;
153 file_util::Delete(new_download_file_path, false);
183 delete this;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 235 bool Delete();
safe_browsing_store.h 168 // Delete(). The appropriate action is to use Delete() to clear the
175 virtual bool Delete() = 0;
217 // Delete the indicated chunk_id. The chunk will continue to be
safe_browsing_store_file.h 98 // - Delete original file.
115 // Delete any on-disk files, including the permanent storage.
116 virtual bool Delete();
181 // FORMAT_EVENT_FOUND_SQLITE. It can differ if the delete fails,
186 // Found and deleted (or failed to delete) the ancient "Safe
201 // profile. Check for it and delete, recording a histogram for the
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 123 FRIEND_TEST_ALL_PREFIXES(VisitedLinkTest, Delete);
221 // fingerprint was deleted, false if it was not in the table to delete.
317 // history query is running. We must only delete it when the query is done.
325 // deleted during the rebuild here. Then we should delete any of these
visitedlink_perftest.cc 71 file_util::Delete(db_path_, false);
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 120 file_util::Delete(path(), true);
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 82 bool Delete = false;
91 Delete = true;
100 llvm_unreachable("function definition after = not 'delete' or 'default'");
105 << Delete;
109 Delete ? "delete" : "default", tok::semi);
158 delete getCurrentClass().LateParsedDeclarations.back();
178 delete getCurrentClass().LateParsedDeclarations.back();
365 delete Toks;
  /external/llvm/unittests/IR/
MetadataTest.cpp 56 delete[] str;
117 TEST_F(MDNodeTest, Delete) {
127 delete I;
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 165 // If this UnknownField contains a pointer, delete it.
166 void Delete();
  /external/qemu/
curses_keys.h 129 [0x14a] = 83 | GREY, /* Delete */
457 { "Delete", 0x14a },
  /external/srec/seti/sltsEngine/src/
linklist_impl.c 192 LListResult Delete(LList *list)
208 /* delete from the head */
220 /* delete from the end */
232 /* delete somewhere in the middle */
  /external/v8/src/
zone.cc 103 Malloced::Delete(segment);
175 // except that we employ a maximum segment size when we delete. This
  /external/webkit/Source/WebCore/platform/leveldb/
LevelDBDatabase.cpp 112 delete result;
136 return m_db->Delete(writeOptions, makeSlice(key)).ok();
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 47 delete [] it->MofData;
264 EXPECT_TRUE(file_util::Delete(temp_file_, false));
308 file_util::Delete(temp_file_, false);

Completed in 837 milliseconds

1 2 34 5 6 7 8 91011