Searched defs:version (Results 276 - 300 of 837) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/lib/asan/
H A Dasan_mac.cc57 char version[100]; local
58 uptr len = 0, maxlen = sizeof(version) / sizeof(version[0]);
59 for (uptr i = 0; i < maxlen; i++) version[i] = '\0';
60 // Get the version length.
63 CHECK(sysctl(mib, 2, version, &len, 0, 0) != -1);
64 switch (version[0]) {
67 switch (version[1]) {
/external/compiler-rt/lib/
H A Dgcc_personality_v0.c185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions, argument
189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c14 |* We emit files in a corrupt version of GCOV's "gcda" file format. These files
164 void llvm_gcda_start_file(const char *orig_filename, const char version[4]) { argument
186 /* gcda file, version, stamp LLVM. */
188 fwrite(version, 4, 1, output_file);
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c10 * General Public License, version 2.
178 * this function can be used to test whether or not a hash version is
185 * A particular hash version specifies whether or not the seed is
189 errcode_t ext2fs_dirhash(int version, const char *name, int len, argument
217 switch (version) {
/external/e2fsprogs/misc/
H A Dblkid.c61 "\t-v\tprint version and exit\n"
276 int version = 0; local
339 version = 1;
356 if (version) {
H A Dchattr.c18 * 98/12/29 - Display version info only when -V specified (G M Sipe)
54 #include "../version.h"
64 static unsigned long version; variable
85 _("Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"),
150 version = strtol (argv[*i], &tmp, 0);
153 _("bad version - %s\n"),
257 printf (_("Version of %s set as %lu\n"), name, version);
258 if (fsetversion (name, version) == -1) {
261 _("while setting version on %s"),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java13 * This class finds the version of a plug-in, or fragment listed in a feature
14 * and writes <element>=<element>_<version> for each in a properties file.
61 //the feature to from which to collect version information
140 String version=tokenizer.nextToken();
141 TestPlugin testPlugin=new TestPlugin(id,version);
153 String version; field in class:TestVersionTracker.TestPlugin
158 TestPlugin(String id, String version){ argument
160 this.version=version;
238 // Find the fragment's plugins's name, id and version
[all...]
/external/elfutils/src/
H A Dldscript.h10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
26 parser generator using the skeleton or a modified version thereof
34 version 2.2 of Bison. */
117 struct version *version; member in union:YYSTYPE
/external/freetype/include/freetype/
H A Dftwinfnt.h100 * A German Windows version for example usually uses ANSI codepage
185 FT_UShort version; member in struct:FT_WinFNT_HeaderRec_
/external/grub/stage2/
H A Dbios.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
196 int version;
199 version = check_int13_extensions (drive);
201 if (drive >= 0x88 || version)
208 if (version)
194 int version; local
H A Dfat.h7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
56 __u8 version[2]; /* major, minor filesystem version */ member in struct:fat_bpb
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode.c278 HB_Library_Resolve(const char *library, int version, const char *symbol) { argument
/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh140 FixedVersion version; /* Version of the TTC Header (1.0), member in struct:OT::TTCHeaderVersion1
157 switch (u.header.version.major) {
158 case 2: /* version 2 is compatible with version 1 */
165 switch (u.header.version.major) {
166 case 2: /* version 2 is compatible with version 1 */
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
175 switch (u.header.version.major) {
176 case 2: /* version
186 FixedVersion version; /* Version of the TTC Header (1.0 or 2.0), member in struct:OT::TTCHeader::__anon6459::__anon6460
[all...]
/external/icu4c/layout/
H A DKernTable.cpp38 // Kern table version 0 only
40 le_uint16 version; member in struct:SubtableHeader
46 // Version 0 only, version 1 has different layout
48 le_uint16 version; member in struct:KernTableHeader
63 * This also supports only version 0 of the kern table header, only
96 if (header->version == 0 && SWAPW(header->nTables) > 0) {
99 if (subhead->version == 0) {
/external/icu4c/test/letest/
H A Dgendata.cpp50 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
193 const char *version = NULL; local
202 version = pfi->getNameString(NAME_VERSION_STRING, PLATFORM_MACINTOSH, MACINTOSH_ROMAN, MACINTOSH_ENGLISH);
206 if (version == NULL) {
210 fprintf(outputFile, " <test-font name=\"%s\" version=\"%S\" checksum=\"0x%8.8X\"/>\n\n",
216 fprintf(outputFile, " <test-font name=\"%s\" version=\"%s\" checksum=\"0x%8.8X\"/>\n\n",
217 fontName, version, pfi->getFontChecksum());
219 pfi->deleteNameString(version);
/external/icu4c/tools/gensprep/
H A Dgensprep.c129 "\t-u or --unicode version of Unicode to be used with this profile followed by the version\n"
152 options[UNICODE_VERSION].value="0"; /* don't assume the unicode version */
283 UVersionInfo version; local
300 u_versionFromString(version,fields[3][0] );
312 if( version[0] > thisVersion[0] ||
313 ((version[0]==thisVersion[0]) && (version[1] > thisVersion[1]))
317 setUnicodeVersionNC(version);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h120 const char *version; /* Library version */ member in struct:UPKGOptions_
/external/iproute2/include/linux/
H A Dgenetlink.h14 __u8 version; member in struct:genlmsghdr
/external/ipsec-tools/src/racoon/
H A Dnattraversal.c227 natt_fill_options (struct ph1natt_options *opts, int version) argument
232 opts->version = version;
234 switch (version) {
277 "unsupported NAT-T version: %s\n",
278 vid_string_by_id(version));
317 if (iph1->natt_options->version < vid_numeric)
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
75 char version[MAXGENRELEN]; member in struct:xt_osf_user_finger
H A Dxt_set.h4 /* The protocol version */
48 unsigned version; member in struct:ip_set_req_get_set
55 #define IP_SET_OP_VERSION 0x00000100 /* Ask kernel version */
58 unsigned version; member in struct:ip_set_req_version
/external/iptables/iptables/
H A Dip6tables-restore.c42 static void print_usage(const char *name, const char *version) __attribute__((noreturn));
44 static void print_usage(const char *name, const char *version) argument
H A Diptables-restore.c40 static void print_usage(const char *name, const char *version) __attribute__((noreturn));
44 static void print_usage(const char *name, const char *version) argument
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultClient.java53 * @version $Revision: 8938 $
75 private int version; field in class:DefaultClient
84 public DefaultClient( String gameName, int version )
87 this.version = version;
90 public DefaultClient( String gameName, int version, Connector reliable, Connector fast, argument
93 this( gameName, version );
202 return version;
/external/kernel-headers/original/asm-x86/
H A Dio_apic_32.h31 u32 version : 8, member in struct:IO_APIC_reg_01::__anon7619

Completed in 2166 milliseconds

<<11121314151617181920>>