HomeSort by relevance Sort by last modified time
    Searched refs:subject (Results 76 - 100 of 477) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetConversationListItemViewBuilder.java 147 final SpannableStringBuilder senders, String subject) {
164 subject = Conversation.getSubjectForDisplay(context, null /* badgeText */, subject);
165 final SpannableStringBuilder subjectBuilder = new SpannableStringBuilder(subject);
167 subjectBuilder.setSpan(new StyleSpan(Typeface.BOLD), 0, subject.length(),
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_site_config.py 120 subject = 'Config "%s" changed by %s' % (key, user_email)
132 subject=subject,
email_template.py 181 subject = _PERF_TRY_EMAIL_SUBJECT % subject_dict
182 return {'subject': subject, 'html': html, 'body': text}
338 subject = _BISECT_FYI_EMAIL_SUBJECT % subject_dict
339 return {'subject': subject, 'html': html, 'body': text}
  /external/jetty/src/java/org/eclipse/jetty/security/
SpnegoLoginService.java 23 import javax.security.auth.Subject;
149 Subject subject = new Subject(); local
150 subject.getPrincipals().add(user);
152 return _identityService.newUserIdentity(subject,user, new String[]{role});
  /external/v8/src/regexp/
regexp-macro-assembler.h 196 Handle<String> subject,
217 static const byte* StringCharacterPosition(String* subject, int start_index);
221 Code* re_code, String** subject,
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 50 * The KeyPair generator will create a self-signed certificate with the subject
51 * as its X.509v3 Subject Distinguished Name and as its X.509v3 Issuer
95 * properties of {@code subjectDN} as its X.509v3 Subject Distinguished Name
106 * @param subjectDN X.509 v3 Subject Distinguished Name
193 * Gets the subject distinguished name to be used on the X.509 certificate
371 * Sets the subject used for the self-signed certificate of the
375 public Builder setSubject(@NonNull X500Principal subject) {
376 if (subject == null) {
377 throw new NullPointerException("subject == null");
379 mSubjectDN = subject;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
NoConfirmationSmsSendService.java 83 final String subject = getText(intent, Intent.EXTRA_SUBJECT); local
110 InsertNewMessageAction.insertNewMessage(subId, recipients, message, subject);
119 subject);
  /system/tpm/attestation/server/
pkcs11_key_store.cc 352 std::string subject; local
355 if (!GetCertificateFields(certificate, &subject, &issuer, &serial_number)) {
369 {CKA_SUBJECT, string_as_array(&subject), subject.size()},
416 std::string subject; local
419 if (!GetCertificateFields(certificate, &subject, &issuer, &serial_number)) {
433 {CKA_SUBJECT, string_as_array(&subject), subject.size()},
615 std::string* subject,
621 if (!x509.get() || !x509->cert_info || !x509->cert_info->subject) {
    [all...]
  /external/v8/test/mjsunit/
regexp-UC16.js 45 assertFalse(/\xc1/i.test('fooA'), "quickcheck-uc16-pattern-ascii-subject");
46 assertFalse(/[\xe9]/.test('i'), "charclass-uc16-pattern-ascii-subject");
47 assertFalse(/\u5e74|\u6708/.test('t'), "alternation-uc16-pattern-ascii-subject");
regexp-call-as-function.js 33 var subject = "xyzabcde"; variable
35 assertEquals(expected, String(regexp.exec(subject)));
36 assertThrows(function(){ regexp(subject); });
  /libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java 8 * particular file as subject to the "Classpath" exception as provided
45 * subject distinguished name or subject alternative names. Any name
402 * This involves verifying that the subject name and subjectAltName
404 * subtrees state variables. Also verify that the subject name and
434 X500Name subject = X500Name.asX500Name(subjectPrincipal); local
436 if (subject.isEmpty() == false) {
437 if (verify(subject) == false) {
466 return verifyRFC822SpecialCase(subject);
517 case GeneralNameInterface.NAME_NARROWS: // subject name exclude
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/
MockUiProviderTests.java 158 int subject = UIProvider.CONVERSATION_SUBJECT_COLUMN; local
164 assertEquals(convFoldersCursor.getString(subject),
170 assertEquals(convFoldersCursor.getString(subject),
187 int subject = messageCursor.getColumnIndex(UIProvider.MessageColumns.SUBJECT); local
195 assertEquals(messageCursor.getString(subject), "Message zeroConv0");
202 assertEquals(messageCursor.getString(subject), "Message zeroConv1");
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 577 const unsigned char *subject, size_t subject_len,
580 /* Skip pattern prefix to match "wildcard" subject */
582 const unsigned char *subject, size_t subject_len,
589 * If subject starts with a leading '.' followed by more octets, and
591 * full subject (starting at the '.'), provided the prefix contains
616 const unsigned char *subject, size_t subject_len,
619 skip_prefix(&pattern, &pattern_len, subject, subject_len, flags);
625 unsigned char r = *subject;
639 ++subject;
647 const unsigned char *subject, size_t subject_len
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateIssuer.java 65 private boolean matchesDN(X500Name subject, GeneralNames targets)
75 if (X500Name.getInstance(gn.getName()).equals(subject))
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 40 * (eg, checkmark, star, subject, sender, folders, etc.) It will inflate a view,
186 // Subject.
331 final TextView subject = (TextView) view.findViewById(R.id.subject); local
332 final int subjectTopAdjust = getLatinTopAdjustment(subject);
333 subjectX = getX(subject);
334 subjectY = getY(subject) + subjectTopAdjust;
335 subjectWidth = subject.getWidth();
336 subjectHeight = subject.getHeight();
337 subjectFontSize = subject.getTextSize()
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
HtmlPrintTemplates.java 57 public void startPrintConversation(String subject, int numMessages) {
69 Conversation.getSubjectForDisplay(mContext, null /* badgeText */, subject);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java 35 * Sets the message's subject. Only valid for drafts.
38 * @param subject the new subject
40 public static void putSubject(ContentValues values, String subject) {
41 values.put(MessageColumns.SUBJECT, subject);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 141 private String subject = null; field in class:BluetoothMapbMessageMime
173 if(subject != null && !subject.isEmpty()) {
174 sb.append("<Sub:").append(subject).append("> ");
204 return subject;
206 public void setSubject(String subject) {
207 this.subject = subject;
370 if (subject != null){
371 // Use base64 encoding for the subject, as it may contain non US-ASCII characters o
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraphValidator.java 140 final BindingGraph subject; field in class:BindingGraphValidator.Validation
143 Validation(BindingGraph topLevelGraph, BindingGraph subject) {
145 this.subject = subject;
147 ValidationReport.about(subject.componentDescriptor().componentDefinitionType());
165 subject.componentDescriptor().componentMethods()) {
172 subject, local
178 filterKeys(subject.componentDescriptor().subcomponents(), isOfKind(SUBCOMPONENT))
184 for (BindingGraph subgraph : subject.subgraphs().values()) {
194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 114 * Set the subject distinguished name. The subject describes the entity associated with the public key.
117 X500Principal subject)
121 tbsGen.setSubject(new X509Principal(subject.getEncoded()));
130 * Set the subject distinguished name. The subject describes the entity associated with the public key.
133 X509Name subject)
135 tbsGen.setSubject(subject);
177 * generate an X509 certificate, based on the current issuer and subject
196 * generate an X509 certificate, based on the current issuer and subject
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils.py 105 def generate_dummy_ca_cert(subject='_WebPageReplayCert'):
109 subject: a string representing the desired root cert issuer
123 ca_cert.get_subject().CN = subject
124 ca_cert.get_subject().O = subject
138 subject=ca_cert),
  /external/curl/lib/
x509asn1.h 106 curl_asn1Element subject; member in struct:__anon9491
  /external/v8/test/mjsunit/regress/
regress-475705.js 40 var subject = repeat("y", 200);
44 re.test(subject);
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 9 * particular file as subject to the "Classpath" exception as provided
66 * number. Other unique combinations include the issuer, subject,
100 private X500Principal subject; field in class:X509CertSelector
286 * Sets the subject criterion. The specified distinguished name
287 * must match the subject distinguished name in the
288 * <code>X509Certificate</code>. If <code>null</code>, any subject
291 * @param subject a distinguished name as X500Principal
295 public void setSubject(X500Principal subject) {
296 this.subject = subject;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 

Completed in 1436 milliseconds

1 2 34 5 6 7 8 91011>>