/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 277 assertTrue("Hostname verification was not done", hnv.verified); 280 hnv_late.verified); 322 assertTrue("Hostname verification was not done", hnv.verified); 325 hnv_late.verified); 403 assertTrue("Hostname verification was not done", hnv_late.verified); 406 hnv.verified); 1059 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
Privacy.java | 177 * will be verified against the active list.
187 * will be verified against the active list.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
HttpsURLConnection.java | 216 * if the identity of the peer has not been verified.. 227 * if the identity of the peer has not been verified.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 378 throw new SignatureException("Signature was not verified"); 393 throw new SignatureException("Signature was not verified");
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1withDSA_SignatureImpl.java | 389 * true if signature bytes were verified, false otherwise 413 * true if signature bytes were verified, false otherwise
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 181 * redundantly if the hostname has already been verified. 184 * so "foo.bar.example.com" is verified if the peer has a certificate
|
/packages/apps/PackageInstaller/res/values/ |
strings.xml | 74 <!-- Reason displayed when installation fails because the package could not be verified 78 <!-- Reason displayed when installation fails because the package could not be verified
|
/art/test/etc/ |
push-and-run-test-jar | 78 DEX_OPTIMIZE="-Xdexopt:verified"
|
/bionic/libc/netbsd/nameser/ |
ns_samedomain.c | 40 * a - the domain whose ancestory is being verified
|
/bionic/libc/upstream-netbsd/libc/include/isc/ |
dst.h | 74 const u_char *, /*!< data to be verified */
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorManagerTestVerifier.java | 42 * verified, and not in the implicit verifications that need to take place at any step.
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
DeviceInfoResultTest.java | 119 * Test populating a verified-to-be-identical metric like DeviceInfoConstants.BUILD_FINGERPRINT
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
UniformListItem.java | 96 * an assumption which is verified in place0().
|
/dalvik/docs/ |
dexopt.html | 149 verified or optimized. Unfortunately, this can cause allocation of some 178 and only optimizes classes that have been verified. If you want to 193 Classes that have been verified successfully have a flag set in the ODEX. 194 They will not be re-verified when loaded. The Linux access permissions
|
/dalvik/dx/src/com/android/dx/dex/file/ |
UniformListItem.java | 94 * an assumption which is verified in place0().
|
/dalvik/libdex/ |
DexUtf.h | 36 * already being verified). Most strings we process here are coming
|
/dalvik/tests/etc/ |
host-run-test-jar | 87 DEX_OPTIMIZE="-Xdexopt:verified"
|
/external/ceres-solver/include/ceres/ |
cost_function.h | 61 // corresponding accessors. This information will be verified by the Problem
|
/external/chromium/testing/gtest/test/ |
gtest_catch_exceptions_test_.cc | 33 // exceptions, and the output is verified by gtest_catch_exceptions_test.py.
|
/external/chromium_org/base/timer/ |
timer.cc | 138 // Remember the thread ID that posts the first task -- this will be verified
|
/external/chromium_org/build/util/lib/common/ |
util.py | 134 url: URL to be verified.
|
/external/chromium_org/chrome/browser/download/ |
download_target_determiner.cc | 263 const base::FilePath& path, bool verified) { 266 << " Verified:" << verified; 267 should_prompt_ = (should_prompt_ || !verified);
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api.cc | 95 // has been verified already by the extension API to match the schema
|
/external/chromium_org/chrome/browser/extensions/ |
extension_keybinding_apitest_new.cc | 161 // verified manually by running the test and verifying that the synthesized
|
webstore_standalone_installer.h | 104 // initiate this install (e.g. that the requestor's URL matches the verified
|