Searched refs:VERSION (Results 276 - 300 of 414) sorted by relevance

<<11121314151617

/external/libvorbis/
H A Dltmain.sh76 VERSION="2.2.6 Debian-2.2.6a-4"
828 if test "$VERSION" != "$macro_version"; then
831 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
838 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
846 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
849 $progname: of $PACKAGE $VERSION and run autoconf again.
1084 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
2320 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
[all...]
/external/bison/src/
H A Dmuscle-tab.c86 MUSCLE_INSERT_STRING ("version", VERSION);
H A Dprint-xml.c508 xml_escape_n (0, VERSION),
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java698 if (Build.VERSION.SDK_INT >= 12) {
/external/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp119 fastLatinVersion = (int32_t)CollationFastLatin::VERSION << 16;
H A Dcollationfastlatin.cpp116 U_ASSERT((table[0] >> 8) == VERSION);
453 U_ASSERT((table[0] >> 8) == VERSION);
/external/ppp/pppd/plugins/
H A Dwinbind.c105 char pppd_version[] = VERSION;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DViewLoader.java117 for (int version = Math.max(Build.VERSION.SDK_INT, 0); version >= 0; version--) {
/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V1.h21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1); member in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2); member in struct:SkOTTableOS2_V2
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java410 outputFileST.add("ANTLRVersion", tool.VERSION);
411 headerFileST.add("ANTLRVersion", tool.VERSION);
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java121 public static final int VERSION = 1; field in class:ProxyBuilder
171 dexCache = new File(dexCacheParent, "v" + Integer.toString(VERSION));
/external/dhcpcd/
H A Dif-options.c822 "%s-%s:%s-%s:%s%s%s", PACKAGE, VERSION,
828 VENDORCLASSID_MAX_LEN, "%s-%s", PACKAGE, VERSION);
H A Ddhcpcd.c1611 len = strlen(VERSION) + 1;
1614 iov[1].iov_base = UNCONST(VERSION);
1820 printf(""PACKAGE" "VERSION"\n%s\n", copyright);
2078 syslog(LOG_INFO, "version " VERSION " starting");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java93 private static final String VERSION = "version"; //$NON-NLS-1$ field in class:UpdateBugStateTask
431 args.put(VERSION, EMPTY);
/external/elfutils/src/po/
H A DMakefile15 VERSION = 0.161 macro
441 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
/external/libxml2/win32/
H A Dconfigure.js296 if (s.search(/\@VERSION\@/) != -1) {
297 of.WriteLine(s.replace(/\@VERSION\@/,
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java859 } else if (name.equals(Header.VERSION)) {
888 spdyHeaders.add(new Header(Header.VERSION, statusParts[0]));
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py35 VERSION = '0.1' variable
749 parser = optparse.OptionParser(version=VERSION)
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java586 if (Build.VERSION.SDK_INT >= 11) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/elfutils/src/config/
H A DMakefile180 VERSION = 0.161 macro
/external/elfutils/src/m4/
H A DMakefile178 VERSION = 0.161 macro
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java131 int r0 = (CollationFastLatin.VERSION << 8) | headerLength;

Completed in 952 milliseconds

<<11121314151617