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

<<11121314151617181920

  /prebuilts/go/darwin-x86/src/net/
tcpsock_posix.go 120 return l.Port == r.Port && l.IP.Equal(r.IP)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 147 if !bytes.Equal(got, tt.want) {
  /prebuilts/go/linux-x86/src/cmd/go/
note.go 131 if nameSize == 4 && 16+valSize <= uint32(len(note)) && tag == elfGoBuildIDTag && bytes.Equal(name, elfGoNote) {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt.go 120 if !bytes.Equal(src, res) {
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss_test.go 68 if !bytes.Equal(encoded, expected) {
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 318 if !bytes.Equal(want.Bytes(), got.Bytes()) {
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 137 // we cannot simply check that the res and exp lists are equal
153 // all results computed - sorted res and exp must be equal
175 // we cannot simply check that the res and exp lists are equal
187 // all results computed - sorted res and exp must be equal
221 func equal(x, y *Index) bool { func
222 if !bytes.Equal(x.data, y.data) {
244 if !equal(x, &y) {
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader_test.go 42 // Equal sign.
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 181 if len(ip) == 0 || ip.Equal(IPv4zero) {
tcpsock_posix.go 120 return l.Port == r.Port && l.IP.Equal(r.IP)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 147 if !bytes.Equal(got, tt.want) {
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 557 if bytes.Equal(serverHello.random[len(serverHello.random)-8:], downgradeTLS13) {
563 if bytes.Equal(serverHello.random[len(serverHello.random)-8:], downgradeTLS12) {
905 if !bytes.Equal(c.input.data[c.input.off:], expectedMsg) {
    [all...]
handshake_server.go 186 if !bytes.Equal(newClientHello.cookie, helloVerifyRequest.cookie) {
191 // match. Note that clientHello.equal compares the
199 if !oldClientHelloCopy.equal(&newClientHelloCopy) {
625 if !bytes.Equal(newClientHelloCopy.tls13Cookie, helloRetryRequest.cookie) {
642 if !oldClientHelloCopy.equal(&newClientHelloCopy) {
677 if !bytes.Equal(c.input.data[c.input.off:], expectedMsg) {
894 if !bytes.Equal(c.input.data[c.input.off:], expectedMsg) {
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 781 if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {
805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil {
912 if !bytes.Equal(line, e.line) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 20 // Time instants can be compared using the Before, After, and Equal methods.
75 // Equal reports whether t and u represent the same time instant.
76 // Two times can be equal even if they are in different locations.
77 // For example, 6:00 +0200 CEST and 4:00 UTC are Equal.
79 func (t Time) Equal(u Time) bool {
200 // long as possible. That means choosing a year equal to 1 mod 400, so
210 // uses a year equal to 1 mod 400, and that is no more than 2?³ seconds
642 case u.Add(d).Equal(t):
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 781 if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {
805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil {
912 if !bytes.Equal(line, e.line) {
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 20 // Time instants can be compared using the Before, After, and Equal methods.
75 // Equal reports whether t and u represent the same time instant.
76 // Two times can be equal even if they are in different locations.
77 // For example, 6:00 +0200 CEST and 4:00 UTC are Equal.
79 func (t Time) Equal(u Time) bool {
200 // long as possible. That means choosing a year equal to 1 mod 400, so
210 // uses a year equal to 1 mod 400, and that is no more than 2?³ seconds
642 case u.Add(d).Equal(t):
    [all...]
  /external/v8/src/builtins/
builtins-number.cc     [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer_test.go 59 if !bytes.Equal(got, want) {
86 if !bytes.Equal(got, want) {
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer_test.go 59 if !bytes.Equal(got, want) {
86 if !bytes.Equal(got, want) {
    [all...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 130 func (p *Property) Equal(other Property) bool {
194 if !p.Properties[i].Equal(other.Properties[i]) {
  /build/kati/
parser.go 714 if bytes.Equal(line, []byte("endef")) {
718 if bytes.Equal(w, []byte("endef")) {
  /build/soong/cmd/microfactory/
microfactory.go 320 rebuild = !bytes.Equal(oldSha, p.hashResult)
385 p.rebuilt = !bytes.Equal(oldSha, p.hashResult)
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 291 case AsmToken::Equal: OS << "Equal"; break;
  /external/v8/src/
bignum.cc 350 // The sum of the two indices must be equal to i.
367 // Invariant: sum of both indices is again equal to i.
601 // Otherwise they are equal up to this digit. Try the next digit.
617 // 'b' has digits, then the bigit-length of 'a'+'b' must be equal to the one
742 DCHECK(Bignum::Equal(a, *this));

Completed in 1517 milliseconds

<<11121314151617181920