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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /art/runtime/arch/arm/
asm_support_arm.h 26 // Offset of field Thread::suspend_count_ verified in InitCpu
28 // Offset of field Thread::exception_ verified in InitCpu
  /art/runtime/arch/mips/
asm_support_mips.h 26 // Offset of field Thread::suspend_count_ verified in InitCpu
28 // Offset of field Thread::exception_ verified in InitCpu
  /art/runtime/arch/x86/
asm_support_x86.h 22 // Offset of field Thread::self_ verified in InitCpu
24 // Offset of field Thread::exception_ verified in InitCpu
  /dalvik/dx/tests/008-field/
info.txt 7 (so that the names can be verified in debugging output).
  /dalvik/dx/tests/009-method/
info.txt 7 (so that the names can be verified in debugging output).
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
RawContentVerifier.java 5 * verified using the digest of the calculated data.
  /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_path_reservation_tracker.h 30 // - |target_path| was verified as being unique if uniqueness was
71 // verified as being writeable and unique.
81 // handle cases where the target path could not be verified and set the target
  /external/chromium_org/tools/gyp/test/no-output/
gyptest-no-output.py 8 Verified things don't explode when there are targets without outputs.
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 31 // If 'FindResultVerifier' is not NULL, sets *Verified to the result of
33 // If 'FindResultVerifier' is NULL, sets *Verified to true when Run is called.
36 VerifyMatch(BoundNodesCallback *FindResultVerifier, bool *Verified)
37 : Verified(Verified), FindResultReviewer(FindResultVerifier) {}
41 *Verified |= FindResultReviewer->run(&Result.Nodes, Result.Context);
43 *Verified = true;
48 bool *const Verified;
108 << "Verified unexpected result in \"" << Code << "\"";
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.h 25 // and verified.
27 // Postconditions - All of the verified SyncEntity data will be copied to
  /external/chromium_org/skia/ext/
skia_utils_win.h 27 // Both use same in-memory format. Verified by COMPILE_ASSERT() in
34 // Both use same in-memory format. Verified by COMPILE_ASSERT() in
  /external/chromium_org/components/autofill/core/browser/
autofill_common_test.h 40 // Returns a verified profile full of dummy info.
43 // Returns a verified profile full of dummy info, different to the above.
49 // Returns a verified credit card full of dummy info.
  /external/mockito/src/org/mockito/
InOrder.java 41 * @param mock to be verified
59 * @param mock to be verified
85 * //however this fails because 1st method was not 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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
none.hpp 19 // -- * To be verified, now that there's no unnamed namespace
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttExceptions.java 36 * verified to be subclasses of {@code Throwable}
60 * general, these classes are not pre-verified to be subclasses of
  /external/chromium_org/net/cert/
cert_verify_result.h 33 // Note that the though the verified certificate will match the originally
51 // If the certificate was successfully verified then this contains the
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/basicandroidkeystore/
MainActivity.java 118 boolean verified = false;
121 verified = mKeyStoreHelper.verifyData(SAMPLE_INPUT, mSignatureStr);
138 if (verified) {
139 Log.d(TAG, "Data Signature Verified");
141 Log.d(TAG, "Data not verified.");
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 78 // Simulates a test against the verified site string from a Webstore item's
91 // Simulates a test against a list of verified site strings from a Webstore
132 // Root domain when only a subdomain is verified.
136 // Different subdomain when only a subdomain is verified.
152 // Port is missing in the verified site (any port matches).
  /dalvik/vm/analysis/
DexPrepare.h 33 OPTIMIZE_MODE_VERIFIED, /* only optimize verified classes (default) */
34 OPTIMIZE_MODE_ALL, /* optimize verified & unverified (risky) */
35 OPTIMIZE_MODE_FULL /* fully opt verified classes at load time */
  /external/clang/bindings/python/tests/cindex/
test_location.py 65 verified = False
68 verified = True
70 assert verified
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 84 * if the identity of the peer has not been verified.
99 * if the identity of the peer has not been verified.
110 * if the identity of the peer has not been verified.
  /external/chromium_org/chrome/installer/mac/
sign_app.sh.in 8 # inner bundle components are verified, and the application's own signature is
9 # verified. Inner bundle components are expected to be signed before this

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>