Searched defs:version (Results 26 - 50 of 837) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/e2p/
H A Dfsetversion.c2 * fsetversion.c - Set a file version on an ext2 file system
10 * General Public License, version 2.
39 int fsetversion (const char * name, unsigned long version) argument
48 ver = (int) version;
57 int ver = (int)version;
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c2 * version.c --- Return the version of the ext2 library
8 * General Public License, version 2.
22 #include "../../version.h"
30 int version = 0, dot_count = 0; local
41 version = (version * 10) + (*cp - '0');
43 return version;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTranslatorGLSL.cpp16 int version = versionGLSL.getVersion(); local
17 // We need to write version directive only if it is greater than 110.
18 // If there is no version directive in the shader, 110 is implied.
19 if (version > 110) {
20 sink << "#version " << version << "\n"; local
31 // Write GLSL version.
/external/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseInstrumentation.h41 inline void InspectorInstrumentation::didOpenDatabase(ScriptExecutionContext* context, PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
45 didOpenDatabaseImpl(inspectorAgent, database, domain, name, version);
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseCallbacksImpl.cpp49 void IDBDatabaseCallbacksImpl::onVersionChange(const String& version) argument
52 m_database->onVersionChange(version);
H A DIDBVersionChangeRequest.cpp36 PassRefPtr<IDBVersionChangeRequest> IDBVersionChangeRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
38 return adoptRef(new IDBVersionChangeRequest(context, source, version));
41 IDBVersionChangeRequest::IDBVersionChangeRequest(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
43 , m_version(version)
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKDatabaseManager.h70 int version; member in struct:WKDatabaseManagerClient
H A DWKGeolocationManager.h40 int version; member in struct:WKGeolocationProvider
H A DWKIconDatabase.h40 int version; member in struct:WKIconDatabaseClient
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DProviderTest.java68 !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) ||
205 MyProvider(String name, double version, String info) { argument
206 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DServicesTest.java82 AnotherProvider(String name, double version, String info) { argument
83 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DProvider_ImplTest.java48 assertEquals("Incorrect provider.toString()", "MyProvider version 1.0",
95 MyProvider(String name, double version, String info) { argument
96 super(name, version, info);
/external/apache-http/src/org/apache/http/message/
H A DBasicRequestLine.java39 * It contains the method, URI, and HTTP version of the request.
46 * @version $Revision: 604625 $
58 final ProtocolVersion version) {
68 if (version == null) {
70 ("Protocol version must not be null.");
74 this.protoversion = version;
56 BasicRequestLine(final String method, final String uri, final ProtocolVersion version) argument
H A DBasicStatusLine.java49 * @version $Id: BasicStatusLine.java 604625 2007-12-16 14:11:11Z olegk $
57 /** The protocol version. */
68 * Creates a new status line with the given version, status, and reason.
70 * @param version the protocol version of the response
75 public BasicStatusLine(final ProtocolVersion version, int statusCode, argument
78 if (version == null) {
80 ("Protocol version may not be null.");
86 this.protoVersion = version;
H A DLineFormatter.java68 * @version $Revision: 573864 $ $Date: 2007-09-08 08:53:25 -0700 (Sat, 08 Sep 2007) $
77 * Formats a protocol version.
86 * @param version the protocol version to format
88 * @return a buffer with the formatted protocol version appended.
94 ProtocolVersion version)
93 appendProtocolVersion(CharArrayBuffer buffer, ProtocolVersion version) argument
/external/apache-http/src/org/apache/http/params/
H A DHttpProtocolParamBean.java50 public void setVersion (final HttpVersion version) { argument
51 HttpProtocolParams.setVersion(params, version);
/external/chromium/chrome/browser/extensions/
H A Dexternal_registry_extension_loader_win.cc11 #include "base/version.h"
27 // Registry value of that key that defines the current version of the .crx file.
28 const wchar_t kRegistryExtensionVersion[] = L"version";
77 scoped_ptr<Version> version; local
78 version.reset(Version::GetVersionFromString(
80 if (!version.get()) {
81 LOG(ERROR) << "Invalid version value " << extension_version
/external/chromium/chrome/browser/net/
H A Dservice_providers_win.h15 int version; member in struct:WinsockNamespaceProvider
24 int version; member in struct:WinsockLayeredServiceProvider
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data_unittest.cc114 int version = TemplateURLPrepopulateData::GetDataVersion(&prefs); local
115 EXPECT_EQ(1, version);
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h19 // <?xml version='1.0' encoding='UTF-8'?>
24 // version='1.2.3.4' prodversionmin='2.0.143.0'
35 // the minimum version of the chrome browser that the update applies to.
43 std::string version; member in struct:UpdateManifest::Result
/external/chromium/chrome/common/
H A Dservice_process_util_linux.cc61 bool ForceServiceProcessShutdown(const std::string& version, argument
H A Dspellcheck_common.cc58 // This function returns the language-region version of language name.
74 // The default dictionary version is 1-2. These versions have been augmented
82 // The corresponding version.
83 const char* version; member in struct:SpellCheckCommon::__anon2852
109 // Generate the bdict file name using default version string or special
110 // version string, depending on the language.
117 language + special_version_string[i].version + ".bdic";
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py23 version='2.3.5', variable
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py43 if sys.version < '2.3':
58 # See the source of distutils.version, distutils.versionpredicate and
59 # distutils.dist to understand how to name version numbers.
60 version='0.7.6', variable
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c21 VERSION version; member in struct:__anon4303

Completed in 1720 milliseconds

1234567891011>>