HomeSort by relevance Sort by last modified time
    Searched refs:compared (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/
cmp6.go 31 // so chan int can be compared against
33 // direction cannot be compared against each other.
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
73 use(x == x) // ERROR "slice can only be compared to nil"
74 use(f == f) // ERROR "func can only be compared to nil"
75 use(m == m) // ERROR "map can only be compared to nil"
switch3.go 31 case m1: // ERROR "can only compare map m to nil|map can only be compared to nil"
38 case a1: // ERROR "can only compare slice a to nil|slice can only be compared to nil"
45 case f1: // ERROR "can only compare func f to nil|func can only be compared to nil"
blank1.go 31 _ = v1 == v2 // ERROR "cannot be compared|non-comparable"
  /prebuilts/go/linux-x86/test/
cmp6.go 31 // so chan int can be compared against
33 // direction cannot be compared against each other.
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
73 use(x == x) // ERROR "slice can only be compared to nil"
74 use(f == f) // ERROR "func can only be compared to nil"
75 use(m == m) // ERROR "map can only be compared to nil"
switch3.go 31 case m1: // ERROR "can only compare map m to nil|map can only be compared to nil"
38 case a1: // ERROR "can only compare slice a to nil|slice can only be compared to nil"
45 case f1: // ERROR "can only compare func f to nil|func can only be compared to nil"
blank1.go 31 _ = v1 == v2 // ERROR "cannot be compared|non-comparable"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
relax-2.s 2 ! have bugs in the slight differences in limit-checking compared to PT and
  /prebuilts/go/darwin-x86/test/interface/
noeq.go 8 // that cannot be compared for equality.
fake.go 65 // make sure whole word is being compared,
  /prebuilts/go/linux-x86/test/interface/
noeq.go 8 // that cannot be compared for equality.
fake.go 65 // make sure whole word is being compared,
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 123 // An ifacePair is a node in a stack of interface type pairs compared for identity.
232 // If two such (differently named) interfaces are compared,
235 // If x and y were compared before, they must be equal
247 return true // same pair was compared before
eval_test.go 96 // and the result is compared with the expected value
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 12 // Incoming notes are compared against this table using strncmp, so the
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 123 // An ifacePair is a node in a stack of interface type pairs compared for identity.
232 // If two such (differently named) interfaces are compared,
235 // If x and y were compared before, they must be equal
247 return true // same pair was compared before
eval_test.go 96 // and the result is compared with the expected value
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 12 // Incoming notes are compared against this table using strncmp, so the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 61 // Ignore ids. Ops and Types are compared for equality.
63 // be compared for equality.
68 // This makes the assumption that aux values can be compared
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 61 // Ignore ids. Ops and Types are compared for equality.
63 // be compared for equality.
68 // This makes the assumption that aux values can be compared
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 46 /// very fast compared with calling Invoke later on.
  /prebuilts/go/darwin-x86/src/math/
jn.go 41 // compared with the actual value to correct the
  /prebuilts/go/linux-x86/src/math/
jn.go 41 // compared with the actual value to correct the
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 87 def __eq__(self, compared):
88 return (self.name == compared.name) and (self.children == compared.children)
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 180 negative is better for the compared implementation.</p>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 30 // Type can be compared/hashed as regular memory.
43 // IsRegularMemory reports whether t can be compared/hashed as regular memory.

Completed in 453 milliseconds

1 2 3 4 5