HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 1 - 25 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Hexagon/
empty_asm.s 3 # Verify empty packets aren't printed
  /external/tensorflow/tensorflow/contrib/lite/tools/
verifier.h 31 bool Verify(const void* buf, size_t len, const OpResolver& resolver,
verifier_test.cc 94 bool Verify() {
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/
VerifyNoListenersSampleTest.java 1 package test.verify;
10 @Verify
16 @Verify
24 public void verify() { method in class:VerifyNoListenersSampleTest
VerifySampleTest.java 1 package test.verify;
7 * 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
30 public void verify() { method in class:VerifySampleTest
Verify2SampleTest.java 1 package test.verify;
9 * 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
34 public void verify() { method in class:Verify2SampleTest
Verify.java 1 package test.verify;
11 public @interface Verify {
  /tools/tradefederation/core/
verify.sh 17 # A helper script that launches Trade Federation's "Verify" entrypoint, to perform
29 -cp "${TF_PATH}" com.android.tradefed.command.Verify "$@"
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 70 // Verify that the output of dexoptanalyzer for the given arguments is the same
72 void Verify(const std::string& dex_file,
92 Verify(dex_location, CompilerFilter::kSpeed);
93 Verify(dex_location, CompilerFilter::kExtract);
94 Verify(dex_location, CompilerFilter::kQuicken);
95 Verify(dex_location, CompilerFilter::kSpeedProfile);
104 Verify(dex_location, CompilerFilter::kSpeed);
105 Verify(dex_location, CompilerFilter::kQuicken);
106 Verify(dex_location, CompilerFilter::kExtract);
107 Verify(dex_location, CompilerFilter::kEverything)
    [all...]
  /external/testng/src/test/java/test/tmp/verify/
VerifyTest.java 1 package test.tmp.verify;
17 @Verify
18 public void verify() { method in class:VerifyTest
20 // System.out.println("verify()");
Verify.java 1 package test.tmp.verify;
8 public @interface Verify {
  /system/keymaster/include/keymaster/km_openssl/
hmac.h 43 // Verify returns true if |digest| is a valid HMAC of |data| using the key
49 bool Verify(const Buffer& data, const Buffer& digest) const;
50 bool Verify(const uint8_t* data, size_t data_len, const uint8_t* digest,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-unwind.s 5 # Verify that switching back into .eh_frame does not change
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.h 34 void Verify(double value, const UnicodeString& pattern,
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.h 38 // Verify the move list before performing moves.
39 void Verify();
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
LittleEndianUtils.java 20 import com.google.common.base.Verify;
59 Verify.verify(r >= 0);
60 Verify.verify(r <= 0x00000000ffffffffL);
86 Verify.verify(r >= 0);
87 Verify.verify(r <= 0x0000ffff);
  /bionic/benchmarks/tests/
interface_test.cpp 42 void Verify(const std::string& expected_output, int expected_exitcode,
106 void SystemTests::Verify(const std::string& expected_output,
164 Verify(expected, 0, std::vector<const char*>{"--help"}, false);
501 Verify(expected, 0, std::vector<const char*>{"--bionic_iterations=1"});
509 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_small.xml").c_str(),
527 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_medium.xml").c_str(),
542 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_from_each.xml").c_str(),
550 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8",
559 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8",
587 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy AT_ALIGNED_TWOBUF"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running:
    [all...]
  /external/python/cpython2/Lib/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /external/python/cpython3/Lib/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
182 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /external/guava/guava/src/com/google/common/base/
Verify.java 33 * 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 {
96 public static void verify(boolean expression) { method in class:Verify
118 public static void verify( method in class:Verify
156 verify(reference != null, errorMessageTemplate, errorMessageArgs);
163 private Verify() {}

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>