HomeSort by relevance Sort by last modified time
    Searched defs:Version (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 39 /** Because I may change the stats, I need to track version for later
42 public static final String Version = "5";
46 String version; field in class:GrammarReport.ReportData
90 data.version = Version;
317 * return a human-readable version. Return null if there is a
354 buf.append("ANTLR Grammar Report; Stats Version ");
355 buf.append(data.version);
  /external/clang/lib/Driver/
ToolChains.h 35 /// We rely on assumptions about the form and structure of GCC version
42 /// preferred version string to use. For example we prefer versions without
46 /// in the way that (for example) Debian's version format does. If that ever
49 /// \brief The unparsed text of the version.
92 GCCVersion Version;
128 /// \brief Get the detected GCC version string.
129 const GCCVersion &getVersion() const { return Version; }
312 /// The host version.
330 /// The OS version we are targeting.
334 /// The default macosx-version-min of this tool chain; empty unti
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 461 // Read the PTH version.
463 unsigned Version = endian::readNext<uint32_t, little, aligned>(p);
465 if (Version < PTHManager::Version) {
467 Version < PTHManager::Version
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 127 ErrorOr<StringRef> Version =
129 if (Version) {
131 FullSymbolName += *Version;
133 error(Version.getError());
548 W.printNumber("Version", Header->e_version);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 8 * version 2.1 of the License, or (at your option) any later version.
47 /* These are defined as version-neutral in d3dcommon.h */
99 UINT Version;
d3d11shader.h 8 * version 2.1 of the License, or (at your option) any later version.
25 /* These are defined as version-neutral in d3dcommon.h */
38 UINT Version;
authz.h 136 ULONG64 Version;
163 USHORT Version;
d3dx9shader.h 9 * version 2.1 of the License, or (at your option) any later version.
97 DWORD Version;
337 DWORD Version;
mpeg2structs.h 79 } Version;
107 } Version;
128 BYTE Version;
148 BYTE Version;
resapi.h 93 DWORD Version;
rpcasync.h 110 ULONG Version;
150 unsigned int Version;
162 unsigned int Version;
256 unsigned int Version;
263 unsigned int Version;
273 unsigned int Version;
294 unsigned int Version;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 181 USHORT Version;
miniport.h 122 USHORT Version;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 45 public String Version;
116 public static final String Version = "3";
441 buf.append(Version);
514 stats.Version = Version;
531 buf.append("ANTLR Runtime Report; Profile Version ");
532 buf.append(stats.Version);
  /external/clang/include/clang/Sema/
AttributeList.h 39 /// \brief The version number at which the change occurred.
40 VersionTuple Version;
42 /// \brief The source range covering the version number.
46 bool isValid() const { return !Version.empty(); }
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 420 /// 'version': <version number>,
775 KeyStatusPair("version", true),
809 } else if (Key == "version") {
814 int Version;
815 if (VersionString.getAsInteger<int>(10, Version)) {
819 if (Version < 0) {
820 error(I->getValue(), "invalid version number");
823 if (Version != 0) {
824 error(I->getValue(), "version mismatch, expected 0")
    [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 650 class DEFAULT Version { };
653 Bind(Version());
    [all...]
  /external/freetype/include/
tttables.h 122 /* Version :: The table version. */
201 FT_Fixed Version;
241 /* Version :: The table version. */
301 /* version 1.0. */
327 FT_Fixed Version;
366 /* table. In this case, the `version' field is always set to 0xFFFF. */
370 FT_UShort version; /* 0x0001 - more or 0xFFFF */ member in struct:TT_OS2_
405 /* only version 1 and higher: *
553 FT_Fixed version; member in struct:TT_MaxProfile_
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 80 /// readGCOVVersion - Read GCOV version.
81 bool readGCOVVersion(GCOV::GCOVVersion &Version) {
85 Version = GCOV::V402;
90 Version = GCOV::V404;
93 errs() << "Unexpected version: " << VersionStr << ".\n";
240 GCOV::GCOVVersion Version;
263 bool readGCNO(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
264 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
  /external/openfst/src/include/fst/
fst.h 3 // Licensed under the Apache License, Version 2.0 (the "License");
115 int32 Version() const { return version_; }
124 void SetVersion(int32 version) { version_ = version; }
138 int32 version_; // Type version #
688 int version, FstHeader *hdr) const {
692 hdr->SetVersion(version);
714 const FstWriteOptions& opts, int version,
720 hdr->SetVersion(version);
746 const FstWriteOptions& opts, int version,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 41 TT_uint32_t Version;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 108 int Version = pEncryptDict->GetInteger(FX_BSTRC("V"));
111 if (Version >= 4) {
124 if (Version == 4) {
142 keylen = Version > 1 ? pEncryptDict->GetInteger(FX_BSTRC("Length"), 40) / 8 : 5;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c 475 // Set default version
476 Icc ->Version = 0x02100000;
581 // Free previous version
592 LocalTypeHandler.ICCVersion = Icc ->Version;
675 Icc -> Version = _cmsAdjustEndianess32(Header.version);
745 Header.version = _cmsAdjustEndianess32(Icc ->Version);
939 return Icc -> Version;
942 void CMSEXPORT cmsSetEncodedICCversion(cmsHPROFILE hProfile, cmsUInt32Number Version)
    [all...]
  /external/pdfium/third_party/freetype/include/
tttables.h 122 /* Version :: The table version. */
201 FT_Fixed Version;
241 /* Version :: The table version. */
301 /* version 1.0. */
327 FT_Fixed Version;
366 /* table. In this case, the `version' field is always set to 0xFFFF. */
370 FT_UShort version; /* 0x0001 - more or 0xFFFF */ member in struct:TT_OS2_
405 /* only version 1 and higher: *
553 FT_Fixed version; member in struct:TT_MaxProfile_
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
106 int32_t CMapTable::Version() {
    [all...]

Completed in 759 milliseconds

1 2 34 5 6 7 8 91011>>