/packages/apps/ContactsCommon/TestCommon/ |
Android.mk | 23 # "Class ref in pre-verified class resolved to unexpected implementation"
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 118 boolean verified = false; 121 verified = verifyData(SAMPLE_INPUT, mSignatureStr); 138 if (verified) { 139 Log.d(TAG, "Data Signature Verified"); 141 Log.d(TAG, "Data not verified."); 260 * @param input The data to be verified.
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 118 boolean verified = false; 121 verified = verifyData(SAMPLE_INPUT, mSignatureStr); 138 if (verified) { 139 Log.d(TAG, "Data Signature Verified"); 141 Log.d(TAG, "Data not verified."); 260 * @param input The data to be verified.
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 118 boolean verified = false; 121 verified = verifyData(SAMPLE_INPUT, mSignatureStr); 138 if (verified) { 139 Log.d(TAG, "Data Signature Verified"); 141 Log.d(TAG, "Data not verified."); 260 * @param input The data to be verified.
|
/external/chromium_org/sandbox/win/src/ |
service_resolver_32.cc | 233 // Save the verified code 324 // Save the verified code 348 // Save the verified code 372 // Save the verified code 391 // Save the verified code 414 // Save the verified code
|
/bootable/recovery/ |
verifier_test.sh | 89 # verified against different key 93 # verified against right key but wrong hash algorithm
|
/dalvik/vm/native/ |
java_lang_reflect_Array.cpp | 80 assert(elementClass != NULL); // verified by caller 88 assert(dimArray != NULL); // verified by caller
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
DSASigner.java | 55 * @param message the message that will be verified later. 89 * SHA-1 hash of the real message to be verified.
|
ECDSASigner.java | 57 * @param message the message that will be verified later. 108 * a SHA-1 hash of the real message to be verified).
|
/external/chromium_org/chrome/browser/google/ |
google_search_counter.cc | 18 // This method assumes that we have already verified that |entry|'s URL is a 28 // App. This method assumes that we have already verified that |entry|'s URL is
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
website_settings_bubble_controller.h | 31 // Display the identity status (e.g. verified, not verified).
|
/external/llvm/include/llvm/Analysis/ |
Verifier.h | 61 const Module &M, ///< The module to be verified 69 const Function &F, ///< The function to be verified
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/ |
SpecialInstructionPaddingTest.smali | 24 #the real test is that dalvik loaded and verified this class. This is 83 #the real test is that dalvik loaded and verified this class. This is
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageVerificationState.java | 28 * package to be considered verified. If there are zero sufficient verifiers, 154 * Extend the timeout for this Package to be verified.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
README | 12 output is verified against expected output by the llvm tool FileCheck. 19 The output is verified in the same way as host side tests, and the format
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_auth_util_nss.cc | 110 SECStatus verified = CERT_VerifySignedDataWithPublicKey( local 112 if (verified != SECSuccess) { 128 verified = VFY_VerifyDataDirect( 136 if (verified != SECSuccess) {
|
/external/chromium_org/chrome/browser/notifications/ |
notification_test_util.h | 38 // notification events needs to be verified.
|
/external/chromium_org/chrome/common/extensions/api/ |
webstore.json | 38 "description": "This function is invoked when inline installation does not successfully complete. Possible reasons for this include the user canceling the dialog, the linked item not being found in the store, or the install being initiated from a non-verified site."
|
/external/chromium_org/chrome/test/mini_installer/ |
verifier.py | 17 should be verified. Each subclass can specify a different expectation
|
/external/chromium_org/net/cert/ |
mock_cert_verifier.h | 45 // copying |verify_result| into the verified result.
|
/external/chromium_org/printing/ |
page_number.h | 44 // Equality operator. Only the current page number is verified so that
|
/external/chromium_org/third_party/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
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3762.test | 16 # That ticket #3762 has been fixed has already been verified by the
|
/external/clang/unittests/AST/ |
MatchVerifier.h | 61 Verified = false; 66 Verified = true; 70 bool Verified; 111 if (!Verified)
|
/external/llvm/test/CodeGen/ARM/ |
widen-vmovs.ll | 17 ; - Register liveness is verified.
|