HomeSort by relevance Sort by last modified time
    Searched full:verification (Results 76 - 100 of 1049) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/vboot_reference/tests/
load_kernel_tests.sh 7 # End-to-end test for vboot2 kernel verification
21 echo "Testing kernel verification in $DIR"
58 happy 'Kernel verification succeeded'
75 happy 'Image verification succeeded'
run_rsa_tests.sh 7 # Run tests for RSA Signature verification.
40 echo "Testing signature verification..."
vb2_rsa_tests.sh 7 # Run tests for RSA Signature verification.
40 echo "Testing signature verification..."
  /art/test/471-uninitialized-locals/src/
Main.java 30 // Compilation should go fine but we expect the runtime verification to fail.
34 throw new Error("Failed to preset verification error!");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b3/
Test_b3.java 31 fail("expected a verification exception");
44 fail("expected a verification exception");
  /dalvik/dx/tests/111-use-null-as-array/
info.txt 5 correct, they would instead incorrectly fail verification.
10 the resulting output is still correct (passes verification and will
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
14 import org.mockito.internal.verification.api.InOrderContext;
MissingInvocationChecker.java 6 package org.mockito.internal.verification.checkers;
14 import org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool;
NonGreedyNumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
13 import org.mockito.internal.verification.api.InOrderContext;
NumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
15 import org.mockito.internal.verification.api.InOrderContext;
  /external/mockito/src/org/mockito/mock/
MockCreationSettings.java 32 * the name of this mock, as printed on verification errors; see {@link org.mockito.MockSettings#name}.
54 * be used for verification
  /external/mockito/src/org/mockito/verification/
VerificationMode.java 6 package org.mockito.verification;
9 import org.mockito.internal.verification.api.VerificationData;
  /libcore/luni/src/main/java/javax/net/ssl/
HostnameVerifier.java 21 * The interface to be used to provide hostname verification functionality.
23 * This is an extended verification option that implementers can provide. It is to be used
  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 14 import org.mockito.internal.verification.MockAwareVerificationMode;
15 import org.mockito.internal.verification.VerificationDataImpl;
20 import org.mockito.verification.VerificationMode;
68 // We need to check if verification was started on the correct mock
75 // this means there is an invocation on a different mock. Re-adding verification mode
  /dalvik/docs/
verifier.html 17 Verification can be enabled for all classes, disabled for all, or enabled
26 The verification process adds additional time to the build and to
36 <li>"Precise" GC. The work peformed during verification has significant
63 <li>Verification of the operand stack size is not performed, because
103 <h2>Monitor Verification</h2>
140 <h2>Verification Failures</h2>
156 It's a bit tricky to implement deferred verification errors in Dalvik.
162 verification to complete successfully. This type of verification must
167 verification, so rewriting them isn't possible
    [all...]
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 22 import org.mockito.internal.verification.MockAwareVerificationMode;
23 import org.mockito.internal.verification.VerificationDataImpl;
24 import org.mockito.internal.verification.VerificationModeFactory;
25 import org.mockito.internal.verification.api.InOrderContext;
26 import org.mockito.internal.verification.api.VerificationDataInOrder;
27 import org.mockito.internal.verification.api.VerificationDataInOrderImpl;
31 import org.mockito.verification.VerificationMode;
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 64 // This is the only package for which verification should succeed.
82 * expecting verification to fail.
90 fail("verification of " + name + " succeeded when it shouldn't have");
  /external/mockito/src/org/mockito/
InOrder.java 8 import org.mockito.verification.VerificationMode;
11 * Allows verification in order. E.g:
69 * Different from {@link Mockito#verifyNoMoreInteractions(Object...)} because the order of verification matters.
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationType.java 28 * This abstract class represents a verification type of a local variable or
29 * a stack element. Specific verification types are subclassed from it.
53 * Returns the tag of the verification type.
  /external/vboot_reference/utility/
verify_data.c 7 * RSA verification implementation.
80 fprintf(stderr, "Signature Verification "
83 fprintf(stderr, "Signature Verification "
  /art/test/032-concrete-sub/src/
ConcreteSub2.java 19 * will fail verification because there is no implementation of the
  /art/tools/dexfuzz/src/dexfuzz/listeners/
ConsoleLoggerListener.java 46 logToConsole("Successful host verification");
51 logToConsole("Failed host verification");
68 logToConsole("Failed target verification");
111 logToConsole("Sigaborted host verification");
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCalibratedUncalibratedVerifier.java 25 * A bundled sensor test operation/verification.
31 // TODO: refactor into proper test operation/verification classes:
32 // currently this is the only verification that requires input from multiple sensors, and the class
33 // is factored into: operation, verification, and listener as other sensor test operations
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a1/
Test_a1.java 32 fail("expected a verification exception");
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentVerifier.java 19 * a signature for later verification. Use org.bouncycastle.util.io.TeeOutputStream if you want to accumulate

Completed in 1653 milliseconds

1 2 34 5 6 7 8 91011>>