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

123

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication_unittest.cc35 int revision = 1; local
48 key.GetSecret(), revision, signature_key);
H A Dsupervised_user_login_flow.cc116 int revision = 0; local
121 &revision);
146 key.revision = revision;
/external/chromium_org/third_party/ots/src/
H A Dhead.h13 uint32_t revision; member in struct:ots::OpenTypeHEAD
/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/chrome/test/chromedriver/chrome/
H A Dbrowser_info.cc104 // Chrome OS reports its Blink revision as a git hash. In this case, ignore it
106 // build number instead of the blink revision for decisions about backwards
108 std::string revision = blink_version.substr(before + 1, after - before - 1); local
109 if (!IsGitHash(revision) && !base::StringToInt(revision, blink_revision)) {
110 return Status(kUnknownError, "unrecognized Blink revision: " + revision);
116 bool IsGitHash(const std::string& revision) { argument
119 return kShortGitHashLength <= revision.size()
120 && revision
[all...]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dalerts_test.py87 ['build', 'builder', 'revision'],
100 def revision(): function in function:AlertsTest.generate_fake_alert
114 generator = random.choice([time, build, revision])
118 generators = [build, revision, test, literal_array]
125 generators = [time, build, revision, test, literal_array,
H A Dinternal_alerts_test.py122 ['build', 'builder', 'revision'],
135 def revision(): function in function:InternalAlertsTest.generate_fake_alert
149 generator = random.choice([time, build, revision])
153 generators = [build, revision, test, literal_array]
160 generators = [time, build, revision, test, literal_array,
/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/base/
H A Dcpu.cc110 revision = 0; local
119 {"CPU revision", &revision},
174 revision == 0;
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc146 int revision; local
151 &revision);
166 new_key_definition.revision = revision;
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_parameters.h112 int revision; member in struct:cryptohome::KeyDefinition
/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::__anon22302::__anon22303
40 __u8 revision; member in struct:xt_entry_target::__anon22305::__anon22306
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::__anon22573::__anon22574
40 __u8 revision; member in struct:xt_entry_target::__anon22576::__anon22577
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::__anon23200::__anon23201
40 __u8 revision; member in struct:xt_entry_target::__anon23203::__anon23204
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

Completed in 760 milliseconds

123