Home
last modified time | relevance | path

Searched defs:subject (Results 1 – 8 of 8) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/x509/
DTBSCertificate.java54 public Name subject; field in TBSCertificate
/tools/security/remote_provisioning/hwtrust/src/dice/
Dchain.rs119 subject: String, field
130 let subject = subject.into(); in new() localVariable
146 pub fn subject(&self) -> &str { in subject() method
Dentry.rs24 subject: String, field
42 pub fn subject(&self) -> &str { in subject() method
174 pub fn subject<S: Into<String>>(mut self, subject: S) -> Self { in subject() method
/tools/metalava/src/test/java/com/android/tools/metalava/model/
DPsiTypeItemAssignabilityTest.kt92 val results = testSubjects.map { subject -> in <lambda>() method
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py222 subject='usb_subject', argument
/tools/test/openhst/
Dstress_test.py123 def SendNotificationEmail(subject, body, bugreport=None): argument
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs78 pub(super) subject: String, field
96 let mut subject = FieldValue::new("subject"); in from_cbor() localVariable
/tools/repohooks/rh/
Dhooks.py264 def _match_regex_list(subject, expressions): argument