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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/javax/crypto/
AEADBadTagException.java 22 * failed verification.
  /libcore/luni/src/main/java/javax/net/ssl/
package.html 14 customization of certificate chain verification. The
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyGeneratorSpi.java 33 * Additional class for verification of
MySecretKeyFactorySpi.java 33 * Additional class for verification of SecretKeyFactorySpi
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyAlgorithmParameterGeneratorSpi.java 31 * Additional class for verification AlgorithmParameterGeneratorSpi and
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPathBuilderSpi.java 32 * Additional class for verification CertPathBuilderSpi
MyCertStoreParameters.java 28 * Class for verification of CertStore and CertStoreSpi
  /external/mockito/src/org/mockito/
Mockito.java 13 import org.mockito.internal.verification.VerificationModeFactory;
16 import org.mockito.verification.Timeout;
17 import org.mockito.verification.VerificationMode;
18 import org.mockito.verification.VerificationWithTimeout;
22 * Mockito library enables mocks creation, verification and stubbing.
36 * <a href="#6">6. Verification in order </a><br/>
52 * <a href="#22">22. Verification with timeout (Since 1.8.5) </a><br/>
55 * <a href="#25">25. (New) Verification ignoring stubs (Since 1.9.0)</a><br/>
69 * <h3 id="1">1. <a class="meaningful_link" href="#verification">Let's verify some behaviour!</a></h3>
82 * //verification
    [all...]
ArgumentCaptor.java 19 * In some situations though, it is helpful to assert on certain arguments after the actual verification.
28 * <strong>Warning:</strong> it is recommended to use ArgumentCaptor with verification <strong>but not</strong> with stubbing.
38 * <li>you just need it to assert on argument values to complete verification</li>
88 * Use it to capture the argument. This method <b>must be used inside of verification</b>.
103 * Use it to capture the variable arguments. This method <b>must be used inside of verification</b>.
ArgumentMatcher.java 54 * or you just need it to assert on argument values to complete verification of behavior.
83 * verification failures are reported).
  /frameworks/base/docs/html/preview/features/
app-linking.jd 12 <li><a href="#request-verify">Request App Links Verification</a></li>
31 verification. Website owners can publish a
39 <li>Configure your app to request verification of app links</li>
126 <h2 id="request-verify">Request App Links Verification</h2>
130 your app must also request automatic verification with an additional manifest declaration. When
132 If the verification succeeds, and the user has not set a preference for your website URLs, the
145 <h3 id="config-verify">Enabling automatic verification</h3>
148 To enable link handling verification for your app, set the {@code android:autoVerify} attribute to
180 verification fails, the app is not verified to be a default handler for any of the web URL
182 would fail verification if an {@code assetlinks.json} file were not found at bot
    [all...]
  /art/runtime/verifier/
method_verifier.h 60 * An enumeration of problems that can turn up during verification.
65 * the class to remain uncompiled. Other errors denote verification errors that cause bytecode
97 // it at branch points (for verification) or GC points and branches (for verification +
113 // about what's in which register, but for verification purposes we only need to store it at
172 // Log a verification failure.
175 // Log for verification information.
224 // Run verification on the method. Returns true if verification completes and false if the input
297 * Perform verification on a single method
    [all...]
  /dalvik/docs/
dexopt.html 3 <title>Dalvik Optimization and Verification</title>
7 <h1>Dalvik Optimization and Verification With <i>dexopt</i></h1>
29 <li>Bytecode verification is necessary, but slow, so we want to verify
52 <li>Bytecode verification is mandatory for all classes, but we want
79 some of the other actions (realignment, optimization, verification) described
140 try to use a partial file.) If we're interested in verification and
164 <h2>Verification</h2>
167 The bytecode verification process involves scanning through the instructions
184 Reporting of verification failures is a tricky issue. For example,
187 to report it during verification though -- we actually want to thro
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 136 // create the HostnameVerifier to check hostname verification
176 // create the HostnameVerifier to check hostname verification
214 // create the HostnameVerifier to check hostname verification
259 // create the HostnameVerifier to check hostname verification
276 // check the verification process
277 assertTrue("Hostname verification was not done", hnv.verified);
279 "Hostname verification should not be done by this verifier",
300 // create the HostnameVerifier to check hostname verification
321 // check the verification process
322 assertTrue("Hostname verification was not done", hnv.verified)
    [all...]
  /art/compiler/dex/
verified_method.h 73 // Returns true if there were any errors during verification.
94 * verification). For type-precise determination we have all the data we need, so we just need to
  /docs/source.android.com/src/devices/tech/security/enhancements/
enhancements42.jd 11 <li><strong>Application verification</strong> - Users can choose to enable ?Verify Apps" and
13 App verification can alert the user if they try to install an app that might be
  /external/deqp/doc/testspecs/GL3/
functional.texture_buffers.txt 63 Used values for bytes are also limited to simplify verification. Verification
  /external/deqp/doc/testspecs/GLES3/
functional.occlusion_query.txt 29 + Exact occlusion query result verification
31 + Conservative occlusion query result verification
  /external/deqp/doc/testspecs/GLES31/
functional.ssbo.txt 34 + Layout sanity verification
35 + std140 and std430 layout verification
functional.texture_buffers.txt 66 Used values for bytes are also limited to simplify verification. Verification
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 81 * Applies the given verification type visitor to all variables.
93 * Applies the given verification type visitor to all stack.
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 256 * Creates and returns the verification types corresponding to the given
270 // Count the the number of verification types, ignoring any nulls at
293 // Create and fill out the verification types.
339 * Creates and returns the verification types corresponding to the given
352 // Count the the number of verification types.
367 // Create and fill out the verification types.
400 * Creates and returns the verification type corresponding to the given
588 * Returns whether the given arrays of verification types are equal, up to
  /frameworks/base/docs/html/training/safetynet/
index.jd 291 the entire JWS response to your own server for verification, via a secure connection.
299 Google provides an Android Device Verification API for validating the output of the SafetyNet
305 To enable access to the Android Device Verification API:
322 <strong>Android Device Verification API</strong> and turn it
333 After enabling this API for your project, you can call the verification service from your app or
335 the verification API and get a result.
339 To use the Android Device Verification API:
367 <strong>Important:</strong> This use of the Android Device Verification API only validates that the
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 82 print "Error during verification. Debugger command used was: \n";
84 print "Verification command used was: \n";
  /libcore/benchmarks/src/benchmarks/regression/
SignatureBenchmark.java 31 * Tests RSA and DSA signature creation and verification.
57 // Key generation and signing aren't part of the benchmark for verification

Completed in 142 milliseconds

1 2 3 4 5 6 78 91011>>