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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/net/
ip_test.go 243 if out, err := tt.in.MarshalText(); !bytes.Equal(out, tt.byt) || !reflect.DeepEqual(err, tt.error) {
278 if out := tt.in.Mask(tt.mask); out == nil || !tt.out.Equal(out) {
354 if err == nil && (!tt.ip.Equal(ip) || !tt.net.IP.Equal(net.IP) || !reflect.DeepEqual(net.Mask, tt.net.Mask)) {
writev_test.go 142 if !bytes.Equal(all, want.Bytes()) || err != nil {
  /prebuilts/go/darwin-x86/src/runtime/
gcinfo_test.go 62 if !bytes.Equal(mask, mask0) {
  /prebuilts/go/linux-x86/src/archive/zip/
writer_test.go 178 if !bytes.Equal(b, wt.Data) {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 100 if got := buf.Bytes(); !bytes.Equal(got, expected) {
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 145 if !v.fail && !bytes.Equal(buf, v.output) {
  /prebuilts/go/linux-x86/src/compress/flate/
writer_test.go 172 if !bytes.Equal(b1b, b2b) {
  /prebuilts/go/linux-x86/src/crypto/des/
des_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_test.go 145 if !bytes.Equal(data1, data2) {
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 330 if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
505 bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
528 if !bytes.Equal(hs.serverHello.secureRenegotiation, expectedSecureRenegotiation[:]) {
768 if bytes.Equal(x509Cert.RawIssuer, ca) {
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 157 if a.Type.Equal(oid) {
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 65 if !bytes.Equal(data, codeJSON) {
  /prebuilts/go/linux-x86/src/net/http/
header_test.go 129 if !expect.Equal(d) {
  /prebuilts/go/linux-x86/src/net/
ip_test.go 243 if out, err := tt.in.MarshalText(); !bytes.Equal(out, tt.byt) || !reflect.DeepEqual(err, tt.error) {
278 if out := tt.in.Mask(tt.mask); out == nil || !tt.out.Equal(out) {
354 if err == nil && (!tt.ip.Equal(ip) || !tt.net.IP.Equal(net.IP) || !reflect.DeepEqual(net.Mask, tt.net.Mask)) {
writev_test.go 142 if !bytes.Equal(all, want.Bytes()) || err != nil {
  /prebuilts/go/linux-x86/src/runtime/
gcinfo_test.go 62 if !bytes.Equal(mask, mask0) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 18 beq Type_BI ; Equal to branch (00101)
20 bne Type_BI ; Not equal to branch (00110)
24 ble Type_BI ; Less than or equal to branch (01000)
27 bge Type_BI ; Greater than or equal branch (01010)
50 ldieq R0,R0 ; Equal to load (00101)
52 ldine R0,R0 ; Not equal to load (00110)
56 ldile R0,R0 ; Less than or equal to load (01000)
59 ldige R0,R0 ; Greater than or equal load (01010)
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 583 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1));
  /external/regex-re2/re2/
regexp.h 487 static bool Equal(Regexp* a, Regexp* b);
  /external/regex-re2/re2/testing/
parse_test.cc 198 return Regexp::Equal(a, b);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 423 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1));
  /external/v8/src/
code-factory.h 118 static Callable Equal(Isolate* isolate);
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 74 if !bytes.Equal(pubBytes2, block.Bytes) {
437 if len(cert.PolicyIdentifiers) != 1 || !cert.PolicyIdentifiers[0].Equal(template.PolicyIdentifiers[0]) {
455 if atv.Type.Equal([]int{2, 5, 4, 42}) {
504 if !bytes.Equal(cert.SubjectKeyId, []byte{4, 3, 2, 1}) {
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go 142 if !bytes.Equal(result, test.in) {
172 if test.bitLength != ret.BitLength || !bytes.Equal(ret.Bytes, test.out) {
220 if !bytes.Equal(out, test.out) {
591 if !bytes.Equal([]byte(s.Raw), input) {
622 if s := o.first.Equal(o.second); s != o.same {
623 t.Errorf("ObjectIdentifier.Equal: got: %t want: %t", s, o.same)
    [all...]
  /prebuilts/go/darwin-x86/src/io/
io_test.go 293 if !bytes.Equal(dst, src) {
296 if !bytes.Equal(wb.Bytes(), src) {

Completed in 1801 milliseconds

1 2 3 4 5 6 7 891011>>