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

1 2

  /dalvik/libcore/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...]
  /system/core/nexus/
DhcpEvent.h 25 static const int RELEASE = 3;
DhcpEvent.cpp 31 else if (val == DhcpEvent::RELEASE)
32 strncpy(buffer, "RELEASE", max);
48 else if (!strcasecmp(buffer, "RELEASE"))
49 return DhcpEvent::RELEASE;
  /frameworks/base/core/java/android/util/
Config.java 21 * on release vs. debug build.
40 public static final boolean RELEASE = !DEBUG;
  /dalvik/libcore/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...]
  /ndk/build/tools/
download-toolchain-sources.sh 31 # the default release name (use today's date)
32 RELEASE=`date +%Y%m%d`
38 register_option "--branch=<name>" do_branch "Specify release branch" $BRANCH
39 register_option "--release=<name>" do_release "Specify release name" $RELEASE
56 fix_option RELEASE "$OPTION_RELEASE" "release name"
83 PKGNAME=android-ndk-toolchain-$RELEASE
make-release.sh 17 # This script is used to build complete Android NDK release packages
28 # the default release name (use today's date)
29 RELEASE=`date +%Y%m%d`
61 --release=*) RELEASE=$optarg
80 echo "Usage: make-release.sh [options]"
82 echo "Package a new set of release packages for the Android NDK."
89 echo "Use the --prebuilt-prefix=<path>/<prefix> option to build release"
93 echo "path to a previous official NDK release package. It will be used to"
94 echo "extract the toolchain binaries and copy them to your new release.
    [all...]
rebuild-all-prebuilt.sh 192 RELEASE=`date +%Y%m%d`
194 PREBUILT_PACKAGE=/tmp/android-ndk-prebuilt-$RELEASE-$HOST_TAG.tar.bz2
build-gdbserver.sh 35 RELEASE=`date +%Y%m%d`
build-gcc.sh 34 RELEASE=`date +%Y%m%d`
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 34 // Applications may rely on the exact release version
35 assertEquals(EXPECTED_RELEASE, Build.VERSION.RELEASE);
43 * (BRAND)/(PRODUCT)/(DEVICE)/(BOARD):(VERSION.RELEASE)/(BUILD_ID)/
61 assertEquals(Build.VERSION.RELEASE, bootloaderPlat[1]);
  /dalvik/libcore/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/dhcpcd/dhcpcd-hooks/
20-dns.conf 31 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
50-yp.conf 48 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) restore_yp_conf;;
50-ntp.conf 88 PREINIT|EXPIRE|FAIL|IPV4LL|RELEASE|STOP) remove_ntp_conf del;;
20-resolv.conf 106 PREINIT|EXPIRE|FAIL|IPV4LL|RELEASE|STOP) remove_resolv_conf;;
  /external/libpcap/
atmuni31.h 50 #define RELEASE 0x4d /* release */
  /external/tcpdump/
atmuni31.h 50 #define RELEASE 0x4d /* release */
print-atm.c 203 { RELEASE, "Release" },
  /frameworks/base/core/java/android/os/
Build.java 77 public static final String RELEASE = getString("ro.build.version.release");
97 * a release build.
105 * increment monotonically with each official platform release.
110 * not yet turned into an official release.
132 * <p>Applications targeting this or a later release will get these
155 * <p>Applications targeting this or a later release will get these
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 64 assertNotEmpty("VERSION.RELEASE", Build.VERSION.RELEASE);
  /external/speex/libspeex/
os_support.h 157 #ifndef RELEASE
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 30 RELEASE = IBinder::FIRST_CALL_TRANSACTION,
257 status_t release() function in class:android::BpMediaRecorder
259 LOGV("release");
262 remote()->transact(RELEASE, data, &reply);
275 case RELEASE: {
276 LOGV("RELEASE");
278 reply->writeInt32(release());
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 85 addResult(VERSION_RELEASE, Build.VERSION.RELEASE);
  /external/opencore/tools_v2/build/make/
sdkinfo_nr.mk 31 sdkinfo_official_string := // *** OFFICIAL RELEASE INFO -- Will not auto update
36 sdkinfo_official_grep := "*** OFFICIAL RELEASE"
54 # check if file is marked as an official release internally
162 # endif for official release file check

Completed in 1869 milliseconds

1 2