Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 65) sorted by relevance

123

/external/lz4/
DMakefile35 export RELEASE=r$(VERSION) macro
44 DISTRIBNAME=lz4-$(RELEASE).tar.gz
105 @install -dD -m 700 lz4-$(RELEASE)/lib/
106 @install -dD -m 700 lz4-$(RELEASE)/programs/
107 @install -dD -m 700 lz4-$(RELEASE)/cmake_unofficial/
108 @install -dD -m 700 lz4-$(RELEASE)/images/
111 install -m 600 .tmp lz4-$(RELEASE)/$$f; \
115 install -m 600 $$f lz4-$(RELEASE)/$$f; \
117 @tar -czf $(DISTRIBNAME) lz4-$(RELEASE)/
118 @rm -rf lz4-$(RELEASE)
/external/libvncserver/
Dprepare_x11vnc_dist.sh45 cp x11vnc/RELEASE-NOTES ./RELEASE-NOTES
139 rm -f ./RELEASE-NOTES
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt7 sftp> cd /home/frs/project/f/fi/findbugs/findbugs/RELEASE
9 sftp> cd "../../findbugs eclipse plugin/RELEASE
/external/cmockery/cmockery_0_1_2/packages/rpm/
Drpm.spec6 %define RELEASE 1
7 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
/external/bison/
DREADME-release38 make release-commit RELEASE='X.Y TYPE'
45 make release RELEASE='X.Y TYPE'
59 make upload RELEASE='X.Y TYPE'
/external/libpng/scripts/
Dmakefile.linux13 RELEASE = 20
18 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
Dmakefile.msys21 RELEASE = 20
26 LIBSOREL=$(PNGMAJ).$(RELEASE)
Dmakefile.dec16 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
Dmakefile.sgi16 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src74 public static final int RELEASE = @version.RELEASE@;
112 +VERSION+"."+RELEASE+"."
/external/e2fsprogs/debian/
De2fsprogs.docs2 RELEASE-NOTES
/external/lz4/programs/
DMakefile34 RELEASE?= r126 macro
/external/sepolicy/
Dkeys.conf21 [@RELEASE]
/external/libpcap/
Datmuni31.h50 #define RELEASE 0x4d /* release */ macro
/external/tcpdump/
Datmuni31.h50 #define RELEASE 0x4d /* release */ macro
/external/e2fsprogs/util/
Dsubset.exclude33 RELEASE-NOTES
/external/e2fsprogs/
D.release-checklist12 RELEASE-NOTES
/external/dhcpcd/dhcpcd-hooks/
D20-dns.conf50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
D25-static-routes.conf60 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_route_props;;
D95-configured32 RELEASE)
/external/squashfs-tools/RELEASE-READMEs/
Dpseudo-file.example31 # Create a file RELEASE containing the release name, date, build host, and
35 RELEASE f 444 root root \
/external/clang/docs/
DThreadSafetyAnalysis.rst79 as such (using ``ACQUIRE``/``RELEASE``).
212 ACQUIRE(...), ACQUIRE_SHARED(...), RELEASE(...), RELEASE_SHARED(...)
223 ``RELEASE`` and ``RELEASE_SHARED`` declare that the function releases the given
238 void cleanupAndUnlock() RELEASE(mu) {
249 If no argument is passed to ``ACQUIRE`` or ``RELEASE``, then the argument is
265 void Unlock() RELEASE() { mu.Unlock(); }
717 MutexUnlocker(Mutex* m) RELEASE(m) : mu(m) { mu->Unlock(); }
799 #define RELEASE(...) \
844 void Unlock() RELEASE();
873 ~MutexLocker() RELEASE() {
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup225 RELEASE=$(adb_shell getprop ro.build.version.release)
227 if echo "$RELEASE" | grep '^4\.' >&/dev/null; then
/external/speex/libspeex/
Dos_support.h157 #ifndef RELEASE
/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT34 * added this file, RELEASE.TXT, to repository

123