Searched refs:Delete (Results 76 - 100 of 575) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs308 public virtual void Delete(int index) { method in class:Antlr.Runtime.TokenRewriteStream
309 Delete(DEFAULT_PROGRAM_NAME, index, index);
312 public virtual void Delete(int from, int to) { method in class:Antlr.Runtime.TokenRewriteStream
313 Delete(DEFAULT_PROGRAM_NAME, from, to);
316 public virtual void Delete(IToken indexT) { method in class:Antlr.Runtime.TokenRewriteStream
317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT);
320 public virtual void Delete(IToken from, IToken to) { method in class:Antlr.Runtime.TokenRewriteStream
321 Delete(DEFAULT_PROGRAM_NAME, from, to);
324 public virtual void Delete(string programName, int from, int to) { method in class:Antlr.Runtime.TokenRewriteStream
328 public virtual void Delete(strin method in class:Antlr.Runtime.TokenRewriteStream
[all...]
/external/chromium/base/
H A Dshared_memory_unittest.cc32 memory.Delete(s_test_name_);
126 bool rv = memory1.Delete(test_name);
128 rv = memory1.Delete(test_name);
161 rv = memory1.Delete(test_name);
163 rv = memory2.Delete(test_name);
215 rv = memory1.Delete(test_name);
335 memory.Delete(s_test_name_);
/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc82 EXPECT_TRUE(dir.Delete());
104 EXPECT_FALSE(dir.Delete()); // We should not be able to delete.
108 EXPECT_TRUE(dir.Delete());
/external/chromium/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc70 EXPECT_TRUE(file_util::Delete(preferences_file_, false));
73 file_util::Delete(user_scripts_dir_, true);
74 file_util::Delete(extensions_dir_, true);
/external/chromium/testing/gmock/test/
H A Dgmock-nice-strict_test.cc78 void Delete() { delete this; } function in class:testing::gmock_nice_strict_test::MockFoo
128 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete));
240 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete));
/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc87 EXPECT_TRUE(dir.Delete());
109 EXPECT_FALSE(dir.Delete()); // We should not be able to delete.
113 EXPECT_TRUE(dir.Delete());
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc141 int32_t FileRef::Delete(const CompletionCallback& cc) { function in class:pp::FileRef
143 return get_interface<PPB_FileRef_1_1>()->Delete(
147 return get_interface<PPB_FileRef_1_0>()->Delete(
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch.cc66 handler->Delete(key);
68 return Status::Corruption("bad WriteBatch Delete");
105 void WriteBatch::Delete(const Slice& key) { function in class:leveldb::WriteBatch
121 virtual void Delete(const Slice& key) { function in class:leveldb::__anon12009::MemTableInserter
/external/chromium_org/v8/src/
H A Dsplay-tree.h70 AllocationPolicy::Delete(p);
135 return AllocationPolicy::Delete(p);
208 void Call(Node* node) { AllocationPolicy::Delete(node); }
/external/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp69 src.Delete(i);
79 src.Delete(i);
89 dest.Delete(i);
/external/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp24 res.Delete(res.Length() - 1);
93 pathParts.Delete(i);
136 s.Delete(s.Length() - 1);
/external/chromium/chrome/browser/webdata/
H A Dtoken_service_table_unittest.cc27 file_util::Delete(file_, false);
31 file_util::Delete(file_, false);
/external/chromium/chrome/common/
H A Dauto_start_linux.cc52 file_util::Delete(autostart_file, false);
62 return file_util::Delete(autostart_file, false);
/external/chromium/net/base/
H A Dupload_data_stream_unittest.cc85 file_util::Delete(temp_file_path, false);
123 file_util::Delete(temp_file_path, false);
/external/chromium/net/disk_cache/
H A Dcache_util_unittest.cc67 file_util::Delete(dir1_, false);
77 file_util::Delete(dir1_, false);
/external/chromium_org/build/util/lib/common/
H A Dutil.py54 def Delete(path): function
65 Delete(path)
/external/chromium_org/chrome/browser/history/android/
H A Dfavicon_sql_handler.cc35 return Delete(ids_set);
76 bool FaviconSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::FaviconSQLHandler
H A Dvisit_sql_handler.cc56 return Delete(ids_set);
107 bool VisitSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::VisitSQLHandler
H A Dandroid_urls_sql_handler.cc50 bool AndroidURLsSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::AndroidURLsSQLHandler
H A Dbookmark_model_sql_handler.h27 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
/external/chromium_org/ppapi/api/
H A Dppb_file_ref.idl137 * Delete() deletes a file or directory. If <code>file_ref</code> refers to
145 * completion of Delete().
149 int32_t Delete([in] PP_Resource file_ref,
/external/chromium/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc49 return file_util::Delete(consent_file, false);
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc81 file_util::Delete(old_lock_file_, false);
/external/chromium_org/base/android/
H A Dbuild_info.cc34 static void Delete(BuildInfo* x) { function in struct:base::android::BuildInfoSingletonTraits
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.h100 // Delete the cert. Returns true on success. |cert| is still valid when this
102 bool Delete(net::X509Certificate* cert);

Completed in 505 milliseconds

1234567891011>>