HomeSort by relevance Sort by last modified time
    Searched refs:whatis (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/test/
typeswitch1.go 27 func whatis(x interface{}) string { func
65 w := whatis(x)
67 fmt.Println("whatis", x, "=>", w, "!=", s)
typeswitch2.go 14 func whatis(x interface{}) string { func
  /prebuilts/go/linux-x86/test/
typeswitch1.go 27 func whatis(x interface{}) string { func
65 w := whatis(x)
67 fmt.Println("whatis", x, "=>", w, "!=", s)
typeswitch2.go 14 func whatis(x interface{}) string { func
  /external/ImageMagick/scripts/
format_c_api_docs 79 %whatis =
485 if (!defined($whatis{$base})) {
486 print("Whatis definition missing for \"$base\"!\n");
489 print( OUT "${base} - $whatis{$base}\n\n" );

Completed in 91 milliseconds