Searched refs:version (Results 301 - 325 of 4103) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py6 """Script that reads omahaproxy and gsutil to determine version of SDK to put
50 """Split a version string (e.g. "18.0.1025.163") into its components.
63 """Get the major version number from a version string (e.g. "18.0.1025.163").
73 """Compare two version strings and return -1, 0, 1 (similar to cmp).
96 """Create a string from a version tuple.
139 This is used below to determine if an expected bundle is found in an version
141 version.
181 platform, channel, version, date/time\n
249 history = [(platform, channel, version, dat
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc103 void ReportUmaVersion(const base::Version& version) { argument
104 DCHECK(!version.components().empty());
106 version.components().back());
107 // The major version uses the 1st component value (when there is more than
108 // one, since the last one is always the minor version) as a hi word in a
111 // ignore X, and Z is the minor version. We compute the major version with W
114 // the low word. major version is 0 if the version only has one component.
116 if (version
130 ReportAndClearExitCode(int exit_code, const std::string& version) argument
199 LaunchAndWaitForExit(const base::FilePath& exe_path, const std::string& version) argument
239 ComponentReady(const base::Version& version, const base::FilePath& install_dir, scoped_ptr<base::DictionaryValue> manifest) argument
345 DWORD version; local
[all...]
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp32 const char* getGLSLVersionName (GLSLVersion version) argument
50 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_names, version);
53 const char* getGLSLVersionDeclaration (GLSLVersion version) argument
57 "#version 100",
58 "#version 300 es",
59 "#version 310 es",
60 "#version 130",
61 "#version 140",
62 "#version 150",
63 "#version 33
74 glslVersionUsesInOutQualifiers(GLSLVersion version) argument
79 glslVersionIsES(GLSLVersion version) argument
92 getMinAPIForGLSLVersion(GLSLVersion version) argument
113 isGLSLVersionSupported(ContextType type, GLSLVersion version) argument
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java110 * Sets the version of the cookie specification to which this
113 * @param version the version of the cookie.
117 void setVersion(int version); argument
/external/bison/build-aux/
H A Ddo-release-commit-and-tag2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
3 # controlled .prev-version file, automate the procedure by which we record
4 # the date, release-type and version string in the NEWS file. That commit
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
37 update in which the date, release-type and version string are
43 - you use git for version-control
44 - a version-controlled .prev-version file
52 --version prin
64 version() function
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dtime_ticks_experiment_win.cc49 UMA_HISTOGRAM_ENUMERATION("WinTimeTicks.VersionTotal", info->version(),
90 info->version(), base::win::VERSION_WIN_LAST);
95 UMA_HISTOGRAM_ENUMERATION("WinTimeTicks.TickedBackwards", info->version(),
108 info->version(), base::win::VERSION_WIN_LAST);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.cc47 std::string version(version_info.Version());
49 version += "-64";
52 version += "-devel";
53 process->set_version(version);
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler_chromeos.h14 // version.
23 // Callback from chromeos::VersionLoader giving the version.
24 void OnVersion(const std::string& version);
27 // Handles asynchronously loading the version.
30 // Used to request the version.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_pending_connection.cc19 version(version_in) {}
/external/chromium_org/content/common/
H A Done_writer_seqlock.h35 bool ReadRetry(base::subtle::Atomic32 version);
/external/chromium_org/content/shell/app/
H A Dshell_crash_reporter_client.cc27 base::string16* version,
31 *version = base::ASCIIToUTF16(CONTENT_SHELL_VERSION);
40 std::string* version) {
42 *version = CONTENT_SHELL_VERSION;
24 GetProductNameAndVersion( const base::FilePath& exe_path, base::string16* product_name, base::string16* version, base::string16* special_build, base::string16* channel_name) argument
38 GetProductNameAndVersion( std::string* product_name, std::string* version) argument
/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py25 # If your documentation needs a minimal Sphinx version, state it here.
47 # The version info for the project you're documenting, acts as replacement for
48 # |version| and |release|, also used in various other places throughout the
51 # The short X.Y version.
52 version = '31' variable
53 # The full version, including alpha/beta/rc tags.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dutsname.h14 char version[_UTSNAME_LENGTH]; member in struct:utsname
/external/chromium_org/net/cert/
H A Dsigned_tree_head.h29 Version version; member in struct:net::ct::SignedTreeHead
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_version_upgrade.h39 uint32 version; member in struct:disk_cache::FakeIndexData
/external/chromium_org/pdf/pdfium/
H A Dpdfium_mem_buffer_file_write.cc10 version = 1;
/external/chromium_org/ppapi/api/dev/
H A Dppb_text_input_dev.idl94 [version=0.2]
107 [version=0.2]
/external/chromium_org/ppapi/generators/test_thunk/
H A Dsimple.idl28 [version=1.5]
37 [version=1.0, on_failure="12"]
/external/chromium_org/sync/test/engine/
H A Dsingle_type_mock_server.cc40 int64 version = old_version + version_offset; local
41 if (version > old_version) {
42 SetServerVersion(tag_hash, version);
49 entity.set_version(version);
56 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version);
68 int64 version = old_version + version_offset; local
69 if (version > old_version) {
70 SetServerVersion(tag_hash, version);
77 entity.set_version(version);
84 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version);
110 int64 version = GetServerVersion(tag_hash); local
174 SetServerVersion(const std::string& tag_hash, int64 version) argument
[all...]
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_entity.cc52 void FakeServerEntity::SetVersion(int64 version) { argument
53 version_ = version;
92 int64 version,
96 version_(version),
90 FakeServerEntity(const string& id, const ModelType& model_type, int64 version, const string& name) argument
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBMetadata.h91 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId) argument
94 , version(version)
102 String version; member in struct:blink::IDBDatabaseMetadata
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccessor.cpp68 void MIDIAccessor::didAddInputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) argument
70 m_client->didAddInputPort(id, manufacturer, name, version);
73 void MIDIAccessor::didAddOutputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) argument
75 m_client->didAddOutputPort(id, manufacturer, name, version);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontSelector.h45 virtual unsigned version() const = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmac.py45 # a different operating system version. This is lame and should be fixed.
68 version = 'mavericks'
70 version = host.platform.os_version
72 version = 'retina'
73 return port_name + '-' + version
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DVersionGLSL.h12 // Traverses the intermediate tree to return the minimum GLSL version
15 // - #version and #extension to declare version and extensions.
44 void updateVersion(int version);

Completed in 643 milliseconds

<<11121314151617181920>>