HomeSort by relevance Sort by last modified time
    Searched defs:VERSION (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/selinux/libselinux/src/
Makefile 23 VERSION = $(shell cat ../VERSION)
158 $(LIBPC): $(LIBPC).in ../VERSION
159 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBDIR):; s:@includedir@:$(INCLUDEDIR):; s:@PCRE_MODULE@:$(PCRE_MODULE):' < $< > $@
168 $(CC) $(CFLAGS) $(LDFLAGS) -L. -shared -o $@ $^ -lselinux $(LDLIBS_LIBSEPOLA) $(PYLIBS) -Wl,-soname,audit2why.so,--version-script=audit2why.map,-z,defs
  /external/selinux/libsemanage/src/
Makefile 34 VERSION = $(shell cat ../VERSION)
91 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux -lbz2 -Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
94 $(LIBPC): $(LIBPC).in ../VERSION
95 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBDIR):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
  /external/setupcompat/main/java/com/google/android/setupcompat/logging/
CustomEvent.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
47 private static final int VERSION = 1;
53 Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q,
68 Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q,
86 bundle.putInt(BUNDLE_VERSION, VERSION);
  /external/stressapptest/src/
stressapptest_config_android.h 146 /* Define to the full name and version of this package. */
155 /* Define to the version of this package. */
202 #define STRESSAPPTEST_TIMESTAMP "Android version"
208 /* Version number of package */
209 #define VERSION "1.0.7_autoconf"
230 previous line. Perhaps some future version of Sun C++ will work with
  /external/v8/tools/clang/scripts/
update.py 71 VERSION = '7.0.0'
301 f.write('# two arg version to specify where build artifacts go. CMake\n')
406 """Checks that `clang --version` outputs VERSION. If this fails, VERSION
411 # TODO: Parse `clang-cl /?` output for built clang's version and check that
415 version_out = subprocess.check_output([clang, '--version'])
416 version_out = re.match(r'clang version ([0-9.]+)', version_out).group(1)
417 if version_out != VERSION:
418 print ('unexpected clang version %s (not %s), update VERSION in update.py
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 int16_t version; member in struct:DataHeader
43 #define VERSION 2
44 int32_t versionNumber = VERSION;
47 DataHeader header = {0x574f4c53, VERSION, sizeof(DataHeader), 0LL};
49 const char* versionHeader = "*version\n";
345 header.version = versionNumber;
347 write2LE(dataFp, header.version);
418 fprintf(stderr, "Error: version number (%d) must be 1 or 2\n", versionNumber);
438 fprintf(stderr, "Usage: %s [-v version] [-d] input_file trace_prefix\n", argv[0])
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 8 This version is for 32-bit Windows; it may compile under 16-bit Windows
66 the Free Software Foundation; either version 2 of the License, or
67 (at your option) any later version.
82 #define VERSION "2.01 of 16 March 2008"
314 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
382 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
494 Allocate memory for the display-specific version of the image (round up
rpng2-win.c 8 specified background patterns (for transparent images). This version is
75 the Free Software Foundation; either version 2 of the License, or
76 (at your option) any later version.
91 #define VERSION "2.02 of 16 March 2008"
447 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
529 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
706 Allocate memory for the display-specific version of the image (round up
    [all...]
rpng-x.c 8 This version is for the X Window System (tested by author under Unix and
70 the Free Software Foundation; either version 2 of the License, or
71 (at your option) any later version.
86 #define VERSION "2.02 of 15 June 2014"
279 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
648 Allocate memory for the X- and display-specific version of the image.
  /external/libpng/contrib/visupng/
VisualPng.c 18 #define VERSION "1.0 of 2000 June 07"
  /external/libxml2/
config.h 291 /* Define to the full name and version of this package. */
300 /* Define to the version of this package. */
315 /* Version number of package */
316 #define VERSION "2.9.2"
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 107 #define VERSION 1
175 uint32_t version; variable
  /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/rappor/client/java/com/google/android/rappor/
Encoder.java 35 * A non-decreasing version number.
37 * <p>The version number should increase any time the Encoder has a user-visible functional change
40 public static final long VERSION = 3;
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 10 Licensed under the Apache License, Version 2.0 (the "License");
35 VERSION = '0.1'
749 parser = optparse.OptionParser(version=VERSION)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
70 "VERSION",
75 VERSION = "1.3.0"
700 "fixed in a future version. If you rely on the current "
724 "fixed in a future version. If you rely on the current "
745 "fixed in a future version. If you rely on the current "
767 "fixed in a future version. If you rely on the current "
812 write("<?xml version='1.0' encoding='%s'?>\n" % encoding)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
70 "VERSION",
75 VERSION = "1.3.0"
694 "fixed in a future version. If you rely on the current "
719 "fixed in a future version. If you rely on the current "
741 "fixed in a future version. If you rely on the current "
763 "fixed in a future version. If you rely on the current "
807 write("<?xml version='1.0' encoding='%s'?>\n" % encoding)
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 291 VERSION = 0x14
  /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 * &lt;?xml version="1.0"?&gt;
56 * &lt;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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 11 * C++ version created on: 2013aug09
25 * Fast Latin format version (one byte 1..FF).
29 * When the major version number of the main data format changes,
30 * we can reset this fast Latin version to 1.
32 public static final int VERSION = 2;
135 * The exact value is not relevant for the format version.
156 * The exact value is not relevant for the format version.
183 * The exact value is not relevant for the format version.
210 assert((header[0] >> 8) == VERSION);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
genrb.cpp 62 VERSION,
169 if(options[VERSION].doesOccur) {
171 "%s version %s (ICU version %s).\n"
187 "\tbinary version of resource bundles (.res files)\n",
194 "\t-V or --version prints out version number and exits\n"
502 "the ucadata-unihan.icu version of the collation root data\n"
503 "is about 300kB larger than the ucadata-implicithan.icu version.");
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 10 * C++ version created on: 2013aug09
21 * Fast Latin format version (one byte 1..FF).
25 * When the major version number of the main data format changes,
26 * we can reset this fast Latin version to 1.
28 public static final int VERSION = 2;
131 * The exact value is not relevant for the format version.
152 * The exact value is not relevant for the format version.
179 * The exact value is not relevant for the format version.
206 assert((header[0] >> 8) == VERSION);
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 202 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
214 static final int VERSION = 7;
453 case VERSION:
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 4 // Licensed under the Apache License, Version 2.0 (the "License");
55 final static byte VERSION = (byte) 0x01;
211 * VERSION (byte)
265 working[0] = VERSION;
  /external/libogg/win32/
Makefile 105 VERSION = 1.1
144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)

Completed in 658 milliseconds

1 2 3 4 5 67 8 910