HomeSort by relevance Sort by last modified time
    Searched full:verified (Results 76 - 100 of 887) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/gpu/gl/
GrGLCaps.h 103 * Call to note that a color config has been verified as a valid color
112 * Call to check whether a config has been verified as a valid color
296 // tracks configs that have been verified to pass the FBO completeness when
301 // tracks configs that have been verified to pass the FBO completeness when
  /frameworks/base/core/java/android/net/http/
X509TrustManagerExtensions.java 32 * verified by the platform.</p>
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constructed.java 44 * @param identifier - identifier to be verified
  /libcore/support/src/test/java/tests/security/
SignatureHelper.java 83 Assert.assertTrue("signature could not be verified", signature
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
strip 8 verified by echoing the result.\n";
  /external/chromium/webkit/glue/
cpp_bound_class.h 83 // method on the current object. Though not verified here, |method|
99 // property on the current object. Though not verified here, |method|
130 // binding a method on the current object. Though not verified here,
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.h 57 // Site identity could not be verified because the site did not provide a
172 // verified then |site_identity_details_| contains who verified the identity.
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 165 boolean verified = true;
170 verified = false;
173 if (verified) {
  /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 66 // Not signed in, no verified Autofill profiles.
68 // Not signed in, has verified Autofill profiles.
70 // Signed in, no Wallet items, no verified Autofill profiles.
72 // Signed in, no Wallet items, has verified Autofill profiles.
74 // Signed in, has Wallet items, no verified Autofill profiles.
76 // 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/api/networking_private/
networking_private_crypto.cc 113 SECStatus verified = CERT_VerifySignedDataWithPublicKey( local
115 if (verified != SECSuccess) {
149 verified = VFY_VerifyDataDirect(reinterpret_cast<unsigned char*>(
153 if (verified != SECSuccess) {
  /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/chrome/common/extensions/docs/templates/articles/manifest/
url_handlers.html 44 cannot be verified).
  /external/chromium_org/net/cert/
ct_serialization.h 38 // |output|. The signature included in the SCT is then verified over these
  /external/chromium_org/ppapi/api/private/
ppb_platform_verification_private.idl 20 * trusted platform is a Chrome OS device in verified boot mode.
  /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.

Completed in 320 milliseconds

1 2 34 5 6 7 8 91011>>