Searched refs:release (Results 26 - 50 of 1398) sorted by relevance

1234567891011>>

/external/curl/packages/Linux/RPM/
H A Dmake_curl_rpm22 # get version and release number
33 echo "release number?"
34 read release
36 release=$2
44 src_rpm="$target-$version-$release.src.rpm"
/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;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinTests.cpp49 builtinTests->addChild(builtinFunctionTests.release());
52 return builtinTests.release();
/external/skia/src/gpu/batches/
H A DGrBatch.cpp28 ~MemoryPoolAccessor() { gBatchSpinlock.release(); }
46 return MemoryPoolAccessor().pool()->release(target);
/external/bison/build-aux/
H A Ddo-release-commit-and-tag4 # the date, release-type and version string in the NEWS file. That commit
5 # will serve to identify the release, so apply a signed tag to it as well.
36 Run this script from top_srcdir to perform the final pre-release NEWS
37 update in which the date, release-type and version string are
38 recorded. Commit that result with a log entry marking the release,
49 --branch=BRANCH set release branch (default: $branch)
55 To update NEWS and tag the beta 8.1 release of coreutils, I would run this:
82 noteworthy='* Noteworthy changes in release'
135 *) die "invalid release type: $type";;
168 printf "version $ver\n\n* NEWS: Record release dat
[all...]
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '4.2.0' variable
105 # "<project> v<release> documentation".
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '1.7' variable
105 # "<project> v<release> documentation".
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
H A Dconf.py51 # |version| and |release|, also used in various other places throughout the
57 release = rsa.__version__ variable
109 # "<project> v<release> documentation".
/external/clang/docs/analyzer/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '3.4' variable
105 # "<project> v<release> documentation".
/external/deqp/modules/internal/
H A DditVulkanTests.cpp40 return group.release();
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DInstanceOutputBufferProvider.java36 public void release(Appendable buffer) { method in class:InstanceOutputBufferProvider
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
H A Drelease.pass.cpp14 // X* release() throw();
27 A* p2 = ap.release();
/external/mesa3d/src/gallium/docs/source/
H A Dconf.py44 # |version| and |release|, also used in various other places throughout the
50 release = '0.4' variable
108 # "<project> v<release> documentation".
/external/skia/experimental/iOSSampleApp/Shared/
H A Dskia_ios.mm31 [filemgr release];
32 [pool release];
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory.cc42 return frame.release();
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_win.cc29 return gdi_capturer.release();
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java47 * files that are automatically packaged with HTTP component release JARs.
72 public final static String PROPERTY_RELEASE = "info.release";
82 /** The release from the version info. */
97 * @param release the release, or <code>null</code>
102 String release, String time, String clsldr) {
110 infoRelease = (release != null) ? release : UNAVAILABLE;
137 * Obtains the release of the versioned module or informal unit.
140 * @return the release versio
101 VersionInfo(String pckg, String module, String release, String time, String clsldr) argument
[all...]
/external/elfutils/src/
H A Dmake-debug-archive.in77 release=`uname -r`
79 release=$1
84 dir=/usr/lib/debug/lib/modules/$release
86 dep=/lib/modules/$release/modules.dep
102 set "$archive" "-K$release"
/external/skia/include/private/
H A DSkMutex.h43 void release() { function in struct:SkBaseMutex
83 /** If the mutex has not been released, release it now. */
86 fMutex->release();
90 /** If the mutex has not been released, release it now. */
91 void release() { function in class:SkAutoTAcquire
93 fMutex->release();
114 ~SkAutoTExclusive() { fLock.release(); }
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DMediaCodecVideoEncoderTest.java55 encoder.release();
69 encoder.release();
70 eglBase.release();
83 encoder.release();
88 encoder.release();
89 eglBase.release();
132 encoder.release();
177 encoder.release();
178 eglOesBase.release();
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m41 [self release];
91 [_window release];
92 [_viewController release];
/external/webrtc/webrtc/base/
H A Dreferencecountedsingletonfactory_unittest.cc78 one.release();
97 one.release();
108 one.release();
110 one.release();
112 one.release();
128 one.release();
/external/webrtc/webrtc/test/mac/
H A Drun_test.mm42 [pool release];
70 [testRunner release];
71 [pool release];

Completed in 9405 milliseconds

1234567891011>>