/frameworks/base/services/java/com/android/server/os/ |
SchedulingPolicyService.java | 45 // Once we've verified that the caller is mediaserver, we can trust the pid but 46 // we can't trust the tid. No need to explicitly check for pid == 0 || tid == 0,
|
/libcore/luni/src/main/files/cacerts/ |
1df5a75f.0 | 31 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 35 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 69 URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist 72 URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl
|
d7746a63.0 | 31 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 35 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 69 URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist 72 URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl
|
c3a6a9ad.0 | 29 Issuer: C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=A-Trust-nQual-03, CN=A-Trust-nQual-03 33 Subject: C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=A-Trust-nQual-03, CN=A-Trust-nQual-03
|
/libcore/luni/src/main/java/java/security/cert/ |
PKIXCertPathBuilderResult.java | 34 * specified validated certification path, the trust anchor of the 40 * the trust anchor.
|
TrustAnchor.java | 29 * This class represents a trust anchor for validation of X.509 certification 191 * @return the certificate of this CA or {@code null}, if the trust anchor 202 * trust anchor of this instance was not created with a {@code 214 * 2253 format or {@code null} if the trust anchor of this instance 225 * the trust anchor if this instance was not created with a public
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
distrib.inp | 24 Trust, that's purer than pearl, -- 25 Brightest truth, purest trust in the universe --
|
/libcore/crypto/src/main/java/org/conscrypt/ |
TrustManagerImpl.java | 198 * The return value is a list of the certificates used for making the trust decision. 223 // get the cleaned up chain and trust anchor 227 // add the first trust anchor to the chain, which may be an intermediate 231 for (TrustAnchor trust : trustAnchor) { 232 wholeChain.add(trust.getTrustedCert()); 247 // at this point we have a cached trust anchor, but don't know if its one we got from 260 // build the cert path from the array of certs sans trust anchors 283 "Trust anchor for certification path not found.", null, certPath, -1)); 286 // There's no point in checking trust anchors here, and it will throw off the MD5 check, 364 // 2. Find the trust anchor in the chain, if an [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertPathValidatorUtilities.java | 162 TrustAnchor trust = null; local 175 throw new AnnotatedException("Cannot set subject search criteria for trust anchor.", ex); 179 while (iter.hasNext() && trust == null) 181 trust = (TrustAnchor)iter.next(); 182 if (trust.getTrustedCert() != null) 184 if (certSelectX509.match(trust.getTrustedCert())) 186 trustPublicKey = trust.getTrustedCert().getPublicKey(); 190 trust = null; 193 else if (trust.getCAName() != null 194 && trust.getCAPublicKey() != null [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_certificate_importer.h | 26 // Certificates are only imported with web trust for user imports. If
|
/external/chromium_org/content/browser/android/ |
vibration_message_filter.cc | 48 // trust any values passed from the renderer.
|
/external/chromium_org/content/browser/renderer_host/ |
gamepad_browser_message_filter.cc | 50 // TODO(scottmg): Probably get rid of this message. We can't trust it will
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
version | 17 far I trust it. It is about the same speed as IDEA and DES.
|
/external/openssl/crypto/rc2/ |
version | 17 far I trust it. It is about the same speed as IDEA and DES.
|
/frameworks/base/packages/Shell/res/values-en-rGB/ |
strings.xml | 22 <string name="bugreport_confirm" msgid="5130698467795669780">"Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people that you trust."</string>
|
/frameworks/base/packages/Shell/res/values-en-rIN/ |
strings.xml | 22 <string name="bugreport_confirm" msgid="5130698467795669780">"Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people that you trust."</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/ |
export.h | 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/ |
export.h | 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/ |
export.h | 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
|
/system/core/libcutils/ |
sockets.c | 21 /* For the socket trust (credentials) check */
|
/external/ceres-solver/internal/ceres/ |
dogleg_strategy_test.cc | 127 // trust region radius. 133 // sqrt(6.0). By restricting the trust region to a radius of 2.0, 134 // we test if the trust region is actually obeyed. 231 // in the same direction and the Gauss-Newton step is outside the trust region, 232 // i.e. the trust region is active. 259 // in the same direction and the Gauss-Newton step is inside the trust region, 260 // i.e. the trust region is inactive.
|
/external/ceres-solver/include/ceres/ |
solver.h | 133 // Trust Region and Line Search. 143 // 2. The trust region approach approximates the objective 145 // a subset of the search space known as the trust region. If the 147 // function the trust region is expanded; conversely, otherwise it 151 // Trust region methods are in some sense dual to line search methods: 152 // trust region methods first choose a step size (the size of the 153 // trust region) and then a step direction while line search methods 295 // The classical trust region methods are descent methods, in that 309 // non-monotonic trust region algorithm as described by Conn, 310 // Gould & Toint in "Trust Region Methods", Section 10.1 [all...] |
/external/chromium_org/sandbox/win/src/ |
filesystem_interception.cc | 34 // We don't trust that the IPC can work this early. 105 // We don't trust that the IPC can work this early. 171 // We don't trust that the IPC can work this early. 228 // We don't trust that the IPC can work this early. 285 // We don't trust that the IPC can work this early.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 136 CertPathReviewer.rootKeyIsValidButNotATrustAnchor.title = Root key with valid signature but no trust anchor 137 CertPathReviewer.rootKeyIsValidButNotATrustAnchor.text = The certificate has a valid signature, but is no trust anchor 138 CertPathReviewer.rootKeyIsValidButNotATrustAnchor.summary = The certificate has a valid signature, but is no trust anchor 139 CertPathReviewer.rootKeyIsValidButNotATrustAnchor.details = The certificate has a valid signature, but is no trust anchor 142 CertPathReviewer.trustButInvalidCert.title = Trust anchor found, but different public key 143 CertPathReviewer.trustButInvalidCert.text = A trust anchor was found. But it has a different public key, than was used to issue the first certificate of the cert path. 144 CertPathReviewer.trustButInvalidCert.summary = A trust anchor was found. But it has a different public key, than was used to issue the first certificate of the cert path. 145 CertPathReviewer.trustButInvalidCert.details = A trust anchor was found. But it has a different public key, than was used to issue the first certificate of the cert path. 148 CertPathReviewer.trustAnchorIssuerError.title = Finding trust anchor failed 149 CertPathReviewer.trustAnchorIssuerError.text = Finding trust anchor failed: cannot extract issuer from certificate [all...] |
/external/ceres-solver/docs/source/ |
solving.rst | 55 1. **Trust Region** The trust region approach approximates the 57 over a subset of the search space known as the trust region. If the 59 the trust region is expanded; conversely, otherwise it is 70 Trust region methods are in some sense dual to line search methods: 71 trust region methods first choose a step size (the size of the trust 76 .. _section-trust-region-methods: 78 Trust Region Methods 81 The basic trust region algorithm looks something like this [all...] |