HomeSort by relevance Sort by last modified time
    Searched refs:Equal (Results 151 - 175 of 482) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
hosts.go 59 if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
  /prebuilts/go/darwin-x86/src/syscall/
creds_test.go 104 if !bytes.Equal(oob, oob2) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type_test.go 54 func (t *TypeImpl) Equal(u Type) bool {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
long_test.go 87 if !bytes.Equal(b1.Bytes(), b2.Bytes()) {
  /prebuilts/go/linux-x86/src/crypto/x509/
cert_pool.go 76 if s.certs[c].Equal(cert) {
verify.go 196 if !bytes.Equal(child.RawIssuer, c.RawSubject) {
354 if cert.Equal(root) {
371 if cert.Equal(intermediate) {
476 if ip.Equal(candidate) {
545 // usages as equal to ServerAuth.
pem_decrypt_test.go 35 if !bytes.Equal(der, plainDER) {
68 if !bytes.Equal(der, plainDER) {
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal_test.go 164 if !bytes.Equal(out, data) {
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 139 if !bytes.Equal(got, want) {
  /prebuilts/go/linux-x86/src/net/
hosts.go 59 if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
  /prebuilts/go/linux-x86/src/syscall/
creds_test.go 104 if !bytes.Equal(oob, oob2) {
  /art/runtime/base/
bit_vector.h 196 // Are we equal to another bit vector? Note: expandability attributes must also match.
197 bool Equal(const BitVector* src) const;
  /art/runtime/
lock_word.h 248 static bool Equal(LockWord lw1, LockWord lw2) {
275 // Disallow this in favor of explicit Equal() with the
294 // not work. Prefer Equal() or GetValueWithoutReadBarrierState().
  /external/boringssl/src/ssl/test/runner/
shim_ticket.go 47 if !bytes.Equal(name, in[:len(name)]) {
55 if !hmac.Equal(mac, h.Sum(nil)) {
  /prebuilts/go/darwin-x86/src/crypto/x509/
pem_decrypt_test.go 35 if !bytes.Equal(der, plainDER) {
68 if !bytes.Equal(der, plainDER) {
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32_test.go 209 if !bytes.Equal(raw, decoded) {
283 if !bytes.Equal(res1, res2) {
284 t.Error("Decoded results not equal")
  /prebuilts/go/darwin-x86/src/math/big/
natconv_test.go 290 if t := itoa(z, base); !bytes.Equal(s, t) {
377 if !bytes.Equal(xs, xs2) {
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 217 if !bytes.Equal(data[4:8], mp4ftype) {
225 if bytes.Equal(data[st:st+3], mp4) {
sniff_test.go 93 } else if !bytes.Equal(data, tt.data) {
155 } else if !bytes.Equal(data, []byte(input)) {
  /prebuilts/go/linux-x86/src/encoding/base32/
base32_test.go 209 if !bytes.Equal(raw, decoded) {
283 if !bytes.Equal(res1, res2) {
284 t.Error("Decoded results not equal")
  /prebuilts/go/linux-x86/src/math/big/
natconv_test.go 290 if t := itoa(z, base); !bytes.Equal(s, t) {
377 if !bytes.Equal(xs, xs2) {
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 217 if !bytes.Equal(data[4:8], mp4ftype) {
225 if bytes.Equal(data[st:st+3], mp4) {
sniff_test.go 93 } else if !bytes.Equal(data, tt.data) {
155 } else if !bytes.Equal(data, []byte(input)) {
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 71 if n == 1 || Equal(s[i:i+n], sep) {
113 if s[i] == c && (n == 1 || Equal(s[i:i+n], sep)) {
237 if s[i] == c && (len(sep) == 1 || Equal(s[i:i+len(sep)], sep)) {
356 return len(s) >= len(prefix) && Equal(s[0:len(prefix)], prefix)
361 return len(s) >= len(suffix) && Equal(s[len(s)-len(suffix):], suffix)
722 // are equal under Unicode case-folding.
  /prebuilts/go/darwin-x86/src/cmd/internal/goobj/
read.go 473 case bytes.Equal(rd.tmp[:8], archiveHeader):
477 case bytes.Equal(rd.tmp[:8], goobjHeader):
522 if !bytes.Equal(data[58:60], archiveMagic) {
586 if !bytes.Equal(r.tmp[:8], []byte("\x00\x00go17ld")) {
693 if !bytes.Equal(r.tmp[:7], []byte("\xffgo17ld")) {

Completed in 330 milliseconds

1 2 3 4 5 67 8 91011>>