HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 26 - 50 of 1191) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/threading/
thread_id_name_manager_unittest.cc 70 std::string version = manager->GetName(a_id); local
73 EXPECT_NE(version, manager->GetName(a_id));
82 std::string version = manager->GetName(a_id); local
85 EXPECT_NE(version, manager->GetName(a_id));
88 EXPECT_EQ(version, manager->GetName(a_id));
  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.cc 8 #include "base/version.h"
24 const std::string& version) {
25 prefs->SetString(prefs::kProfileCreatedByVersion, version);
36 // Obtain the Chrome version info.
39 // If this is a new profile set version to current version, otherwise
42 std::string version = version_info.Version(); local
45 SetVersion(prefs, version);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby-u2f.js 15 /** Request protocol version */
18 /** Request applet version */
19 Gnubby.APPLET_VERSION = 0x11; // First 3 bytes are applet version.
31 // Version values
79 // so get this gnubby's version prior to sending it.
80 this.version(function(rc, opt_data) {
85 var version = UTIL_BytesToString(new Uint8Array(opt_data || []));
88 if (version != Gnubby.U2F_V1) {
114 if (version != Gnubby.U2F_V1) {
124 /** Request version informatio
    [all...]
  /external/chromium_org/content/common/
one_writer_seqlock.cc 14 base::subtle::Atomic32 version; local
16 version = base::subtle::NoBarrier_Load(&sequence_);
20 if ((version & 1) == 0)
26 return version;
29 bool OneWriterSeqLock::ReadRetry(base::subtle::Atomic32 version) {
32 return base::subtle::Release_Load(&sequence_) != version;
  /external/chromium_org/extensions/browser/
content_verifier_io_data.h 16 #include "base/version.h"
27 base::Version version; member in struct:extensions::ContentVerifierIOData::ExtensionData
30 const base::Version& version);
  /external/chromium_org/net/url_request/
url_request_data_job_unittest.cc 33 const net::HttpVersion& version = headers->GetParsedHttpVersion(); local
34 EXPECT_EQ(1, version.major_value());
35 EXPECT_EQ(1, version.minor_value());
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 7 # This special exception was added by Craig Small in version 0.37 of dh-make.
31 #version=2.0.5
34 version=`ls src/.libs/lib*.so.* | \ macro
  /external/chromium_org/third_party/WebKit/Source/web/tests/
OpenTypeVerticalDataTest.cpp 39 OpenType::Fixed version; member in struct:__anon16020::TestTable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.hotkeys.js 4 * Dual licensed under the MIT or GPL Version 2 licenses.
16 version: "0.8",
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 5 # This version is
11 # the Free Software Foundation; either version 2 of the License, or
12 # (at your option) any later version.
28 B<licensecheck> B<--help>|B<--version>
127 General Public License, version 2 or later.
228 "version|v" => \$opt_version,
247 if ($opt_version) { version(); exit 0; }
393 --version, -v Display version and copyright info
417 sub version { subroutine
    [all...]
  /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/libva/va/
va_backend_vpp.h 34 /** \brief VTable version for VA/VPP hooks. */
38 unsigned int version; member in struct:VADriverVTableVPP
  /external/chromium_org/third_party/libva/va/wayland/
va_backend_wayland.h 33 /** \brief VA/Wayland API version. */
42 * \brief Interface version.
46 unsigned int version; member in struct:VADriverVTableWayland
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_misc.c 67 static const VGubyte *version = (VGubyte *)"1.1"; local
78 return version;
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable
7 if not "%version%"=="" goto :gotversion
9 if exist "%~dp0..\version.mk" goto :getversion
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
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
    [all...]
  /external/chromium_org/third_party/ots/src/
maxp.cc 18 uint32_t version = 0; local
19 if (!table.ReadU32(&version)) {
23 if (version >> 16 > 1) {
35 if (version >> 16 == 1) {
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /external/chromium_org/tools/site_compare/scrapers/chrome/
chrome011010.py 11 # Default version
12 version = "0.1.101.0" variable
chrome01970.py 11 # Default version
12 version = "0.1.97.0" variable
  /external/e2fsprogs/lib/blkid/
version.c 2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
  /external/e2fsprogs/lib/ext2fs/
version.c 2 * 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/icu/icu4c/source/layout/
GlyphLookupTables.h 22 fixed32 version; member in struct:GlyphLookupTableHeader
  /external/kernel-headers/original/uapi/linux/
keychord.h 8 * License version 2, as published by the Free Software Foundation, and
38 __u16 version; member in struct:input_keychord
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable
7 if not "%version%"=="" goto :gotversion
9 if exist "%~dp0..\version.mk" goto :getversion
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
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
    [all...]
  /external/libunwind/include/
dwarf-eh.h 107 #define DW_EH_VERSION 1 /* The version we're implementing */
111 unsigned char version; member in struct:dwarf_eh_frame_hdr

Completed in 928 milliseconds

12 3 4 5 6 7 8 91011>>