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

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DSA.java 12 * verification.
Signer.java 9 * Initialise the signer for signing or verification.
SignerWithRecovery.java 11 * part of signature verification.
  /external/mockito/src/org/mockito/exceptions/verification/junit/
ArgumentsAreDifferent.java 6 package org.mockito.exceptions.verification.junit;
JUnitTool.java 5 package org.mockito.exceptions.verification.junit;
  /external/mockito/src/org/mockito/internal/progress/
MockingProgress.java 11 import org.mockito.verification.VerificationMode;
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 6 package org.mockito.internal.verification.checkers;
  /external/tcpdump/
signature.h 13 * Functions for signature and digest verification.
  /external/vboot_reference/firmware/lib/cryptolib/include/
rsa.h 42 /* Perform RSA signature verification on [buf] of length [len] against expected
44 * for verification can either be in the form of a pre-process key blob
48 * Returns 1 on verification success, 0 on verification failure or invalid
  /frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.aidl 20 * Response object for a GateKeeper verification request.
  /frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.aidl 20 * Response object for an ILockSettings verification request.
  /frameworks/base/packages/StatementService/res/values/
strings.xml 18 <string name="service_name">Intent Filter Verification Service</string>
  /art/runtime/
verify_object-inl.h 30 // Slow object verification, try the heap right away.
33 // Fast object verification, only call the heap if our quick sanity tests fail. The heap will
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format20bc.java 24 // NB: This format is only used for statically determined verification errors,
26 // verification, which comes after our fuzzing...)
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
ISensorVerification.java 26 * Interface describing the sensor verification.
47 * @throws AssertionError if the verification fails.
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 30 * Additional class for verification spi-engine classes
41 * Verification: is algorithm supported or not
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
SpiEngUtils.java 28 * Additional class for verification spi-engine classes
39 * Verification: is algorithm supported or not
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 29 * Additional class for verification spi-engine classes
41 * Verification: is algorithm supported or not
  /art/tools/dexfuzz/src/dexfuzz/executors/
Executor.java 131 // Search for a keyword that indicates verification was not successful.
134 if (line.contains("Verification error")
190 * performing hard verification on the target, we need to check if the Executor detected
191 * a target verification failure, before doing anything else with the resulting output.
195 // TODO: Remove this once host-verification can be forced to always fail?
197 if (output.contains("VerifyError") || output.contains("Verification failed on class")) {
  /dalvik/libdex/
DexClass.h 73 * The verification done by this function is of the raw data format
87 * The verification done by this function is of the raw data format
100 * The verification done by this function is of the raw data format
118 /* Read the header of a class_data_item without verification. This
129 /* Read an encoded_field without verification. This updates the
145 /* Read an encoded_method without verification. This updates the
  /external/vboot_reference/tests/
rsa_utility_tests.c 140 /* Successful verification */
144 /* Successful verification using key blob */
161 /* Simulate failed verification */
178 /* Successful verification */
182 /* Successful verification using key blob */
199 /* Simulate failed verification */
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 112 public void addVerification(ISensorVerification verification) {
113 if (verification != null) {
114 mVerifications.add(verification);
145 for (ISensorVerification verification : mVerifications) {
146 failed |= evaluateResults(collectedEvents, verification, sb);
164 for (ISensorVerification verification : mVerifications) {
165 operation.addVerification(verification.clone());
175 ISensorVerification verification,
180 verification.addSensorEvents(events);
181 verification.verify(mEnvironment, getStats())
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/listeners/
LogFileListener.java 88 write("Host verification: SUCCESS");
94 write("Host verification: FAILED");
100 write("Target verification: FAILED");
169 write("Host verification: SIGABORTED");
210 write(" Failed verification: " + failedVerification);
  /external/deqp/doc/testspecs/GLES3/
functional.primitive_bounding_box.txt 70 in random order. Result image verification is done by simply checking
75 Verification checks that no points within the bounding box area are
80 Verification checks the number and the width of separate lines within
89 gl_FragDepth. Verification checks that only the topmost layer is visible.
95 not affected by the bounding box, verification is done by simply comparing
  /frameworks/base/core/java/android/content/pm/
VerificationParams.java 25 * Represents verification parameters used to verify packages to be installed.
38 /** The location of the supplementary verification file. */
60 * Creates verification specifications for installing with application verification.
62 * @param verificationURI The location of the supplementary verification

Completed in 270 milliseconds

1 2 3 45 6 7 8 91011>>