Searched refs:Delete (Results 201 - 213 of 213) sorted by relevance

123456789

/external/v8/src/
H A Dapi.cc3014 bool v8::Object::Delete(v8::Handle<String> key) { function in class:v8::v8::Object
3016 ON_BAILOUT(isolate, "v8::Object::Delete()", return false);
3035 bool v8::Object::Delete(uint32_t index) { function in class:v8::v8::Object
5856 void CpuProfile::Delete() { function in class:v8::CpuProfile
5858 IsDeadCheck(isolate, "v8::CpuProfile::Delete");
6099 void HeapSnapshot::Delete() { function in class:v8::HeapSnapshot
6101 IsDeadCheck(isolate, "v8::HeapSnapshot::Delete");
6103 ToInternal(this)->Delete();
H A Dliveobjectlist.cc1181 // Delete doesn't actually deletes an lol. It just marks it as invisible since
1185 bool LiveObjectList::Delete(int id) { function in class:v8::internal::LiveObjectList
1221 // Delete this now empty and invisible lol.
2434 // Delete this now empty and invisible lol.
H A Dprofile-generator.cc1154 void HeapSnapshot::Delete() { function in class:v8::internal::HeapSnapshot
H A Dobjects.cc3873 MaybeObject* raw_result = this_handle->GetElementsAccessor()->Delete(
3914 return GetElementsAccessor()->Delete(this, index, mode);
H A Druntime.cc12643 bool success = LiveObjectList::Delete(id);
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc2038 // Delete one of the buffers and truncate the other.
2042 // Delete the second buffer, writing 10 bytes to disk.
2104 EXPECT_TRUE(file_util::Delete(name, false));
/external/v8/test/cctest/
H A Dtest-api.cc2078 CHECK(obj->Delete(prop_name));
6043 info.This()->Delete(name);
11549 context->Global()->Delete(v8_str("tmp"));
11556 context->Global()->Delete(v8_str("tmp"));
12289 CHECK(!global->Delete(simple_property));
12329 CHECK(global->Delete(some_property));
12335 CHECK(!global->Delete(some_property));
14945 // Delete property.
14948 // Delete element.
14949 CHECK_EQ(false, global0->Delete(
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas476 /// Delete children from start to stop and replace with t even if t is
2206 FChildren.Delete(I);
2331 FChildren.Delete(IndexToDelete);
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc6132 file_util::Delete(temp_file_path, false);
6189 file_util::Delete(temp_file, false);
6280 file_util::Delete(temp_file, false);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2835 selected_item->Delete(DownloadItem::DELETE_DUE_TO_USER_DISCARD);
/external/iproute2/doc/
H A Dip-cref.tex807 \paragraph{Example:} Delete all the addresses from the private network
2119 \item Delete the unused default rule:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 463 milliseconds

123456789