HomeSort by relevance Sort by last modified time
    Searched defs:VERSION (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
patchlevel.h 1 #define VERSION "2.4.7"
  /cts/tools/signature-tools/src/signature/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * {@code Version} defines the VERSION constant of the signature tools.
22 public class Version {
24 * The program version of the signature tools.
26 public static final String VERSION = "0.1";
  /dalvik/dx/src/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.11";
  /external/dexmaker/src/dx/java/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.7";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
46 // Moved to version 2 for v3.1: added grammar name to enter/exit Rule
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
FormatVersion.java 4 * Specifies the version of the format for jME3 object (j3o) files.
11 * Version number of the format
13 public static final int VERSION = 2;
  /external/libhevc/decoder/
ihevcd_version.c 5 * Licensed under the Apache License, Version 2.0 (the "License");
24 * Contains version info for HEVC decoder
62 * Version string. First two digits signify major version and last two minor
63 * Increment major version for API change or major feature update
73 * Concatenates various strings to form a version string
76 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
95 * Fills the version info in the given string
101 * Pointer to hold version info
117 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER, CODEC_VENDOR)
    [all...]
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /external/dhcpcd/
defs.h 31 #define VERSION "5.5.6"
  /external/dhcpcd/mk/
dist.mk 5 DISTPREFIX?= ${PROG}-${VERSION}
10 _VERSION_SH= sed -n 's/\#define VERSION[[:space:]]*"\(.*\)".*/\1/p' config.h
12 VERSION= ${_VERSION}$(shell ${_VERSION_SH})
  /external/libavc/encoder/
ih264e_version.c 5 * Licensed under the Apache License, Version 2.0 (the "License");
27 * Contains version info for H264 encoder
74 * Version string. First two digits signify major version and last two minor
85 * Concatenates various strings to form a version string
88 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
101 * Fills the version info in the given char pointer
104 * Fills the version info in the given char pointer
107 * Pointer to hold version info
122 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER
    [all...]
  /external/selinux/policycoreutils/secon/
Makefile 9 VERSION = $(shell cat ../VERSION)
11 override CFLAGS += -DVERSION=\"$(VERSION)\" -I$(INCLUDEDIR)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProviderJCE.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
33 // Version of the services
34 private static final double VERSION = 1.0;
43 super(NAME, VERSION, INFO);
Support_ProviderRSA.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
33 // Version of the services provided
34 private static final double VERSION = 1.0;
43 super(NAME, VERSION, INFO);
Support_ProviderTrust.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
33 // Version of the services
34 private static final double VERSION = 1.0;
43 super(NAME, VERSION, INFO);
Support_TestProvider.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
33 // Version of the services provided
34 private static final double VERSION = 1.0;
44 super(NAME, VERSION, INFO);
  /external/clang/test/CodeGen/
2007-09-12-PragmaPack.c 17 } VERSION;
21 VERSION version; member in struct:__anon6040
  /external/deqp/scripts/egl/
__init__.py 9 # Licensed under the Apache License, Version 2.0 (the "License");
23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION
35 noExtIface = getInterface(registry, 'egl', VERSION)
  /external/libutf/
Makefile 26 VERSION=2.0
83 rm -rf $(NAME)-$(VERSION)
84 mkdir $(NAME)-$(VERSION)
85 cp Makefile Make.* README LICENSE NOTICE *.[ch137] rpm.spec bundle.ports $(TGZFILES) $(NAME)-$(VERSION)
86 tar cf - $(NAME)-$(VERSION) | gzip >$(NAME)-$(VERSION).tgz
87 rm -rf $(NAME)-$(VERSION)
97 cp $(NAME)-$(VERSION).tgz /usr/src/RPM/SOURCES
99 cp /usr/src/RPM/SRPMS/$(NAME)-$(VERSION)-1.src.rpm .
100 cp /usr/src/RPM/RPMS/i586/$(NAME)-$(VERSION)-1.i586.rpm
    [all...]
  /external/lz4/
Makefile 33 # Version number
34 export VERSION=126
35 export RELEASE=r$(VERSION)
  /external/lz4/lib/
Makefile 34 # Version numbers
35 VERSION ?= 126
92 -e 's|@VERSION@|$(VERSION)|' \
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 9 * The classic version object.
11 public class Version {
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
13 public static final String VERSION;
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version; typedefs
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version
    [all...]
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 29 /* MCLINKER version */
36 /* Version number of package */
37 #define VERSION "dev"
  /hardware/marvell/bt/libbt-vendor/
bt_vendor_mrvl.c 5 * Licensed under the Apache License, Version 2.0 (the "License");
43 #define VERSION "M002"
74 ALOGI("Marvell BT Vendor Lib: ver %s", VERSION);
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
57 * version = <var>nmtoken</var>.
59 * <p><code>version</code> specifies the version of the output
61 * <p>When the output method is "xml", the version value specifies the
62 * version of XML to be used for outputting the result tree. The default
64 * "html", the version value indicates the version of the HTML.
67 * Recommendation [HTML]. If the output method is "text", the version
72 public static final String VERSION = "version"
    [all...]

Completed in 1162 milliseconds

1 2 3 4 5 6 7 8 91011>>