Searched refs:Free (Results 76 - 100 of 269) sorted by relevance

1234567891011

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.cc73 Free();
76 void VCMEncodedFrame::Free() function in class:webrtc::VCMEncodedFrame
/external/lzma/C/
H A DTypes.h230 void (*Free)(void *p, void *address); /* address can be 0 */ member in struct:__anon26738
234 #define IAlloc_Free(p, a) (p)->Free((p), a)
H A DXz.c34 alloc->Free(alloc, p->blocks);
H A DXzIn.c132 alloc->Free(alloc, buf);
240 alloc->Free(alloc, p->streams);
295 alloc->Free(alloc, p->streams);
/external/skia/src/core/
H A DSkDescriptor.h29 static void Free(SkDescriptor* desc) { function in class:SkDescriptor
147 SkDescriptor::Free(fDesc);
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp28 Free 2 and re-allocate it. This gives it a new identity,
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs172 h.Free();
216 h.Free();
/external/chromium_org/base/threading/
H A Dthread_local_storage_unittest.cc126 tls_slot.Free(); // Stop doing callbacks to cleanup threads.
/external/chromium_org/crypto/
H A Dapple_keychain.h26 // SecKeychainFoo). The only exception is Free, which should be used for
99 virtual void Free(CFTypeRef ref) const;
/external/chromium_org/gin/
H A Darray_buffer.h21 virtual void Free(void* data, size_t length) OVERRIDE;
/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker.h111 void Free(Buffer* buffer);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRendering.cpp24 SkDescriptor::Free(fDesc);
/external/chromium_org/v8/src/base/platform/
H A Dplatform-linux.cc198 if (memory_) OS::Free(memory_, size_);
290 OS::Free(addr, size);
327 OS::Free(base, prefix_size);
336 OS::Free(aligned_base + aligned_size, suffix_size);
H A Dplatform-openbsd.cc112 if (memory_) OS::Free(memory_, size_);
196 OS::Free(addr, size);
234 OS::Free(base, prefix_size);
243 OS::Free(aligned_base + aligned_size, suffix_size);
H A Dplatform-macos.cc124 if (memory_) OS::Free(memory_, size_);
205 OS::Free(base, prefix_size);
214 OS::Free(aligned_base + aligned_size, suffix_size);
H A Dplatform-qnx.cc173 if (memory_) OS::Free(memory_, size_);
270 OS::Free(base, prefix_size);
279 OS::Free(aligned_base + aligned_size, suffix_size);
/external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/
H A Dmemcpy_64plus.S8 ; published by the Free Software Foundation.
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm91 GNU General Public License ("GPL") version 2 as published by the Free
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc17 FNFREE(Free) {
24 // with a call to Free().
59 Free(a_);
248 HFDI fdi = g_FDICreate(&Alloc, &Free, &Open, &Read, &Write, &Close, &Seek,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc90 block_alloc_.Free(&thr->block_cache, idx & ~kFlagMask);
97 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask);
147 sync_alloc_.Free(&thr->sync_cache, myidx);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc_test.c57 static void Free(char** ptr) { function
75 Free(&val);
203 Free(&err);
208 Free(&err);
306 Free(&prop);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp7 License as published by the Free Software Foundation; either
16 License along with this library; if not, write to the Free
163 User::Free(device->hidden);
164 User::Free(device);
185 User::Free(device);
445 User::Free(Private->iSwSurface);
573 User::Free(Private->iSwSurface);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp149 void Free();
602 gEpocEnv->iDsa->Free();
662 void EpocSdlEnvData::Free() function in class:EpocSdlEnvData
666 iDsa->Free();
673 User::Free( iArgv[i] );
675 User::Free(iArgv);
681 iDsa->Free();
758 // Free resources and return
766 gEpocEnv->Free(); //free up in thread resources
789 gEpocEnv->Free();
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMetaData.cpp55 Rec::Free(rec);
263 Rec::Free(rec);
334 void SkMetaData::Rec::Free(Rec* rec) { function in class:SkMetaData::Rec
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc73 _ioContextPool.Free();
432 Free();
511 int32_t IoContextPool::Free() function in class:webrtc::test::IoContextPool

Completed in 751 milliseconds

1234567891011