Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 1794) sorted by relevance

12345678910>>...72

/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dwhats_new.json5 "version": 22 number
10 "version": 21 number
15 "version": 21 number
20 "version": 21 number
25 "version": 21 number
30 "version": 21 number
35 "version": 21 number
40 "version": 21 number
45 "version": 21 number
50 "version": 20 number
[all …]
Dapi_availabilities.json8 "version": 18 number
12 "version": 18 number
16 "version": 18 number
20 "version": 21 number
24 "version": 23 number
28 "version": 28 number
32 "version": 20 number
36 "version": 18 number
41 "version": 15 number
45 "version": 25 number
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/branch_utility/
Dsecond.json1 [{"timestamp": "2014-06-03 14:20:11.466940", "version": "37.0.2024.2", "os": "win", "channel": "dev… string
Dfirst.json15 "version": "0.0.0.0", string
28 "version": "31.0.1612.2", string
41 "version": "30.0.1599.10", string
54 "version": "29.0.1547.22", string
72 "version": "30.0.1599.10", string
85 "version": "29.0.1410.53", string
103 "version": "31.0.1612.11", string
116 "version": "30.0.1599.83", string
129 "version": "29.0.1547.57", string
147 "version": "31.0.1500.11", string
[all …]
/external/chromium_org/net/spdy/
Dspdy_protocol.cc28 bool SpdyConstants::IsValidFrameType(SpdyMajorVersion version, in IsValidFrameType()
69 SpdyFrameType SpdyConstants::ParseFrameType(SpdyMajorVersion version, in ParseFrameType()
128 int SpdyConstants::SerializeFrameType(SpdyMajorVersion version, in SerializeFrameType()
192 int SpdyConstants::DataFrameType(SpdyMajorVersion version) { in DataFrameType()
206 bool SpdyConstants::IsValidSettingId(SpdyMajorVersion version, in IsValidSettingId()
245 SpdySettingsIds SpdyConstants::ParseSettingId(SpdyMajorVersion version, in ParseSettingId()
290 int SpdyConstants::SerializeSettingId(SpdyMajorVersion version, in SerializeSettingId()
338 bool SpdyConstants::IsValidRstStreamStatus(SpdyMajorVersion version, in IsValidRstStreamStatus()
388 SpdyMajorVersion version, in ParseRstStreamStatus()
448 SpdyMajorVersion version, in SerializeRstStreamStatus()
[all …]
/external/libopus/win32/
Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable
13 set version=unknown variable
19 for /f "delims== tokens=2" %%v in (%~dps0..\version.mk) do set version=%%v variable
21 set version=!version:^"=! variable
22 set version=!version: =! variable
/external/chromium_org/third_party/opus/src/win32/
Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable
13 set version=unknown variable
19 for /f "delims== tokens=2" %%v in (%~dps0..\version.mk) do set version=%%v variable
21 set version=!version:^"=! variable
22 set version=!version: =! variable
/external/chromium_org/content/browser/service_worker/
Dservice_worker_handle.cc17 GetWebServiceWorkerState(ServiceWorkerVersion* version) { in GetWebServiceWorkerState()
47 ServiceWorkerVersion* version) { in Create()
62 ServiceWorkerVersion* version) in ServiceWorkerHandle()
83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) { in OnWorkerStarted()
86 void ServiceWorkerHandle::OnWorkerStopped(ServiceWorkerVersion* version) { in OnWorkerStopped()
89 void ServiceWorkerHandle::OnErrorReported(ServiceWorkerVersion* version, in OnErrorReported()
96 void ServiceWorkerHandle::OnReportConsoleMessage(ServiceWorkerVersion* version, in OnReportConsoleMessage()
104 void ServiceWorkerHandle::OnVersionStateChanged(ServiceWorkerVersion* version) { in OnVersionStateChanged()
Dservice_worker_registration.cc17 ServiceWorkerVersionInfo GetVersionInfo(ServiceWorkerVersion* version) { in GetVersionInfo()
85 ServiceWorkerVersion* version) { in SetActiveVersion()
92 ServiceWorkerVersion* version) { in SetWaitingVersion()
99 ServiceWorkerVersion* version) { in SetInstallingVersion()
104 void ServiceWorkerRegistration::UnsetVersion(ServiceWorkerVersion* version) { in UnsetVersion()
117 ServiceWorkerVersion* version, in SetVersionInternal()
136 ServiceWorkerVersion* version, in UnsetVersionInternal()
198 void ServiceWorkerRegistration::OnNoControllees(ServiceWorkerVersion* version) { in OnNoControllees()
324 scoped_refptr<ServiceWorkerVersion> version, in OnRestoreFinished()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC5ParameterSpecTest.java44 int version = 1; in testRC5ParameterSpec1() local
85 int version = 1; in testRC5ParameterSpec2() local
141 int version = 1; in testGetVersion() local
156 int version = 1; in testGetRounds() local
171 int version = 1; in testGetWordSize() local
188 int version = 1; in testGetIV() local
215 int version = 1; in testEquals() local
265 int version = 1; in testHashCode() local
/external/chromium_org/media/cdm/ppapi/
Dsupported_cdm_versions.h12 bool IsSupportedCdmModuleVersion(int version) { in IsSupportedCdmModuleVersion()
22 bool IsSupportedCdmInterfaceVersion(int version) { in IsSupportedCdmInterfaceVersion()
36 bool IsSupportedCdmHostVersion(int version) { in IsSupportedCdmHostVersion()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp32 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName()
53 const char* getGLSLVersionDeclaration (GLSLVersion version) in getGLSLVersionDeclaration()
74 bool glslVersionUsesInOutQualifiers (GLSLVersion version) in glslVersionUsesInOutQualifiers()
79 bool glslVersionIsES (GLSLVersion version) in glslVersionIsES()
92 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion()
113 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported()
121 for (int version = GLSL_VERSION_LAST-1; version >= 0; version--) in getContextTypeGLSLVersion() local
/external/chromium_org/chrome/common/extensions/docs/server2/
Dcaching_rietveld_patcher.py15 def _MakeKey(path, version): argument
18 def _ToObjectStoreValue(raw_value, version): argument
27 version, argument
85 def GetPatchedFiles(self, version=None): argument
96 def Apply(self, paths, file_system, version=None): argument
Dtest_patcher.py9 def __init__(self, version, patched_files, patch_data): argument
22 def GetPatchedFiles(self, version=None): argument
26 def Apply(self, paths, file_system, version=None): argument
/external/chromium_org/chrome/browser/component_updater/
Dswiftshader_component_installer.cc74 Version version(path.BaseName().MaybeAsASCII()); in GetLatestSwiftShaderDirectory() local
117 const Version& version) in SwiftShaderComponentInstaller()
135 Version version(proposed_version.c_str()); in Install() local
165 const Version& version) { in FinishSwiftShaderUpdateRegistration()
201 Version version(kNullVersion); in OnGpuInfoUpdate() local
225 Version version(kNullVersion); in RegisterSwiftShaderPath() local
Dpepper_flash_component_installer.cc117 Version version(path.BaseName().MaybeAsASCII()); in GetPepperFlashDirectory() local
180 Version version(version_string); in GetPepperFlashDebuggerPath() local
257 const Version& version, in RegisterPepperFlashWithChrome()
352 const Version& version) in PepperFlashComponentInstaller()
364 Version version; in Install() local
408 Version version(proposed_version.c_str()); in CheckPepperFlashManifest() local
439 const Version& version) { in FinishPepperFlashUpdateRegistration()
461 Version version(kNullVersion); in StartPepperFlashUpdateRegistration() local
/external/chromium_org/chrome/browser/resources/cryptotoken/
Dusbenrollhandler.js204 UsbEnrollHandler.prototype.tryEnroll_ = function(gnubby, version) { argument
225 UsbEnrollHandler.prototype.getChallengeOfVersion_ = function(version) { argument
243 function(gnubby, version, code, infoArray) { argument
326 UsbEnrollHandler.prototype.notifySuccess_ = function(version, info) { argument
334 'version': version, property
/external/antlr/antlr-3.4/runtime/Python/
Dez_setup.py60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
147 def main(argv, version=DEFAULT_VERSION): argument
/external/chromium_org/third_party/protobuf/python/
Dez_setup.py86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
127 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
208 def main(argv, version=DEFAULT_VERSION): argument
/external/protobuf/python/
Dez_setup.py78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
200 def main(argv, version=DEFAULT_VERSION): argument
/external/chromium_org/chrome/browser/resources/plugin_metadata/
Dplugins_mac.json8 "version": "0", string
52 "version": "0", string
57 "version": "12", string
61 "version": "12.8.0", string
66 "version": "13", string
70 "version": "13.5.0", string
75 "version": "14", string
79 "version": "14.0.3", string
100 "version": "0", string
118 "version": "11.1.102", string
[all …]
/external/chromium_org/sql/
Dmeta_table.cc100 int version = s.ColumnInt(0); in RazeIfDeprecated() local
115 bool MetaTable::Init(Connection* db, int version, int compatible_version) { in Init()
149 void MetaTable::SetVersionNumber(int version) { in SetVersionNumber()
155 int version = 0; in GetVersionNumber() local
159 void MetaTable::SetCompatibleVersionNumber(int version) { in SetCompatibleVersionNumber()
165 int version = 0; in GetCompatibleVersionNumber() local
/external/chromium_org/content/common/
Done_writer_seqlock.cc14 base::subtle::Atomic32 version; in ReadBegin() local
29 bool OneWriterSeqLock::ReadRetry(base::subtle::Atomic32 version) { in ReadRetry()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DStatusLineTest.java28 int version = 1; in parse() local
37 int version = 1; in emptyMessage() local
51 int version = 1; in emptyMessageAndNoLeadingSpace() local
/external/chromium_org/ppapi/proxy/
Dgamepad_resource.cc22 base::subtle::Atomic32 version; in ReadBegin() local
38 base::subtle::Atomic32 version) { in ReadRetry()
85 base::subtle::Atomic32 version; in Sample() local

12345678910>>...72