HomeSort by relevance Sort by last modified time
    Searched refs:verified (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /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_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 70 const base::FilePath& path, bool verified);
136 const base::FilePath& path, bool verified) {
139 *return_verified = verified;
167 bool verified = false; local
177 &verified);
179 EXPECT_TRUE(verified);
197 bool verified = false; local
207 &verified);
209 EXPECT_TRUE(verified);
226 bool verified = false local
266 bool verified = false; local
304 bool verified = false; local
399 bool verified = false; local
423 bool verified = true; local
453 bool verified = true; local
485 bool verified = true; local
501 bool verified = true; local
526 bool verified = false; local
585 bool verified = false; local
628 bool verified = false; local
658 bool verified = false; local
    [all...]
download_path_reservation_tracker.cc 150 // - Returns true if |reserved_path| has been successfully verified.
213 // If ...PROMPT, then |has_conflicts| will remain true, |verified| will be
244 bool verified = (is_path_writeable && !has_conflicts && !name_too_long); local
246 return verified;
282 bool verified) {
284 callback.Run(*reserved_path, verified);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
crypto_verify_impl.h 22 bool* verified,
crypto_verify_impl.cc 38 bool* verified,
40 *verified = VerifyCredentials(credentials);
  /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;
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 45 private boolean verified = false; field in class:JarInputStream
63 * if the file should be verified with a {@code JarVerifier}.
165 if (verifier != null && verStream != null && !verified) {
169 verified = true;
225 verified = false;
  /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.
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 337 VERIFIED = 0,
383 bool verified = true; local
384 MustRemainDisabledOutcome outcome = VERIFIED;
386 verified = false;
389 verified = false;
394 // extension from the webstore verified to avoid false positives on existing
403 verified = false;
407 if (!verified && !ShouldEnforce()) {
408 verified = true;
413 if (!verified) {
    [all...]
  /external/chromium_org/chrome/common/extensions/api/networking_private/
networking_private_crypto_nss.cc 85 SECStatus verified = CERT_VerifySignedDataWithPublicKey( local
87 if (verified != SECSuccess) {
121 verified = VFY_VerifyDataDirect(
130 if (verified != SECSuccess) {
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /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/chromium_org/net/cert/
multi_log_ct_verifier.cc 180 bool verified = false;
194 verified |= VerifySingleSCT(decoded_sct, expected_entry, result);
197 return verified;
223 // SCT verified ok, just make sure the timestamp is legitimate.
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 165 boolean verified = true;
170 verified = false;
173 if (verified) {
  /external/lldb/examples/python/
types.py 67 option, all structure and class types will be verified. If no modules are
78 be verified in all specified modules.
86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[])
  /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;

Completed in 469 milliseconds

1 2 3 4