/external/autotest/scheduler/ |
monitor_db.py | 642 subject = 'Unrecovered orphan autoserv processes remain' 644 email_manager.manager.enqueue_notify_email(subject, message) 650 raise RuntimeError(subject + '\n' + message) 788 subject = 'Host with agents assigned to an HQE' 794 email_manager.manager.enqueue_notify_email(subject, message) [all...] |
/external/pcre/dist/ |
pcre_exec.c | 119 subject if the requested. 150 subject bytes matched may be different to the number of reference bytes. 154 eptr pointer into the subject 159 Returns: >= 0 the number of subject bytes matched 161 -2 partial match; always given if at end subject 176 printf("matching subject <null>"); 179 printf("matching subject "); 207 length along the reference, not along the subject (earlier code did this 468 at the end of the subject and also past the start of the subject (i.e [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 827 const char *subject, const char *err_str, 839 ev.cert_fail.subject = subject ? subject : ""; 1173 ev.peer_cert.subject = buf; [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | [all...] |
/external/v8/src/mips64/ |
code-stubs-mips64.cc | [all...] |
/external/v8/src/arm64/ |
code-stubs-arm64.cc | [all...] |
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/ |
dagger-compiler-2.0.jar | |
/external/curl/lib/vtls/ |
nss.c | 791 char *subject, *issuer, *common_name; local 796 subject = CERT_NameToAscii(&cert->subject); 798 common_name = CERT_GetCommonName(&cert->subject); 799 infof(data, "\tsubject: %s\n", subject); 811 PR_Free(subject); [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | 629 assertEquals("The returned subject should be equal to specified", sub1, 631 assertFalse("The returned subject should differ", 703 assertEquals("The returned subject should be equal to specified", 705 assertFalse("The returned subject should differ", 708 assertEquals("The returned subject should be equal to specified", 1596 protected X500Principal subject = null; field in class:X509CertSelectorTest.TestCert [all...] |
/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustedCertificateStore.java | 52 * function of the CA's subject name. For example, the system CA for 55 * the subject hash, operations such as {@link #getCertificateAlias 499 File dir, X500Principal subject, CertSelector selector, Class<T> desiredReturnType) { 502 String hash = hash(subject);
|
/external/drm_gralloc/ |
Android.mk | 9 # Software is furnished to do so, subject to the following conditions:
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 11 # Software is furnished to do so, subject to the following conditions:
|
/external/pdfium/fpdfsdk/src/javascript/ |
Document.h | 94 FX_BOOL subject(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 317 JS_STATIC_PROP(subject, Document);
|
/external/v8/test/mjsunit/ |
regexp-static.js | 150 // Ensure that we save the correct string as the last subject when
|
string-indexof-1.js | 126 // and UC16 subject.
|
/external/v8/test/webkit/fast/js/ |
regexp-unicode-handling.js | 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
|
/external/webrtc/webrtc/libjingle/xmpp/ |
chatroommoduleimpl.cc | 56 virtual const std::string subject(); 361 XmppChatroomModuleImpl::subject() { function in class:buzz::XmppChatroomModuleImpl
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/ |
ESTHandler.java | 476 X500Principal subject = new X500Principal("CN=Android, O=Google, C=US"); local 497 return new PKCS10CertificationRequest(sigAlgo, subject, kp.getPublic(),
|
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 628 * Set a subject heading for this share; useful for sharing via email. 630 * @param subject Subject heading for this share 634 public IntentBuilder setSubject(String subject) { 635 mIntent.putExtra(Intent.EXTRA_SUBJECT, subject); [all...] |
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMessage.java | 306 * Returns the unfolded, decoded value of the Subject header. 310 return MimeUtility.unfoldAndDecode(getFirstHeader("Subject")); 314 public void setSubject(String subject) throws MessagingException { 315 final int HEADER_NAME_LENGTH = 9; // "Subject: " 316 setHeader("Subject", MimeUtility.foldAndEncode2(subject, HEADER_NAME_LENGTH));
|
/packages/services/Telephony/src/com/android/phone/common/mail/internet/ |
MimeMessage.java | 305 * Returns the unfolded, decoded value of the Subject header. 309 return MimeUtility.unfoldAndDecode(getFirstHeader("Subject")); 313 public void setSubject(String subject) throws MessagingException { 314 final int HEADER_NAME_LENGTH = 9; // "Subject: " 315 setHeader("Subject", MimeUtility.foldAndEncode2(subject, HEADER_NAME_LENGTH));
|
/platform_testing/libraries/gmail-app-helper/src/android/platform/test/helpers/ |
GmailHelperImpl.java | 330 public void setEmailSubject(String subject) { 341 subjectField.setText(subject); 343 throw new UnknownUiException("Failed to find a 'Subject' field."); 575 return mDevice.findObject(By.res(UI_PACKAGE_NAME, "subject"));
|
/system/connectivity/shill/ethernet/ |
ethernet_unittest.cc | 196 void TriggerCertification(const string& subject, uint32_t depth) { 197 ethernet_->CertificationTask(subject, depth); 548 const string kSubjectName("subject-name");
|
/build/tools/droiddoc/templates-sdk/ |
footer.cs | 143 <input type="checkbox" class="dac-form-checkbox" name="entry.2045036090" id="newsletter-terms" required value="I acknowledge that the information provided in this form will be subject to Google's privacy policy (https://www.google.com/policies/privacy/)."> 147 <label for="newsletter-terms" class="dac-form-label dac-form-aside">I acknowledge that the information provided in this form will be subject to <a href="https://www.google.com/policies/privacy/">Google's privacy policy</a>.<span class="dac-form-required">*</span></label>
|