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

1 2 3 4 5 6 7 8 91011

  /external/skia/src/core/
SkTLS.h 35 * When this thread, or Delete is called, the cached data is removed, and
46 static void Delete(CreateProc);
76 * Will delete our internal list. To be called by the platform if/when its
  /external/v8/src/
allocation-inl.h 42 void PreallocatedStorage::Delete(void* p) {
allocation.h 41 // Superclass for classes managed with new & delete.
45 void operator delete(void* p) { Delete(p); }
49 static void Delete(void* p);
55 // superclass. The macro prevents the use of new & delete in debug mode.
64 void operator delete(void* p);
77 void operator delete(void* p);
92 delete[] array;
108 INLINE(static void Delete(void* p)) { Malloced::Delete(p);
    [all...]
  /external/chromium/base/memory/
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();
scoped_temp_dir.h 17 // intervening calls to Delete or Take, or the calls will fail.
27 // Recursively delete path.
42 bool Delete() WARN_UNUSED_RESULT;
singleton_objc.h 47 static void Delete(Type* object) {
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
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(
scoped_temp_dir_unittest.cc 82 EXPECT_TRUE(dir.Delete());
104 EXPECT_FALSE(dir.Delete()); // We should not be able to delete.
107 // Now, we should be able to delete.
108 EXPECT_TRUE(dir.Delete());
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 54 bool Delete =
56 if (!Delete) {
67 if (Local || Delete)
70 if (Delete)
76 bool Delete =
78 if (!Delete) {
87 if (Local || Delete)
90 if (Delete)
121 delete CurI;
  /external/llvm/include/llvm/Support/
FormattedStream.h 27 /// DELETE_STREAM - Tell the destructor to delete the held stream.
31 /// PRESERVE_STREAM - Tell the destructor to not delete the held
42 /// DeleteStream - Do we need to delete TheStream in the
85 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
87 setStream(Stream, Delete);
99 void setStream(raw_ostream &Stream, bool Delete = false) {
103 DeleteStream = Delete;
127 // Delete the stream if needed. Otherwise, transfer the buffer
132 delete TheStream;
  /external/srec/seti/sltsEngine/include/
linklist.h 58 LListResult Delete(LList *list);
  /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;
139 // Traits::Delete will be null for LeakyLazyInstanceTraits
140 void (*dtor)(void*) = Traits::Delete;
173 Traits::Delete(me->instance_);
file_util_deprecated.h 39 BASE_API bool Delete(const std::wstring& path, bool recursive);
shared_memory_unittest.cc 32 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);
205 // Verify that opening memory2 didn't truncate or delete memory 1.
215 rv = memory1.Delete(test_name);
250 delete thread_delegates[index];
279 delete thread_delegates[index];
335 memory.Delete(s_test_name_)
    [all...]
  /external/chromium/net/disk_cache/
cache_util_posix.cc 49 if (!file_util::Delete(file, /* recursive */ false)) {
50 LOG(WARNING) << "Unable to delete cache.";
56 if (!file_util::Delete(path, /* recursive */ false)) {
57 LOG(WARNING) << "Unable to delete cache folder.";
64 return file_util::Delete(name, false);
  /external/chromium/chrome/browser/extensions/
extension_history_apitest.cc 32 IN_PROC_BROWSER_TEST_F(ExtensionHistoryApiTest, Delete) {
33 ASSERT_TRUE(RunExtensionSubtest("history", "delete.html")) << message_;
  /external/chromium/app/sql/
sqlite_features_unittest.cc 53 file_util::Delete(path_, false);
67 ASSERT_TRUE(file_util::Delete(path_, false));
  /external/regex-re2/re2/testing/
charclass_test.cc 122 void Delete(CharClass* cc) {
123 cc->Delete();
132 void Delete(CharClassBuilder* cc) {
133 delete cc;
179 Delete(ncc);
187 Delete(ncc);
191 Delete(ncc);
209 cc->Delete();
217 cc->Delete();
218 delete ccb1
    [all...]
  /external/v8/test/mjsunit/regress/
regress-70066.js 28 // Regression test for Chromium issue 70066. Delete should work properly
34 // Delete on a slot from a function's own context.
38 with ({}) { status = delete value; }
46 // Delete on a slot from an outer context.
49 with ({}) { return delete value; }
60 // Delete on a parameter.
63 with ({}) { status = delete value; }
71 // Delete on a parameter found in an outer context.
74 with ({}) { return delete value; }
84 // Delete on a parameter, arguments object should be unaffected
    [all...]
  /external/chromium/chrome/common/
important_file_writer.cc 49 file_util::Delete(tmp_file_path, false);
55 file_util::Delete(tmp_file_path, false);
61 file_util::Delete(tmp_file_path, false);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 30 file_util::Delete(filename_, false);
35 file_util::Delete(temp_file, false);
42 store_->Delete();
61 // Test that Delete() deletes the temporary store, if present.
81 EXPECT_TRUE(store_->Delete());
safe_browsing_store_unittest_helper.h 40 // Test that deletes delete the chunk's data.
51 // filename, for the Delete() test.
65 TEST_F(test_fixture, Delete) { \
  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.cpp 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete();
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 130 /** Test example of a DELETE request in the new style. */
131 public static class Delete extends Base {
132 public Delete() {
133 super(Method.DELETE, TEST_URL, null);

Completed in 941 milliseconds

1 2 3 4 5 6 7 8 91011