HomeSort by relevance Sort by last modified time
    Searched defs:Delete (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 536 // Swap out the set so we can delete from it (the objects will try to
537 // unregister themselves inside the delete call).
542 delete *i;
573 void PepperPluginInstanceImpl::Delete() {
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 223 void HeapSnapshot::Delete() {
225 delete this;
591 delete *snapshot_ptr;
    [all...]
api.cc 555 delete re;
    [all...]
  /external/v8/src/
liveobjectlist.cc 940 delete prev_;
    [all...]
profile-generator.cc 270 delete node;
582 delete *entry_ptr;
586 delete *profile_ptr;
592 delete *list_ptr;
597 delete current_profiles_semaphore_;
    [all...]
api.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 167 * commands that can create events, delete or update events, and then
194 * This is used to delete an event, specified by the event name.
196 private class Delete implements Command {
202 public Delete(String eventName, int expected, String account, String accountType) {
210 Log.i(TAG, "delete " + eventName);
772 new Delete("normal1", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
775 new Delete("normal1", 0, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
776 new Delete("normal2", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
778 new Delete("normal0", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
2721 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:CalendarProvider2Test.MockProvider
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 740 static void Delete(T* x) {
741 delete x;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 781 milliseconds

1 2 3 4 5 67