/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | chain.rs | 64 if subjects.replace(payload.subject()).is_some() { in validate() 65 return Err(ValidationError::RepeatedSubject(n, payload.subject().to_string())); in validate() 70 previous_subject = Some(payload.subject()); in validate() 119 subject: String, field 126 subject: S, in new() 130 let subject = subject.into(); in new() localVariable 134 if subject.is_empty() { in new() 137 Ok(Self { issuer, subject, subject_public_key }) in new() 146 pub fn subject(&self) -> &str { in subject() method 147 &self.subject in subject() [all …]
|
D | entry.rs | 24 subject: String, field 42 pub fn subject(&self) -> &str { in subject() method 43 &self.subject in subject() 90 writeln!(f, "Subject: {}", self.subject)?; in fmt() 130 subject: Default::default(), in with_subject_public_key() 147 if self.0.subject.is_empty() { in build() 174 pub fn subject<S: Into<String>>(mut self, subject: S) -> Self { in subject() method 175 self.0.subject = subject.into(); in subject() 371 let err = valid_payload().subject("").build().unwrap_err(); in payload_builder_empty_subject() 414 .subject("subject") in valid_payload()
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/ |
D | PsiTypeItemAssignabilityTest.kt | 92 val results = testSubjects.map { subject -> in <lambda>() method 94 subject.findField(this)?.type() as? PsiTypeItem in <lambda>() 96 "cannot find $this in $subject" in <lambda>() 99 subject.findField(otherField)?.type() as? PsiTypeItem in <lambda>() 101 "cannot find $otherField in $subject" in <lambda>()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 63 .subject(f.subject) in from_cbor() 78 pub(super) subject: String, field 96 let mut subject = FieldValue::new("subject"); in from_cbor() localVariable 112 SUB => &mut subject, in from_cbor() 134 subject: subject.into_string().context("subject")?, in from_cbor() 313 (Value::from(SUB), Value::from(self.subject())), in to_cbor_value()
|
D | chain.rs | 27 DegenerateChain::new(fields.issuer, fields.subject, fields.subject_public_key) in from_cbor() 244 .subject(format!("item {}", index + 1)) in valid_payload()
|
/tools/external_updater/ |
D | notifier.py | 79 subject = "[Succeeded]" 82 subject = "[Failed]" 85 subject += f" {proj} {latest_ver}"
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 222 subject='usb_subject', argument 235 self.dut.droid.smsSendMultimediaMessage(self.receiver_number, subject,
|
/tools/test/openhst/ |
D | stress_test.py | 123 def SendNotificationEmail(subject, body, bugreport=None): argument 134 logging.info("Email with subject '%s' has been suppressed", subject) 142 message["Subject"] = subject 163 logging.info("Email with subject '%s' has been sent", subject)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_message_utils.py | 1717 for subject, message, filename in array_payload: 1724 phonenumber_tx, phonenumber_rx, subject, message, filename) 1727 phonenumber_rx, subject, message, phonenumber_tx, filename) 1812 for subject, message, filename in array_payload: 1815 phonenumber_tx, phonenumber_rx, subject, message, filename)
|
/tools/apksig/src/main/java/com/android/apksig/internal/x509/ |
D | TBSCertificate.java | 54 public Name subject; field in TBSCertificate
|
/tools/test/connectivity/acts_tests/tests/google/tel/config/ |
D | README.md | 6 …e generated and amended by the 'manage_sim.py' utility. Its contents are subject to change so user…
|
/tools/repohooks/rh/ |
D | hooks.py | 264 def _match_regex_list(subject, expressions): argument 275 if re.search(expr, subject):
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 33 // WARNING: The plugin interface is currently EXPERIMENTAL and is subject to
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 422 its own extension headers, which are separately subject to the same 1378 writing, still experimental and subject to change as the requirements 1757 Options header take up as little space as possible, subject to
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1249 my $subject = $2; 1251 $git_commits{$sha1} = $subject;
|
/tools/external/fat32lib/ |
D | NOTICE | 116 …e original licensor to copy, distribute, link with or modify the Library subject to these terms an…
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 786 // module might define. The predefined exit codes are subject to change (but
|
/tools/dexter/testdata/expected/ |
D | medium.rewrite | 66941 .local v7, "subject", java.lang.String 66990 98| const-string/jumbo v11, "subject"
|
D | medium.wrap_invoke | 66941 .local v7, "subject", java.lang.String 66990 98| const-string/jumbo v11, "subject"
|
D | medium.scratch_regs | 78987 .local v7, "subject", java.lang.String 79036 170| const-string/jumbo v11, "subject"
|
D | medium.compact_cfg | 80320 .local v7, "subject", java.lang.String 80383 97| const-string/jumbo v11, "subject"
|
D | medium.entry_hook | 68895 .local v7, "subject", java.lang.String 68944 101| const-string/jumbo v11, "subject"
|
D | medium.exit_hook | 70587 .local v7, "subject", java.lang.String 70636 98| const-string/jumbo v11, "subject"
|