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

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/Common/
ListFileUtils.cpp 52 u.Delete(0);
  /external/protobuf/src/google/protobuf/
repeated_field.cc 50 delete [] old_elements;
87 void StringTypeHandlerBase::Delete(string* value) {
88 delete value;
  /external/skia/src/core/
SkGlyphCache_Globals.h 99 static void DeleteTLS() { SkTLS::Delete(CreateTLS); }
  /external/lldb/source/API/
SBTypeCategory.cpp 327 return DataVisualization::ValueFormats::Delete(ConstString(type_name.GetName()));
397 return m_opaque_sp->GetRegexSummaryNavigator()->Delete(ConstString(type_name.GetName()));
399 return m_opaque_sp->GetSummaryNavigator()->Delete(ConstString(type_name.GetName()));
433 return m_opaque_sp->GetRegexFilterNavigator()->Delete(ConstString(type_name.GetName()));
435 return m_opaque_sp->GetFilterNavigator()->Delete(ConstString(type_name.GetName()));
504 return m_opaque_sp->GetRegexSyntheticNavigator()->Delete(ConstString(type_name.GetName()));
506 return m_opaque_sp->GetSyntheticNavigator()->Delete(ConstString(type_name.GetName()));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 45 * You can insert stuff, replace, and delete chunks. Note that the
308 public virtual void Delete(int index) {
309 Delete(DEFAULT_PROGRAM_NAME, index, index);
312 public virtual void Delete(int from, int to) {
313 Delete(DEFAULT_PROGRAM_NAME, from, to);
316 public virtual void Delete(IToken indexT) {
317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT);
320 public virtual void Delete(IToken from, IToken to) {
321 Delete(DEFAULT_PROGRAM_NAME, from, to);
324 public virtual void Delete(string programName, int from, int to)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 48 * You can insert stuff, replace, and delete chunks. Note that the
352 public virtual void Delete( int index )
354 Delete( DEFAULT_PROGRAM_NAME, index, index );
357 public virtual void Delete( int from, int to )
359 Delete( DEFAULT_PROGRAM_NAME, from, to );
362 public virtual void Delete( IToken indexT )
364 Delete( DEFAULT_PROGRAM_NAME, indexT, indexT );
367 public virtual void Delete( IToken from, IToken to )
369 Delete( DEFAULT_PROGRAM_NAME, from, to );
372 public virtual void Delete( string programName, int from, int to
    [all...]
  /external/chromium_org/v8/test/mjsunit/
delete-non-configurable.js 28 // Delete elements of a String object.
34 assertFalse(delete so[i]);
35 assertThrows("'use strict'; delete so[i];", TypeError);
36 assertFalse(delete so[i.toString()]);
37 assertThrows("'use strict'; delete so[i.toString()];", TypeError);
43 // Delete elements of an Array.
52 assertFalse(delete arr[i]);
53 assertThrows("'use strict'; delete arr[i];", TypeError);
54 assertFalse(delete arr[i.toString()]);
55 assertThrows("'use strict'; delete arr[i.toString()];", TypeError)
    [all...]
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 54 memory.Delete(s_test_name_);
145 // Android doesn't support SharedMemory::Open/Delete/
155 bool rv = memory1.Delete(test_name);
157 rv = memory1.Delete(test_name);
190 rv = memory1.Delete(test_name);
192 rv = memory2.Delete(test_name);
248 // Verify that opening memory2 didn't truncate or delete memory 1.
258 rv = memory1.Delete(test_name);
294 delete thread_delegates[index];
323 delete thread_delegates[index]
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_deny.js 23 // Delete the callbacks so developers cannot call them and produce unexpected
25 delete proto.createdCallback;
26 delete proto.enteredDocumentCallback;
27 delete proto.leftDocumentCallback;
28 delete proto.attributeChangedCallback;
  /external/chromium_org/chrome/test/chromedriver/
util.py 52 # Don't use shutil.rmtree because it can't delete read-only files on Win.
63 def Delete(path):
74 Delete(path)
  /external/chromium_org/ppapi/api/
ppb_file_ref.idl 178 * Delete() deletes a file or directory. If <code>file_ref</code> refers to
179 * a directory, then the directory must be empty. It is an error to delete a
180 * file or directory that is in use. It is not valid to delete a file in
186 * completion of Delete().
190 int32_t Delete([in] PP_Resource file_ref,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 57 ~scoped_voe_engine() { if (ptr) VERIFY(webrtc::VoiceEngine::Delete(ptr)); }
61 VERIFY(webrtc::VoiceEngine::Delete(ptr));
  /external/chromium_org/v8/include/
v8-profiler.h 121 void Delete();
335 void Delete();
  /external/chromium_org/v8/src/
list.h 51 INLINE(void operator delete(void* p)) {
52 AllocationPolicy::Delete(p);
56 INLINE(void operator delete(void* p, AllocationPolicy allocator)) {
128 // pointer type, clearing the list doesn't delete the entries.
164 AllocationPolicy::Delete(data);
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HurlStackTest.java 102 TestRequest.Delete request = new TestRequest.Delete();
103 assertEquals(request.getMethod(), Method.DELETE);
106 assertEquals("DELETE", mMockConnection.getRequestMethod());
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper_unittest.cc 36 TEST_F(CannedBrowsingDataDatabaseHelperTest, Delete) {
browsing_data_indexed_db_helper_unittest.cc 48 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Delete) {
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 119 // Delete the cert. Returns true on success. |cert| is still valid when this
121 bool Delete(net::X509Certificate* cert);
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.cc 71 // delete the entry.
72 cache_->Delete(cache_key_, subkey);
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store.h 91 void Delete(const PolicyNamespace& ns);
component_cloud_policy_updater.cc 81 // Delete any existing policy for this component.
82 store_->Delete(ns);
  /external/chromium_org/content/browser/
power_save_blocker_mac.cc 34 static void Delete(base::Thread* instance) { }
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.h 36 virtual int32_t Delete(ppapi::host::ReplyMessageContext context) OVERRIDE;
  /external/chromium_org/ppapi/proxy/
file_ref_resource.h 50 virtual int32_t Delete(scoped_refptr<TrackedCallback> callback) OVERRIDE;
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux_unittest.cc 56 // Delete the first pairing.
57 EXPECT_TRUE(delegate->Delete(pairing1.client_id()));
70 // Delete the rest and verify.

Completed in 3547 milliseconds

1 2 3 45 6 7 8 91011>>