HomeSort by relevance Sort by last modified time
    Searched full:verified (Results 26 - 50 of 887) sorted by null

12 3 4 5 6 7 8 91011>>

  /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.
SSLPeerUnverifiedException.java 22 * 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
  /external/chromium_org/net/cert/
ct_objects_extractor.h 32 // The filled |*result| should be verified using ct::CTLogVerifier::Verify
44 // The filled |*result| should be verified using ct::CTLogVerifier::Verify
multi_log_ct_verifier.cc 127 bool verified = false;
139 verified |= VerifySingleSCT(decoded_sct, expected_entry, result);
142 return verified;
166 // SCT verified ok, just make sure the timestamp is legitimate.
  /external/mockito/src/org/mockito/invocation/
Invocation.java 23 * @return whether the invocation has been already verified.
48 * Marks this invocation as verified so that it will not cause verification error at
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 39 * going to be verified.
80 * Updates the data to be verified or to be signed, using the specified
92 * Updates the data to be verified or to be signed, using the given {@code
109 * Updates the data to be verified or to be signed, using the specified
202 * Indicates whether the given {@code sigBytes} can be verified using the
211 * @return {@code true} if the signature was verified, {@code false}
222 * offset} with {@code length} bytes can be verified using the public key or
235 * @return {@code true} if the signature was verified, {@code false}
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 265 VERIFIED = 0,
304 bool verified = true; local
305 MustRemainDisabledOutcome outcome = VERIFIED;
307 verified = false;
310 verified = false;
314 // extension from the webstore verified to avoid false positives on existing
323 verified = false;
327 if (!verified && !ShouldEnforce()) {
328 verified = true;
333 if (!verified) {
    [all...]
webstore_inline_installer.cc 23 "have one or more verified sites";
26 "verified sites";
119 // Ensure that there is at least one verified site present.
175 // Turn the verified site into a URL that can be parsed by URLPattern.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosTest.java 23 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java 23 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /development/samples/LunarLander/tests/src/com/example/android/lunarlander/
LunarLanderTest.java 25 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java 24 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /development/samples/SkeletonApp/tests/src/com/example/android/skeletonapp/
SkeletonAppTest.java 23 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /development/samples/Snake/tests/src/com/example/android/snake/
SnakeTest.java 23 * verified by {@link #testActivityTestCaseSetUpProperly}.
  /external/chromium/net/base/
cert_verify_result.h 34 // If the certificate was successfully verified then this contains the SHA1
  /external/chromium_org/chrome/test/mini_installer/
process_verifier.py 20 expectation_name: Path to the process being verified. It is expanded using
  /external/chromium_org/content/public/browser/android/
download_controller_android.h 37 // Called when a dangerous download item is verified or rejected.
  /external/chromium_org/net/base/
test_data_stream.h 13 // verified independently to be the correct stream of data.
  /external/chromium_org/remoting/host/win/
com_security.h 29 // - the caller's identity is verified on every call (Dynamic cloaking).
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
remove-misspelling-marker-after-appending-letter.html 34 <div>The test verified that misspelling marker is removed after appending new letter to misspelled word. You should see the phrase "this brought" without red underline.</div>
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 31 CommentHandlerVisitor() : base(), PP(0), Verified(false) { }
34 EXPECT_TRUE(Verified) << "CommentVerifier not accessed";
66 bool Verified;
124 Verified = true;
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 10 * This property is verified by the checker that type-checks the {@code
  /external/llvm/test/Transforms/GVN/
2008-12-15-CacheVisited.ll 2 ; Cached results must be added to and verified against the visited sets.
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Primitive.java 40 * @param identifier identifier to be verified

Completed in 776 milliseconds

12 3 4 5 6 7 8 91011>>