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

1 2 3 4 5 6 78 910

  /external/python/cpython2/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...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py 86 "VERSION",
92 VERSION = "1.3.0"
649 "fixed in a future version. If you rely on the current "
671 "fixed in a future version. If you rely on the current "
693 "fixed in a future version. If you rely on the current "
715 "fixed in a future version. If you rely on the current "
769 write("<?xml version='1.0' encoding='%s'?>\n" % (
    [all...]
  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
Ukey2Handshake.java 3 * Licensed under the Apache License, Version 2.0 (the "License");
226 // Maximum version of the handshake supported by this class.
227 public static final int VERSION = 1;
557 clientInit.setVersion(VERSION);
572 serverInit.setVersion(VERSION);
635 // Check that version == VERSION; send BAD_VERSION message if mismatch
637 throwAlertException(Ukey2Alert.AlertType.BAD_VERSION, "ClientInit missing version");
639 if (clientInit.getVersion() != VERSION) {
640 throwAlertException(Ukey2Alert.AlertType.BAD_VERSION, "ClientInit version mismatch")
    [all...]
  /art/tools/jfuzz/
jfuzz.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
62 * Version of JFuzz. Increase this each time changes are made to the program
63 * to preserve the property that a given version of JFuzz yields the same
66 const char* VERSION = "1.5";
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
55 * "IMGDIFF2" (8) [magic number and version]
63 * if chunk type == CHUNK_GZIP: (version 1 only)
77 * if chunk type == CHUNK_DEFLATE: (version 2 only)
88 * if chunk type == RAW: (version 2 only)
115 * 2 [version of imgdiff]
175 static constexpr size_t VERSION = 2;
178 static_assert(VERSION <= 9, "VERSION occupies more than one byte");
556 if (!android::base::WriteStringToFd("IMGDIFF" + std::to_string(VERSION), patch_fd))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pycodegen.py 17 # XXX The version-specific code can go, since this code only works with 2.x.
20 VERSION = sys.version_info[0]
22 VERSION = 1
906 if VERSION > 1:
923 if VERSION > 1:
928 if VERSION > 1:
992 if VERSION > 1:
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 8 * Free Software Foundation; version 2 of the License.
42 #define VERSION "1.11"
768 printf(_(" -v, --version Show version information and exit\n"));
772 void version() function
774 printf(_("powertop version %s\n"), VERSION);
795 { "version", 0, NULL, 'v' },
814 version();
839 printf("PowerTOP " VERSION " (C) 2007, 2008 Intel Corporation \n\n")
    [all...]
  /external/curl/lib/
config-riscos.h 32 /* Version number of this archive. */
33 #undef VERSION
395 /* Version number of package */
396 #undef VERSION
config-tpf.h 585 /* Define to the full name and version of this package. */
591 /* Define to the version of this package. */
654 /* Version number of package */
655 #define VERSION "not-used"
682 /* the signed version of size_t */
  /external/grpc-grpc/third_party/cares/config_freebsd/
ares_config.h 22 /* the signed version of size_t */
368 /* Define to the full name and version of this package. */
377 /* Define to the version of this package. */
461 /* Version number of package */
462 #define VERSION "-"
  /external/grpc-grpc/third_party/cares/config_openbsd/
ares_config.h 22 /* the signed version of size_t */
368 /* Define to the full name and version of this package. */
377 /* Define to the version of this package. */
461 /* Version number of package */
462 #define VERSION "1.13.0"
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 23 // version id for the format of the APIInfo data
25 public static final int VERSION = 2;
62 private String stver = ""; // status version
217 // status version
218 String version = ""; local
222 version = val.substring(idx + 1);
231 if (version.length() > 0) {
232 setStatusVersion(version);
243 * Enable status version included in input/output
GatherAPIData.java 82 boolean version; field in class:GatherAPIData
99 } else if (option.equals("-version")) {
137 } else if (opt.equals("-version")) {
138 this.version = true;
184 bw.write(String.valueOf(APIInfo.VERSION) + APIInfo.SEP); // header version
346 if (version) {
351 String[] version = new String[1]; local
352 info.setType(APIInfo.STA, tagStatus(doc, version));
353 info.setStatusVersion(version[0])
    [all...]
GatherAPIDataOld.java 81 boolean version; field in class:GatherAPIDataOld
98 } else if (option.equals("-version")) {
128 } else if (opt.equals("-version")) {
129 this.version = true;
175 bw.write(String.valueOf(APIInfo.VERSION) + APIInfo.SEP); // header version
270 if (version) {
275 String[] version = new String[1]; local
276 info.setType(APIInfo.STA, tagStatus(doc, version));
277 info.setStatusVersion(version[0])
    [all...]
  /external/libavc/decoder/
ih264d_api.c 5 * Licensed under the Apache License, Version 2.0 (the "License");
107 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
112 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
    [all...]
  /external/libhevc/test/encoder/
app.h 5 * Licensed under the Apache License, Version 2.0 (the "License");
57 VERSION,
  /external/libmpeg2/decoder/
impeg2d_api_main.c 5 * Licensed under the Apache License, Version 2.0 (the "License");
94 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
104 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
741 VERSION(au1_version_string, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER,
    [all...]
  /external/ltp/android/include/
config.h 214 /* Define to 1 if you have libnuma and it's headers version >= 2 installed. */
449 /* Define to the full name and version of this package. */
458 /* Define to the version of this package. */
467 /* Version number of package */
468 #define VERSION "LTP_VERSION"
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
132 private static final int VERSION = 201105;
173 this.cache = DiskLruCache.create(fileSystem, directory, VERSION, ENTRY_COUNT, maxSize);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
55 static final int VERSION = 3;
140 int version = (w1 & 0x7fff0000) >>> 16; local
143 if (version != 3) {
144 throw new ProtocolException("version != 3: " + version);
333 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
350 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
365 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
378 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff)
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Cache.java 5 * Licensed under the Apache License, Version 2.0 (the "License");
134 private static final int VERSION = 201105;
175 this.cache = DiskLruCache.create(fileSystem, directory, VERSION, ENTRY_COUNT, maxSize);
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
Spdy3.java 5 * Licensed under the Apache License, Version 2.0 (the "License");
57 static final int VERSION = 3;
142 int version = (w1 & 0x7fff0000) >>> 16; local
145 if (version != 3) {
146 throw new ProtocolException("version != 3: " + version);
335 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
352 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
367 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
380 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff)
    [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py 17 # XXX The version-specific code can go, since this code only works with 2.x.
20 VERSION = sys.version_info[0]
22 VERSION = 1
906 if VERSION > 1:
923 if VERSION > 1:
928 if VERSION > 1:
992 if VERSION > 1:
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
65 // If the version is a negative number, debug features (logging and a debug menu)
67 public static final int VERSION = 14;
105 if (VERSION < 0 || debugLogs) {
292 if (VERSION < 0 || debugLogs) {
384 if (VERSION < 0) {
406 if (VERSION < 0) {
426 if (VERSION < 0) {
519 VERSION,
537 VERSION,
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 6 // Version 2.0. You may obtain a copy of this license at
81 * &lt;?xml version="1.0" standalone="yes"?>
144 * &lt;?xml version="1.0" standalone="yes"?>
176 * &lt;?xml version="1.0" standalone="yes"?>
193 * &lt;?xml version="1.0" standalone="yes"?>
204 * &lt;xml version="1.0" standalone="yes"?>
231 * &lt;xml version="1.0" standalone="yes"?>
248 * @version 0.2
510 if (version == null) {
511 write(" version=\"1.0\"")
1429 private String version = null; field in class:XMLWriter
    [all...]

Completed in 2373 milliseconds

1 2 3 4 5 6 78 910