HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 1 - 25 of 263) 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
jumpdoublepound.s 3 # Verify that jump encodes correctly
  /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 {
  /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/
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,
hmac.cpp 72 bool HmacSha256::Verify(const Buffer& data, const Buffer& digest) const {
73 return Verify(data.peek_read(), data.available_read(), digest.peek_read(),
77 bool HmacSha256::Verify(const uint8_t* data, size_t data_len, const uint8_t* digest,
  /toolchain/binutils/binutils-2.25/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 31 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();
  /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() {}
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.h 43 // Verify the move list before performing moves.
44 void Verify();
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.h 43 // Verify the move list before performing moves.
44 void Verify();
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.h 43 // Verify the move list before performing moves.
44 void Verify();
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.h 43 // Verify the move list before performing moves.
44 void Verify();
  /system/core/include/ziparchive/
zip_archive_stream_entry.h 31 virtual bool Verify() = 0;
  /external/guava/guava-tests/test/com/google/common/base/
VerifyTest.java 17 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}.
31 verify(true);
36 verify(false);
43 verify(true, "message"); method
48 verify(false, "message"); method
56 verify(true, "%s", IGNORE_ME); method
61 verify(false, FORMAT, 5) method
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 70 static void Verify(void(*f)(T, char*), char* (*g)(T, char*)) {
141 Verify(u32toa_naive, u32toa);
145 Verify(i32toa_naive, i32toa);
149 Verify(u64toa_naive, u64toa);
153 Verify(i64toa_naive, i64toa);

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 91011