HomeSort by relevance Sort by last modified time
    Searched refs:Delete (Results 276 - 300 of 578) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 38 "delete x;" +
51 // Delete 'x' to remove the local const property.
52 "delete x;" +
65 var source = "delete x; const x = 7; assertEquals(7, x)";
83 var source = "delete x; const x = 8";
110 var source = "delete x; const x = 13; assertEquals(13, x)";
debug-liveedit-breakpoints.js 101 // Delete all breakpoints to make this test reentrant.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 25 REM Delete previous Eclipse installation and workspace
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 496 virtual HRESULT WINAPI Delete(void) = 0;
    [all...]
functiondiscoveryapi.h 122 STDMETHOD_(HRESULT,Delete)(THIS_ DWORD dwIndex) PURE;
136 #define IFunctionInstanceCollection_Delete(This,dwIndex) (This)->lpVtbl->Delete(This,dwIndex)
fsrm.h 322 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
338 #define IFsrmAction_Delete() (This)->lpVtbl->Delete(This)
368 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
400 #define IFsrmActionCommand_Delete() (This)->lpVtbl->Delete(This)
444 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
476 #define IFsrmActionEmail_Delete() (This)->lpVtbl->Delete(This)
520 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
556 #define IFsrmActionEmail2_Delete() (This)->lpVtbl->Delete(This)
602 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 202 # now lets delete one of them and try again
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
326 # prior to 2001-05-09 there was a bug where Delete() would
333 self.tdb.Delete(tabname, conditions={'x': dbtables.PrefixCond('X')})
378 # Delete key in select conditions
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 202 # now lets delete one of them and try again
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
326 # prior to 2001-05-09 there was a bug where Delete() would
333 self.tdb.Delete(tabname, conditions={'x': dbtables.PrefixCond('X')})
378 # Delete key in select conditions
  /art/compiler/optimizing/
register_allocator.cc 323 active_.Delete(interval);
327 active_.Delete(interval);
338 inactive_.Delete(interval);
342 inactive_.Delete(interval);
    [all...]
  /build/tools/releasetools/
edify_generator.py 226 """Delete all files in file_list."""
228 cmd = "delete(" + ",\0".join(['"%s"' % (i,) for i in file_list]) + ");"
  /external/chromium_org/base/memory/
shared_memory_win.cc 140 bool SharedMemory::Delete(const std::string& name) {
  /external/chromium_org/chrome/browser/
certificate_manager_model.cc 197 bool CertificateManagerModel::Delete(net::X509Certificate* cert) {
  /external/chromium_org/chrome/browser/history/android/
android_cache_database.cc 60 "DELETE FROM android_cache_db.bookmark_cache"));
167 "DELETE FROM android_cache_db.search_terms "
177 sql::Connection::Delete(db_name_);
bookmark_model_sql_handler.cc 141 bool BookmarkModelSQLHandler::Delete(const TableIDRows& ids_set) {
  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 182 invalid_entries.Delete(it->key());
233 recent_db_->Delete(write_options_, old_it->second);
378 invalid_entries.Delete(it->key());
414 invalid_entries.Delete(it->key());
514 // Next, try to delete and recreate the database. Return NULL if we fail
518 LOG(ERROR) << "Failed to delete database. " << status.ToString();
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 362 bool Delete();
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_search_engines_sync_test.cc 127 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, Delete) {
223 // Ensure that we can change the search engine and immediately delete it
237 // Change the default on the first client and delete the old default.
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.cc 174 store_->Delete(query);
history_data_store.cc 166 void HistoryDataStore::Delete(const std::string& query) {
  /external/chromium_org/chrome/common/
service_process_util.cc 198 shared_mem_service_data_->Delete(GetServiceProcessSharedMemName());
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.cc 266 LOG(ERROR) << "Failed to delete log file " << log_file_.value();
273 // delete the temporary log directory.
277 ignore_result(log_temp_dir_.Delete());
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 78 // Delete the file before writing to it. This ensures that the write does not
132 void ResourceCache::Delete(const std::string& key, const std::string& subkey) {
137 // Delete() does nothing if the directory given to it is not empty. Hence, the
162 // Delete files with invalid names, and files whose subkey doesn't pass the
170 // Delete() does nothing if the directory given to it is not empty. Hence, the
211 // Delete() does nothing if the directory given to it is not empty. Hence, the
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.cc 200 return backend_->Delete(context->MakeReplyMessageContext());
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 342 wc->Delete();
  /external/chromium_org/content/public/browser/
web_contents.h 359 virtual void Delete() = 0;

Completed in 732 milliseconds

<<11121314151617181920>>