HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 25 * the Xalan release.
57 * the previous release. 'n' represents the n'th
67 * Release Number.
68 * Release number. This changes when:
72 * - its designated as a reference release.
74 public static final int RELEASE = @version.RELEASE@;
79 * drop applied to a specific release and contains
81 * with the release and contains no API changes.
83 * development drop for a release
    [all...]
  /external/chromium_org/tools/gyp/test/configurations/basics/
configurations.c 11 #ifdef RELEASE
12 printf("Release configuration\n");
  /external/chromium_org/remoting/host/installer/linux/
Makefile 10 RELEASE = $(SRC)/out/Release
16 ME2ME_PROGNAME = $(RELEASE)/remoting_me2me_host
18 START_PROGNAME = $(RELEASE)/remoting_start_host
20 NM_PROGNAME = $(RELEASE)/remoting_native_messaging_host
33 install -T "$(RELEASE)/remoting/native_messaging_manifest.json" \
  /external/chromium_org/tools/gyp/test/configurations/inheritance/
configurations.c 17 #ifdef RELEASE
18 printf("Release configuration\n");
  /frameworks/base/core/java/android/util/
Config.java 37 public static final boolean RELEASE = true;
  /ndk/tests/
check-release.sh 18 # Run a few sanity checks on a given NDK release install/package
69 echo "NDK release installation, or alternatively an NDK release package."
74 echo " --package=<file> Specify NDK release archive file."
84 TMP_DIR=/tmp/ndk-$USER/tests/release
89 fail_panic "Could not uncompress NDK release package!"
121 # There must be a RELEASE file at the top of the NDK
125 local RELEASE
127 # Check that the RELEASE.TXT file is here
128 if [ ! -f "$NDK_DIR/RELEASE.TXT" ]; the
    [all...]
  /external/sepolicy/
keys.conf 21 [@RELEASE]
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 25 * the Xalan release.
38 * Get the basic version string for the current Xalan release.
85 * the previous release. 'n' represents the n'th
99 * Release Number.
100 * Release number. This changes when:
104 * - its designated as a reference release.
108 return @version.RELEASE@;
114 * drop applied to a specific release and contains
116 * with the release and contains no API changes.
118 * development drop for a release.
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 37 // Applications may rely on the exact release version
38 assertTrue("Your Build.VERSION.RELEASE of " + Build.VERSION.RELEASE
40 EXPECTED_RELEASES.contains(Build.VERSION.RELEASE));
54 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
72 assertEquals(Build.VERSION.RELEASE, devicePlatform[1]);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 95 final boolean validRelease = !TextUtils.isEmpty(Build.VERSION.RELEASE);
102 builder.append("/").append(Build.VERSION.RELEASE);
106 builder.append(" ").append(Build.VERSION.RELEASE);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 66 + android.os.Build.VERSION.RELEASE + ";"
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.src 25 * the Serializer release.
82 * the previous release. 'n' represents the n'th
96 * Release Number.
97 * Release number. This changes when:
101 * - its designated as a reference release.
105 return @version.RELEASE@;
111 * drop applied to a specific release and contains
113 * with the release and contains no API changes.
115 * development drop for a release.
125 * a specific release. D01 is the first development dro
    [all...]
  /external/chromium_org/third_party/lcov/
Makefile 9 # and RELEASE variables below - both version and date strings
15 RELEASE := 1
67 dist: lcov-$(VERSION).tar.gz lcov-$(VERSION)-$(RELEASE).noarch.rpm \
68 lcov-$(VERSION)-$(RELEASE).src.rpm
76 bin/updateversion.pl $(TMP_DIR)/lcov-$(VERSION) $(VERSION) $(RELEASE)
82 lcov-$(VERSION)-$(RELEASE).noarch.rpm: rpms
83 lcov-$(VERSION)-$(RELEASE).src.rpm: rpms
97 mv $(TMP_DIR)/RPMS/noarch/lcov-$(VERSION)-$(RELEASE).noarch.rpm .
98 mv $(TMP_DIR)/SRPMS/lcov-$(VERSION)-$(RELEASE).src.rpm .
  /external/chromium_org/third_party/lcov-1.9/
Makefile 9 # and RELEASE variables below - both version and date strings
15 RELEASE := 1
67 dist: lcov-$(VERSION).tar.gz lcov-$(VERSION)-$(RELEASE).noarch.rpm \
68 lcov-$(VERSION)-$(RELEASE).src.rpm
76 bin/updateversion.pl $(TMP_DIR)/lcov-$(VERSION) $(VERSION) $(RELEASE)
82 lcov-$(VERSION)-$(RELEASE).noarch.rpm: rpms
83 lcov-$(VERSION)-$(RELEASE).src.rpm: rpms
97 mv $(TMP_DIR)/RPMS/noarch/lcov-$(VERSION)-$(RELEASE).noarch.rpm .
98 mv $(TMP_DIR)/SRPMS/lcov-$(VERSION)-$(RELEASE).src.rpm .
  /external/qemu-pc-bios/vgabios/
Makefile 11 RELEASE = `pwd | sed "s-.*/--"`
26 temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
33 release:
37 cp VGABIOS-lgpl-latest.bin ../$(RELEASE).bin
38 cp VGABIOS-lgpl-latest.debug.bin ../$(RELEASE).debug.bin
39 cp VGABIOS-lgpl-latest.cirrus.bin ../$(RELEASE).cirrus.bin
40 cp VGABIOS-lgpl-latest.cirrus.debug.bin ../$(RELEASE).cirrus.debug.bin
41 tar czvf ../$(RELEASE).tgz --exclude CVS -C .. $(RELEASE)/
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 35 #define RELEASE(lpUnk) do { \
37 (lpUnk)->Release(); \
78 RELEASE(profile_);
79 RELEASE(policy_);
80 RELEASE(mgr_);
115 app->Release();
127 apps->Release();
163 app->Release();
165 apps->Release();
  /external/chromium_org/third_party/libjingle/source/talk/base/
winfirewall.cc 35 #define RELEASE(lpUnk) do { \
37 (lpUnk)->Release(); \
78 RELEASE(profile_);
79 RELEASE(policy_);
80 RELEASE(mgr_);
115 app->Release();
127 apps->Release();
163 app->Release();
165 apps->Release();
  /external/libpcap/
atmuni31.h 50 #define RELEASE 0x4d /* release */
  /external/tcpdump/
atmuni31.h 50 #define RELEASE 0x4d /* release */
  /ndk/build/tools/
make-release.sh 17 # This script is used to build an NDK release package *from* scratch !!
18 # While handy, this is *not* the best way to generate NDK release packages.
26 # The default release name (use today's date)
27 RELEASE=`date +%Y%m%d`
28 register_var_option "--release=<name>" RELEASE "Specify release name"
39 OUT_DIR=/tmp/ndk-$USER/release
46 # Use --incremental to implement incremental release builds.
117 echo "This script is used to generate an NDK release package from scratch
    [all...]
rebuild-all-prebuilt.sh 49 RELEASE=`date +%Y%m%d`
50 PACKAGE_DIR=/tmp/ndk-$USER/prebuilt-$RELEASE
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 145 RELEASE,
184 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
191 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
212 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
230 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
249 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 1 %define RELEASE 1
2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
8 Release: %rel
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 1 %define RELEASE 1
2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
8 Release: %rel

Completed in 1399 milliseconds

1 2 3 4