/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
H A D | supervised_user_authentication_unittest.cc | 35 int revision = 1; local 48 key.GetSecret(), revision, signature_key);
|
H A D | supervised_user_login_flow.cc | 116 int revision = 0; local 121 &revision); 146 key.revision = revision;
|
/external/chromium_org/third_party/ots/src/ |
H A D | head.h | 13 uint32_t revision; member in struct:ots::OpenTypeHEAD
|
/external/e2fsprogs/intl/ |
H A D | explodename.c | 56 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 D | finddomain.c | 61 const char *revision; local 77 (1) revision 139 &sponsor, &revision); 146 sponsor, revision, domainname, 1);
|
H A D | gmo.h | 77 /* 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 D | l10nflist.c | 175 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 D | browser_info.cc | 104 // 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 D | alerts_test.py | 87 ['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 D | internal_alerts_test.py | 122 ['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 D | buildbot.py | 34 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 D | cpu.cc | 110 revision = 0; local 119 {"CPU revision", &revision}, 174 revision == 0;
|
/external/chromium_org/chrome/browser/supervised_user/chromeos/ |
H A D | manager_password_service.cc | 146 int revision; local 151 &revision); 166 new_key_definition.revision = revision;
|
/external/chromium_org/chromeos/cryptohome/ |
H A D | cryptohome_parameters.h | 112 int revision; member in struct:cryptohome::KeyDefinition
|
/external/chromium_org/third_party/skia/tools/ |
H A D | submit_try | 124 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 D | edid_parser.cc | 130 // - 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 D | iptables.h | 23 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 D | libxt_connlimit.c | 60 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 D | libxt_string.c | 172 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 D | submit_try | 124 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 D | font_header_table.cc | 133 void FontHeaderTable::Builder::SetFontRevision(int32_t revision) { argument 134 InternalWriteData()->WriteFixed(Offset::kFontRevision, revision);
|
/external/iproute2/include/linux/netfilter/ |
H A D | x_tables.h | 17 __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 D | x_tables.h | 17 __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 D | media.h | 68 __u32 revision; member in struct:media_entity_desc
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | x_tables.h | 17 __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
|