HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 1 - 25 of 2174) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
version.c 1 char version[] = "3.9.8"; variable
  /external/valgrind/main/coregrind/m_gdbserver/
version.c 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
  /external/bison/build-aux/
do-release-commit-and-tag 2 # 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
6 VERSION=2012-08-01.09 # UTC
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
34 Usage: $ME [OPTION...] VERSION RELEASE_TYPE
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 fil
64 version() function
    [all...]
gnu-web-doc-update 6 # and requires a .prev-version file as well as a Makefile,
7 # from which it extracts the version number and package name, respectively.
10 VERSION=2009-07-21.16; # UTC
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
52 year=$(echo "$VERSION" | sed 's/[^0-9].*//')
54 $ME $VERSION
    [all...]
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
Types.h 3 unsigned version; member in struct:FrameworkSubStruct
  /external/srtp/doc/
Makefile 17 # Determine the version of the library
19 version = $(shell cat $(top_srcdir)/VERSION) macro
27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 51 const char* LinkerConfig::version() function in class:LinkerConfig
  /bootable/recovery/updater/
updater.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 int version; member in struct:__anon755
  /external/elfutils/libelf/
elf32_fsize.c 8 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]);
  /bionic/libc/kernel/common/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
  /external/chromium/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/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/icu4c/layout/
GlyphLookupTables.h 22 fixed32 version; member in struct:GlyphLookupTableHeader
  /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/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/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
TranslatorGLSL.cpp 16 int version = versionGLSL.getVersion(); local
17 // We need to write version directive only if it is greater than 110.
18 // If there is no version directive in the shader, 110 is implied.
19 if (version > 110) {
20 sink << "#version " << version << "\n"; local
31 // Write GLSL version.
  /external/webkit/Source/WebCore/storage/
IDBVersionChangeEvent.cpp 36 PassRefPtr<IDBVersionChangeEvent> IDBVersionChangeEvent::create(const String& version, const AtomicString& eventType)
38 return adoptRef(new IDBVersionChangeEvent(version, eventType));
41 IDBVersionChangeEvent::IDBVersionChangeEvent(const String& version, const AtomicString& eventType)
43 , m_version(version)
51 String IDBVersionChangeEvent::version() function in class:WebCore::IDBVersionChangeEvent
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord

Completed in 810 milliseconds

1 2 3 4 5 6 7 8 91011>>