Searched defs:revision (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dcommitinfo.py36 def __init__(self, revision, committer_email, changelog_data, committer_list=CommitterList()):
37 self._revision = revision
49 def revision(self): member in class:CommitInfo
86 string = "r%s:\n" % self.revision()
87 string += " %s\n" % urls.view_revision_url(self.revision())
/external/e2fsprogs/intl/
H A Dexplodename.c56 const char **sponsor, const char **revision)
68 *revision = NULL;
162 /* Next is revision (CEN syntax). */
164 *revision = ++cp;
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
H A Dfinddomain.c61 const char *revision; local
77 (1) revision
139 &sponsor, &revision);
146 sponsor, revision, domainname, 1);
H A Dgmo.h77 /* The revision number of the file format. */
78 nls_uint32 revision; member in struct:mo_file_header
80 /* The following are only used in .mo files with major revision 0 or 1. */
93 /* The following are only used in .mo files with minor revision >= 1. */
116 /* The following are only used in .mo files with minor revision >= 1. */
H A Dl10nflist.c175 const char *sponsor, const char *revision,
210 ? strlen (revision) + 1 : 0)) : 0)
263 cp = stpcpy (cp, revision);
350 sponsor, revision, filename, 1);
357 sponsor, revision, filename, 1);
170 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
H A Dloadmsgcat.c922 int revision; local
1033 revision = W (domain->must_swap, data->revision);
1035 switch (revision >> 16)
1052 /* Now dispatch on the minor revision. */
1053 switch (revision & 0xffff)
1372 /* This is an invalid revision. */
/external/iproute2/include/
H A Diptables.h23 u_int8_t revision; member in struct:ipt_get_revision
42 u_int8_t revision; member in struct:iptables_match
95 u_int8_t revision; member in struct:iptables_target
/external/iptables/extensions/
H A Dlibxt_connlimit.c60 const unsigned int revision = (*cb->match)->u.user.revision; local
73 if (revision < 1)
80 if (revision < 1)
153 const int revision = match->u.user.revision; local
160 if (revision >= 1) {
171 const int revision = match->u.user.revision; local
178 if (revision >
[all...]
H A Dlibxt_string.c171 const unsigned int revision = (*cb->match)->u.user.revision; local
178 if (revision == 0)
187 if (revision == 0)
194 if (revision == 0)
261 const int revision = match->u.user.revision; local
262 int invert = (revision == 0 ? info->u.v0.invert :
277 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE)
285 const int revision local
[all...]
/external/grub/netboot/
H A Dsmc9000.c147 /* check if the revision register is something that I recognize.
155 printf("SMC9000: IO %hX: Unrecognized revision register:"
387 unsigned short revision; local
452 revision = inw(smc9000_base + REVISION);
453 version_string = chip_ids[(revision >> 4) & 0xF];
455 if (((revision & 0xF0) >> 4 == CHIP_9196) &&
456 ((revision & 0x0F) >= REV_9196)) {
458 * a revision starting at 6 */
480 version_string, revision & 0xF,
H A Dsis900.c228 u8 revision;
245 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision);
246 if (revision == SIS630E_900_REV || revision == SIS630EA1_900_REV)
248 else if (revision == SIS630S_900_REV)
225 u8 revision; local
H A Dpci.h80 unsigned char revision; /* Revision level, 0 */ member in struct:bios32::__anon6136
H A Dtulip.c178 u32 revision, revision_mask; /* Only 8 bits. */
408 int revision;
1365 tp->revision = chip_rev;
177 u32 revision, revision_mask; /* Only 8 bits. */ member in struct:pci_id_info::match_info
407 int revision; member in struct:tulip_private
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h17 __u8 revision; member in struct:xt_entry_match::__anon6824::__anon6825
40 __u8 revision; member in struct:xt_entry_target::__anon6827::__anon6828
69 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
70 * kernel supports, if >= revision. */
73 __u8 revision; member in struct:xt_get_revision
/external/iptables/include/linux/netfilter/
H A Dx_tables.h17 __u8 revision; member in struct:xt_entry_match::__anon7050::__anon7051
40 __u8 revision; member in struct:xt_entry_target::__anon7053::__anon7054
69 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
70 * kernel supports, if >= revision. */
73 __u8 revision; member in struct:xt_get_revision
/external/kernel-headers/original/linux/
H A Dmedia.h66 __u32 revision; member in struct:media_entity_desc
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp247 // since the revision can be larger than a 8 bits, so we allow it 16 here and
274 String revision = versionParts[1]; local
275 if (revision.length() > 1 && (revision[0] == 'r' || revision[0] == 'b')) {
276 revision.remove(0, 1);
277 m_moduleVersion |= revision.toInt() & 0xffff;
/external/iproute2/tc/
H A Dm_xt_old.c160 static void set_revision(char *name, u_int8_t revision) argument
162 /* Old kernel sources don't have ".revision" field,
165 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
182 set_revision(target->t->u.user.name, target->revision);
H A Dm_ipt.c346 static void set_revision(char *name, u_int8_t revision) argument
348 /* Old kernel sources don't have ".revision" field,
351 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
374 set_revision(target->t->u.user.name, target->revision);
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h16 u_int8_t revision; member in struct:xt_entry_match::__anon7592::__anon7593
41 u_int8_t revision; member in struct:xt_entry_target::__anon7595::__anon7596
63 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
64 * kernel supports, if >= revision. */
69 u_int8_t revision; member in struct:xt_get_revision
196 u_int8_t revision; member in struct:xt_match
244 u_int8_t revision; member in struct:xt_target
313 extern struct xt_match *xt_find_match(int af, const char *name, u8 revision);
314 extern struct xt_target *xt_find_target(int af, const char *name, u8 revision);
316 u8 revision);
338 u_int8_t revision; member in struct:compat_xt_entry_match::__anon7598::__anon7599
355 u_int8_t revision; member in struct:compat_xt_entry_target::__anon7601::__anon7602
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py82 revision=int(build_dictionary['sourceStamp']['revision']),
116 file_name_regexp = re.compile(r"r(?P<revision>\d+) \((?P<build_number>\d+)\)")
120 return (int(match.group("revision")), int(match.group("build_number")))
127 # FIXME: This is a poor way to do revision -> build mapping.
129 print "Loading revision/build list from %s." % self.results_url()
137 # This assumes there was only one build per revision, which is false but we don't care for now.
148 # This assumes there can be only one build per revision, which is false, but we don't care for now.
149 def build_for_revision(self, revision, allow_failed_lookups=False):
150 # NOTE: This lookup will fail if that exact revision wa
257 def revision(self): member in class:Build
[all...]
/external/iptables/include/
H A Dxtables.h214 u_int8_t revision; member in struct:xtables_match
278 u_int8_t revision; member in struct:xtables_target
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc3487 // Local object: a deleted directory (container), revision 1, unsynced.
3500 // Server update: entry-type object (not a container), revision 10.
5018 int revision = next_revision_++; local
5019 mock_server_->AddUpdateDirectory(id, kRootId, name, revision, revision);
5112 int revision = next_revision_++;
5114 id.GetServerId(), revision, revision);
/external/iptables/iptables/
H A Dxtables.c740 static int compatible_revision(const char *name, uint8_t revision, int opt) argument
749 /* revision 0 is always supported. */
750 if (revision != 0)
752 "revision %u is supported, "
754 name, revision);
771 rev.revision = revision;
781 /* Assume only revision 0 support (old kernel) */
782 return (revision == 0);
794 static int compatible_match_revision(const char *name, uint8_t revision) argument
799 compatible_target_revision(const char *name, uint8_t revision) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c2389 uint8_t revision; local
2397 revision = (uint8_t)( inVersion & 0xFF );
2409 // Convert the version stage and non-release revision number.
2414 s += sprintf( s, "d%u", revision );
2418 s += sprintf( s, "a%u", revision );
2422 s += sprintf( s, "b%u", revision );
2427 // A non-release revision of zero is a special case indicating the software is GM (at the golden master
2428 // stage) and therefore, the non-release revision should not be added to the string.
2430 if( revision != 0 )
2432 s += sprintf( s, "f%u", revision );
[all...]

Completed in 422 milliseconds

12