Searched refs:VERSION (Results 126 - 150 of 414) sorted by relevance

1234567891011>>

/external/selinux/policycoreutils/audit2allow/
H A Dsepolgen-ifgen41 VERSION = "%prog .1"
47 parser = OptionParser(version=VERSION)
/external/valgrind/
H A Dconfig.h353 #define VERSION "3.11.0.SVN.aosp" macro
/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/spdy/
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);
428 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
448 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
463 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
480 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
/external/nfacct/
H A Dnfacct.c36 #define VERSION "1.0.1" macro
73 fprintf(stderr, "nfacct v%s: %s\n", VERSION, msg);
76 VERSION, msg, strerror(errno));
107 VERSION, argv[1]);
558 printf(version_msg, VERSION);
578 printf(help_msg, VERSION, argv[0]);
/external/droiddriver/src/io/appium/droiddriver/runner/
H A DTestRunner.java147 if (minSdkVersion != null && minSdkVersion.value() > Build.VERSION.SDK_INT) {
157 arg0.getEnclosingClassname(), arg0.getName(), Build.VERSION.SDK_INT);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/elfutils/src/libebl/
H A DMakefile.am33 VERSION = 1
/external/iptables/iptables/
H A Diptables-apply11 VERSION=1.0
18 $PROGNAME $VERSION -- a safer way to update iptables remotely
/external/libmtp/
H A Dconfig.h.in165 #undef VERSION
/external/libogg/doc/libogg/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
/external/libvorbis/doc/vorbisfile/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
/external/libxml2/os400/
H A Dinitscript.sh142 setenv VERSION "${LIBXML_VERSION}"
256 -e "s#@VERSION@#${VERSION}#g" \
/external/lz4/
H A DMakefile34 export VERSION=126 macro
35 export RELEASE=r$(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/dist/
H A Dconfig.h.in338 #undef VERSION
/external/selinux/policycoreutils/newrole/
H A DMakefile21 VERSION = $(shell cat ../VERSION) macro
25 override CFLAGS += -DVERSION=\"$(VERSION)\" $(LDFLAGS) -I$(PREFIX)/include -DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
/external/v8/tools/
H A Dv8-info.sh33 VERSION="src/version.cc"
114 rev=$(git show $1:$VERSION \
/external/deqp/scripts/egl/
H A Dlibrary.py66 noExtIface = getInterface(registry, 'egl', VERSION)
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSingleKeyAction.java83 Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB_MR1 ? String.valueOf(keyCode)
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DUtil.java69 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
/external/icu/icu4c/source/config/
H A Dicu-config-bottom62 echo " --version Print ICU version ($VERSION)"
358 echo $ECHO_N $VERSION
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketFactory.java88 this(acceptor, 64 * 1024, WebSocketConnectionRFC6455.VERSION);
93 this(acceptor, bufferSize, WebSocketConnectionRFC6455.VERSION);
100 _minVersion=WebSocketConnectionRFC6455.VERSION;
110 * @param minVersion The minimum support version (default RCF6455.VERSION == 13 )
280 case WebSocketConnectionRFC6455.VERSION: // RFC 6455 Version
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm21 our $VERSION = '0.01';

Completed in 898 milliseconds

1234567891011>>