HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 151 - 175 of 4293) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
56 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/chromium_org/third_party/ots/src/
head.cc 18 uint32_t version = 0; local
19 if (!table.ReadU32(&version) ||
24 if (version >> 16 != 1) {
post.h 17 uint32_t version; member in struct:ots::OpenTypePOST
  /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/tools/gyp/
setup.py 11 version='0.1', variable
  /external/e2fsprogs/contrib/python-uuid/
setup.py 9 version = '1.0', variable
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
56 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/lldb/test/pexpect-2.4/
setup.py 7 version='2.4', variable
  /external/openssl/apps/
version.c 1 /* apps/version.c */
53 * The licence and distribution terms for any publically available version or
143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
151 if (argc == 1) version=1;
155 version=1;
167 date=version=cflags=options=platform=dir=1;
170 BIO_printf(bio_err,"usage:version -[avbofpd]\n");
176 if (version)
  /external/pdfium/fpdfsdk/include/
fpdf_progressive.h 28 * Version number of the interface. Currently must be 1.
30 int version; member in struct:_IFSDK_PAUSE
35 * Interface Version:
  /external/tcpdump/
print-openflow.c 2 * This module implements printing of the very basic (version-independent)
4 * dispatching of version-specific OpenFlow message decoding.
46 of_header_print(const uint8_t version, const uint8_t type,
49 version, type, length, xid);
55 uint8_t version, type; local
61 /* version */
63 version = *cp;
83 of_header_print(version, type, length, xid);
87 * type decoding is version-specific. */
88 switch (version) {
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c 19 const char version[] = "NS 2.2.0"; local
20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
30 strncpy(versionStr, version, versionLen);
noise_suppression_x.c 19 const char version[] = "NS\t3.1.0"; local
20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
30 strncpy(versionStr, version, versionLen);
  /frameworks/base/services/core/java/com/android/server/updates/
TZInfoInstallReceiver.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 super("/data/misc/zoneinfo/", "tzdata", "metadata/", "version");
30 protected void install(byte[] encodedContent, int version) throws IOException {
31 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version); local
  /frameworks/support/v4/java/android/support/v4/content/res/
ResourcesCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
51 final int version = Build.VERSION.SDK_INT; local
52 if (version >= 21) {
84 final int version = Build.VERSION.SDK_INT; local
85 if (version >= 21) {
87 } else if (version >= 15) {
  /libcore/luni/src/main/java/android/system/
StructUtsname.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
35 /** The OS version, such as "#48-Ubuntu SMP Tue Feb 22 20:25:29 UTC 2011". */
36 public final String version; field in class:StructUtsname
44 public StructUtsname(String sysname, String nodename, String release, String version, String machine) {
48 this.version = version;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 8 unsigned version; member in struct:sscape_bootblock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
smb_mount.h 17 int version; member in struct:smb_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
sscape_ioctl.h 8 unsigned version; member in struct:sscape_bootblock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 8 unsigned version; member in struct:sscape_bootblock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
smb_mount.h 17 int version; member in struct:smb_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sscape_ioctl.h 8 unsigned version; member in struct:sscape_bootblock
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 6 let version = "0.1" var in Module:Id
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
utsname.h 41 char version [SYS_NMLN]; member in struct:utsname

Completed in 717 milliseconds

1 2 3 4 5 67 8 91011>>