Searched defs:release (Results 76 - 100 of 302) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h33 /** A lookahead queue that knows how to mark/release locations
144 public void release(int marker) { function in class:FastQueue
145 // no resources to release
151 // release(marker); // waste of call; it does nothing in this class
155 seek(lastMarker); // rewind but do not release marker
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm291 sub release { subroutine
294 # no resources to release
/external/ceres-solver/docs/source/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '1.9.0' variable
107 # "<project> v<release> documentation".
/external/chromium_org/crypto/
H A Dscoped_capi_types.h18 // CryptDestroyHash, which take only a single argument to release.
86 CAPIHandle release() { function in class:crypto::ScopedCAPIHandle
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.cpp79 float release = m_release->value(); local
85 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamRelease, release);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.cpp59 return newValue.first.release();
83 void FontDataCache::release(const SimpleFontData* fontData) function in class:blink::FontDataCache
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextStream.cpp131 String TextStream::release() function in class:blink::TextStream
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRawPtr.h79 // FIXME: oilpan: Remove release and leakRef once we remove RefPtrWillBeRawPtr.
80 RawPtr<T> release() function in class:WTF::RawPtr
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp44 static void release(const void*) function in namespace:WTF::StringWrapperCFAllocator
115 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo_unittest.py57 def release(self): member in class:fake_platform.FakePlatformModule
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocPool.cpp43 size_t release(size_t bytes) { function in struct:GrAllocPool::Block
90 void GrAllocPool::release(size_t bytes) { function in class:GrAllocPool
94 bytes = fBlock->release(bytes);
H A DGrMemoryPool.cpp69 void GrMemoryPool::release(void* p) { function in class:GrMemoryPool
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.cpp38 void GrGLBufferImpl::release(GrGpuGL* gpu) { function in class:GrGLBufferImpl
/external/chromium_org/third_party/webrtc/base/
H A Dlinked_ptr.h46 {release();}
52 release();
65 release();
110 void release() function in class:rtc::linked_ptr
H A Dreferencecountedsingletonfactory.h94 release();
116 void release() { function in class:rtc::rcsf_ptr
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc28 // void ThreadClock::release(SyncClock *dst) const {
40 // release(dst);
48 // 1. Singleton/once atomic that has a single release-store operation followed
79 // release-store operation by the thread with release_store_tid_ index.
117 // Check if we've already acquired src after the last release operation on src
162 void ThreadClock::release(SyncClock *dst) const { function in class:__tsan::ThreadClock
181 // since the last release on dst. If so, we need to update
191 // O(N) release.
236 // O(N) release-store.
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.cpp70 void Window::release (void) function in class:tcu::Android::Window
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DResource.java68 public void release() { method in class:Resource
70 throw new IllegalStateException("Cannot release a recycled or not yet acquired resource");
73 throw new IllegalThreadStateException("Must call release on the main thread");
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSerialBitmapReferenceCounter.java23 public void release(InnerTracker innerTracker) { method in class:SerialBitmapReferenceCounter.InnerTrackerPool
35 public boolean release() { method in class:SerialBitmapReferenceCounter.InnerTracker
66 if (tracker.release()) {
76 pool.release(tracker);
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelCache.java46 public void release() { method in class:ModelCache.ModelKey
83 key.release();
100 key.release();
/external/jsoncpp/src/lib_json/
H A Djson_batchallocator.h84 void release( AllocatedType *object ) function in class:Json::BatchAllocator
/external/lldb/include/lldb/Utility/
H A DCleanUp.h165 // if it was valid. This function can be used to release the value
169 release () function in class:lldb_utility::CleanUp
298 // if it was valid. This function can be used to release the value
302 release () function in class:lldb_utility::CleanUp2
/external/qemu/include/migration/
H A Dmigration.h31 void (*release)(MigrationState *s); member in struct:MigrationState
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableFactory.java22 * type-specific allocator functions and a type-insensitive release function. This class manages
32 // This class wraps several object pools and provides a type-sensitive release function.
56 public void release(DrawableObject object) { method in class:DrawableFactory
59 pool.release(object);
85 public void release(Object entry) { method in class:DrawableFactory.DrawableBitmapPool
87 super.release(entry);
122 public void release(Object entry) { method in class:DrawableFactory.ScrollableBitmapPool
124 super.release(entry);
151 public void release(Object entry) { method in class:DrawableFactory.TiledBackgroundVertexGridPool
154 super.release(entr
[all...]
H A DInputXY.java40 public final void release() { method in class:InputXY
41 mXAxis.release();
42 mYAxis.release();
71 mXAxis.release();
75 mYAxis.release();
93 release();

Completed in 3652 milliseconds

1234567891011>>