Searched refs:VERSION (Results 201 - 225 of 578) sorted by relevance

1234567891011>>

/external/volley/src/main/java/com/android/volley/toolbox/
H A DVolley.java54 if (Build.VERSION.SDK_INT >= 9) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java196 if ((options.inSampleSize == 1 || Build.VERSION_CODES.KITKAT <= Build.VERSION.SDK_INT) && shouldUsePool(is)) {
207 if (Build.VERSION_CODES.KITKAT <= Build.VERSION.SDK_INT) {
235 if (format == DecodeFormat.ALWAYS_ARGB_8888 || Build.VERSION.SDK_INT == Build.VERSION_CODES.JELLY_BEAN) {
325 if (Build.VERSION_CODES.HONEYCOMB <= Build.VERSION.SDK_INT) {
360 if (Build.VERSION_CODES.HONEYCOMB <= Build.VERSION.SDK_INT) {
/external/google-breakpad/android/
H A Drun-checks.sh470 VERSION=$(awk '$1 == "MODULE" { print $4; }' $TESTAPP.sym)
471 dump "Found module version: $VERSION"
472 if [ -z "$VERSION" ]; then
478 run mkdir -p "$TMPDIR/symbols/$TESTAPP/$VERSION"
479 run mv $TESTAPP.sym "$TMPDIR/symbols/$TESTAPP/$VERSION/"
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSpdy3.java55 static final int VERSION = 3; field in class:Spdy3
333 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
350 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
365 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
378 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
427 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
447 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
462 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
479 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
/external/curl/
H A DMacOSX-Framework22 VERSION=`/usr/bin/sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' include/curl/curlver.h`
23 FRAMEWORK_VERSION=Versions/Release-$VERSION
98 /usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/Resources/Info.plist
/external/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench6 VERSION=0.42
18 h) echo "kernbench v$VERSION by Con Kolivas <kernbench@kolivas.org>"
31 v) echo "kernbench Version $VERSION by Con Kolivas <kernbench@kolivas.org>" ; exit ;;
/external/nfacct/
H A Dnfacct.c38 #define VERSION "1.0.1" macro
77 fprintf(stderr, "nfacct v%s: %s\n", VERSION, msg);
80 VERSION, msg, strerror(errno));
111 VERSION, argv[1]);
562 printf(version_msg, VERSION);
582 printf(help_msg, VERSION, argv[0]);
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
H A DPeerConnectionClientTest.java272 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
367 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
375 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
383 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
391 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
405 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
/external/brotli/
H A Dsetup.py120 VERSION = get_version() variable
256 version=VERSION,
/external/curl/lib/
H A Dconfig-os400.h34 #undef VERSION macro
423 #undef VERSION macro
H A Dconfig-riscos.h33 #undef VERSION macro
396 #undef VERSION macro
H A Dconfig-tpf.h655 #define VERSION "not-used" macro
/external/elfutils/libebl/
H A DMakefile.am33 VERSION = 1
/external/guice/core/test/com/googlecode/guice/
H A DOSGiContainerTest.java49 static final String VERSION = System.getProperty("version", "snapshot"); field in class:OSGiContainerTest
55 static final String GUICE_JAR = BUILD_DIST_DIR + "/guice-" + VERSION + ".jar";
/external/iptables/iptables/
H A Diptables-apply11 VERSION=1.0
18 $PROGNAME $VERSION -- a safer way to update iptables remotely
/external/libogg/doc/libogg/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
/external/libxml2/os400/
H A Dinitscript.sh142 setenv VERSION "${LIBXML_VERSION}"
281 -e "s#@VERSION@#${VERSION}#g" \
/external/ltp/include/
H A Dconfig.h.default246 #undef VERSION
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl15 our $VERSION = '1.0.2';
34 die "$progname version $VERSION\n";
146 =head1 VERSION HISTORY
/external/pcre/dist2/src/
H A Dconfig.h.in293 #undef VERSION
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dfficonfig.h.in179 #undef VERSION
/external/stressapptest/src/
H A Dstressapptest_config.h.in203 #undef VERSION
/external/v8/tools/
H A Dv8-info.sh33 VERSION="include/v8-version.h"
114 rev=$(git show $1:$VERSION \
/external/deqp/scripts/egl/
H A Dlibrary.py86 noExtIface = getInterface(registry, 'egl', VERSION)
/external/dnsmasq/src/
H A Dconfig.h17 #define VERSION "2.51" macro

Completed in 854 milliseconds

1234567891011>>