Searched refs:VERSION (Results 226 - 250 of 414) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/build/make/
H A Drtcd.pl6 Getopt::Long::Configure("auto_help") if $Getopt::Long::VERSION > 2.32;
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java127 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
H A DSkiaSampleView.java35 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl116 VERSION 1.0.0.0-0-2
145 "VERSION" => 2,
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.S156 # PRINT VERSION
/external/valgrind/nightly/bin/
H A Dnightly226 vendor_stuff="`. /etc/os-release; echo ${NAME} ${VERSION}`"
/external/elfutils/src/libdw/
H A DMakefile331 VERSION = 1 macro
470 MOSTLYCLEANFILES = $(am_libdw_pic_a_OBJECTS) libdw.so.$(VERSION)
964 $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
970 ln -fs $@ $@.$(VERSION)
975 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
976 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
980 rm -f $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
/external/elfutils/src/libelf/
H A DMakefile324 VERSION = 1 macro
391 libelf.so.$(VERSION)
934 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
936 ln -fs $@ $@.$(VERSION)
941 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
942 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
946 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
/external/bison/
H A Dmaint.mk99 VERSION_REGEXP = $(subst .,\.,$(VERSION))
103 this-vc-tag = v$(VERSION)
107 tag-this-version = $(subst .,_,$(VERSION))
111 my_distdir = $(PACKAGE)-$(VERSION)
117 # But overwrite VERSION.
119 VERSION := $(word 1, $(RELEASE)) macro
1204 # with $(VERSION), which verifies that its path_prepend_ invocation
1213 grep -l 'VERSION mismatch' $(_hv_file) >/dev/null \
1293 && git cat-file tag v$(VERSION) \
1324 --curr=$(VERSION) \
[all...]
H A Dcfg.mk30 # don't want to wait on a recompile because of an update to $(VERSION). Thus,
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp95 #define GLSL(VERSION, BODY) ("#version " #VERSION "\n" #BODY "\n")
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c46 VERSION, enumerator in enum:__anon5981
154 if(options[VERSION].doesOccur) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java26 public static final int VERSION = 2; field in class:CollationFastLatin
204 assert((header[0] >> 8) == VERSION);
/external/jpeg/
H A Dltconfig69 VERSION=1.2
154 --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION"; exit 0 ;;
754 archive_cmds='$rm $objdir/a2ixlibrary.data;$echo "#define NAME $libname" > $objdir/a2ixlibrary.data;$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data;$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data;$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data;$AR cru $lib$libobjs;$RANLIB $lib;(cd $objdir && a2ixlibrary -32)'
1318 # Generated automatically by $PROGRAM - GNU $PACKAGE $VERSION
1364 LTCONFIG_VERSION="$VERSION"
/external/libpng/contrib/gregbook/
H A Drpng-x.c83 #define VERSION "2.01 of 16 March 2008" macro
276 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
H A Dwpng.c91 #define VERSION "2.00 of 2 June 2007" macro
402 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, APPNAME);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java132 private static final int VERSION = 201105; field in class:Cache
168 cache = DiskLruCache.create(FileSystem.SYSTEM, directory, VERSION, ENTRY_COUNT, maxSize);
/external/protobuf/gtest/
H A DCMakeLists.txt30 cmake_minimum_required(VERSION 2.6.4)
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java82 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
226 if (AndouKun.VERSION < 0) {
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java1388 else if (key.equals(VERSION)) {
1414 public static final String VERSION = "version";
1406 public static final String VERSION = "version"; field in class:XMLWriter
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java658 || key.equals(OutputKeys.VERSION)
/external/bison/darwin-lib/
H A Dconfig.h2019 #define VERSION "2.7" macro
/external/bison/linux-lib/
H A Dconfig.h2019 #define VERSION "2.7" macro
/external/bison/src/
H A Dgetargs.c428 printf (_("bison (GNU Bison) %s"), VERSION);
/external/dnsmasq/src/
H A Ddbus.c277 char *v = VERSION;

Completed in 983 milliseconds

1234567891011>>