/external/chromium_org/chrome/browser/download/ |
D | download_path_reservation_tracker_unittest.cc | 70 const base::FilePath& path, bool verified); 136 const base::FilePath& path, bool verified) { in TestReservedPathCallback() argument 139 *return_verified = verified; in TestReservedPathCallback() 167 bool verified = false; in TEST_F() local 177 &verified); in TEST_F() 179 EXPECT_TRUE(verified); in TEST_F() 197 bool verified = false; in TEST_F() local 207 &verified); in TEST_F() 209 EXPECT_TRUE(verified); in TEST_F() 226 bool verified = false; in TEST_F() local [all …]
|
D | download_path_reservation_tracker.cc | 244 bool verified = (is_path_writeable && !has_conflicts && !name_too_long); in CreateReservation() local 246 return verified; in CreateReservation() 282 bool verified) { in RunGetReservedPathCallback() argument 284 callback.Run(*reserved_path, verified); in RunGetReservedPathCallback()
|
/external/mockito/src/org/mockito/internal/verification/ |
D | InOrderContextImpl.java | 13 final IdentitySet verified = new IdentitySet(); field in InOrderContextImpl 16 return verified.contains(invocation); in isVerified() 20 verified.add(i); in markVerified()
|
/external/mockito/src/org/mockito/internal/invocation/ |
D | InvocationImpl.java | 37 private boolean verified; field in InvocationImpl 66 return verified || isIgnoredForVerification; in isVerified() 112 this.verified = true; in markVerified()
|
/external/chromium_org/chrome/common/extensions/api/networking_private/ |
D | networking_private_crypto_nss.cc | 85 SECStatus verified = CERT_VerifySignedDataWithPublicKey( in VerifyCredentials() local 87 if (verified != SECSuccess) { in VerifyCredentials() 121 verified = VFY_VerifyDataDirect( in VerifyCredentials() 130 if (verified != SECSuccess) { in VerifyCredentials()
|
/external/chromium_org/chrome/browser/extensions/ |
D | install_verifier.cc | 383 bool verified = true; in MustRemainDisabled() local 386 verified = false; in MustRemainDisabled() 389 verified = false; in MustRemainDisabled() 403 verified = false; in MustRemainDisabled() 407 if (!verified && !ShouldEnforce()) { in MustRemainDisabled() 408 verified = true; in MustRemainDisabled() 413 if (!verified) { in MustRemainDisabled() 421 return !verified; in MustRemainDisabled()
|
D | install_signer.cc | 497 bool verified = VerifySignature(*result); in HandleSignatureResult() local 498 UMA_HISTOGRAM_BOOLEAN("ExtensionInstallSigner.ResultWasValid", verified); in HandleSignatureResult() 501 if (!verified) in HandleSignatureResult()
|
/external/clang/bindings/python/tests/cindex/ |
D | test_location.py | 65 verified = False 68 verified = True 70 assert verified
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.sample_variables.txt | 44 Values are verified with verifier fragment shader. 48 fragment output value and then texture contents are verified. With default 51 gl_SampleID output a non-zero green value. Result image is then verified to 68 verified for legality, uniqueness and distribution. With framebuffer and 69 renderbuffer render targets only the legality and distribution are verified. 70 Distribution is verified by averaging sample position values (texture) or by
|
D | functional.shaders.atomic_counter.txt | 48 the shader. Atomic counter values are verified by comparing against the 55 counters are verified separately. 57 Test cases using only atomicCounter() call are verified by checking that all 71 atomicCounterDecrement() are verified by counting how many times each value
|
D | functional.tessellation.txt | 71 comparisons, and thus not all rules are exactly verified (such as 90 winding mode specified in the TES. The patterns drawn are simple and verified by 98 value of gl_PatchVerticesIn is verified. The "quads" mode is used. 113 the cases with differing input and output patch sizes are verified with 115 gl_TessLevel*[] cases draw simple all-white patterns and are verified as such. 135 potential cracks are likely to become visible. The resulting image is verified
|
D | functional.image_load_store.txt | 50 of a FBO and read with glReadPixels(). Texture is verified with exact 54 mapping. Texture is verified with some tolerance. 82 result cases are verified by comparing the pixels of the first image to 84 of the operation. The results for the return value cases are verified by reading 119 verification result into a 2d r32ui image. The result is trivially verified.
|
D | functional.fbo.no_attachments.txt | 42 Rendering is verified to happen with occlusion queries. This rather limited 50 is verified by running a shader that discard all fragments that are not within
|
D | functional.tessellation_geometry_interaction.txt | 55 cells, and the result image is verified. 72 grid of green and yellow cells, and the result image is verified. 91 is then verified from the image.
|
D | functional.vertex_attribute_binding.txt | 62 pointer API is also verified. 66 then verified. Mixed API rendering tests intermix both vertex
|
D | functional.uniform_location.txt | 44 are verified to match the given ones with glGetUniformLocation. Generated 50 shader is verified to be fully white.
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | crypto_verify_impl.cc | 38 bool* verified, in VerifyDestination() argument 40 *verified = VerifyCredentials(credentials); in VerifyDestination()
|
D | crypto_verify_impl.h | 22 bool* verified,
|
/external/chromium_org/extensions/browser/api/cast_channel/ |
D | cast_auth_util_nss.cc | 694 SECStatus verified = CERT_VerifySignedDataWithPublicKey( in VerifyCredentials() local 696 if (verified != SECSuccess) { in VerifyCredentials() 718 verified = VFY_VerifyDataDirect( in VerifyCredentials() 726 if (verified != SECSuccess) { in VerifyCredentials()
|
/external/easymock/src/org/easymock/internal/ |
D | MocksBehavior.java | 165 boolean verified = true; in verify() 170 verified = false; in verify() 173 if (verified) { in verify()
|
/external/chromium_org/net/cert/ |
D | multi_log_ct_verifier.cc | 180 bool verified = false; in VerifySCTs() local 194 verified |= VerifySingleSCT(decoded_sct, expected_entry, result); in VerifySCTs() 197 return verified; in VerifySCTs()
|
/external/ipsec-tools/src/racoon/ |
D | nattraversal.c | 187 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/deqp/doc/testspecs/GLES3/ |
D | functional.pbo.txt | 44 the write data is verified to be correct by mapping the buffer. Additionally, 46 is verified by doing the same operation without pack buffer and then comparing
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 277 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() 1057 boolean verified = false; field in HttpsURLConnectionTest.TestHostnameVerifier 1064 verified = true; in verify()
|
/external/llvm/test/Transforms/GVN/ |
D | 2008-12-15-CacheVisited.ll | 2 ; Cached results must be added to and verified against the visited sets.
|