/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1StringType.java | 76 * @param identifier identifier to be verified
|
/dalvik/vm/analysis/ |
RegisterMap.h | 222 * Generate a register map set for all verified classes in "pDvmDex". 232 * Generate the register map for a method that has just been verified
|
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.cc | 70 // If the URL couldn't be verified synchronously, defer following the 104 // If the URL couldn't be verified synchronously, defer starting the
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RSAKey.py | 90 @param bytes: The value which will be hashed and verified. 132 @param bytes: The value which will be verified.
|
/external/mockito/src/org/mockito/ |
ArgumentCaptor.java | 145 * Returns all captured values. Use it in case the verified method was called multiple times.
165 * Returns all captured variable arguments. Use it in case the verified method was called multiple times.
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardAccountView.java | 278 final boolean verified = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT); 279 postOnCheckPasswordResult(verified);
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 216 assertTrue("Hostname verification was not done", hnv.verified); 218 hnv_late.verified); 257 assertTrue("Hostname verification was not done", hnv.verified); 259 hnv_late.verified); 330 assertTrue("Hostname verification was not done", hnv_late.verified); 332 hnv.verified); 796 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapConstraints.java | 175 * constraint. The {@link Entry#setValue} operation will be verified with the 200 * specified constraint. The {@link Entry#setValue} operation will be verified 233 * be verified with the constraint, and the collection returned by {@link 251 * be verified with the constraint, along with add operations on the returned 271 * specified constraint. The {@link Entry#setValue} operation will be verified 323 * keys and values verified with the constraint.
|
/external/smack/src/org/jivesoftware/smack/ |
ConnectionConfiguration.java | 408 * be checked. By default the certificate chain is not verified. 419 * be checked. By default the certificate chain is not verified. 468 * validity. By default certificates are not verified. 479 * validity. By default certificates are not verified. 490 * domain. By default certificates are not verified. 501 * domain. By default certificates are not verified.
|
/art/runtime/mirror/ |
class.h | 108 // files, and this status marks a class as needing to be verified 118 kStatusVerifying = 4, // In the process of being verified. 153 // Returns true if the class was compile-time verified. 158 // Returns true if the class has been verified. 754 // When class is verified, set the kAccPreverified flag on each method. [all...] |
/dalvik/libdex/ |
DexFile.cpp | 356 ALOGV("+++ adler32 checksum (%08x) verified", adler); 368 ALOGV("+++ adler32 opt checksum (%08x) verified", adler); 394 ALOGV("+++ sha1 digest verified");
|
/dalvik/tools/ |
dex-preopt | 63 # --optimize={none,verified,all} -- Specify which classes to optimize. 64 # Defaults to "verified". 79 doOptimize='verified'
|
/external/chromium_org/components/autofill/core/browser/ |
credit_card_unittest.cc | 211 // Try again, but with only the original card having a verified origin. 223 // Try again, but with only the new card having a verified origin. 233 // Try again, with both cards having a verified origin.
|
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/ |
contest-terms.rst | 71 Issue is reproducible. If so, that Issue will become a Verified 76 possible that an Issue may not be verified until after the Contest 78 and such Issue is not ultimately verified, then that Issue will not 180 ultimately become Verified Issues, they will not be considered 183 Summary that had not yet been verified, that Issue will not be 184 considered as part of the Summary if not subsequently verified. 186 #. Verified Issue: A "Verified Issue" means an Exploit that has 371 #. Verified Issues: In order for an Issue to become a Verified [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 512 assertTrue("count verified", i==n); 522 assertTrue("idxAfterReset verified", idxAfterReset==n); 523 assertTrue("buffAfterReset verified", buffAfterReset==buf);
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 512 assertTrue("count verified", i==n); 522 assertTrue("idxAfterReset verified", idxAfterReset==n); 523 assertTrue("buffAfterReset verified", buffAfterReset==buf);
|
/art/runtime/verifier/ |
method_verifier.h | 196 // Returns true if the cast can statically be verified to be redundant 602 // Is the method being verified a constructor? 607 // Is the method verified static? 619 * Generate the GC map for a method that has just been verified (i.e. we're doing this as part of 732 // Indicates if the method being verified contains at least one check-cast instruction. 735 // Indicates if the method being verified contains at least one invoke-virtual/range
|
/dalvik/docs/ |
verifier.html | 20 default VM behavior is to only optimize verified classes. 199 flagging fully-correct classes as "pre-verified". When the VM loads a
|
/development/host/windows/usb/api/ |
adb_api.cpp | 83 // Everything is verified. Pass it down to the object
98 // Everything is verified. Pass it down to the object
|
/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/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_flow.h | 67 PLATFORM_NOT_VERIFIED, // The platform cannot be verified. For example: 69 // - It is not running a verified OS image.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_performer.cc | 159 // Value of AllowNewUser setting is still not verified. 217 // verified. Another attempt will be invoked after verification completion.
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_apitest.cc | 69 bool* verified, 71 *verified = true;
|
/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.
|