Searched refs:release (Results 176 - 200 of 1398) sorted by relevance

1234567891011>>

/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h40 // either release or abandon should have been called by the owner of this object.
45 void release(GrGLGpu* gpu);
H A DGrGLIndexBuffer.cpp21 fImpl.release(this->getGpuGL());
H A DGrGLTransferBuffer.cpp20 fImpl.release(this->getGpuGL());
H A DGrGLVertexBuffer.cpp21 fImpl.release(this->getGpuGL());
/external/skia/src/gpu/vk/
H A DGrVkUniformBuffer.h30 void release(const GrVkGpu* gpu) { function in class:GrVkUniformBuffer
/external/webrtc/talk/media/base/
H A Dvideoframefactory.cc49 return cropped_input_frame.release();
/external/webrtc/webrtc/test/testsupport/mac/
H A Drun_threaded_main_mac.mm52 [pool release];
88 [pool release];
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRStringStream.js198 this.release(m);
207 * argument. So if you're nested 5 levels of mark(), and then release(2)
208 * you have to release resources for depths 2..5.
212 release: function(marker) {
213 // unwind any other markers made after m and release m
215 // release this marker
/external/deqp/framework/platform/X11/
H A DtcuX11Platform.cpp52 m_contextFactoryRegistry.registerFactory(factory.release());
92 dst << "OS: " << sysInfo.sysname << " " << sysInfo.release << " " << sysInfo.version << "\n";
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h77 NFRule** release() { function in class:NFRuleList
89 tmp = release();
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.bat4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
H A Dspan16perf.bat4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
H A Dspan8perf.bat4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
/external/iptables/
H A Drelease.sh7 TMPDIR=/tmp/ipt-release
/external/libchrome/base/threading/
H A Dnon_thread_safe_unittest.cc101 non_thread_safe_class.release());
140 non_thread_safe_class.release());
/external/llvm/lib/Support/
H A DMutex.cpp29 bool MutexImpl::release() { return true; } function in class:llvm::MutexImpl
94 MutexImpl::release()
/external/opencv3/modules/cudacodec/test/
H A Dtest_video.cpp106 reader.release();
107 d_writer.release();
/external/opencv3/modules/java/src/
H A Dfeatures2d+DescriptorMatcher.java148 matches_mat.release();
158 matches_mat.release();
173 matches_mat.release();
183 matches_mat.release();
223 matches_mat.release();
233 matches_mat.release();
249 matches_mat.release();
259 matches_mat.release();
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
H A DLogFactory.java201 public abstract void release(); method in class:LogFactory
296 * any), after calling the instance method <code>release()</code> on each of
300 * ClassLoader for which to release the LogFactory
302 public static void release(ClassLoader classLoader) { method in class:LogFactory
309 * instances, after calling the instance method <code>release()</code> on
/external/webrtc/talk/app/webrtc/objc/
H A DRTCAVFoundationVideoSource.mm43 factory.nativeFactory->CreateVideoSource(capturer.release(),
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactoryproxy.h52 a1, a2, a3.release(), a4.release(), a5));
/external/webrtc/webrtc/base/
H A Dreferencecountedsingletonfactory.h94 release();
116 void release() { function in class:rtc::rcsf_ptr
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc70 packet_memory.release(), temp_packet.length,
81 return packet.release();
/external/webrtc/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer.cc99 CreateCroppedDesktopFrame(screen_frame.release(), window_rect));
100 callback_->OnCaptureCompleted(window_frame.release());
/external/webrtc/webrtc/p2p/base/
H A Dtransportdescriptionfactory.cc48 return desc.release();
93 return desc.release();

Completed in 1945 milliseconds

1234567891011>>