Searched refs:VERSION (Results 176 - 200 of 414) sorted by relevance

1234567891011>>

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java152 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB) {
252 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB && getCallback() == null) {
/external/google-breakpad/src/testing/
H A DCMakeLists.txt41 cmake_minimum_required(VERSION 2.6.2)
/external/libedit/
H A Dconfig.h.in265 #undef VERSION
/external/libxml2/os400/
H A Dos400config.h.in326 #define VERSION "@VERSION@"
/external/slf4j/integration/lib/
H A Dslf4j-simple-1.5.4-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger ...
/external/srtp/
H A DMakefile211 distname = srtp-$(shell cat VERSION)
214 if ! [ -f VERSION ]; then exit 1; fi
/external/openssh/
H A Dbuildpkg.sh.in154 VERSION=`./ssh -V 2>&1 | sed -e 's/,.*//'`
252 VERSION=$VERSION$REV
659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
/external/elfutils/src/libasm/
H A DMakefile281 VERSION = 1 macro
351 libasm.so.$(VERSION)
753 -Wl,--soname,$@.$(VERSION) \
756 ln -fs $@ $@.$(VERSION)
761 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
762 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
766 rm -f $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
/external/libpng/contrib/gregbook/
H A Drpng-win.c81 #define VERSION "2.01 of 16 March 2008" macro
313 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
381 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
/external/linux-tools-perf/src/tools/perf/util/
H A Dtrace-event-info.c44 #define VERSION "0.5" macro
469 size = strlen(VERSION) + 1;
470 if (write(output_fd, VERSION, size) != size)
/external/replicaisland/src/com/replica/replicaisland/
H A DMainMenuActivity.java202 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
245 if (Math.abs(lastVersion) < Math.abs(AndouKun.VERSION)) {
275 editor.putInt(PreferenceConstants.PREFERENCE_LAST_VERSION, AndouKun.VERSION);
/external/selinux/libselinux/src/
H A DMakefile23 VERSION = $(shell cat ../VERSION) macro
117 $(LIBPC): $(LIBPC).in ../VERSION
118 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl178 =head1 VERSION
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java139 * @see javax.xml.transform.OutputKeys#VERSION
144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue);
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlideBuilder.java156 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestChatClient.java90 client = Network.connectToServer(TestChatServer.NAME, TestChatServer.VERSION,
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm22 our $VERSION = '0.01';
/external/lz4/lib/
H A DMakefile35 VERSION ?= 126 macro
92 -e 's|@VERSION@|$(VERSION)|' \
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c30 const char pppd_version[] = VERSION;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java92 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.FROYO);
100 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
109 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.HONEYCOMB);
118 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
/external/srtp/crypto/
H A DMakefile124 distname = crypto-$(shell cat VERSION)
/external/f2fs-tools/
H A DAndroid.mk6 # The versions depend on $(LOCAL_PATH)/VERSION
/external/icu/icu4c/source/config/
H A Ddist.mk27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryImporter.java147 if (formatVersion > FormatVersion.VERSION){
149 formatVersion + " > " + FormatVersion.VERSION);
/external/libogg/win32/
H A DMakefile105 VERSION = 1.1 macro
144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)

Completed in 2515 milliseconds

1234567891011>>