HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 26 - 50 of 617) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.h 43 // Verify the move list before performing moves.
44 void Verify();
  /system/core/libziparchive/include/ziparchive/
zip_archive_stream_entry.h 31 virtual bool Verify() = 0;
  /frameworks/base/tools/aapt2/link/
ManifestFixer_test.cpp 59 std::unique_ptr<xml::XmlResource> Verify(const StringPiece& str) {
75 EXPECT_EQ(nullptr, Verify("<other-tag />"));
76 EXPECT_EQ(nullptr, Verify("<ns:manifest xmlns:ns=\"com\" />"));
77 EXPECT_NE(nullptr, Verify("<manifest package=\"android\"></manifest>"));
81 EXPECT_NE(nullptr, Verify("<manifest package=\"android\" />"));
82 EXPECT_NE(nullptr, Verify("<manifest package=\"com.android\" />"));
83 EXPECT_NE(nullptr, Verify("<manifest package=\"com.android.google\" />"));
85 Verify("<manifest package=\"com.android.google.Class$1\" />"));
86 EXPECT_EQ(nullptr, Verify("<manifest "
90 EXPECT_EQ(nullptr, Verify("<manifest package=\"@string/str\" />"))
    [all...]
  /system/keymaster/
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,
  /external/llvm/test/MC/Hexagon/
jumpdoublepound.s 3 # Verify that jump encodes correctly
  /external/v8/src/objects/
object-macros.h 29 #define DECLARE_VERIFIER(Name) void Name##Verify();
  /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...]
  /prebuilts/go/darwin-x86/test/
convlit1.go 7 // Verify that illegal uses of composite literals are detected.
func4.go 7 // Verify that it is illegal to take the address of a function.
import4.go 7 // Verify that various kinds of "imported and not used"
init.go 7 // Verify that erroneous use of init is detected.
initloop.go 7 // Verify that initialization loops are caught
typecheck.go 3 // Verify that the Go compiler will not
typecheckloop.go 7 // Verify that constant definition loops are caught during
varerr.go 7 // Verify that a couple of illegal variable declarations are caught by the compiler.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13415.go 7 // Verify that error message regarding := appears on
issue13539.go 7 // Verify that a label named like a package is recognized
issue13684.go 7 // Verify that a label name matching a constant name
issue14010.go 7 // Verify that built-in types don't get printed with
issue16133.go 7 // Verify error messages referring to multiple different
issue18459.go 7 // Verify that we have a line number for this error.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
main.go 7 // Verify that we can import package "a" containing an inlineable
  /prebuilts/go/linux-x86/test/
convlit1.go 7 // Verify that illegal uses of composite literals are detected.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13415.go 7 // Verify that error message regarding := appears on
issue13539.go 7 // Verify that a label named like a package is recognized

Completed in 2065 milliseconds

12 3 4 5 6 7 8 91011>>