Searched refs:RELEASE (Results 1 - 25 of 40) sorted by relevance

12

/external/v8/tools/gyp/test/configurations/basics/
H A Dconfigurations.c11 #ifdef RELEASE
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLProcessorVersion.src74 public static final int RELEASE = @version.RELEASE@;
112 +VERSION+"."+RELEASE+"."
/external/v8/tools/gyp/test/configurations/inheritance/
H A Dconfigurations.c17 #ifdef RELEASE
/external/lz4/programs/
H A DMakefile34 RELEASE?= r126 macro
39 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
/external/avahi/avahi-autoipd/
H A Ddhclient-enter-hook.in24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
H A Ddhclient-exit-hook.in24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
/external/lz4/
H A 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)
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.src108 return @version.RELEASE@;
/external/curl/scripts/
H A Dcontributors.sh27 # RELEASE-NOTES.
45 # awk them into RELEASE-NOTES format
55 grep -a "^ [^ \(]" RELEASE-NOTES| \
H A Dcontrithanks.sh46 # grep out the list of names from RELEASE-NOTES
49 grep -a "^ [^ (]" RELEASE-NOTES| \
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DBuildInfo.java46 return Build.VERSION.RELEASE;
H A DWebRtcAudioUtils.java185 + "Release: " + Build.VERSION.RELEASE + ", "
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.src105 return @version.RELEASE@;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
H A Dgit-release-notes.py7 RELEASE = re.compile(r'[0-9]+\.[0-9]+\.[0-9]+') variable
35 if RELEASE.search(message):
/external/google-benchmark/src/
H A Dmutex.h45 #define RELEASE(...) \ macro
87 void unlock() RELEASE() { mut_.unlock(); } function
102 ~MutexLock() RELEASE() {} function in class:benchmark::MutexLock
/external/libpcap/
H A Datmuni31.h48 #define RELEASE 0x4d /* release */ macro
/external/tcpdump/
H A Datmuni31.h48 #define RELEASE 0x4d /* release */ macro
/external/webrtc/webrtc/base/
H A Dwinfirewall.cc18 #define RELEASE(lpUnk) do { \ macro
61 RELEASE(profile_);
62 RELEASE(policy_);
63 RELEASE(mgr_);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DAppRTCUtils.java58 + "Release: " + Build.VERSION.RELEASE + ", "
/external/cmockery/cmockery_0_1_2/packages/rpm/
H A Drpm.spec6 %define RELEASE 1
7 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
/external/curl/
H A Dupdate_curl.sh119 --grep=RELEASE-NOTES --grep=THANKS -- RELEASE-NOTES docs/THANKS
/external/speex/libspeex/
H A Dos_support.h157 #ifndef RELEASE
/external/autotest/client/cros/cellular/
H A Dcellular.py98 'RELEASE',
149 UeLteDataStatus.RELEASE: UeGenericDataStatus.DISCONNECTING,
/external/curl/packages/vms/
H A Dbuild_gnv_curl_release_notes.com76 $ curl_release_notes = f$search("sys$disk:[--]$RELEASE-NOTES.")
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup254 RELEASE=$(adb_shell getprop ro.build.version.release)
256 if echo "$RELEASE" | grep '^4\.' >&/dev/null; then

Completed in 685 milliseconds

12