Searched refs:Version (Results 251 - 275 of 817) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/extensions/browser/
H A Dcontent_hash_reader.cc28 const base::Version& extension_version,
/external/chromium_org/gpu/config/
H A Dgpu_info.h82 // Version of DisplayLink driver installed. Zero if not installed.
84 Version display_link_version;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debsc_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int32_t EbscTable::Version() { function in class:sfntly::EbscTable
H A Debsc_table.h4 * Licensed under the Apache License, Version 2.0 (the "License");
87 int32_t Version();
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dhdmx_test.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
43 EXPECT_EQ(hdmx_table->Version(), HDMX_VERSION);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h31 MOCK_CONST_METHOD2(Version, int32_t(int8_t *version, int32_t length));
/external/chromium_org/tools/gyp/test/lib/
H A DTestMac.py48 def Version(self): member in class:XcodeInfo
49 if 'Version' not in self._cache:
50 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
51 return self._cache['Version']
55 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-archs.py26 if TestMac.Xcode.Version() >= '0500':
/external/clang/lib/Headers/
H A DMakefile18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
/external/deqp/framework/randomshaders/
H A DrsgVariable.cpp7 * Licensed under the Apache License, Version 2.0 (the "License");
45 Version targetVersion = state.getProgramParameters().version;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debsc_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int32_t EbscTable::Version() { function in class:sfntly::EbscTable
H A Debsc_table.h4 * Licensed under the Apache License, Version 2.0 (the "License");
87 int32_t Version();
/external/sfntly/cpp/src/test/
H A Dhdmx_test.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
43 EXPECT_EQ(hdmx_table->Version(), HDMX_VERSION);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
H A DDotZLib.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
283 public static string Version { get { return zlibVersion(); } } property in class:DotZLib.Info
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extensions_browser_client.cc181 base::Version last_version;
185 last_version = base::Version(last_version_str);
189 std::string current_version = current_version_info.Version();
H A Dcrx_installer.h129 void set_expected_version(const Version& val) {
130 expected_version_.reset(new Version(val));
316 scoped_ptr<Version> expected_version_;
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.h41 UpdateDetails(const std::string& id, const base::Version& version);
45 base::Version version;
181 const base::Version& version,
/external/chromium_org/components/variations/
H A Dstudy_filtering.cc138 const base::Version& version) {
166 const base::Version& version,
220 const base::Version& version,
/external/chromium_org/sandbox/win/src/
H A Dprocess_mitigations.cc34 base::win::Version version = base::win::GetVersion();
172 base::win::Version version = base::win::GetVersion();
248 base::win::Version version = base::win::GetVersion();
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dsuite.cc123 base::win::Version version = base::win::GetVersion();
169 if (base::win::Version() < base::win::VERSION_VISTA)
191 if (base::win::Version() < base::win::VERSION_VISTA)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py9 import Version namespace
89 f.write(u'<!-- Generated by Cython %s -->\n' % Version.watermark)
130 f.write(u'<p>Generated by Cython %s\n' % Version.watermark)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_sln.sh28 --ver=version Version (7,8,9,10,11) of visual studio to generate for
260 *) die Unrecognized Visual Studio Version in $opt
271 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_sln.sh28 --ver=version Version (7,8,9,10,11) of visual studio to generate for
260 *) die Unrecognized Visual Studio Version in $opt
271 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h83 // Version of flags structure.
84 uint16_t Version; member in struct:llvm::MipsABIFlagsSection
110 : Version(0), ISALevel(0), ISARevision(0), GPRSize(AFL_REG_NONE),
114 uint16_t getVersionValue() { return (uint16_t)Version; }

Completed in 1690 milliseconds

<<11121314151617181920>>