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

123

/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dsupervised_user_authentication_unittest.cc35 int revision = 1; local
48 key.GetSecret(), revision, signature_key);
H A Dsupervised_user_login_flow.cc112 int revision = 0; local
117 &revision);
142 key.revision = revision;
H A Dsupervised_user_authentication.cc140 int revision = kMinPasswordRevision; local
141 password_data->SetIntegerWithoutPathExpansion(kPasswordRevision, revision);
147 BuildPasswordSignature(salted_password, revision, base64_signature_key);
295 int revision,
298 secret.set_revision(revision);
293 BuildPasswordSignature( const std::string& password, int revision, const std::string& base64_signature_key) argument
/external/chromium_org/third_party/ots/src/
H A Dhead.h13 uint32_t revision; member in struct:ots::OpenTypeHEAD
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dsvn-log.js85 revision: findRevision(summary),
103 'revision': message.revision,
117 trac.changesetURL = function(revision)
121 revision: 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
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_parameters.h41 int revision; member in struct:cryptohome::KeyDefinition
/external/lldb/scripts/
H A Dbuildbot.py34 revision=None):
40 self.m_revision = revision
139 parser.add_argument("--revision", "-r", required=False, help="The LLVM revision to use", metavar="N")
147 revision=arg_dict["revision"]) variable
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc143 int revision; local
148 &revision);
163 new_key_definition.revision = revision;
/external/chromium_org/third_party/skia/tools/
H A Dsubmit_try124 def __init__(self, bots, changelist, revision):
127 self._revision = revision
139 def revision(self): member in class:ValidateArgs.CollectedArgs
149 -r <revision#> Revision from which to run the try.
161 revision = None variable
215 Error('You must specify a revision with "-r".')
216 revision = argv.pop(0)
233 revision=revision)
236 def SubmitTryRequest(trybots, revision
[all...]
/external/chromium_org/ui/display/util/
H A Dedid_parser.cc130 // - byte 1: revision. only cares revision 3 (03h).
156 unsigned char revision = edid[extension_offset + 1]; local
157 if (tag != kCEAExtensionTag || revision != kExpectedExtensionRevision)
/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.c172 const unsigned int revision = (*cb->match)->u.user.revision; local
179 if (revision == 0)
188 if (revision == 0)
195 if (revision == 0)
257 const int revision = match->u.user.revision; local
258 int invert = (revision == 0 ? info->u.v0.invert :
273 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE)
281 const int revision local
[all...]
/external/skia/tools/
H A Dsubmit_try124 def __init__(self, bots, changelist, revision):
127 self._revision = revision
139 def revision(self): member in class:ValidateArgs.CollectedArgs
149 -r <revision#> Revision from which to run the try.
161 revision = None variable
215 Error('You must specify a revision with "-r".')
216 revision = argv.pop(0)
233 revision=revision)
236 def SubmitTryRequest(trybots, revision
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc133 void FontHeaderTable::Builder::SetFontRevision(int32_t revision) { argument
134 InternalWriteData()->WriteFixed(Offset::kFontRevision, revision);
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h17 __u8 revision; member in struct:xt_entry_match::__anon21498::__anon21499
40 __u8 revision; member in struct:xt_entry_target::__anon21501::__anon21502
74 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
75 * kernel supports, if >= revision. */
78 __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::__anon21769::__anon21770
40 __u8 revision; member in struct:xt_entry_target::__anon21772::__anon21773
74 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
75 * kernel supports, if >= revision. */
78 __u8 revision; member in struct:xt_get_revision
/external/kernel-headers/original/uapi/linux/
H A Dmedia.h68 __u32 revision; member in struct:media_entity_desc
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h17 __u8 revision; member in struct:xt_entry_match::__anon22396::__anon22397
40 __u8 revision; member in struct:xt_entry_target::__anon22399::__anon22400
74 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
75 * kernel supports, if >= revision. */
78 __u8 revision; member in struct:xt_get_revision
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc133 void FontHeaderTable::Builder::SetFontRevision(int32_t revision) { argument
134 InternalWriteData()->WriteFixed(Offset::kFontRevision, revision);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py96 revision_string = build_dictionary['sourceStamp']['revision']
99 # 'revision' may be None if a trunk build was started by the force-build button on the web page.
100 revision=(int(revision_string) if revision_string else None),
123 file_name_regexp = re.compile(r"r(?P<revision>\d+) \((?P<build_number>\d+)\)")
129 return (int(match.group("revision")), int(match.group("build_number")))
136 # FIXME: This is a poor way to do revision -> build mapping.
138 print "Loading revision/build list from %s." % self.results_url()
149 # This assumes there was only one build per revision, which is false but we don't care for now.
165 # This assumes there can be only one build per revision, which is false, but we don't care for now.
166 def build_for_revision(self, revision, allow_failed_lookup
206 def revision(self): member in class:Build
[all...]

Completed in 2306 milliseconds

123