Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 25 of 73) sorted by relevance

123

/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker_unittest.cc104 const base::FilePath& path, bool verified);
168 const base::FilePath& path, bool verified) { in TestReservedPathCallback() argument
171 *return_verified = verified; in TestReservedPathCallback()
192 bool verified = false; in TEST_F() local
202 &verified); in TEST_F()
204 EXPECT_TRUE(verified); in TEST_F()
222 bool verified = false; in TEST_F() local
232 &verified); in TEST_F()
234 EXPECT_TRUE(verified); in TEST_F()
251 bool verified = false; in TEST_F() local
[all …]
Ddownload_path_reservation_tracker.cc245 bool verified = (is_path_writeable && !has_conflicts && !name_too_long); in CreateReservation() local
247 base::Bind(callback, target_path, verified)); in CreateReservation()
Ddownload_target_determiner.h170 void ReserveVirtualPathDone(const base::FilePath& path, bool verified);
Ddownload_target_determiner.cc281 const base::FilePath& path, bool verified) { in ReserveVirtualPathDone() argument
284 << " Verified:" << verified; in ReserveVirtualPathDone()
285 should_prompt_ = (should_prompt_ || !verified); in ReserveVirtualPathDone()
/external/mockito/src/org/mockito/internal/verification/
DInOrderContextImpl.java13 final IdentitySet verified = new IdentitySet(); field in InOrderContextImpl
16 return verified.contains(invocation); in isVerified()
20 verified.add(i); in markVerified()
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
Dcast_auth_util_nss.cc110 SECStatus verified = CERT_VerifySignedDataWithPublicKey( in VerifyCredentials() local
112 if (verified != SECSuccess) { in VerifyCredentials()
128 verified = VFY_VerifyDataDirect( in VerifyCredentials()
136 if (verified != SECSuccess) { in VerifyCredentials()
/external/chromium_org/chrome/browser/extensions/
Dinstall_verifier.cc304 bool verified = true; in MustRemainDisabled() local
307 verified = false; in MustRemainDisabled()
310 verified = false; in MustRemainDisabled()
323 verified = false; in MustRemainDisabled()
327 if (!verified && !ShouldEnforce()) { in MustRemainDisabled()
328 verified = true; in MustRemainDisabled()
333 if (!verified) { in MustRemainDisabled()
341 return !verified; in MustRemainDisabled()
Dinstall_signer.cc458 bool verified = VerifySignature(*result); in HandleSignatureResult() local
459 UMA_HISTOGRAM_BOOLEAN("ExtensionInstallSigner.ResultWasValid", verified); in HandleSignatureResult()
460 if (!verified) in HandleSignatureResult()
/external/mockito/src/org/mockito/internal/invocation/
DInvocationImpl.java37 private boolean verified; field in InvocationImpl
66 return verified || isIgnoredForVerification; in isVerified()
112 this.verified = true; in markVerified()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_crypto.cc113 SECStatus verified = CERT_VerifySignedDataWithPublicKey( in VerifyCredentials() local
115 if (verified != SECSuccess) { in VerifyCredentials()
149 verified = VFY_VerifyDataDirect(reinterpret_cast<unsigned char*>( in VerifyCredentials()
153 if (verified != SECSuccess) { in VerifyCredentials()
Dnetworking_private_apitest.cc69 bool* verified,
71 *verified = true;
Dnetworking_private_service_client.h51 bool* verified,
Dnetworking_private_service_client.cc51 bool* verified, in VerifyDestination() argument
55 *verified = VerifyDestination(params->properties); in VerifyDestination()
/external/clang/bindings/python/tests/cindex/
Dtest_location.py65 verified = False
68 verified = True
70 assert verified
/external/chromium_org/net/cert/
Dmulti_log_ct_verifier.cc127 bool verified = false; in VerifySCTs() local
139 verified |= VerifySingleSCT(decoded_sct, expected_entry, result); in VerifySCTs()
142 return verified; in VerifySCTs()
/external/easymock/src/org/easymock/internal/
DMocksBehavior.java165 boolean verified = true; in verify()
170 verified = false; in verify()
173 if (verified) { in verify()
/external/ipsec-tools/src/racoon/
Dnattraversal.c187 int verified = 0; in natt_compare_addr_hash() local
190 return verified; in natt_compare_addr_hash()
203 return verified; /* XXX should abort */ in natt_compare_addr_hash()
209 verified = 1; in natt_compare_addr_hash()
214 return verified; in natt_compare_addr_hash()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java277 assertTrue("Hostname verification was not done", hnv.verified); in testSetDefaultSSLSocketFactory()
280 hnv_late.verified); in testSetDefaultSSLSocketFactory()
322 assertTrue("Hostname verification was not done", hnv.verified); in testSetSSLSocketFactory()
325 hnv_late.verified); in testSetSSLSocketFactory()
403 assertTrue("Hostname verification was not done", hnv_late.verified); in testSetHostnameVerifier()
406 hnv.verified); in testSetHostnameVerifier()
1059 boolean verified = false; field in HttpsURLConnectionTest.TestHostnameVerifier
1066 verified = true; in verify()
/external/llvm/test/Transforms/GVN/
D2008-12-15-CacheVisited.ll2 ; Cached results must be added to and verified against the visited sets.
/external/llvm/test/CodeGen/ARM/
Dwiden-vmovs.ll17 ; - Register liveness is verified.
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3762.test16 # That ticket #3762 has been fixed has already been verified by the
Dtkt2854.test89 # This fails because the schema of main cannot be verified.
/external/libgsm/
DREADME25 on most SPARCstations. The implementation has been verified against the
/external/chromium_org/ppapi/api/private/
Dppb_platform_verification_private.idl20 * trusted platform is a Chrome OS device in verified boot mode.
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt11 Vfd = fix has been verified on 3.3.X branch
17 Vfd fix has been verified on 3.3.X branch

123