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

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.inp 134 RM = Delete -y -i
  /external/chromium_org/remoting/webapp/
paired_client_manager.js 60 this.deleteButton.id = 'delete-client-' + this.clientId;
71 * Show or hide the "Delete" button for this row.
122 * @param {HTMLElement} deleteAllButton HTML <button> inititating the "delete
130 * if a delete operation fails.
207 * Enter or leave "working" mode. This indicates to the user that a delete
227 * Error callback for delete operations.
239 * Delete a single paired client.
241 * @param {remoting.PairedClient} client The pairing to delete.
258 * Delete all paired clients.
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 80 " d[NsS] - delete file(s) from the archive\n"
105 Delete, ///< Delete the specified members
197 case 'd': ++NumOperations; Operation = Delete; break;
353 case Delete:
504 if (Operation == Delete)
583 if (Operation == Delete)
876 case Delete:
  /external/chromium_org/ui/views/controls/textfield/
textfield_model_unittest.cc 87 // Delete 6th char "W", then delete 5th char "O".
89 EXPECT_TRUE(model.Delete());
99 // Move the cursor to the end; delete should fail, but backspace should work.
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());
    [all...]
  /external/lldb/source/Commands/
CommandObjectType.cpp 557 "type format delete",
558 "Delete an existing formatting style for a type.",
601 if (DataVisualization::ValueFormats::Delete(typeCS))
627 "Delete all existing format styles.",
704 delete param;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmscreen.h 305 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
329 #define IFsrmFileGroup_Delete() (This)->lpVtbl->Delete(This)
365 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
393 #define IFsrmFileGroupImported_Delete() (This)->lpVtbl->Delete(This)
478 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
504 #define IFsrmFileScreenBase_Delete() (This)->lpVtbl->Delete(This)
542 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
563 #define IFsrmFileScreenException_Delete() (This)->lpVtbl->Delete(This)
    [all...]
adoctint.h 294 virtual HRESULT WINAPI Delete(VARIANT Item) = 0;
310 HRESULT (WINAPI *Delete)(_ADODynaADOCollection *This,VARIANT Item);
328 #define _ADODynaCollection_Delete(This,Item) (This)->lpVtbl->Delete(This,Item)
    [all...]
_dbdao.h 229 virtual VOID Delete(LPCTSTR pstr) = 0;
239 VOID Delete(LPCTSTR pstr);
249 VOID Delete(LPCTSTR pstr);
fsrmquota.h 304 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
332 #define IFsrmQuotaBase_Delete() (This)->lpVtbl->Delete(This)
372 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
408 #define IFsrmQuotaObject_Delete() (This)->lpVtbl->Delete(This)
454 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
495 #define IFsrmAutoApplyQuota_Delete() (This)->lpVtbl->Delete(This)
544 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
579 #define IFsrmQuota_Delete() (This)->lpVtbl->Delete(This)
    [all...]
termmgr.h 293 virtual HRESULT WINAPI Delete(BSTR bstrSuperclass) = 0;
321 HRESULT (WINAPI *Delete)(ITPluggableTerminalClassRegistration *This,BSTR bstrSuperclass);
351 #define ITPluggableTerminalClassRegistration_Delete(This,bstrSuperclass) (This)->lpVtbl->Delete(This,bstrSuperclass)
402 virtual HRESULT WINAPI Delete(void) = 0;
422 HRESULT (WINAPI *Delete)(ITPluggableTerminalSuperclassRegistration *This);
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 518 // Delete a resource from the uncommitted list.
519 batch.Delete(CreateResourceIdKey(
623 batch.Delete(CreateUniqueOriginKey(origin));
626 // Delete a registration specified by |registration_id|.
627 batch.Delete(CreateRegistrationKey(registration_id, origin));
629 // Delete resource records associated with the registration.
702 // Delete from the unique origin list.
703 batch.Delete(CreateUniqueOriginKey(origin));
710 // Delete registrations and resource records.
713 batch.Delete(CreateRegistrationKey(itr->registration_id, origin))
    [all...]
  /external/chromium_org/sql/
connection_unittest.cc 441 sql::Connection::Delete(db_path());
652 TEST_F(SQLConnectionTest, Delete) {
662 sql::Connection::Delete(db_path());
676 sql::Connection::Delete(db_path());
682 // journal_mode is changed back to DELETE, then parts of this test
714 // Delete and re-create the database, the restriction should still apply.
716 sql::Connection::Delete(db_path());
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 443 string_to_print.Delete(endline, string_to_print.GetLength());
444 read_buffer_global.Delete(0, endline);
450 read_buffer_global.Delete(0, 1);
575 delete[] arguments;
668 delete[] message_time;
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 166 delete db->rep;
167 delete db;
185 SaveError(errptr, db->rep->Delete(options->rep, Slice(key, keylen)));
237 delete snapshot;
264 delete[] ranges;
293 delete iter->rep;
294 delete iter;
342 delete b;
359 b->rep.Delete(Slice(key, klen));
375 virtual void Delete(const Slice& key)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
framebuffer.c 154 fb->Delete = _mesa_destroy_framebuffer;
180 fb->Delete = _mesa_destroy_framebuffer;
187 * Typically called via the gl_framebuffer->Delete() method.
249 oldFb->Delete(oldFb);
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 395 // Delete channel
397 WebrtcLog("VoE delete channel failed");
405 // Delete VoiceEngine
406 Delete(); // Error logging is done in native API wrapper
490 Delete();
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 139 Delete (KeyType name)
279 Delete (ConstString type)
368 return m_format_map.Delete(type);
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 512 name.Delete(0);
519 name.Delete(0);
530 name.Delete(0, 3);
  /external/mesa3d/src/mesa/main/
framebuffer.c 154 fb->Delete = _mesa_destroy_framebuffer;
180 fb->Delete = _mesa_destroy_framebuffer;
187 * Typically called via the gl_framebuffer->Delete() method.
249 oldFb->Delete(oldFb);
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler_unittest.cc 321 TEST_F(UrlsSQLHandlerTest, Delete) {
339 ASSERT_TRUE(urls_sql_handler_.Delete(ids));
visit_sql_handler_unittest.cc 281 TEST_F(VisitSQLHandlerTest, Delete) {
299 ASSERT_TRUE(urls_sql_handler_.Delete(ids));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 117 'Delete': 46
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.js 97 case 46: // Delete
  /external/chromium_org/chromeos/network/
network_sms_handler.cc 126 // the order the deletion will be executed in. Delete messages from
136 DBusThreadManager::Get()->GetGsmSMSClient()->Delete(
254 // the order the deletion will be executed in. Delete messages from
264 DBusThreadManager::Get()->GetModemMessagingClient()->Delete(
  /external/chromium_org/v8/src/
hydrogen-bce.cc 321 void BoundsCheckTable::Delete(BoundsCheckKey* key) {
459 table_.Delete(data->Key());

Completed in 1247 milliseconds

<<11121314151617181920>>