Searched defs:version (Results 1 - 25 of 933) sorted by relevance

1234567891011>>

/external/fonttools/Lib/fontTools/
H A D__init__.py0 version = "2.4"
1 version = "2.4" variable
/external/fonttools/Tools/fontTools/
H A D__init__.py0 version = "2.4"
1 version = "2.4" variable
/external/tcpdump/
H A Dversion.c1 const char version[] = "4.5.1"; variable
/external/valgrind/coregrind/m_gdbserver/
H A Dversion.c2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
/external/bison/build-aux/
H A Ddo-release-commit-and-tag2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
3 # controlled .prev-version file, automate the procedure by which we record
4 # the date, release-type and version string in the NEWS file. That commit
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
37 update in which the date, release-type and version string are
43 - you use git for version-control
44 - a version-controlled .prev-version file
52 --version prin
64 version() function
[all...]
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/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
H A DTypes.h3 unsigned version; member in struct:FrameworkSubStruct
/external/e2fsprogs/lib/e2p/
H A Dsetversion.c2 * setversion.c - Set a file version on an ext2 file system
10 * General Public License, version 2.
26 int setversion (int fd, unsigned long version) argument
31 ver = (int) version;
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/srtp/doc/
H A DMakefile17 # Determine the version of the library
19 version = $(shell cat $(top_srcdir)/VERSION) macro
27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_version.c21 WebRtc_Word16 WebRtcSpl_get_version(char* version, WebRtc_Word16 length_in_bytes) argument
23 strncpy(version, "1.2.0", length_in_bytes);
/external/elfutils/src/libelf/
H A Delf32_fsize.c10 Software Foundation; either version 3 of the License, or (at
11 your option) any later version
16 Software Foundation; either version 2 of the License, or (at
17 your option) any later version
43 elfw2(LIBELFBITS, fsize) (type, count, version)
46 unsigned int version; variable
50 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
64 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
/external/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-trace/trace-viewer/tracing/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; }
400 --version, -v Display version and copyright info
424 sub version { subroutine
[all...]
/external/icu/icu4c/source/layout/
H A DGlyphLookupTables.h22 fixed32 version; member in struct:GlyphLookupTableHeader
/external/kernel-headers/original/uapi/linux/
H A Dkeychord.h8 * License version 2, as published by the Free Software Foundation, and
38 __u16 version; member in struct:input_keychord
/external/libdrm/tests/
H A Dsetversion.c35 * This tests that we can get the actual version out, and that setting invalid
37 * behavior differenses resulting from an increased DI version.
42 drm_set_version_t sv, version; local
52 memset(&version, 0, sizeof(version));
53 version.drm_di_major = -1;
54 version.drm_di_minor = -1;
55 version.drm_dd_major = -1;
56 version.drm_dd_minor = -1;
57 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &version);
[all...]
/external/libopus/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/libunwind/include/
H A Ddwarf-eh.h107 #define DW_EH_VERSION 1 /* The version we're implementing */
111 unsigned char version; member in struct:dwarf_eh_frame_hdr
/external/skia/src/sfnt/
H A DSkOTTable_maxp_CFF.h17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
/external/vboot_reference/tests/
H A Drollback_index3_tests.c21 uint32_t version; local
26 version = 1;
27 TEST_EQ(RollbackFirmwareSetup(0, 0, 0, &is_virt_dev, &version),
30 TEST_EQ(version, 0, "rfs version");
35 version = 1;
36 TEST_EQ(RollbackKernelRead(&version), 0, "RollbackKernelRead()");
37 TEST_EQ(version, 0, "rkr version");
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DMyProvider.java35 MyProvider(String name, double version, String info) { argument
36 super(name, version, info);
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dsetup.py35 version='2.0', variable
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py9 version = '1.0', variable
/external/e2fsprogs/lib/blkid/
H A Dversion.c2 * 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;

Completed in 676 milliseconds

1234567891011>>