OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELEASE
(Results
1 - 25
of
73
) sorted by null
1
2
3
/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
...]
/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/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/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
build-analyzer.sh
33
RELEASE
=`date +%Y%m%d`
dev-cleanup.sh
26
if [ -f $DIR/
RELEASE
/TXT ]; then
27
echo "ERROR: You cannot run this script in a
release
directory !"
download-toolchain-sources.sh
29
register_var_option "--branch=<name>" BRANCH "Specify
release
branch"
31
# the default
release
name (use today's date)
33
RELEASE
=`echo $TOOLCHAIN_GIT_DATE | sed -e 's!-!!g'`
35
RELEASE
=`date +%Y%m%d`
37
register_var_option "--
release
=<name>"
RELEASE
"Specify
release
name"
58
register_var_option "--llvm-version-list=<vers>" LLVM_VERSION_LIST "List of LLVM
release
versions"
115
PKGNAME=android-ndk-toolchain-$
RELEASE
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
...]
/external/dhcpcd/dhcpcd-hooks/
20-dns.conf
50
EXPIRE|FAIL|IPV4LL|
RELEASE
|STOP) unset_dns_props;;
/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/open-vcdiff/packages/rpm/
rpm.spec
1
%define
RELEASE
1
2
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%
RELEASE
}
8
Release
: %rel
/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/core/java/android/os/
Build.java
90
public static final String
RELEASE
= getString("ro.build.version.
release
");
110
* a
release
build.
127
* increment monotonically with each official platform
release
.
132
* not yet turned into an official
release
.
154
* <p>Applications targeting this or a later
release
will get these
179
* <p>Applications targeting this or a later
release
will get these
214
* <p>Applications targeting this or a later
release
will get these
231
* <p>Applications targeting this or a later
release
will get these
298
* <p>Applications targeting this or a later
release
will get thes
[
all
...]
Completed in 429 milliseconds
1
2
3