Searched refs:version (Results 126 - 150 of 4103) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration.cc17 ServiceWorkerVersionInfo GetVersionInfo(ServiceWorkerVersion* version) { argument
18 if (!version)
20 return version->GetInfo();
85 ServiceWorkerVersion* version) {
87 SetVersionInternal(version, &active_version_,
92 ServiceWorkerVersion* version) {
94 SetVersionInternal(version, &waiting_version_,
99 ServiceWorkerVersion* version) {
100 SetVersionInternal(version, &installing_version_,
104 void ServiceWorkerRegistration::UnsetVersion(ServiceWorkerVersion* version) { argument
84 SetActiveVersion( ServiceWorkerVersion* version) argument
91 SetWaitingVersion( ServiceWorkerVersion* version) argument
98 SetInstallingVersion( ServiceWorkerVersion* version) argument
116 SetVersionInternal( ServiceWorkerVersion* version, scoped_refptr<ServiceWorkerVersion>* data_member, int change_flag) argument
135 UnsetVersionInternal( ServiceWorkerVersion* version, ChangedVersionAttributesMask* mask) argument
198 OnNoControllees(ServiceWorkerVersion* version) argument
199 DCHECK_EQ(active_version(), version); local
322 OnRestoreFinished( const StatusCallback& callback, scoped_refptr<ServiceWorkerVersion> version, ServiceWorkerStatusCode status) argument
[all...]
/external/chromium_org/tools/
H A Domahaproxy.py37 for version in os_versions['versions']:
38 for field in version:
40 channels.add(version['channel'])
65 default='version',
75 for version in os_versions['versions']:
76 if version['channel'] != opts.channel:
79 if opts.field not in version:
82 print version[opts.field]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMetaBox.java32 private int version = 0; field in class:MetaBox
71 version = -1;
75 version = IsoTypeReader.readUInt8(content);
93 IsoTypeWriter.writeUInt8(byteBuffer, version);
101 return version != -1 && flags != -1;
106 version = 0;
109 version = -1;
/external/tcpdump/
H A Dprint-openflow.c2 * This module implements printing of the very basic (version-independent)
4 * dispatching of version-specific OpenFlow message decoding.
46 of_header_print(const uint8_t version, const uint8_t type, argument
49 version, type, length, xid);
55 uint8_t version, type; local
61 /* version */
63 version = *cp;
83 of_header_print(version, type, length, xid);
87 * type decoding is version-specific. */
88 switch (version) {
[all...]
/external/chromium_org/ppapi/proxy/
H A Dgamepad_resource.cc22 base::subtle::Atomic32 version; local
24 version = base::subtle::NoBarrier_Load(sequence);
28 if ((version & 1) == 0)
34 return version;
38 base::subtle::Atomic32 version) {
41 return base::subtle::Release_Load(sequence) != version;
85 base::subtle::Atomic32 version; local
88 version = ReadBegin(&buffer_->sequence);
93 } while (ReadRetry(&buffer_->sequence, version));
37 ReadRetry(const base::subtle::Atomic32* sequence, base::subtle::Atomic32 version) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DStatusLineTest.java28 int version = 1;
30 StatusLine statusLine = new StatusLine("HTTP/1." + version + " " + code + " " + message);
32 assertEquals(version, statusLine.httpMinorVersion());
37 int version = 1;
39 StatusLine statusLine = new StatusLine("HTTP/1." + version + " " + code + " ");
41 assertEquals(version, statusLine.httpMinorVersion());
51 int version = 1;
53 StatusLine statusLine = new StatusLine("HTTP/1." + version + " " + code);
55 assertEquals(version, statusLine.httpMinorVersion());
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_version_in_cpp.py21 parser.add_option('', '--version-file')
27 version = open(options.version_file, 'r').read().strip()
30 version += '.' + revision.strip()
33 'kChromeDriverVersion': version
35 cpp_source.WriteSource('version',
/external/chromium_org/media/midi/
H A Dmidi_port_info.cc18 version(in_version) {}
26 version(info.version) {}
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509rset.c52 * The licence and distribution terms for any publically available version or
63 int X509_REQ_set_version(X509_REQ *x, long version) argument
66 return(ASN1_INTEGER_set(x->req_info->version,version));
/external/openssl/crypto/x509/
H A Dx509rset.c53 * The licence and distribution terms for any publically available version or
66 int X509_REQ_set_version(X509_REQ *x, long version) argument
69 return(ASN1_INTEGER_set(x->req_info->version,version));
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc54 explicit RecoveryComponentInstaller(const Version& version,
74 Version version(prefs->GetString(prefs::kRecoveryComponentVersion));
75 if (!version.IsValid()) {
82 recovery.installer = new RecoveryComponentInstaller(version, prefs);
83 recovery.version = version;
90 void RecoveryUpdateVersionHelper(const Version& version, PrefService* prefs) { argument
92 prefs->SetString(prefs::kRecoveryComponentVersion, version.GetString());
95 RecoveryComponentInstaller::RecoveryComponentInstaller(const Version& version, argument
97 : current_version_(version), prefs
[all...]
/external/chromium_org/sql/
H A Dmeta_table.cc16 // Key used in our meta table for version numbers.
17 const char kVersionKey[] = "version";
100 int version = s.ColumnInt(0); local
102 if (version <= deprecated_version) {
111 // NOTE(shess): Successfully getting a version which is not
115 bool MetaTable::Init(Connection* db, int version, int compatible_version) { argument
120 // Require new clients to start with a greater initial version.
121 DCHECK_GT(version, 0);
137 SetVersionNumber(version);
149 void MetaTable::SetVersionNumber(int version) { argument
155 int version = 0; local
159 SetCompatibleVersionNumber(int version) argument
165 int version = 0; local
[all...]
/external/chromium_org/components/
H A Ddata_reduction_proxy_version_header.target.darwin-arm.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.darwin-arm64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.darwin-mips.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.darwin-mips64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.darwin-x86.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.darwin-x86_64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-arm.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-arm64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-mips.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-mips64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-x86.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
H A Ddata_reduction_proxy_version_header.target.linux-x86_64.mk17 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
19 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h: $(LOCAL_PATH)/chrome/VERSION $(LOCAL_PATH)/components/data_reduction_proxy/common/version.h.in $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating version header file: "$(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common/version.h" ($@)"
24 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir)/components/data_reduction_proxy/common; python ../build/util/version
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py23 version='2.3.5', variable

Completed in 6314 milliseconds

1234567891011>>