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

1 2

  /external/chromium_org/tools/gyp/test/configurations/basics/
configurations.c 11 #ifdef RELEASE
12 printf("Release configuration\n");
  /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/inheritance/
configurations.c 17 #ifdef RELEASE
18 printf("Release configuration\n");
  /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...]
  /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/webrtc/base/
winfirewall.cc 18 #define RELEASE(lpUnk) do { \
20 (lpUnk)->Release(); \
61 RELEASE(profile_);
62 RELEASE(policy_);
63 RELEASE(mgr_);
98 app->Release();
110 apps->Release();
146 app->Release();
148 apps->Release();
  /external/libpcap/
atmuni31.h 50 #define RELEASE 0x4d /* 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;;
  /external/chromium_org/extensions/browser/api/power/
power_api_unittest.cc 148 RELEASE,
182 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
189 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
210 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
228 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
247 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
UserAgent.java 36 builder.append(Build.VERSION.RELEASE);
  /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
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 1 %define RELEASE 1
2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
8 Release: %rel
  /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
  /external/chromium_org/third_party/speex/libspeex/
os_support.h 157 #ifndef RELEASE
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 46 * <build-info fingerprint="google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys" />
111 xml.attribute(null, "release", Build.VERSION.RELEASE);
  /external/chromium_org/third_party/sqlite/src/
configure.ac 174 RELEASE=`cat $srcdir/VERSION`
175 AC_MSG_NOTICE(Release set to $RELEASE)
176 AC_SUBST(RELEASE)
272 # Do we want to support release
275 AC_HELP_STRING([--enable-releasemode],[Support libtool link to release mode]),,enable_releasemode=no)
276 AC_MSG_CHECKING([whether to support shared library linked as release mode or not])
281 ALLOWRELEASE="-release `cat $srcdir/VERSION`"
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 80 VAR_MAP.put("build.version.release", new StaticVarGetter(Build.VERSION.RELEASE));
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 81 addResult(VERSION_RELEASE, Build.VERSION.RELEASE);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 138 // Model is only added in release builds
140 // Release version is valid only in release builds
141 assertEquals(Build.VERSION.RELEASE, patternMatcher.group(2));
182 if ("4.0.3".equals(Build.VERSION.RELEASE)) {
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 117 track.release();
199 mRecord.release();
211 mPlayback.release();
256 mPlayback.release();
317 Log.d(TAG, "release AudioTrack");
320 mPlayback.release();
388 mRecord.release();
405 mRecord.release();
434 appendAttrib(builder, "release", Build.VERSION.RELEASE);
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java     [all...]
MediaDrmBridge.java 55 // - Whenever an unexpected error occurred, we'll call release() to release
58 // mMediaBridge to make sure release() hasn't been called. Also, we call
59 // release() immediately after the error happens (e.g. after mMediaDrm)
60 // calls. Indirect calls should not call release() again to avoid
61 // duplication (even though it doesn't hurt to call release() twice).
220 release(); method
238 release(); method
247 release(); method
296 if (Build.VERSION.RELEASE.equals("4.4"))
374 private void release() { method in class:MediaDrmBridge
643 release(); method
    [all...]

Completed in 812 milliseconds

1 2