Searched
full:verification (Results
301 -
325 of
1049) sorted by null
<<11121314151617181920>>
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 228 // check the verification process 229 assertTrue("Hostname verification was not done", initialHostnameVerifier.verified); 230 assertFalse("Hostname verification should not be done by this verifier", 271 // check the verification process 272 assertTrue("Hostname verification was not done", hostnameVerifier.verified); 273 assertFalse("Hostname verification should not be done by this verifier", 343 assertTrue("Hostname verification was not done", connectionHostnameVerifier.verified); 344 assertFalse("Hostname verification should not be done by this verifier", [all...] |
/external/mockito/src/org/mockito/ |
MockSettings.java | 64 * Specifies mock name. Naming mocks can be helpful for debugging - the name is used in all verification errors. 78 * @param name the name of the mock, later used in all verification errors 205 * disallowing verification of invocations.
|
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreSignatureSpiBase.java | 357 null // no additional entropy needed -- verification is deterministic 361 "Signature verification unexpected produced output: " + output.length 404 * signature is initialized for verification.
|
/art/runtime/gc/space/ |
rosalloc_space-inl.h | 32 // Don't use verification since the object may be dead if we are sweeping.
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
HeaderItem.java | 26 public byte[] signature; // Verification doesn't depend on this, so we don't update it.
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
GyroscopeIntegrationVerification.java | 61 // the verification does not apply, so no-op
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
primitives.rs | 7 ***** WE DEPEND ON VARIABLE ORDER FOR VERIFICATION
|
/dalvik/libdex/ |
DexDataMap.cpp | 18 * Verification-time map of data section items
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
MyCertificateFactorySpi.java | 39 * Additional class for verification CertificateFactorySpi and
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
MySSLContextSpi.java | 29 * Additional class for verification of SSLContextSpi and SSLContext
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.mipmap.txt | 26 + Lod computation verification
|
/external/deqp/doc/testspecs/GLES31/ |
functional.copy_image.txt | 60 use them for rendering, copy and perform verification. Second time they create
|
functional.sample_shading.txt | 25 + Visual verification of OES_sample_shading
|
/external/e2fsprogs/tests/d_special_files/ |
script | 75 # Do the verification
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CvsDiffParser.java | 97 //verification for actual changes in tags base.plugin
|
/external/llvm/docs/ |
R600Usage.rst | 51 operands accept integer operands only. No verification is performed
|
/external/llvm/include/llvm/IR/ |
Verifier.h | 55 /// functionality. When the pass detects a verification error it is always
|
/external/llvm/lib/CodeGen/ |
MachineRegionInfo.cpp | 97 // Only do verification when user wants to, otherwise this expensive check
|
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationsFinder.java | 13 import org.mockito.internal.verification.api.InOrderContext;
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
ReturnsDeepStubs.java | 63 // matches invocation for verification
|
/external/neven/Embedded/common/src/b_APIEm/ |
Functions.h | 35 /** methods of similarty normalization for identification and verification */
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
MoreZeroFrame.java | 76 * Applies the given verification type visitor to all variables.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
VerificationError.java | 94 throw new ExceptionWithContext("Invalid verification error: %s", verificationError);
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/ |
SpecialInstructionPaddingTest.smali | 129 #is aligned, and won't output the extra nop to align it, thus causing a verification error.
|
/external/tcpdump/ |
signature.c | 13 * Functions for signature and digest verification.
|
Completed in 736 milliseconds
<<11121314151617181920>>