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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 189 delete _thread;
304 // Delete
305 VoiceEngine::Delete(veData1.ve);
306 VoiceEngine::Delete(veData2.ve);
465 // If not OK, release all sub-APIs and delete VoE
467 if (!VoiceEngine::Delete(veData1.ve))
470 "Delete VoE failed");
480 // Delete VoiceEngine instance
500 // Delete
501 if (!VoiceEngine::Delete(veData1.ve)
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.h 94 // the user has pressed delete key in the textfield). Returns true if
97 bool Delete();
252 // 1) Delete the string from |delete_from| to |delte_to|.
  /external/chromium_org/v8/src/
zone.cc 156 Malloced::Delete(segment);
168 // except that we employ a maximum segment size when we delete. This
zone.h 128 // Ideally, the delete operator should be private instead of
131 // require the operator to be visible. MSVC requires the delete
135 // Zone::DeleteAll() to delete all zone objects in one go.
136 void operator delete(void*, size_t) { UNREACHABLE(); }
137 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
161 INLINE(static void Delete(void *pointer)) { }
171 // Zone. ZoneLists cannot be deleted individually; you can delete all
217 void operator delete(void* pointer) { UNREACHABLE(); }
218 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
234 void operator delete(void* pointer) { UNREACHABLE();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-list.cc 39 // Stash the size in the first word to use for Delete.
47 static void Delete(void* ptr) {
160 delete list;
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 88 return m_categories_map.Delete(category_name);
TypeCategory.h 164 Delete (ConstString name,
  /external/llvm/unittests/IR/
MetadataTest.cpp 56 delete[] str;
117 TEST_F(MDNodeTest, Delete) {
127 delete I;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 39 //3 Delete
133 void Delete();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 211 Delete();
317 Delete();
603 void CPWL_EditCtrl::Delete()
606 m_pEdit->Delete();
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 165 // If this UnknownField contains a pointer, delete it.
166 void Delete();
  /external/qemu/ui/
curses_keys.h 129 [0x14a] = 83 | GREY, /* Delete */
457 { "Delete", 0x14a },
  /external/srec/seti/sltsEngine/src/
linklist_impl.c 192 LListResult Delete(LList *list)
208 /* delete from the head */
220 /* delete from the end */
232 /* delete somewhere in the middle */
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 111 s(db_->db_.GetUniqueStatement("DELETE FROM omni_box_shortcuts"));
269 EXPECT_TRUE(temp_dir.Delete());
300 EXPECT_TRUE(temp_dir.Delete());
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 68 // Delete the item and verify it worked.
  /external/chromium_org/chromeos/dbus/
gsm_sms_client_unittest.cc 110 // 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/
component_cloud_policy_store_unittest.cc 274 store_->Delete(ns_fake);
279 store_->Delete(ns);
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
example.js 57 common.naclModule.postMessage({cmd: 'Delete', key: key});
  /external/chromium_org/ppapi/
generate_ppapi_size_checks.py 102 def Delete(self, start_line, end_line):
103 """Make the patch delete the lines starting with |start_line| up to but not
122 # and just edit strings in the file_lines list as necessary. When we delete
126 # Add and Delete remain valid list indices, and we don't have to worry about
371 # Find locations of existing macros, and just delete them all. Note that
376 # a pointer was added), and we want to delete the old check in that case.
383 file_patches[sourcefile].Delete(typeinfo.source_location.start_line,
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 256 proc Delete {} {
258 {DELETE FROM [Table] WHERE [Expr $::ColumnList]}
268 {[Delete]}
  /external/chromium_org/v8/test/mjsunit/
global-deleted-property-ic.js 38 // Delete the global variable and make sure we get back to loading from
40 delete this.x;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1531.js 38 // Regression test for lookup after delete of a dictionary-mode arguments
43 // Delete a property from the dictionary.
44 delete arguments[5];
splice-missing-wb.js 44 // Delete elements a[2] .. a[201]. Internally we will use
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc 155 bool FileSystemUsageCache::Delete(const base::FilePath& usage_file_path) {
156 TRACE_EVENT0("FileSystem", "UsageCache::Delete");
220 Delete(usage_file_path);
244 delete new_file;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 134 RM = Delete -y -i

Completed in 3190 milliseconds

1 2 3 4 5 6 7 8 91011>>