Searched refs:Verify (Results 1 - 25 of 185) sorted by relevance

12345678

/external/llvm/test/MC/Hexagon/
H A Dempty_asm.s3 # Verify empty packets aren't printed
H A Djumpdoublepound.s3 # Verify that jump encodes correctly
/external/tensorflow/tensorflow/contrib/lite/tools/
H A Dverifier.h31 bool Verify(const void* buf, size_t len, const OpResolver& resolver,
H A Dverifier_test.cc94 bool Verify() { function in class:tflite::TfLiteFlatbufferModelBuilder
95 return tflite::Verify(builder_.GetBufferPointer(), builder_.GetSize(),
116 ASSERT_TRUE(Verify(builder.GetBufferPointer(), builder.GetSize(),
130 ASSERT_TRUE(builder.Verify());
135 ASSERT_FALSE(Verify(model.data(), model.size(), MutableOpResolver{},
144 ASSERT_FALSE(Verify(builder.GetBufferPointer(), builder.GetSize(),
159 EXPECT_FALSE(Verify(model_content.data(), model_content.size(),
169 ASSERT_FALSE(builder.Verify());
176 ASSERT_FALSE(builder.Verify());
184 ASSERT_FALSE(builder.Verify());
[all...]
/external/testng/src/test/java/test/verify/
H A DVerifyNoListenersSampleTest.java10 @Verify
16 @Verify
H A DVerifySampleTest.java7 * Illustrate the implementation of a @Verify/@Verifier test.
10 * annotated with @Verify will be followed with a call to the @Verifier
16 @Verify
22 @Verify
H A DVerify2SampleTest.java9 * Illustrate the implementation of a @Verify/@Verifier test.
12 * annotated with @Verify will be followed with a call to the @Verifier
20 @Verify
26 @Verify
H A DVerify.java11 public @interface Verify { interface
H A DVerifyMethodInterceptor.java27 // Create the result with each @Verify method followed by a call
34 if (m.getMethod().getMethod().getAnnotation(Verify.class) != null) {
/external/testng/src/test/java/test/tmp/verify/
H A DVerifyTest.java17 @Verify
H A DVerify.java8 public @interface Verify { interface
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.h34 void Verify(double value, const UnicodeString& pattern,
/external/guava/guava/src/com/google/common/base/
H A DVerify.java33 * Verify.verify(bill.status() == Status.UNPAID,
78 * format string, {@code Verify} will still behave as expected, and will still include all argument
91 public final class Verify { class
163 private Verify() {} method in class:Verify
/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.h38 // Verify the move list before performing moves.
39 void Verify();
/external/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.h43 // Verify the move list before performing moves.
44 void Verify();
/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.h43 // Verify the move list before performing moves.
44 void Verify();
/external/v8/src/crankshaft/mips64/
H A Dlithium-gap-resolver-mips64.h43 // Verify the move list before performing moves.
44 void Verify();
/external/v8/src/crankshaft/ppc/
H A Dlithium-gap-resolver-ppc.h43 // Verify the move list before performing moves.
44 void Verify();
/external/v8/src/crankshaft/s390/
H A Dlithium-gap-resolver-s390.h43 // Verify the move list before performing moves.
44 void Verify();
/external/v8/src/objects/
H A Dobject-macros.h29 #define DECLARE_VERIFIER(Name) void Name##Verify();
/external/guava/guava-tests/test/com/google/common/base/
H A DVerifyTest.java17 import static com.google.common.base.Verify.verify;
18 import static com.google.common.base.Verify.verifyNotNull;
26 * Unit test for {@link com.google.common.base.Verify}.
/external/boringssl/src/crypto/x509/
H A Dx509_test.cc486 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, function
542 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, function
546 const int r1 = Verify(leaf, roots, intermediates, crls, flags, false);
547 const int r2 = Verify(leaf, roots, intermediates, crls, flags, true);
551 "Verify with, and without, use_additional_untrusted gave different "
583 Verify(leaf.get(), empty, empty, empty_crls));
585 Verify(leaf.get(), empty, {intermediate.get()}, empty_crls));
588 Verify(leaf.get(), {root.get()}, {intermediate.get()}, empty_crls));
590 Verify(leaf.get(), {cross_signing_root.get()},
593 Verify(lea
[all...]
/external/libchrome/crypto/
H A Dhmac.h78 bool Verify(const base::StringPiece& data,
81 // Verifies a truncated HMAC, behaving identical to Verify(), except
/external/llvm/test/MC/PowerPC/
H A Dppc64-localentry.s41 # Verify that use of .localentry implies ABI version 2
45 # Verify that fixups to local function symbols are performed only
57 # Verify that .localentry is encoded in the Other field.
75 # Verify that symbol assignment copies the Other bits.
/external/v8/src/crankshaft/ia32/
H A Dlithium-gap-resolver-ia32.h62 // Verify that the state is the initial one, ready to resolve a single
66 // Verify the move list before performing moves.
67 void Verify();

Completed in 483 milliseconds

12345678