/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_maxp_TT.h | 18 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_TT 19 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
elf_mem_image.h | 65 const char *version; // E.g. "LINUX_2.6", could be "" member in struct:base::ElfMemImage::SymbolInfo 107 // symbol/version/type combination. 109 bool LookupSymbol(const char *name, const char *version,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
elf_mem_image.h | 65 const char *version; // E.g. "LINUX_2.6", could be "" member in struct:base::ElfMemImage::SymbolInfo 107 // symbol/version/type combination. 109 bool LookupSymbol(const char *name, const char *version,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_base.cc | 129 char version[1024] = ""; local 130 EXPECT_EQ(0, vie_base->GetVersion(version));
|
/external/chromium_org/ui/gl/ |
gl_egl_api_implementation.cc | 71 const char* version = eglQueryString(display, EGL_VERSION); local 76 if (version) 77 info->version = version;
|
gl_glx_api_implementation.cc | 73 const char* version = local 80 if (version) 81 info->version = version;
|
/external/e2fsprogs/lib/ss/ |
ss.h | 46 int version; member in struct:_ss_request_table 53 int version; /* SS_RP_V1 */ member in struct:_ss_rp_options
|
/external/elfutils/0.153/libdw/ |
dwarf_getaranges.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 121 2. A 2-byte version identifier containing the value 2 for 122 DWARF Version 2.1. 143 unsigned int version = read_2ubyte_unaligned_inc (dbg, readp); local 144 if (version != 2)
|
/external/elfutils/0.153/src/ |
ldscript.y | 9 Free Software Foundation; version 2 of the License. 62 static struct version *new_version (struct id_list *local, 64 static struct version *merge_versions (struct version *one, 65 struct version *two); 66 static void add_versions (struct version *versions); 82 struct version *version; 132 %type <version> versionlist 133 %type <version> versio 403 version: '{' version_stmt_list '}' ';' label [all...] |
/external/freetype/src/sfnt/ |
ttbdf.c | 85 FT_UInt version = FT_NEXT_USHORT( p ); local 92 if ( version != 0x0001 ||
|
/external/freetype/src/truetype/ |
ttpload.c | 489 FT_UInt version, nn, num_records; local 506 version = FT_NEXT_USHORT( p ); 516 /* There are at least two fonts, HANNOM-A and HANNOM-B version */ 526 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
|
/external/harfbuzz_ng/src/ |
hb-ot-head-table.hh | 56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); 60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head 61 * 0x00010000u for version 1.0. */
|
hb-ot-hhea-table.hh | 49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); 53 FixedVersion version; /* 0x00010000u for version 1.0. */ member in struct:OT::hhea
|
/external/icu/icu4c/source/layout/ |
KernTable.cpp | 40 // Kern table version 0 only 42 le_uint16 version; member in struct:SubtableHeader 49 // Version 0 only, version 1 has different layout 51 le_uint16 version; member in struct:KernTableHeader 67 * This also supports only version 0 of the kern table header, only 102 if (!header.isEmpty() && header->version == 0 && SWAPW(header->nTables) > 0) { 105 if (LE_SUCCESS(success) && !subhead.isEmpty() && subhead->version == 0) {
|
/external/iproute2/include/ |
ip6tables.h | 21 const char *version; member in struct:ip6tables_match 71 const char *version; member in struct:ip6tables_target
|
/external/kernel-headers/original/uapi/linux/ |
dlm_plock.h | 29 __u32 version[3]; member in struct:dlm_plock_info
|
ncp_mount.h | 27 int version; member in struct:ncp_mount_data 47 int version; member in struct:ncp_mount_data_v4
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_ulog.h | 22 int version; member in struct:ebt_ulog_packet_msg
|
/external/kernel-headers/original/uapi/scsi/ |
scsi_netlink.h | 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 43 uint8_t version; member in struct:scsi_nl_hdr 50 /* scsi_nl_hdr->version value */ 115 (hdr)->version = SCSI_NL_VERSION; \
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/ |
SoapFault.java | 44 /** an integer that holds current soap version */ 45 public int version; field in class:SoapFault 49 this.version = SoapEnvelope.VER11; 52 public SoapFault(int version) { 54 this.version = version;
|
/external/libselinux/src/ |
sestatus.c | 24 uint32_t version; /* version number of thie structure */ member in struct:selinux_status_t 29 /* version > 0 support above status */
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugArangeSet.h | 24 uint16_t version; // The DWARF version number member in struct:DWARFDebugArangeSet::Header 41 void SetHeader(uint16_t version, uint32_t cu_offset, uint8_t addr_size, uint8_t seg_size);
|
DWARFDebugPubnamesSet.h | 28 uint16_t version; // The DWARF version number member in struct:DWARFDebugPubnamesSet::Header 33 version(2),
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
OProfileJITEventListenerTest.cpp | 114 int version() { function in namespace:test_opagent 135 test_opagent::version, 136 test_opagent::version,
|
/external/markdown/ |
setup.py | 7 version = '2.0.3' variable 29 version = version, variable in class:md_install_scripts 31 download_url = 'http://pypi.python.org/packages/source/M/Markdown/Markdown-%s.tar.gz' % version, 62 if sys.version[:3] < '2.5':
|