HomeSort by relevance Sort by last modified time
    Searched refs:subject (Results 151 - 175 of 408) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/cert/
x509_certificate.h 136 X509Certificate(const std::string& subject, const std::string& issuer,
201 // The subject of the certificate. For HTTPS server certificates, this
202 // represents the web server. The common name of the subject should match
204 const CertPrincipal& subject() const { return subject_; } function in class:net::X509Certificate
228 // Otherwise, it gets the common name in the subject field.
422 // |cert_common_name| is the Subject CN, e.g. from X509Certificate::subject().
424 // from the dNSName and iPAddress components of the subject alternative name
446 // The subject of the certificate.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 41 _commit_detail_format = "%H\n%cn\n%s\n%b" # commit-sha1, author, subject, body
151 commit, email, subject, body = commit_detail.split('\n', 3)
182 return '%s committed "%s" %s %s%s' % (email, subject, first_url, svn_url, red_flag_message)
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/chromium_org/v8/test/webkit/
dfg-uint32-to-number-in-middle-of-copy-propagation.js 25 "Tests that UInt32ToNumber and OSR exit are aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast."
  /external/iputils/ninfod/
ninfod_name.c 232 return -1; /* more than one subject */
360 if (subject) {
362 compare_dnsname(subject, subjlen,
  /external/mesa3d/
Android.common.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/i915/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/nouveau/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/nv30/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/nv50/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/nvc0/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/r300/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/r600/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/radeonsi/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/softpipe/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/drivers/svga/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/state_trackers/egl/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/winsys/i915/drm/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/winsys/radeon/drm/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/winsys/svga/drm/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /external/mesa3d/src/gallium/winsys/sw/android/
Android.mk 11 # Software is furnished to do so, subject to the following conditions:
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 250 String subject = (v != null) ? v.getString() local
258 return mContext.getString(R.string.dl_failure_notification, subject, from);

Completed in 3060 milliseconds

1 2 3 4 5 67 8 91011>>