/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSession.java | 101 * if the identity of the peer is not verified. 112 * if the identity of the peer is not verified. 139 * if the identity of the peer has not been verified.
|
/dalvik/docs/ |
embedded-vm-control.html | 129 then the framework will pass <code>-Xverify:all -Xdexopt:verified</code> 131 successfully verified. This is the safest setting, and is the default. 133 to have the framework pass <code>-Xverify:none -Xdexopt:verified</code> 137 optimizer for the same reasons.) Classes will not be verified by 142 Once the verified and optimized DEX files have been prepared, verification 148 slower (perhaps 40% or more) as classes are verified on first use. 235 files are verified before the contents are used.
|
/libcore/luni/src/main/java/java/security/ |
Signature.java | 209 * verified. 225 * verified. 356 * Indicates whether the given {@code signature} can be verified using the 365 * @return {@code true} if the signature was verified, {@code false} 380 * offset} with {@code length} bytes can be verified using the public key or 393 * @return {@code true} if the signature was verified, {@code false} 415 * Updates the data to be verified or to be signed, using the specified 432 * Updates the data to be verified or to be signed, using the specified 449 * Updates the data to be verified or to be signed, using the given {@code 475 * Updates the data to be verified or to be signed, using the specifie [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.h | 107 // Not signed in, no verified Autofill profiles. 109 // Not signed in, has verified Autofill profiles. 111 // Signed in, no Wallet items, no verified Autofill profiles. 113 // Signed in, no Wallet items, has verified Autofill profiles. 115 // Signed in, has Wallet items, no verified Autofill profiles. 117 // Signed in, has Wallet items, has verified Autofill profiles.
|
/frameworks/base/core/java/android/os/ |
RecoverySystem.java | 123 * before installing it. Note that the package is also verified 126 * package was successfully verified; otherwise it will throw an 135 * @param packageFile the package to be verified 233 boolean verified = false; 236 verified = true; 240 if (!verified) {
|
/art/runtime/verifier/ |
instruction_flags.h | 115 // The instruction has been visited and unless IsChanged() verified.
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.h | 32 // Methods to use when trusted (signature verified) values are required.
|
/external/chromium/chrome/browser/notifications/ |
notification_test_util.h | 37 // notification events needs to be verified.
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_inline_installer.h | 64 // Checks whether the install is initiated by a page in a verified site
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 53 // disablement is verified, quit the browser. Returns true if the policy is
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
indexeddb-persists.html | 54 status("Value verified", "green");
|
/external/libgsm/ |
README | 25 on most SPARCstations. The implementation has been verified against the
|
/external/libogg/doc/libogg/ |
ogg_sync_state.html | 22 <p>It is used during decoding to track the status of data as it is read in, synchronized, verified, and parsed into pages belonging to the various logical bistreams in the current physical bitstream link.
|
/external/linux-tools-perf/util/include/linux/added/ |
hash.h | 9 * Chuck Lever verified the effectiveness of this technique:
|
/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
|
/hardware/libhardware/modules/camera/ |
Metadata.h | 48 // Add a verified tag with data to this Metadata structure
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Any.java | 65 * @param identifier - identifier to be verified
|
/libcore/support/src/test/java/tests/security/ |
AlgorithmParameterSignatureHelper.java | 108 Assert.assertTrue("signature could not be verified", signature
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 6 # function, which can't be verified from Python. If the METH_XXX decl
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 6 # function, which can't be verified from Python. If the METH_XXX decl
|
/bootable/recovery/ |
verifier_test.cpp | 168 printf("VERIFIED\n"); 171 printf("NOT VERIFIED\n");
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 51 // If the URL couldn't be verified synchronously, defer starting the 69 // If the URL couldn't be verified synchronously, defer following the
|
/external/chromium_org/chrome/browser/ui/android/ |
website_settings_popup_android.cc | 115 // section is only displayed if the site's identity was verified. If the 116 // site's identity was verified, then the headline contains the organization
|
/external/chromium_org/media/base/ |
test_helpers.h | 95 // requires data to be of type T, but it is verified that |format| is an 120 // is verified that |format| is a planar format.
|
/external/chromium_org/net/base/ |
int128_unittest.cc | 232 // Verified with dc. 243 // Verified with dc.
|