/external/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 24 /// Make sure GV is visible from both modules. Delete is true if it is 28 static void makeVisible(GlobalValue &GV, bool Delete) { argument 30 if (Local || Delete) { 85 bool Delete = variable 87 if (!Delete) { 94 makeVisible(*I, Delete); 96 if (Delete) 102 bool Delete = variable 104 if (!Delete) { 109 makeVisible(*I, Delete); 121 bool Delete = deleteStuff == (bool)Named.count(CurI); variable [all...] |
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
H A D | write_batch.h | 12 // batch.Delete("key"); 40 void Delete(const Slice& key); 50 virtual void Delete(const Slice& key) = 0;
|
/external/chromium_org/athena/activity/ |
H A D | activity.cc | 21 void Activity::Delete(Activity* activity) { function in class:athena::Activity
|
/external/chromium_org/content/common/input/ |
H A D | scoped_web_input_event.cc | 23 WebInputEventTraits::Delete(web_event);
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkTLS.h | 34 * When this thread, or Delete is called, the cached data is removed, and 45 static void Delete(CreateProc);
|
/external/chromium_org/v8/src/ |
H A D | allocation.h | 22 void operator delete(void* p) { Delete(p); } 26 static void Delete(void* p); 85 INLINE(static void Delete(void* p)) { Malloced::Delete(p); }
|
/external/skia/src/core/ |
H A D | SkTLS.h | 35 * When this thread, or Delete is called, the cached data is removed, and 46 static void Delete(CreateProc);
|
/external/srec/seti/sltsEngine/include/ |
H A D | linklist.h | 58 LListResult Delete(LList *list);
|
/external/chromium_org/base/files/ |
H A D | scoped_temp_dir.cc | 16 if (!path_.empty() && !Delete()) 60 bool ScopedTempDir::Delete() { function in class:base::ScopedTempDir
|
H A D | scoped_temp_dir.h | 16 // intervening calls to Delete or Take, or the calls will fail. 43 bool Delete() WARN_UNUSED_RESULT;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
H A D | page_heap_test.cc | 32 // Split span 's1' into 's1', 's2'. Delete 's2' 35 ph->Delete(s2); 42 // Delete span 's1' 43 ph->Delete(s1);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
H A D | page_heap_allocator.h | 58 Delete(New()); 88 void Delete(T* p) { function in class:tcmalloc::PageHeapAllocator
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
H A D | page_heap_test.cc | 32 // Split span 's1' into 's1', 's2'. Delete 's2' 35 ph->Delete(s2); 42 // Delete span 's1' 43 ph->Delete(s1);
|
/external/chromium_org/base/memory/ |
H A D | singleton_objc.h | 46 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
|
/external/chromium_org/chrome/browser/history/android/ |
H A D | android_urls_sql_handler.h | 25 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
|
H A D | urls_sql_handler.h | 24 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
|
H A D | favicon_sql_handler.h | 23 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
|
H A D | sql_handler.h | 12 // This is a wrapper of information needed for Insert/Update/Delete 28 // table or BookmarkModel in its Insert/Update/Delete method. 32 // be invoked. The Delete() method is called to delete rows. 57 virtual bool Delete(const TableIDRows& ids_set) = 0;
|
/external/chromium_org/ppapi/c/ |
H A D | ppb_var_dictionary.h | 76 void (*Delete)(struct PP_Var dict, struct PP_Var key); member in struct:PPB_VarDictionary_1_0
|
/external/llvm/include/llvm/Support/ |
H A D | FormattedStream.h | 87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) 89 setStream(Stream, Delete); 101 void setStream(raw_ostream &Stream, bool Delete = false) { 105 DeleteStream = Delete; 154 // Delete the stream if needed. Otherwise, transfer the buffer
|
/external/chromium_org/ppapi/thunk/ |
H A D | ppb_var_dictionary_thunk.cc | 44 void Delete(PP_Var dict, PP_Var key) { function in namespace:ppapi::thunk::__anon10319 49 dict_var->Delete(key); 74 &Delete,
|
/external/lzma/CPP/Common/ |
H A D | MyVector.cpp | 21 void CBaseRecordVector::DeleteBack() { Delete(_size - 1); }
22 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); }
79 void CBaseRecordVector::Delete(int index, int num)
function in class:CBaseRecordVector
|
/external/chromium_org/chrome/installer/util/ |
H A D | self_cleaning_temp_dir.h | 23 // Performs a Delete(). 37 bool Delete();
|
/external/chromium_org/content/browser/dom_storage/ |
H A D | local_storage_database_adapter.cc | 29 sql::Connection::Delete(db_->file_path());
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
H A D | leveldb_write_batch.cc | 32 write_batch_->Delete(MakeSlice(key));
|