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

1 2 3

  /prebuilts/go/darwin-x86/test/
cmp6.go 57 // Arrays are comparable if and only if their element type is comparable.
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
blank1.go 31 _ = v1 == v2 // ERROR "cannot be compared|non-comparable"
convT2X.go 152 // There are no tests for b and m, as slices and maps are not comparable by ==.
  /prebuilts/go/linux-x86/test/
cmp6.go 57 // Arrays are comparable if and only if their element type is comparable.
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
blank1.go 31 _ = v1 == v2 // ERROR "cannot be compared|non-comparable"
convT2X.go 152 // There are no tests for b and m, as slices and maps are not comparable by ==.
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 264 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); local
265 assertEquals(0, comparable.compareTo(comparable));
266 assertTrue(comparable.compareTo("") > 0);
268 comparable.compareTo(null);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 37 // IsComparable reports whether t is a comparable type.
144 // We checked above that the element type is comparable.
163 // All fields must be comparable.
universe.go 267 okforeq[TARRAY] = true // only if element type is comparable; refined in typecheck
268 okforeq[TSTRUCT] = true // only if all struct fields are comparable; refined in typecheck
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 37 // IsComparable reports whether t is a comparable type.
144 // We checked above that the element type is comparable.
163 // All fields must be comparable.
universe.go 267 okforeq[TARRAY] = true // only if element type is comparable; refined in typecheck
268 okforeq[TSTRUCT] = true // only if all struct fields are comparable; refined in typecheck
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 80 // Comparable reports whether values of type T are comparable.
81 func Comparable(T Type) bool {
84 // assume invalid types to be comparable
91 if !Comparable(f.typ) {
97 return Comparable(t.elem)
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 80 // Comparable reports whether values of type T are comparable.
81 func Comparable(T Type) bool {
84 // assume invalid types to be comparable
91 if !Comparable(f.typ) {
97 return Comparable(t.elem)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 78 // Try to get a comparable environment for each run
  /prebuilts/go/darwin-x86/src/image/color/
color.go 152 // are no longer comparable.
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 78 // Try to get a comparable environment for each run
  /prebuilts/go/linux-x86/src/image/color/
color.go 152 // are no longer comparable.
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/darwin-x86/src/context/
context.go 446 // The provided key must be comparable and should not be of type
457 if !reflect.TypeOf(key).Comparable() {
458 panic("key is not comparable")
  /prebuilts/go/linux-x86/src/context/
context.go 446 // The provided key must be comparable and should not be of type
457 if !reflect.TypeOf(key).Comparable() {
458 panic("key is not comparable")
  /external/v8/benchmarks/
base.js 78 // Scores are not comparable across versions. Bump the version if
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 

Completed in 1079 milliseconds

1 2 3