Searched refs:Version (Results 151 - 175 of 817) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h26 DWORD nVersion; // Version number
115 UINT Version; // EMF+, EMF, or WMF version member in class:MetafileHeader
140 UINT GetVersion() const { return Version; }
/external/safe-iop/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/smack/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/tagsoup/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/valgrind/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/valgrind/main/
H A DAndroid.clean.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp83 StringRef Version);
88 StringRef Version);
202 StringRef Version) {
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
212 StringRef Version) {
214 AddPath(Base + "/../../../include/c++/" + Version,
216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
218 AddPath(Base + "/../../../include/c++/" + Version
200 AddMinGWCPlusPlusIncludePaths(StringRef Base, StringRef Arch, StringRef Version) argument
211 AddMinGW64CXXPaths(StringRef Base, StringRef Version) argument
[all...]
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h48 int ResStorageOrder, int Version = Specialized>
54 int RhsStorageOrder, bool ConjugateRhs, int Version>
57 RhsStorageOrder,ConjugateRhs,RowMajor,Version>
81 int RhsStorageOrder, bool ConjugateRhs, int Version>
84 RhsStorageOrder,ConjugateRhs,ColMajor,Version>
104 int RhsStorageOrder, bool ConjugateRhs, int Version>
107 RhsStorageOrder,ConjugateRhs,ColMajor,Version>::run(
223 int RhsStorageOrder, bool ConjugateRhs, int Version>
226 RhsStorageOrder,ConjugateRhs,ColMajor,Version>
245 int RhsStorageOrder, bool ConjugateRhs, int Version>
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc57 Version::~Version() {
154 class Version::LevelFileNumIterator : public Iterator {
218 Iterator* Version::NewConcatenatingIterator(const ReadOptions& options,
225 void Version::AddIterators(const ReadOptions& options,
278 void Version::ForEachOverlapping(Slice user_key, Slice internal_key,
281 // TODO(sanjay): Change Version::Get() to use this function.
323 Status Version::Get(const ReadOptions& options,
422 bool Version::UpdateStats(const GetStats& stats) {
435 bool Version
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc125 virtual base::Version GetBrowserVersion() const OVERRIDE;
231 base::Version ChromeConfigurator::GetBrowserVersion() const {
232 return base::Version(chrome::VersionInfo().Version());
H A Dcld_component_installer.h50 const base::Version& version,
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_installers_unittest.cc83 Version version;
H A Dcomponent_updater_service_unittest.h58 const Version& version,
/external/chromium_org/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.cc80 base::Version ChromeRuntimeAPIDelegate::GetPreviousExtensionVersion(
88 return base::Version();
245 typedef const std::pair<std::string, Version> UpdateDetails;
247 const Version& version = content::Details<UpdateDetails>(details)->second;
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc15 const Version& version,
/external/chromium_org/chrome/browser/policy/
H A Ddevice_management_service_configuration.cc36 version_info.Version().c_str(),
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.cc47 std::string version(version_info.Version());
/external/chromium_org/chrome/installer/util/
H A Dfake_installation_state.h21 void AddChrome(bool system_install, bool multi_install, Version* version) {
/external/chromium_org/components/component_updater/test/
H A Dtest_installer.h74 Version current_version_;
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DUserAgent.java53 builder.append(Version.CRONET_VERSION);
/external/chromium_org/components/variations/
H A Dvariations_seed_processor.h40 const base::Version& version,
H A Dvariations_seed_simulator.h59 const base::Version& version,
/external/chromium_org/extensions/browser/
H A Dcontent_verifier_io_data.cc13 const base::Version& version) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dreflection.py59 if api_implementation.Version() == 2:

Completed in 556 milliseconds

1234567891011>>