Searched refs:release (Results 1 - 25 of 825) sorted by relevance

1234567891011>>

/external/clang/test/ARCMT/Inputs/
H A Dtest.h2 - (oneway void)release;
7 [p release];
13 [p release];
/external/clang/test/ARCMT/with space/
H A Dtest.h2 - (oneway void)release;
7 [p release];
13 [p release];
/external/llvm/utils/release/
H A Dexport.sh2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
11 # Create branches and release candidates for the LLVM release.
20 release=""
27 echo " -release <num> The version number of the release"
28 echo " -rc <num> The release candidate number"
33 release_no_dot=`echo $release | sed -e 's,\.,,g'`
44 $proj-$release$rc.src
47 tar cfJ $proj-$release
[all...]
H A Dtag.sh2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
11 # Create branches and release candidates for the LLVM release.
17 release=""
27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
30 echo " -release <num> The version number of the release"
31 echo " -rc <num> The release candidate number"
33 echo " -final Tag final release candidat
[all...]
/external/libopus/
H A Dversion.mk1 # static version string; update manually every release.
/external/llvm/lib/Support/Unix/
H A DRWMutex.inc40 return static_cast<MutexImpl *>(data_)->release();
48 return static_cast<MutexImpl *>(data_)->release();
/external/kernel-headers/original/uapi/linux/
H A Dutsname.h9 char release[9]; member in struct:oldold_utsname
19 char release[65]; member in struct:old_utsname
27 char release[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DOutputBufferProvider.java34 void release(Appendable buffer); method in interface:OutputBufferProvider
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java30 public void release(Object entry) { method in class:HitPointPool
32 super.release(entry);
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 DVectorPool.java36 public void release(Object entry) { method in class:VectorPool
38 super.release(entry);
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();
H A DInputKeyboard.java41 public void release(int keycode) { method in class:InputKeyboard
44 mKeys[keycode].release();
51 mKeys[x].release();
/external/skia/include/core/
H A DSkSpinlock.h23 void release() { function in struct:SkPODSpinlock
24 // To act as a mutex, we need a release barrier.
34 SkSpinlock() { this->release(); }
H A DSkMutex.h26 /** If the mutex has not been released, release it now. */
29 fMutex->release();
33 /** If the mutex has not been released, release it now. */
34 void release() { function in class:SkAutoMutexAcquire
36 fMutex->release();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java61 * essentially calling release() and seek(). If there are markers
84 * argument. So if you're nested 5 levels of mark(), and then release(2)
85 * you have to release resources for depths 2..5.
87 void release(int marker); method in interface:IntStream
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
H A Dconf.py39 # The default replacements for |version| and |release|, also used in various
45 release = '1.7.5.1' variable
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
H A Dconf.py4 version = release = pkg_resources.get_distribution('webob').version
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
H A Drelease.pass.cpp14 // test release
23 int* j = p.release();
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Drelease.pass.cpp14 // test release
23 int* j = p.release();
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h37 void (*release)(struct pipe_loader_device **dev); member in struct:pipe_loader_ops
/external/deqp/framework/platform/ios/
H A DtcuIOSMain.m30 [pool release];
/external/lzma/CPP/Common/
H A DAutoPtr.h11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {}
14 reset(p.release());
21 T* release() function in class:CMyAutoPtr
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;

Completed in 2717 milliseconds

1234567891011>>