HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 126 - 150 of 268) sorted by null

1 2 3 4 56 7 8 91011

  /external/v8/src/
lazy-instance.h 104 static void Destroy(T* /* instance */) {}
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 105 // AudioProcessing::Destroy(apm);
121 static void Destroy(AudioProcessing* apm);
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 56 static void Destroy(LDSection*& pSection);
ResolveInfo.h 99 static void Destroy(ResolveInfo*& pInfo);
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 54 /// Destroy - destroy a relocation entry
55 void Relocation::Destroy(Relocation*& pRelocation)
57 g_RelocationFactory->destroy(pRelocation);
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 28 ResolveInfo::Destroy(*info);
114 m_Table.getEntryFactory().destroy(new_symbol);
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 144 void Space::Destroy(Space*& pSpace)
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 270 widget_.Destroy();
271 native_widget_.Destroy();
status_bubble_gtk.cc 57 label_.Destroy();
58 container_.Destroy();
location_bar_view_gtk.cc 176 star_.Destroy();
177 hbox_.Destroy();
178 content_setting_hbox_.Destroy();
179 page_action_hbox_.Destroy();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 163 shelf_.Destroy();
164 items_hbox_.Destroy();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 204 void Destroy();
341 void Destroy();
  /external/stressapptest/src/
pattern.cc 334 Destroy();
383 int PatternList::Destroy() {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 43 // Destroy surfaces
50 it->second.second->Destroy();
56 // Destroy contexts
64 // Destroy attached shaders and frames
68 // Destroy display
230 surface_window_pair->second->Destroy();
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 314 /* Destroy the AudioRecorder object */
315 (*recorder)->Destroy(recorder);
379 (*sl)->Destroy(sl);
slesTestDecodeToBuffQueue.cpp 525 /* Destroy the AudioPlayer object */
526 (*player)->Destroy(player);
564 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 528 // destroy audio player
529 (*playerObject)->Destroy(playerObject);
535 // destroy output mix
536 (*outputMixObject)->Destroy(outputMixObject);
538 // destroy engine
539 (*engineObject)->Destroy(engineObject);
playbq.cpp 528 // destroy audio player
529 (*playerObject)->Destroy(playerObject);
535 // destroy output mix
536 (*outputMixObject)->Destroy(outputMixObject);
538 // destroy engine
539 (*engineObject)->Destroy(engineObject);
reverb.c 659 (*playerObject)->Destroy(playerObject);
660 (*mixObject)->Destroy(mixObject);
661 (*engineObject)->Destroy(engineObject);
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 54 void AudioProcessing::Destroy(AudioProcessing* apm) {
108 component->Destroy();
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 35 // destroy an object multiple times but only allocate it once.
195 inline void Destroy() {
  /external/chromium/chrome/browser/
aeropeek_manager.cc 581 void Destroy();
783 void AeroPeekWindow::Destroy() {
800 // Destroy this window.
    [all...]
gpu_process_host_ui_shim.cc 135 void GpuProcessHostUIShim::Destroy(int host_id) {
190 // Destroy the command buffer that owns the accelerated surface.
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 219 void Destroy(FinalStatus reason);
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 25 handler_.Destroy();

Completed in 975 milliseconds

1 2 3 4 56 7 8 91011