Searched refs:Delete (Results 226 - 250 of 498) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h120 // Delete the span "[p, p+n-1]".
123 void Delete(Span* span);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h112 // Delete the span "[p, p+n-1]".
115 void Delete(Span* span);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc304 // Delete
305 VoiceEngine::Delete(veData1.ve);
306 VoiceEngine::Delete(veData2.ve);
467 if (!VoiceEngine::Delete(veData1.ve))
470 "Delete VoE failed");
480 // Delete VoiceEngine instance
500 // Delete
501 if (!VoiceEngine::Delete(veData1.ve))
504 "Delete VoE failed");
605 // [Base] Delete channe
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h97 bool Delete();
252 // 1) Delete the string from |delete_from| to |delte_to|.
H A Dtextfield_model_unittest.cc87 // Delete 6th char "W", then delete 5th char "O".
89 EXPECT_TRUE(model.Delete());
101 EXPECT_FALSE(model.Delete());
131 // Test Delete and backspace.
133 EXPECT_TRUE(model.Delete());
182 // Delete should delete the whole grapheme.
188 EXPECT_TRUE(model.Delete());
222 EXPECT_TRUE(model.Delete());
223 EXPECT_TRUE(model.Delete());
224 EXPECT_TRUE(model.Delete());
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-list.cc39 // Stash the size in the first word to use for Delete.
47 static void Delete(void* ptr) { function in class:ZeroingAllocationPolicy
/external/lldb/include/lldb/DataFormatters/
H A DFormatManager.h88 return m_categories_map.Delete(category_name);
H A DTypeCategory.h164 Delete (ConstString name,
/external/llvm/unittests/IR/
H A DMetadataTest.cpp117 TEST_F(MDNodeTest, Delete) {
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp211 Delete();
317 Delete();
603 void CPWL_EditCtrl::Delete() function in class:CPWL_EditCtrl
606 m_pEdit->Delete();
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h166 void Delete();
/external/qemu/ui/
H A Dcurses_keys.h129 [0x14a] = 83 | GREY, /* Delete */
457 { "Delete", 0x14a },
/external/srec/seti/sltsEngine/src/
H A Dlinklist_impl.c192 LListResult Delete(LList *list) function
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database_unittest.cc268 EXPECT_TRUE(temp_dir.Delete());
299 EXPECT_TRUE(temp_dir.Delete());
/external/chromium_org/chromeos/dbus/
H A Dgsm_sms_client_unittest.cc110 // Handles Delete method call.
171 // Expected argument for Delete and Get methods.
222 TEST_F(GsmSMSClientTest, Delete) {
233 // Call Delete.
234 client_->Delete(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
274 // Call Delete.
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc280 store_->Delete(ns_fake);
285 store_->Delete(ns);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.cc513 // Delete a resource from the uncommitted list.
514 batch.Delete(CreateResourceIdKey(
516 // Delete from the purgeable list in case this version was once deleted.
517 batch.Delete(
624 batch.Delete(CreateUniqueOriginKey(origin));
627 // Delete a registration specified by |registration_id|.
628 batch.Delete(CreateRegistrationKey(registration_id, origin));
630 // Delete resource records associated with the registration.
704 // Delete from the unique origin list.
705 batch.Delete(CreateUniqueOriginKe
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc155 bool FileSystemUsageCache::Delete(const base::FilePath& usage_file_path) { function in class:storage::FileSystemUsageCache
156 TRACE_EVENT0("FileSystem", "UsageCache::Delete");
220 Delete(usage_file_path);
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl.cc123 void ModelTypeSyncProxyImpl::Delete(const std::string& client_tag) { function in class:syncer::ModelTypeSyncProxyImpl
135 entity->Delete();
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl256 proc Delete {} { procedure
268 {[Delete]}
/external/chromium_org/v8/src/
H A Dhashmap.h108 AllocationPolicy::Delete(map_);
292 // Delete old map.
293 AllocationPolicy::Delete(map);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp105 Delete, ///< Delete the specified members enumerator in enum:ArchiveOperation
197 case 'd': ++NumOperations; Operation = Delete; break;
353 case Delete:
504 if (Operation == Delete)
583 if (Operation == Delete)
876 case Delete:
/external/lldb/source/Commands/
H A DCommandObjectType.cpp558 "Delete an existing formatting style for a type.",
601 if (DataVisualization::ValueFormats::Delete(typeCS))
627 "Delete all existing format styles.",
1377 category->GetRegexSummaryNavigator()->Delete(type_name);
1494 category_sp->Delete(*name, eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary);
1502 "Delete an existing summary style for a type.",
1555 bool delete_category = category->Delete(typeCS,
1557 bool delete_named = DataVisualization::NamedSummaryFormats::Delete(typeCS);
1577 { LLDB_OPT_SET_1, false, "all", 'a', no_argument, NULL, 0, eArgTypeNone, "Delete from every category."},
1578 { LLDB_OPT_SET_2, false, "category", 'w', required_argument, NULL, 0, eArgTypeName, "Delete fro
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file_unittest.cc59 store_->Delete();
400 // Delete them, too.
437 TEST_F(SafeBrowsingStoreFileTest, Delete) {
438 // Delete should work if the file wasn't there in the first place.
440 EXPECT_TRUE(store_->Delete());
446 EXPECT_TRUE(store_->Delete());
450 // Test that Delete() deletes the temporary store, if present.
470 EXPECT_TRUE(store_->Delete());
/external/chromium_org/sql/
H A Dconnection_unittest.cc441 sql::Connection::Delete(db_path());
652 TEST_F(SQLConnectionTest, Delete) {
662 sql::Connection::Delete(db_path());
676 sql::Connection::Delete(db_path());
714 // Delete and re-create the database, the restriction should still apply.
716 sql::Connection::Delete(db_path());

Completed in 3281 milliseconds

1234567891011>>