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

1 2 3 4 5 6 7 8

  /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/lz4/programs/
Makefile 34 RELEASE?= r126
39 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
  /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/lz4/
Makefile 35 export RELEASE=r$(VERSION)
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/
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...]
  /external/sepolicy/
keys.conf 21 [@RELEASE]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 22 public static final int RELEASE = 2;
61 case RELEASE:
62 return "RELEASE";
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 89 final boolean validRelease = !TextUtils.isEmpty(Build.VERSION.RELEASE);
96 builder.append("/").append(Build.VERSION.RELEASE);
100 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...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
cstring.i 208 * %cstring_output_allocate(TYPEMAP, RELEASE)
220 %define %cstring_output_allocate(TYPEMAP, RELEASE)
228 RELEASE;
236 * %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
249 %define %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
258 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...]
package-release.sh 17 # This script is used to package complete Android NDK release packages.
20 # NDK release package to do that.
22 # See make-release.sh if you want to make a new release completely from
31 # this release. This can be overriden with the --platforms
36 # the default release name (use today's date)
37 RELEASE=`date +%Y%m%d`
38 register_var_option "--release=<name>" RELEASE "Specify release name
    [all...]
rebuild-all-prebuilt.sh 38 register_var_option "--gcc-version-list=<vers>" GCC_VERSION_LIST "List of GCC release versions"
41 register_var_option "--llvm-version-list=<vers>" LLVM_VERSION_LIST "List of LLVM release versions"
59 RELEASE=`date +%Y%m%d`
60 PACKAGE_DIR=/tmp/ndk-$USER/prebuilt-$RELEASE
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 35 private static final String EXPECTED_TAG = "release-keys";
39 // Applications may rely on the exact release version
40 assertAnyOf("BUILD.VERSION.RELEASE", Build.VERSION.RELEASE, EXPECTED_RELEASES);
53 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
71 assertEquals(Build.VERSION.RELEASE, devicePlatform[1]);
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
25-static-routes.conf 60 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_route_props;;
  /external/libvncserver/
prepare_x11vnc_dist.sh 23 echo "EXTRA_DIST=tightvnc-1.3dev5-vncviewer-alpha-cursor.patch RELEASE-NOTES README.LibVNCServer" > Makefile.am
45 cp x11vnc/RELEASE-NOTES ./RELEASE-NOTES
139 rm -f ./RELEASE-NOTES
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 234 * %cstring_output_allocate(TYPEMAP, RELEASE)
246 %define Name ## _output_allocate(TYPEMAP, RELEASE)
254 RELEASE;
261 * %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
274 %define Name ## _output_allocate_size(TYPEMAP, SIZE, RELEASE)
282 RELEASE;
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 6 %define RELEASE 1
7 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
13 Release: %rel
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 64 assertNotEmpty("VERSION.RELEASE", Build.VERSION.RELEASE);

Completed in 739 milliseconds

1 2 3 4 5 6 7 8