Searched refs:verify (Results 251 - 275 of 305) sorted by relevance

<<111213

/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest2.java353 public boolean verify(Object obj) { method in class:SerializationStressTest2.ConstructorTestC
1464 assertTrue(MSG_TEST_FAILED + objToSave, test.verify(objLoaded));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java69 * and the distribution field is present in the DP, then verify that one of
72 * distribution field is omitted from the DP, then verify that one of the
78 * extension, verify that the certificate does not include the basic
83 * extension, verify that the certificate includes the basic constraints
150 // verify that one of the names in the IDP matches one
209 // verify that one of the names in
270 * If the DP includes cRLIssuer, then verify that the issuer field in the
273 * boolean asserted. Otherwise, verify that the CRL issuer matches the
418 * verify that the cRLSign bit is set.
578 crl.verify(ke
[all...]
H A DJDKPKCS12KeyStore.java398 x509c.verify(crt.getPublicKey());
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp10 // Pass to verify generated machine code. The following is checked:
21 // command-line option -verify-machineinstrs, or by defining the environment
247 MF.verify(this, Banner);
262 void MachineFunction::verify(Pass *p, const char *Banner) const { function in class:MachineFunction
297 // We don't want to verify LiveVariables if LiveIntervals is available.
1056 // TODO: verify that earlyclobber ops are not used.
H A DRegisterCoalescer.cpp72 VerifyCoalescing("verify-coalescing",
1587 // We need to verify that no instructions are reading the clobbered lanes. To
2158 MF->verify(this, "Before register coalescing");
2186 MF->verify(this, "After register coalescing");
H A DMachineScheduler.cpp62 static cl::opt<bool> VerifyScheduling("verify-misched", cl::Hidden,
207 MF->verify(this, "Before machine scheduling.");
298 MF->verify(this, "After machine scheduling.");
H A DLiveIntervalAnalysis.cpp787 LI.verify();
H A DTwoAddressInstructionPass.cpp1372 // First, verify that we don't have a use of "a" in the instruction
1585 MF->verify(this, "After two-address instruction pass");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1061 public boolean verify(String hostname, SSLSession session) { method in class:HttpsURLConnectionTest.TestHostnameVerifier
/external/bison/lib/
H A Dvasnprintf.c90 #include "verify.h"
326 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS);
330 verify (sizeof (mp_twolimb_t) * CHAR_BIT == GMP_TWOLIMB_BITS);
2655 verify (sizeof (TCHAR_T) == 1);
5326 verify (sizeof (TCHAR_T) == 1);
H A Dgnulib.mk24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
2653 ## begin gnulib module verify
2656 EXTRA_DIST += verify.h
2658 ## end gnulib module verify
/external/guava/guava-tests/test/com/google/common/collect/
H A DListsTest.java729 EasyMock.verify(listMock);
H A DMinMaxPriorityQueueTest.java522 @Override protected void verify(List<T> elements) {
H A DMultimapsTest.java521 @Override protected void verify(List<Integer> elements) {
/external/bison/
H A Dmaint.mk692 # Prohibit the inclusion of verify.h without an actual use.
694 @h='verify.h' \
695 re='\<(verify(true|expr)?|static_assert) *\(' \
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java342 public void verify(PublicKey key) method in class:X509CertSelectorTest.TestCert
349 public void verify(PublicKey key, method in class:X509CertSelectorTest.TestCert
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1610 MF.verify();
1754 MF.verify();
/external/llvm/test/MC/ARM/
H A Dneon-vst-encoding.s279 @ verify that the old incorrect alignment specifier syntax (", :")
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2626 // These tests verify that ignoringImpCasts does not match if the inner
2636 // These tests verify that ignoringImplictCasts does not look through explicit
2692 // These tests verify that ignoringImpCasts does not match if the inner
2735 // These tests verify that ignoringParenImpCasts does not match if
2741 // These tests verify that ignoringParenAndImplictCasts does not look
3805 return verify(*Nodes, *Context, Node);
3808 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Stmt *Node) { function in class:clang::ast_matchers::VerifyAncestorHasChildIsEqual
3813 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) { function in class:clang::ast_matchers::VerifyAncestorHasChildIsEqual
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp33 VerifyARMPseudo("verify-arm-pseudo-expand", cl::Hidden,
1241 MF.verify(this, "After expanding ARM pseudo instructions.");
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 2313 milliseconds

<<111213