HomeSort by relevance Sort by last modified time
    Searched defs:Delete (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/base/memory/
singleton_objc.h 47 static void Delete(Type* object) {
scoped_temp_dir.cc 14 if (!path_.empty() && !Delete())
15 LOG(WARNING) << "Could not delete temp dir in dtor.";
61 bool ScopedTempDir::Delete() {
65 bool ret = file_util::Delete(path_, true);
70 LOG(ERROR) << "ScopedTempDir unable to delete " << path_.value();
singleton.h 15 // Default traits for Singleton<Type>. Calls operator new and operator delete on
28 static void Delete(Type* x) {
29 delete x;
88 static void Delete(Type* p) {
119 // normal process exit). The Trait::Delete function will not be called on
260 Traits::Delete(
singleton_unittest.cc 55 static void Delete(Type* instance) {
58 DefaultSingletonTraits<Type>::Delete(instance);
105 static void Delete(CallbackSingletonWithStaticTrait* instance) {
108 StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait>::Delete(
127 DefaultSingletonTraits<CallbackSingletonWithLeakTrait>::Delete(
229 // Delete the leaky singleton. It is interesting to note that Purify does
  /external/v8/src/
allocation-inl.h 42 void PreallocatedStorage::Delete(void* p) {
allocation.cc 46 void Malloced::Delete(void* p) {
66 void Embedded::operator delete(void* p) {
77 void AllStatic::operator delete(void* p) {
hashmap.h 41 virtual void Delete(void* p) { Malloced::Delete(p); }
zone.h 35 // Zone scopes are in one of two modes. Either they delete the zone
66 // Delete all objects and free all memory allocated in the Zone.
138 // Ideally, the delete operator should be private instead of
141 // require the operator to be visible. MSVC requires the delete
145 // Zone::DeleteAll() to delete all zone objects in one go.
146 void operator delete(void*, size_t) { UNREACHABLE(); }
168 static void Delete(void* p) { }
174 // Zone. ZoneLists cannot be deleted individually; you can delete all
208 // For ZoneScopes that do not delete on exit by default, call this
  /external/v8/test/cctest/
test-list.cc 39 // Stash the size in the first word to use for Delete.
47 static void Delete(void* ptr) {
  /external/protobuf/src/google/protobuf/
repeated_field.cc 50 delete [] old_elements;
87 void StringTypeHandlerBase::Delete(string* value) {
88 delete value;
unknown_field_set.cc 51 delete fields_;
57 (*fields_)[i].Delete();
174 void UnknownField::Delete() {
177 delete length_delimited_;
180 delete group_;
  /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/chromium/base/
lazy_instance.h 58 static void Delete(void* instance) {
71 // Rather than define an empty Delete function, we make Delete itself
76 static void (*Delete)(void* instance);
80 void (*LeakyLazyInstanceTraits<Type>::Delete)(void* instance) = NULL;
131 // Traits::Delete will be null for LeakyLazyInstanceTraits
132 void (*dtor)(void*) = Traits::Delete;
165 Traits::Delete(me->instance_);
shared_memory_win.cc 116 bool SharedMemory::Delete(const std::string& name) {
shared_memory_posix.cc 98 // In case we want to delete it later, it may be useful to save the value
125 file_util::Delete(path, false);
175 bool SharedMemory::Delete(const std::string& name) {
181 return file_util::Delete(path, false);
file_util.cc 381 bool Delete(const std::wstring& path, bool recursive) {
382 return Delete(FilePath::FromWStringHack(path), recursive);
file_util_posix.cc 146 bool Delete(const FilePath& path, bool recursive) {
207 Delete(from_path, true);
file_util_proxy.cc 58 // on all platforms, so we delete the destination directory here.
60 if (!file_util::Delete(dest_file_path, false /* recursive */)) {
154 delete callback_;
204 delete callback_;
227 delete callback_;
292 delete callback_;
318 if (!file_util::Delete(file_path_, recursive_)) {
458 delete callback_;
488 delete callback_;
515 delete callback_
    [all...]
  /external/chromium/testing/gmock/test/
gmock-nice-strict_test.cc 78 void Delete() { delete this; }
123 // that delete the mock object.
128 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete));
240 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete));
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 67 bool Delete = false;
76 Delete = true;
85 llvm_unreachable("function definition after = not 'delete' or 'default'");
90 << Delete;
94 Delete ? "delete" : "default", tok::semi);
149 delete getCurrentClass().LateParsedDeclarations.back();
170 delete getCurrentClass().LateParsedDeclarations.back();
337 delete Toks;
  /external/chromium/chrome/browser/download/
download_item.cc 56 // Make sure we only delete files.
58 file_util::Delete(path, false);
407 void DownloadItem::Delete(DeleteReason reason) {
  /external/skia/src/svg/
SkSVGParser.cpp 68 void SkSVGParser::Delete(SkTDArray<SkSVGElement*>& fChildren) {
71 Delete((*ptr)->fChildren);
72 delete *ptr;
113 Delete(fChildren);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 147 // Delete the chunks in |deleted| from |chunks|.
215 if (file_util::Delete(original_filename, false)) {
225 file_util::Delete(journal_filename, false);
240 bool SafeBrowsingStoreFile::Delete() {
248 if (!file_util::Delete(filename_, false) &&
255 if (!file_util::Delete(new_filename, false) &&
267 file_util::Delete(journal_filename, false);
390 // database files, this is a reasonable to time delete any old
404 // If the file exists but cannot be opened, try to delete it (not
652 if (!file_util::Delete(filename_, false) &
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 49 " d[NsS] - delete file(s) from the archive\n"
81 Delete, ///< Delete the specified members
113 // used (specified with -N) for the delete and extract operations.
192 case 'd': ++NumOperations; Operation = Delete; break;
480 // doDelete - Implement the delete operation. This function deletes zero or more
748 case Delete: haveError = doDelete(&ErrMsg); break;
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 301 // Certificate Delete overlay strings.
401 NewCallback(this, &CertificateManagerHandler::Delete));
862 void CertificateManagerHandler::Delete(const ListValue* args) {
    [all...]

Completed in 2129 milliseconds

1 2