HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 251 - 275 of 7270) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc 25 #include "base/version.h"
58 // If we don't have a Pepper Flash component, this is the version we claim.
92 // Pepper Flash plugins have the version encoded in the path itself
96 // |latest_version| returns the corresponding version number. |older_dirs|
99 Version* latest_version,
107 Version version(path.BaseName().MaybeAsASCII());
108 if (!version.IsValid())
111 if (version.CompareTo(*latest_version) > 0) {
114 *latest_version = version;
276 Version version; local
    [all...]
recovery_component_installer.cc 49 explicit RecoveryComponentInstaller(const Version& version,
63 Version current_version_;
70 Version version(prefs->GetString(prefs::kRecoveryComponentVersion));
71 if (!version.IsValid()) {
78 recovery.installer = new RecoveryComponentInstaller(version, prefs);
79 recovery.version = version;
86 void RecoveryUpdateVersionHelper(const Version& version, PrefService* prefs)
    [all...]
  /bionic/libc/kernel/common/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /bootable/recovery/updater/
updater.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 int version; member in struct:__anon805
  /development/ndk/platforms/android-3/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /external/chromium/chrome/browser/extensions/
extension_sync_data.h 11 #include "base/version.h"
21 // Version-independent properties (i.e., used even when the
22 // version of the currently-installed extension doesn't match
23 // |version|).
28 // Version-dependent properties (i.e., should be used only when the
29 // version of the currenty-installed extension matches |version|).
30 Version version; member in struct:ExtensionSyncData
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 35 version='2.0', variable
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_patcher.py 9 def __init__(self, version, patched_files, patch_data):
10 self._version = version
22 def GetPatchedFiles(self, version=None):
26 def Apply(self, paths, file_system, version=None):
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.h 58 void set_active_version(ServiceWorkerVersion* version) {
60 active_version_ = version;
63 void set_pending_version(ServiceWorkerVersion* version) {
65 pending_version_ = version;
69 // fired, and the old "active version" is being shut down.
  /external/chromium_org/ppapi/api/private/
ppb_flash_fullscreen.idl 24 * This older version required that graphics contexts be recreated after the
27 [version=0.1, deprecate=1.0]
43 [version=1.0]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseResource.cpp 41 PassRefPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
43 return adoptRef(new InspectorDatabaseResource(database, domain, name, version));
46 InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
51 , m_version(version)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
WorkerGlobalScopeWebDatabase.idl 28 [RuntimeEnabled=Database, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
30 [RuntimeEnabled=Database, RaisesException] DatabaseSync openDatabaseSync(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
  /external/chromium_org/third_party/ots/src/
gasp.h 16 uint16_t version; member in struct:ots::OpenTypeGASP
  /external/chromium_org/third_party/python_gflags/
setup.py 35 version='2.0', variable
  /external/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/
c++98.cc 6 #error wrong c++ standard version
  /external/e2fsprogs/contrib/python-uuid/
setup.py 9 version = '1.0', variable
  /external/iptables/extensions/
libip6t_eui64.c 6 .version = XTABLES_VERSION,
libipt_MIRROR.c 6 .version = XTABLES_VERSION,
libipt_unclean.c 6 .version = XTABLES_VERSION,
libxt_NOTRACK.c 7 .version = XTABLES_VERSION,
  /external/kernel-headers/original/linux/
keychord.h 8 * License version 2, as published by the Free Software Foundation, and
38 __u16 version; member in struct:input_keychord
  /external/libvpx/libvpx/vp8/common/
header.h 19 unsigned int version: 3; member in struct:__anon23927
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FullBox.java 12 void setVersion(int version);
  /external/wpa_supplicant_8/src/eap_common/
eap_peap_common.h 12 int peap_prfplus(int version, const u8 *key, size_t key_len,
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcVersionHelper.h 3 * MobiCore Version Helper Macros
41 /** Create a version number given major and minor numbers. */
46 /** Get major version number from complete version. */
47 #define MC_GET_MAJOR_VERSION(version) ((version) >> 16)
49 /** Get minor version number from complete version. */
50 #define MC_GET_MINOR_VERSION(version) ((version) & 0xffff
    [all...]

Completed in 1430 milliseconds

<<11121314151617181920>>