HomeSort by relevance Sort by last modified time
    Searched refs:Version (Results 126 - 150 of 3566) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/extensions/browser/
pending_extension_manager.cc 10 #include "base/version.h"
25 std::string GetVersionString(const Version& version) {
26 return version.IsValid() ? version.GetString() : "invalid";
112 return AddExtensionImpl(id, update_url, Version(), should_allow_install,
134 return AddExtensionImpl(id, update_url, Version(), should_allow_install,
167 return AddExtensionImpl(id, update_url, Version(), &AlwaysInstall,
176 const Version& version,
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 31 Version = debug_info.getU16(offset_ptr);
36 bool versionOK = DWARFContext::isSupportedVersion(Version);
61 Version = debug_info_data.getU16(&offset);
66 bool versionOK = DWARFContext::isSupportedVersion(Version);
87 Version = 0;
97 << " version = " << format("0x%04x", Version)
DWARFDebugFrame.cpp 205 CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version,
208 : FrameEntry(FK_CIE, D, Offset, Length), Version(Version),
220 OS << format(" Version: %d\n", Version);
237 uint8_t Version;
345 uint8_t Version = Data.getU8(&Offset);
351 Entry = new CIE(Data, StartOffset, Length, Version,
  /external/chromium_org/chrome/browser/component_updater/
widevine_cdm_component_installer.cc 55 // File name of the Widevine CDM adapter version file. The CDM adapter shares
56 // the same version number with Chromium version.
93 // Matches supported ContentDecryptionModule_* version(s).
95 // Matches supported Host_* version(s).
112 const base::Version& version,
117 if (!version.IsValid() ||
118 version.components().size() !=
129 plugin_info->version = version.GetString()
169 int version = 0; local
    [all...]
default_component_installer.cc 10 #include "base/version.h"
17 // Version "0" corresponds to no installed version. By the server's conventions,
67 manifest.GetStringASCII("version", &manifest_version);
68 base::Version version(manifest_version.c_str());
69 if (!version.IsValid())
71 if (current_version_.CompareTo(version) > 0)
74 installer_traits_->GetBaseDirectory().AppendASCII(version.GetString());
83 current_version_ = version;
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 21 #include "base/version.h"
99 // Test that we are parsing Chrome version correctly.
101 // Create a version dir
105 scoped_ptr<Version> version(
107 ASSERT_EQ(version->GetString(), "1.0.0.0");
121 version.reset(installer::GetMaxVersionFromArchiveDir(test_dir_.path()));
122 ASSERT_EQ(version->GetString(), "2.3.4.5");
124 // Create multiple version dirs, ensure that we select the greatest.
132 version.reset(installer::GetMaxVersionFromArchiveDir(test_dir_.path()))
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_ClipAnalysis.c 4 * Licensed under the Apache License, Version 2.0 (the "License");
650 * We write the VSS 3GPP version in the clip analysis to be sure the integrator doesn't
652 pClipProperties->Version[0] = M4VIDEOEDITING_VERSION_MAJOR;
653 pClipProperties->Version[1] = M4VIDEOEDITING_VERSION_MINOR;
654 pClipProperties->Version[2] = M4VIDEOEDITING_VERSION_REVISION;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 9 #include "base/version.h"
31 // Windows implementation of version update functionality, used by the WebUI
51 const base::string16& version) OVERRIDE;
58 // Got the intalled version so the handling of the UPGRADE_ALREADY_UP_TO_DATE
60 void GotInstalledVersion(const Version& version);
84 // This class is used to read the version on the FILE thread and then call back
85 // the version updater in the UI thread. Using a class helps better control
86 // the lifespan of the Version independently of the lifespan of the version
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_state.cc 9 #include "base/version.h"
63 version_.reset(new Version(WideToASCII(version_str)));
68 // Attempt to read the other values even if the "pv" version value was
73 old_version_.reset(new Version(WideToASCII(version_str)));
150 const Version& ProductState::version() const { function in class:installer::ProductState
157 version_.reset(other.version_.get() ? new Version(*other.version_) : NULL);
159 other.old_version_.get() ? new Version(*other.old_version_) : NULL);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 20 #include "base/version.h"
38 UpdateDetails(const std::string& id, const base::Version& version);
42 base::Version version; member in struct:extensions::UpdateDetails
82 void StartBlacklistUpdate(const std::string& version,
122 const std::string& package_hash, const std::string& version,
129 std::string version; member in struct:extensions::ExtensionDownloader::ExtensionFetch
135 const base::Version& version,
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 12 #include "base/version.h"
225 // set to the current version.
247 const Version disable_version(disable_version_string);
251 if (disable_version.Equals(Version(version_info.Version())))
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 103 /* Version :: The table version. */
182 FT_Fixed Version;
222 /* Version :: The table version. */
282 /* version 1.0. */
308 FT_Fixed Version;
344 /* table version. All fields comply to the TrueType specification. */
347 /* OS/2 table. In this case, the `version' field is always set to */
352 FT_UShort version; /* 0x0001 - more or 0xFFFF * member in struct:TT_OS2_
530 FT_Fixed version; member in struct:TT_MaxProfile_
    [all...]
  /external/clang/lib/Lex/
HeaderMap.cpp 46 uint16_t Version; // Version number -- currently 1.
92 // version.
95 Header->Version == HMAP_HeaderVersion)
98 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
  /external/freetype/include/freetype/
tttables.h 103 /* Version :: The table version. */
182 FT_Fixed Version;
222 /* Version :: The table version. */
282 /* version 1.0. */
308 FT_Fixed Version;
344 /* table version. All fields comply to the TrueType specification. */
347 /* OS/2 table. In this case, the `version' field is always set to */
352 FT_UShort version; /* 0x0001 - more or 0xFFFF * member in struct:TT_OS2_
530 FT_Fixed version; member in struct:TT_MaxProfile_
    [all...]
  /external/junit/src/org/junit/runner/
JUnitCore.java 6 import junit.runner.Version;
84 system.out().println("JUnit version " + Version.id());
105 * @return the version number of this release
108 return Version.id();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 2 # distutils/version.py
4 # Implements multiple version numbering conventions for the
10 """Provides classes to represent module version numbers (one class for
11 each style of version numbering). There are currently two such classes
14 Every version number class implements the following interface:
16 representation; if the string is an invalid version number,
22 version number instance)
23 * __repr__ generates Python code to recreate the version number instance
32 class Version:
33 """Abstract base class for version numbering classes. Just provide
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 2 # distutils/version.py
4 # Implements multiple version numbering conventions for the
10 """Provides classes to represent module version numbers (one class for
11 each style of version numbering). There are currently two such classes
14 Every version number class implements the following interface:
16 representation; if the string is an invalid version number,
22 version number instance)
23 * __repr__ generates Python code to recreate the version number instance
32 class Version:
33 """Abstract base class for version numbering classes. Just provide
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
29 import org.osgi.framework.Version;
40 * Class handling the version check for the plugin vs. the SDK.<br>
41 * The plugin must be able to support all version of the SDK.
43 * <p/>An SDK can require a new version of the plugin.
44 * <p/>The SDK contains a file with the minimum version for the plugin. This file is inside the
46 * Inside that text file, there is a line in the format "plugin.version=#.#.#". This is checked
47 * against the current plugin version.<br>
52 * The minimum version of the SDK Tools that this version of ADT requires
126 Version version = new Version(versionString); local
    [all...]
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 21 #include "base/version.h"
89 // This task identifies whether we are running an unstable version. And then
100 // Get the version of the currently *installed* instance of Chrome,
213 // This task checks the currently running version of Chrome against the
214 // installed version. If the installed version is newer, it calls back
221 Version installed_version;
222 Version critical_update;
225 // Get the version of the currently *installed* instance of Chrome,
241 Version(UTF16ToASCII(keystone_glue::CurrentlyInstalledVersion()))
    [all...]
  /bootable/recovery/minelf/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
  /build/tools/check_prereq/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
  /build/tools/droiddoc/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
  /build/tools/fs_config/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
  /cts/build/
config.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");

Completed in 1316 milliseconds

1 2 3 4 56 7 8 91011>>