HomeSort by relevance Sort by last modified time
    Searched defs:VERSION (Results 101 - 125 of 239) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/libevent/mac/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libevent/solaris/
config.h 217 /* Define to the full name and version of this package. */
223 /* Define to the version of this package. */
244 /* Version number of package */
245 #define VERSION "1.4.13-stable"
  /external/chromium_org/third_party/libxml/linux/
config.h 4 #define VERSION "2.7.7"
272 /* Define to the full name and version of this package. */
281 /* Define to the version of this package. */
293 /* Version number of package */
294 #define VERSION "2.7.7"
  /external/chromium_org/third_party/libxml/mac/
config.h 4 #define VERSION "2.7.7"
272 /* Define to the full name and version of this package. */
281 /* Define to the version of this package. */
293 /* Version number of package */
294 #define VERSION "2.7.7"
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h 203 /* Define to the full name and version of this package. */
212 /* Define to the version of this package. */
251 /* Version number of package */
252 #define VERSION "1.7"
config_linux.h 203 /* Define to the full name and version of this package. */
212 /* Define to the version of this package. */
251 /* Version number of package */
252 #define VERSION "1.7"
config_win.h 1 /* A manual version of config.h fit for windows machines. */
235 /* Define to the full name and version of this package. */
244 /* Define to the version of this package. */
280 /* Version number of package */
281 #undef VERSION
  /external/icu4c/tools/genrb/
genrb.c 46 VERSION,
155 if(options[VERSION].doesOccur) {
157 "%s version %s (ICU version %s).\n"
182 "\tbinary version of resource bundles (.res files)\n",
189 "\t-V or --version prints out version number and exits\n"
  /external/libxml2/
config.h 271 /* Define to the full name and version of this package. */
280 /* Define to the version of this package. */
292 /* Version number of package */
293 #define VERSION "2.7.8"
  /external/linux-tools-perf/util/
trace-event-info.c 8 * the Free Software Foundation; version 2 of the License (not later!)
56 #define VERSION "0.5"
535 write_or_die(VERSION, strlen(VERSION) + 1);
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 107 #define VERSION 1
175 uint32_t version; variable
  /external/netperf/
config.h 244 /* Define to the full name and version of this package. */
250 /* Define to the version of this package. */
295 /* Version number of package */
296 #define VERSION "2.4.4"
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 30 * @version 1.2 $Revision: 1.8 $ $Date: 2009/07/17 18:57:33 $
79 public static final String VERSION = "version";
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 54 public static final String VERSION;
68 String version = "(unknown)"; typedefs
71 version = properties.getProperty("application.version");
74 VERSION = version;
124 version(); method
355 * Prints the version message.
357 private static void version() { method in class:main
358 System.out.println("smali " + VERSION + " (http://smali.googlecode.com)")
    [all...]
  /external/valgrind/main/
config.h 22 /* Darwin / Mac OS X version */
322 /* Define to the full name and version of this package. */
331 /* Define to the version of this package. */
343 /* Version number of package */
344 #define VERSION "3.8.1"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 128 def __init__(self, version):
130 self.vsbase = VS_BASE % version
131 self.load_macros(version)
136 def load_macros(self, version):
141 if version >= 8.0:
153 if version >= 9.0:
154 self.set_macro("FrameworkVersion", self.vsbase, "clr version")
165 self.macros["$(FrameworkVersion)"] = d["version"]
173 """Return the version of MSVC that was used to build Python.
175 For Python 2.3 and up, the version number is included i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 128 def __init__(self, version):
130 self.vsbase = VS_BASE % version
131 self.load_macros(version)
136 def load_macros(self, version):
141 if version >= 8.0:
153 if version >= 9.0:
154 self.set_macro("FrameworkVersion", self.vsbase, "clr version")
165 self.macros["$(FrameworkVersion)"] = d["version"]
173 """Return the version of MSVC that was used to build Python.
175 For Python 2.3 and up, the version number is included i
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 6 * to you under the Apache License, Version 2.0 (the "License");
55 * <?xml version="1.0"?>
56 * <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
85 * <p>Note: for an improved version of this utility, please see
90 * @version $Id: EnvironmentCheck.java 468646 2006-10-28 06:57:58Z minchau $
313 /** Prefixed to hash keys that signify version numbers. */
314 public static final String VERSION = "version.";
320 public static final String CLASS_PRESENT = "present-unknown-version";
419 envCheckNode.setAttribute("version", "$Revision: 468646 $")
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 1 /* A manual version of config.h fit for windows machines. */
224 /* Define to the full name and version of this package. */
233 /* Define to the version of this package. */
275 /* Version number of package */
276 #undef VERSION
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 1 /* A manual version of config.h fit for windows machines. */
224 /* Define to the full name and version of this package. */
233 /* Define to the version of this package. */
275 /* Version number of package */
276 #undef VERSION
  /external/libogg/win32/
Makefile 105 VERSION = 1.1
144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  /external/libpng/contrib/gregbook/
rpng-x.c 8 This version is for the X Window System (tested by author under Unix and
67 the Free Software Foundation; either version 2 of the License, or
68 (at your option) any later version.
83 #define VERSION "2.01 of 16 March 2008"
276 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
641 Allocate memory for the X- and display-specific version of the image.
  /external/libpng/contrib/visupng/
VisualPng.c 17 #define VERSION "1.0 of 2000 June 07"
  /external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
126 private static final int VERSION = 201105;
175 cache = DiskLruCache.open(directory, VERSION, ENTRY_COUNT, maxSize);
  /external/oprofile/libpopt/
config.h 261 /* Define to the full name and version of this package. */
267 /* Define to the version of this package. */
294 /* Version number of package */
295 #undef VERSION

Completed in 3511 milliseconds

1 2 3 45 6 7 8 910