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

1 2

  /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 104 const base::FilePath& path, bool verified);
168 const base::FilePath& path, bool verified) {
171 *return_verified = verified;
192 bool verified = false; local
202 &verified);
204 EXPECT_TRUE(verified);
222 bool verified = false; local
232 &verified);
234 EXPECT_TRUE(verified);
251 bool verified = false local
291 bool verified = false; local
329 bool verified = false; local
424 bool verified = false; local
448 bool verified = true; local
479 bool verified = true; local
511 bool verified = true; local
527 bool verified = true; local
552 bool verified = false; local
611 bool verified = false; local
654 bool verified = false; local
684 bool verified = false; local
    [all...]
download_target_determiner.h 165 void ReserveVirtualPathDone(const base::FilePath& path, bool verified);
download_path_reservation_tracker.cc 152 // indicating whether the returned path has been successfully verified.
215 // If ...PROMPT, then |has_conflicts| will remain true, |verified| will be
246 bool verified = (is_path_writeable && !has_conflicts && !name_too_long); local
248 base::Bind(callback, target_path, verified));
download_target_determiner.cc 263 const base::FilePath& path, bool verified) {
266 << " Verified:" << verified;
267 should_prompt_ = (should_prompt_ || !verified);
  /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;
  /external/clang/bindings/python/tests/cindex/
test_location.py 65 verified = False
68 verified = True
70 assert verified
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /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/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;
  /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) {
  /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...]
  /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...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 480 boolean verified = sig.verify(signature, signature.length, 0);
481 assertFalse(verified);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 247 boolean verified; field in class:ContactAggregator.DisplayNameCandidate
258 verified = false;
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp 615 * for all verified classes. The register maps were
767 * file's "verified" flag, not updating the ClassObject. This would
841 * some reason, they won't get verified (which is as it should be).
1047 bool verified = false; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 1848 BOOLEAN verified = FALSE; local
    [all...]
  /external/openssh/
monitor_wrap.c 441 int verified = 0; local
460 verified = buffer_get_int(&m);
464 return (verified);
    [all...]
monitor.c 1325 int verified = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 351 * been verified successfully. May be undefined.
390 * C++ fixture with the navigation history to be verified.
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 1307 milliseconds

1 2