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

1 2 3 4 5 6 7 8 910

  /external/chromium/net/tools/spdyshark/
moduleinfo.h 11 #ifdef VERSION
12 #undef VERSION
15 /* Version number of package */
16 #define VERSION "0.1.0"
  /external/ppp/pppd/
patchlevel.h 3 #define VERSION "2.4.3"
  /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.8";
  /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/chromium_org/third_party/lcov/
Makefile 8 # and the lcov.rpm file. Just make sure to adjust the VERSION
9 # and RELEASE variables below - both version and date strings
14 VERSION := 1.10
67 dist: lcov-$(VERSION).tar.gz lcov-$(VERSION)-$(RELEASE).noarch.rpm \
68 lcov-$(VERSION)-$(RELEASE).src.rpm
70 lcov-$(VERSION).tar.gz: $(FILES)
72 mkdir $(TMP_DIR)/lcov-$(VERSION)
73 cp -r * $(TMP_DIR)/lcov-$(VERSION)
74 find $(TMP_DIR)/lcov-$(VERSION) -name CVS -type d | xargs rm -r
    [all...]
  /external/chromium_org/third_party/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/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/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/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
34 // Version of the services
35 private static final double VERSION = 1.0;
45 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/chromium/sdch/open-vcdiff/vsprojects/
config.h 4 // Licensed under the Apache License, Version 2.0 (the "License");
47 /* Define to the full name and version of this package. */
53 /* Define to the version of this package. */
59 /* Version number of package */
60 #define VERSION "0.7"
  /external/chromium_org/third_party/libxml/src/
acconfig.h 2 #undef VERSION
  /external/clang/test/CodeGen/
2007-09-12-PragmaPack.c 17 } VERSION;
21 VERSION version; member in struct:__anon19113
  /external/elfutils/
config.h 25 /* Define to the full name and version of this package. */
31 /* Define to the version of this package. */
37 /* Version number of package */
38 #define VERSION "0.138"
  /external/libsepol/src/
Makefile 9 VERSION = $(shell cat ../VERSION)
28 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
31 $(LIBPC): $(LIBPC).in ../VERSION
32 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
  /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 */
33 /* Version number of package */
34 #define VERSION "WhiteStone"
  /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...]
  /libcore/support/src/test/java/tests/support/
Support_ProviderTrust.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
34 // Version of the services
35 private static final double VERSION = 1.0;
45 super(NAME, VERSION, INFO);

Completed in 1370 milliseconds

1 2 3 4 5 6 7 8 910