Searched defs:release (Results 126 - 150 of 302) sorted by relevance

1234567891011>>

/external/llvm/docs/
H A Dconf.py46 # |version| and |release|, also used in various other places throughout the
52 release = '3.4' variable
104 # "<project> v<release> documentation".
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h101 void (*release)( struct translate * ); member in struct:translate
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java121 private void release(HttpChannel httpChannel) { method in class:NettyHttpClient
164 release(this);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h177 T* release() { function in class:testing::internal::linked_ptr
/external/replicaisland/src/com/replica/replicaisland/
H A DInputTouchScreen.java29 public final void release(int index) { method in class:InputTouchScreen
31 mTouchPoints[index].release();
H A DLifetimeComponent.java176 public final void setReleaseGhostOnDeath(boolean release) { argument
177 mReleaseGhostOnDeath = release;
H A DRenderSystem.java67 elementPool.release(element);
140 public void release(Object element) { method in class:RenderSystem.RenderElementPool
145 pool.release(renderable.mDrawable);
147 // reset on release
149 super.release(element);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java101 public void release() { method in class:ShadowMediaPlayer
/external/valgrind/main/perf/
H A Dmany-loss-records.c37 /* every n release block operation, 1 block and its children will be leaked */
70 void release (struct Chunk ** mem) function
105 release (&topblocks[freetop]);
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h22 // release() added in by Google. Use this to conditionally
90 T* release() { function in class:webrtc::scoped_ptr
168 T* release() { function in class:webrtc::scoped_array
236 T* release() { function in class:webrtc::scoped_ptr_malloc
/external/aac/libPCMutils/src/
H A Dlimiter.cpp123 unsigned int attack, release; local
127 /* calc attack and release time in samples */
129 release = (unsigned int)(releaseMs * maxSampleRate / 1000);
149 /* releaseConst = (float)pow(0.1, 1.0 / (release + 1)) */
150 exponent = invFixp(release + 1);
343 smoothState0 = -fMult(releaseConst,-(smoothState0 - cor)) + cor; /* release */
408 unsigned int attack, release; local
416 /* update attack and release time in samples */
418 release = (unsigned int)(limiter->releaseMs * sampleRate / 1000);
425 /* releaseConst = (float)pow(0.1, 1.0 / (release
470 unsigned int release; local
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLegacyCommonTokenStream.java322 public void release(int marker) { method in class:LegacyCommonTokenStream
323 // no resources to release
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java170 * the need to release them (on 1.3+ JVMs only, of course ;)
258 public abstract void release(); method in class:LogFactory
319 * that LogFactory.release(contextClassLoader) is called whenever a
687 * (if any), after calling the instance method <code>release()</code> on
690 * @param classLoader ClassLoader for which to release the LogFactory
692 public static void release(ClassLoader classLoader) { method in class:LogFactory
700 nullClassLoaderFactory.release();
706 factory.release();
717 * instances, after calling the instance method <code>release()</code> on
732 element.release();
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java221 public abstract boolean release(DTM dtm, boolean shouldHardDelete); method in class:DTMManager
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java61 * DTMManager.release(), and may do so at the same time that the main
66 * is a possible alternative solution: rewrite release() so it merely
67 * posts a request for release onto a threadsafe queue, and explicitly
703 * order, and we may not actually release the DTM. This is intended to
710 synchronized public boolean release(DTM dtm, boolean shouldHardDelete) method in class:DTMManagerDefault
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java376 public void release(DTMIterator iter) method in class:XNodeSet
/external/chromium_org/base/
H A Did_map.h90 Releaser<OS, 0>::release(i->second);
215 static inline void release(T* ptr) {} function in struct:IDMap::Releaser
220 static inline void release(T* ptr) { delete ptr;} function in struct:IDMap::Releaser
/external/chromium_org/base/memory/
H A Dscoped_ptr.h22 // SomeFunc(foo.release()); // SomeFunc takes ownership, foo no longer
201 : data_(other->release(), other->get_deleter()) {
212 reset(other->release());
264 T* release() { function in class:base::internal::scoped_ptr_impl
415 element_type* release() WARN_UNUSED_RESULT {
416 return impl_.release();
525 element_type* release() WARN_UNUSED_RESULT {
526 return impl_.release();
H A Dscoped_vector.h78 void release(std::vector<T*>* out) { function in class:ScopedVector
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_copyrequest.cc754 scoped_ptr<SingleReleaseCallback> release; local
755 result->TakeTexture(&mailbox, &release);
756 EXPECT_TRUE(release);
758 release->Run(0, false);
786 scoped_ptr<SingleReleaseCallback> release; local
787 result->TakeTexture(&mailbox, &release);
788 EXPECT_FALSE(release);
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelClient.java79 public void release(int id) { method in class:SocketTunnelClient.IdRegistry
191 mIdRegistry.release(connectionId); // Release sever to client stream.
198 mIdRegistry.release(connectionId); // Release sever to client stream.
295 mIdRegistry.release(mId); // Unlock for client to server stream.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_active_blob_registry_unittest.cc139 ReleaseCallback release = local
147 release.Run(base::FilePath());
160 ReleaseCallback release = local
175 release.Run(base::FilePath());
/external/chromium_org/content/child/npapi/
H A Dnpobject_util.cc153 bool release,
189 // Don't release, because our original variant is the same as our proxy.
190 release = false;
196 // we were supposed to release the corresponding variant
197 // (release==true), we should still do that.
225 if (release)
150 CreateNPVariantParam(const NPVariant& variant, NPChannelBase* channel, NPVariant_Param* param, bool release, int render_view_id, const GURL& page_url) argument
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodulesession_impl.cc78 void WebContentDecryptionModuleSessionImpl::release() { function in class:content::WebContentDecryptionModuleSessionImpl
160 void WebContentDecryptionModuleSessionImpl::release( function in class:content::WebContentDecryptionModuleSessionImpl
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h141 int (*release)(const char* path, struct fuse_file_info*); member in struct:fuse_operations
207 // called for directories. For regular files, fuse_operations.release is

Completed in 5593 milliseconds

1234567891011>>