HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 326 - 350 of 10124) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/uapi/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /development/ndk/platforms/android-3/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /development/ndk/platforms/android-L/include/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /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/net/ssl/
ssl_connection_status_flags.h 23 // We fell back to an older protocol version for this connection.
32 // The next three bits are reserved for the SSL version.
40 // NOTE: the SSL version enum constants must be between 0 and
43 SSL_CONNECTION_VERSION_UNKNOWN = 0, // Unknown SSL version.
76 inline void SSLConnectionStatusSetVersion(int version, int* connection_status) {
77 DCHECK_GT(version, 0);
78 DCHECK_LT(version, SSL_CONNECTION_VERSION_MAX);
80 // Clear out the old version.
83 // Set the new version.
85 ((version & SSL_CONNECTION_VERSION_MASK) << SSL_CONNECTION_VERSION_SHIFT)
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_flash_clipboard.idl 62 [version=4.0, deprecate=5.0]
71 [version=4.0, deprecate=5.0]
79 [version=4.0, deprecate=5.0]
100 [version=5.0]
109 [version=5.0]
121 [version=5.0]
140 [version=5.0]
149 * be used to version the data on the clipboard and determine whether it has
153 [version=5.1]
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/sync/test/engine/
mock_non_blocking_type_processor_core.cc 78 // Overwrite the existing server version if this is the new highest version.
80 int64 version = old_version + version_offset; local
81 if (version > old_version) {
82 SetServerVersion(tag_hash, version);
88 data.response_version = version;
95 data.mtime = data.ctime + base::TimeDelta::FromSeconds(version);
105 int64 version = old_version + version_offset; local
106 if (version > old_version) {
107 SetServerVersion(tag_hash, version);
144 int64 version = GetServerVersion(client_tag_hash); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
InspectorDatabaseResource.cpp 41 PassRefPtrWillBeRawPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
43 return adoptRefWillBeNoop(new InspectorDatabaseResource(database, domain, name, version));
46 InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version)
51 , m_version(version)
WorkerGlobalScopeWebDatabase.idl 30 [RaisesException, MeasureAs=OpenWebDatabaseInWorker] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
32 [RaisesException, MeasureAs=OpenWebDatabaseSyncInWorker] DatabaseSync openDatabaseSync(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontSelector.h 45 virtual unsigned version() const = 0;
  /external/chromium_org/third_party/hwcplus/include/cutils/
native_handle.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int version; /* sizeof(native_handle_t) */ member in struct:native_handle
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssl.h 34 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
header.h 23 unsigned int version: 3; member in struct:__anon16697
  /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/third_party/tlslite/
setup.py 9 version="0.4.6", variable
  /external/chromium_org/third_party/v4l2capture/
setup.py 16 version = "1.4", variable
  /external/chromium_org/third_party/webrtc/base/
openssl.h 17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
  /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,

Completed in 987 milliseconds

<<11121314151617181920>>