/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 21 class Version; 35 const base::Version& new_version, 39 // Creates Version key for a product (if not already present) and sets the new 40 // product version as the last step. If |add_language_identifier| is true, the 44 const base::Version& new_version, 76 // - Handle the case of in-use-update by updating "opv" (old version) key or 86 const base::Version* current_version, 87 const base::Version& new_version, 109 const base::Version* current_version, 110 const base::Version& new_version [all...] |
/external/chromium_org/net/tools/quic/test_tools/ |
http_message_test_utils.h | 21 enum Version { 47 typedef HttpConstants::Version Version; 52 static Version StringToVersion(base::StringPiece str); 56 static const char* VersionToString(Version version); 63 HTTPMessage(Version version, Method request, const std::string& path);
|
/external/chromium_org/base/ |
version_unittest.cc | 5 #include "base/version.h" 12 Version v; 17 Version v1("1.2.3.4"); 19 Version v3; 22 Version v2(v1); 57 Version version(cases[i].input); 58 EXPECT_EQ(cases[i].success, version.IsValid()); 60 EXPECT_EQ(cases[i].parts, version.components().size()); 82 Version lhs(cases[i].lhs) 120 const char* version; member in struct:__anon3762::version_compare [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.h | 6 // newest version is called "current". Older versions may be kept 9 // Each Version keeps track of a set of Table files per level. The 12 // Version,VersionSet are thread-compatible, but require external 35 class Version; 59 class Version { 62 // yield the contents of this Version when merged together. 63 // REQUIRES: This version has been saved (see VersionSet::SaveTo) 113 // Return a human readable string that describes this version's contents. 132 VersionSet* vset_; // VersionSet to which this Version belongs 133 Version* next_; // Next version in linked lis [all...] |
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
minimum_chrome_version_checker.cc | 8 #include "base/version.h" 36 Version minimum_version(minimum_version_string); 43 Version current_version(current_version_info.Version());
|
/external/chromium_org/extensions/browser/ |
external_provider_interface.h | 17 class Version; 27 // caller what extensions are registered, and which |id|, |version| and |path| 28 // they have. See also VisitRegisteredExtension below. Ownership of |version| 38 const base::Version* version, 86 scoped_ptr<base::Version>* version) const = 0;
|
pending_extension_info.h | 11 #include "base/version.h" 33 const Version& version, 49 const Version& version() const { return version_; } function in class:extensions::PendingExtensionInfo 67 // |other|, respectively. "Equal" precedence means that the version and the 68 // install source match. "Higher" precedence means that the version is newer, 69 // or the version matches but the install source has higher priority. 77 Version version_;
|
/external/clang/ |
clang-version-inc.mk | 2 ## Generate clang/Basic/Version.inc 12 # Compute the Clang version from the LLVM version, unless specified explicitly. 25 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/Version.inc 26 $(intermediates)/include/clang/Basic/Version.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Version.inc.in 27 @echo "Updating Clang version info."
|
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator.h | 14 class Version; 25 // |original_installer_path|, giving the new one a lower or higher version than 28 // |new_version|, when non-NULL, are given the original and new version numbers 37 // |target_file|, modifying the version of the copy according to |direction|. 45 // |target_file|, modifying the version of the copy according to |version|. 50 const base::Version& version);
|
/external/chromium_org/chrome_frame/test/ |
dll_redirector_test.cc | 9 #include "base/version.h" 39 virtual Version* GetCurrentModuleVersion() { 40 return new Version(kMockVersionString); 47 Version* GetFirstModuleVersion() { 49 return new Version(dll_version_->GetString()); 66 virtual Version* GetCurrentModuleVersion() { 67 return new Version(kMockVersionString2); 90 mock_version_.reset(new Version(kMockVersionString)); 91 mock_version2_.reset(new Version(kMockVersionString2)); 113 // Opens the named beacon and returns the version [all...] |
dll_redirector_loading_test.cc | 6 // generates a new version of CF from the one already in the build folder and 17 #include "base/version.h" 34 // TEMP\<version X>\npchrome_frame.dll 35 // \<version X+1>\npchrome_frame.dll 44 // Then grab its version. 49 new Version(WideToASCII(original_version_info->file_version()))); 60 // Now move the original DLL that we will operate on into a named-version 72 // Generate the version-bumped Chrome Frame DLL to a temporary path. 79 // Ensure it got created and grab its version. 84 new Version(WideToASCII(new_version_info->file_version()))) [all...] |
/external/chromium/chrome/common/ |
chrome_version_info.h | 25 // In the rare case where we fail to get the version info, 34 // Version number, e.g. "6.0.490.1". 35 std::string Version() const; 40 // Whether this is an "official" release of the current Version(): 41 // whether knowing Version() is enough to completely determine what
|
chrome_version_info.cc | 16 // On Windows and Mac, we get the Chrome version info by querying 38 std::string VersionInfo::Version() const { 57 // We get chrome version information from chrome_version_info_posix.h, 76 std::string VersionInfo::Version() const {
|
/external/chromium_org/base/win/ |
windows_version.h | 18 // The running version of Windows. This is declared outside OSInfo for 22 enum Version { 84 Version version() const { return version_; } function in class:base::win::OSInfo 103 Version version_; 118 BASE_EXPORT Version GetVersion();
|
/external/chromium_org/content/common/ |
webplugininfo_unittest.cc | 12 #include "base/version.h" 30 { "1..0", "1.0.0" } // Empty version component 34 Version version; local 36 ASCIIToUTF16(versions[i][0]), &version); local 38 ASSERT_TRUE(version.IsValid()); 39 EXPECT_EQ(versions[i][1], version.GetString());
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
api_implementation.py | 86 def Version():
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_maxp.h | 24 union Version { 25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version 29 } version; member in struct:SkOTTableMaximumProfile
|
/external/skia/src/sfnt/ |
SkOTTable_maxp.h | 24 union Version { 25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version 29 } version; member in struct:SkOTTableMaximumProfile
|
/external/chromium_org/chrome/installer/util/ |
installation_state.h | 19 class Version; 49 // Returns the product's version. This method may only be called on an 51 const base::Version& version() const; 53 // Returns the current version of the product if a new version is awaiting 56 const base::Version* old_version() const { return old_version_.get(); } 61 // Returns the command to be used to update to the new version that is 105 scoped_ptr<Version> version_; 106 scoped_ptr<Version> old_version_ [all...] |
installer_state.h | 17 #include "base/version.h" 155 // Returns the currently installed version in |target_path|, or NULL if no 157 base::Version* GetCurrentVersion( 160 // Returns the critical update version if all of the following are true: 161 // * --critical-update-version=CUV was specified on the command-line. 164 // Otherwise, returns an invalid version. 165 base::Version DetermineCriticalVersion( 166 const base::Version* current_version, 167 const base::Version& new_version) const; 178 // Returns the path to the installer under Chrome version folde [all...] |
/external/chromium_org/chrome/browser/plugins/ |
plugin_metadata.cc | 42 void PluginMetadata::AddVersion(const Version& version, 44 DCHECK(versions_.find(version) == versions_.end()); 45 versions_[version] = status; 100 Version version; local 101 content::WebPluginInfo::CreateVersionFromString(plugin.version, &version); 102 if (!version.IsValid()) 103 version = Version("0") [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/ |
Version.src | 6 * to you under the Apache License, Version 2.0 (the "License");
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information. This class will replace the older
29 * org.apache.xalan.processor.Version class.</P>
31 * information about the version of the XSLT spec we support.</P>
34 public class Version
38 * Get the basic version string for the current Xalan release.
39 * Version String formatted like
42 * Futurework: have this read version info from jar manifest. [all...] |
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.h | 18 class Version; 59 scoped_ptr<Version>* version) const;
|
/external/chromium_org/chrome/browser/component_updater/test/ |
component_updater_ping_manager_unittest.cc | 7 #include "base/version.h" 74 item.previous_version = base::Version("1.0"); 75 item.next_version = base::Version("2.0"); 82 "<app appid=\"abc\" version=\"1.0\" nextversion=\"2.0\">" 91 item.previous_version = base::Version("1.0"); 92 item.next_version = base::Version("2.0"); 99 "<app appid=\"abc\" version=\"1.0\" nextversion=\"2.0\">" 108 item.previous_version = base::Version("1.0"); 109 item.next_version = base::Version("2.0"); 126 "<app appid=\"abc\" version=\"1.0\" nextversion=\"2.0\"> [all...] |