Searched defs:version (Results 26 - 50 of 1603) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/e2p/
H A Dgetversion.c2 * getversion.c - Get a file version on an ext2 file system
10 * General Public License, version 2.
26 int getversion (int fd, unsigned long * version) argument
32 *version = ver;
/external/elfutils/0.153/libelf/
H A Delf32_fsize.c8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
64 elfw2(LIBELFBITS, fsize) (type, count, version)
67 unsigned int version; variable
71 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
85 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
/external/pdfium/fpdfsdk/include/
H A Dfpdfoom.h23 int version; member in struct:_OOM_INFO
/external/bison/build-aux/
H A Dgnu-web-doc-update6 # and requires a .prev-version file as well as a Makefile,
7 # from which it extracts the version number and package name, respectively.
16 # the Free Software Foundation, either version 3 of the License, or
17 # (at your option) any later version.
43 --version print version number, then exit
50 version() function
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
67 # supports --version). If found, set ENVVAR to the program name,
80 if ($i --version </de
[all...]
/external/chromium_org/base/threading/
H A Dthread_id_name_manager_unittest.cc70 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/plugins/
H A Dplugin_metadata_unittest.cc15 const char* version) {
19 base::ASCIIToUTF16(version),
48 // Invalid version.
13 GetSecurityStatus( PluginMetadata* plugin_metadata, const char* version) argument
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby-u2f.js15 /** Request protocol version */
18 /** Request applet version */
19 Gnubby.APPLET_VERSION = 0x11; // First 3 bytes are applet version.
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 information
127 Gnubby.prototype.version
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler_chromeos.cc18 // Start the asynchronous load of the version.
28 void VersionHandlerChromeOS::OnVersion(const std::string& version) { argument
29 base::StringValue arg(version);
/external/chromium_org/content/common/
H A Done_writer_seqlock.cc14 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) { argument
32 return base::subtle::Release_Load(&sequence_) != version;
/external/chromium_org/extensions/browser/
H A Dcontent_verifier_io_data.h16 #include "base/version.h"
27 base::Version version; member in struct:extensions::ContentVerifierIOData::ExtensionData
30 const base::Version& version);
/external/chromium_org/media/cdm/ppapi/
H A Dsupported_cdm_versions.h12 bool IsSupportedCdmModuleVersion(int version) { argument
13 switch(version) {
22 bool IsSupportedCdmInterfaceVersion(int version) { argument
26 switch(version) {
36 bool IsSupportedCdmHostVersion(int version) { argument
40 switch(version) {
/external/chromium_org/net/url_request/
H A Durl_request_data_job_unittest.cc33 const net::HttpVersion& version = headers->GetParsedHttpVersion(); local
34 EXPECT_EQ(1, version.major_value());
35 EXPECT_EQ(1, version.minor_value());
/external/chromium_org/sandbox/win/src/
H A Dipc_ping_test.cc26 int version = 0; local
28 version = 1;
30 version = 2;
32 if (!ts_base->TestIPCPing(version))
36 if (!ts_base->TestIPCPing(version))
/external/chromium_org/sdch/open-vcdiff/packages/deb/
H A Drules7 # 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/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.hotkeys.js16 version: "0.8",
/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/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl5 # 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/
H A Dnative_handle.h26 int version; /* sizeof(native_handle_t) */ member in struct:native_handle
/external/chromium_org/third_party/libva/va/
H A Dva_backend_vpp.h34 /** \brief VTable version for VA/VPP hooks. */
38 unsigned int version; member in struct:VADriverVTableVPP
/external/chromium_org/third_party/libva/va/wayland/
H A Dva_backend_wayland.h33 /** \brief VA/Wayland API version. */
42 * \brief Interface version.
46 unsigned int version; member in struct:VADriverVTableWayland
/external/chromium_org/third_party/opus/src/win32/
H A Dgenversion.bat5 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/skia/src/sfnt/
H A DSkOTTable_maxp_CFF.h17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
/external/chromium_org/tools/site_compare/scrapers/chrome/
H A Dchrome011010.py11 # Default version
12 version = "0.1.101.0" variable
H A Dchrome01970.py11 # Default version
12 version = "0.1.97.0" variable
/external/icu/icu4c/source/layout/
H A DGlyphLookupTables.h22 fixed32 version; member in struct:GlyphLookupTableHeader

Completed in 2998 milliseconds

1234567891011>>