/external/mockito/src/org/mockito/internal/verification/ |
InOrderContextImpl.java | 13 final IdentitySet verified = new IdentitySet();
field in class:InOrderContextImpl 16 return verified.contains(invocation);
20 verified.add(i);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/ |
test_integers.py | 32 verified = rsa.core.decrypt_int(signed, self.pub.e,self.pub.n) 33 print("\tVerified: %d" % verified) 35 self.assertEqual(message, verified)
|
/libcore/luni/src/main/java/libcore/util/ |
RecoverySystem.java | 59 boolean verified = false; 62 verified = true; 67 if (!verified) {
|
/system/security/keystore/ |
keystore_client_impl.cpp | 392 bool verified = false; local 393 if (!verifyEncryptionKeyAttributes(key_name, &verified)) { 396 if (!verified) { 430 bool verified = false; local 431 if (!verifyAuthenticationKeyAttributes(key_name, &verified)) { 434 if (!verified) { 466 bool* verified) { 475 *verified = true; 481 *verified = false; 488 *verified = false [all...] |
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationImpl.java | 37 private boolean verified; field in class:InvocationImpl 66 return verified || isIgnoredForVerification; 112 this.verified = true;
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
LogFileListener.java | 219 long verified = success + timedOut + truelyDivergent; local 224 (((float) (verified)) / iterations) * 100.0f; 225 write(String.format("Percentage Verified/Total: %.3f%%", verifiedTotalRatio)); 228 (((float) timedOut) / (verified)) * 100.0f; 229 write(String.format("Percentage Timed Out/Verified: %.3f%%", timedOutVerifiedRatio)); 232 (((float) success) / (verified)) * 100.0f; 233 write(String.format("Percentage Successful/Verified: %.3f%%", successfulVerifiedRatio)); 236 (((float) truelyDivergent) / (verified)) * 100.0f; 237 write(String.format("Percentage Divergent/Verified: %.3f%%", divergentVerifiedRatio));
|
/external/clang/bindings/python/tests/cindex/ |
test_location.py | 65 verified = False 68 verified = True 70 assert verified
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdattachment.h | 18 #warning COM interfaces layout in this header has not been verified. 44 #warning COM interfaces layout in this header has not been verified. 76 #warning COM interfaces layout in this header has not been verified.
|
functiondiscoverynotification.h | 14 #warning COM interfaces layout in this header has not been verified.
|
identitystore.h | 23 #warning COM interfaces layout in this header has not been verified.
|
vsadmin.h | 14 #warning COM interfaces layout in this header has not been verified.
|
wsdhost.h | 18 #warning COM interfaces layout in this header has not been verified. 48 #warning COM interfaces layout in this header has not been verified. 74 #warning COM interfaces layout in this header has not been verified. 82 #warning COM interfaces layout in this header has not been verified.
|
wsdxml.h | 18 #warning COM interfaces layout in this header has not been verified.
|
audioengineendpoint.h | 92 #warning COM interfaces layout in this header has not been verified. 126 #warning COM interfaces layout in this header has not been verified. 162 #warning COM interfaces layout in this header has not been verified. 194 #warning COM interfaces layout in this header has not been verified. 228 #warning COM interfaces layout in this header has not been verified. 294 #warning COM interfaces layout in this header has not been verified. 326 #warning COM interfaces layout in this header has not been verified.
|
msrdc.h | 106 #warning COM interfaces layout in this header has not been verified. 138 #warning COM interfaces layout in this header has not been verified. 178 #warning COM interfaces layout in this header has not been verified. 212 #warning COM interfaces layout in this header has not been verified. 242 #warning COM interfaces layout in this header has not been verified. 282 #warning COM interfaces layout in this header has not been verified. 310 #warning COM interfaces layout in this header has not been verified.
|
wsdclient.h | 18 #warning COM interfaces layout in this header has not been verified. 50 #warning COM interfaces layout in this header has not been verified. 78 #warning COM interfaces layout in this header has not been verified. 118 #warning COM interfaces layout in this header has not been verified. 164 #warning COM interfaces layout in this header has not been verified. 192 #warning COM interfaces layout in this header has not been verified. 235 #warning COM interfaces layout in this header has not been verified.
|
/external/selinux/libselinux/src/ |
setexecfilecon.c | 59 int rpm_execcon(unsigned int verified __attribute__ ((unused)),
|
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreSignatureSpiBase.java | 236 * Creates a streamer which sends the message to be signed/verified into the provided KeyStore 352 boolean verified; 364 verified = true; 368 verified = false; 376 return verified;
|
/system/security/keystore/include/keystore/ |
keystore_client_impl.h | 99 // EncryptWithAuthentication. Returns true on success and populates |verified| 101 bool verifyEncryptionKeyAttributes(const std::string& key_name, bool* verified); 104 // EncryptWithAuthentication. Returns true on success and populates |verified| 106 bool verifyAuthenticationKeyAttributes(const std::string& key_name, bool* verified);
|
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
Fuzzer.java | 243 boolean verified = true; 246 verified = goldenExecutor.verifyOnHost(programName); 247 if (verified) { 252 if (verified) {
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/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/Application/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/easymock/src/org/easymock/internal/ |
MocksBehavior.java | 165 boolean verified = true;
170 verified = false;
173 if (verified) {
|
/external/ipsec-tools/src/racoon/ |
nattraversal.c | 187 int verified = 0; local 190 return verified; 203 return verified; /* XXX should abort */ 209 verified = 1; 214 return verified;
|