/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
|
/prebuilts/go/darwin-x86/src/ |
make.rc | 56 if(go_exe = `{path=$p whatis go}){
|
/prebuilts/go/linux-x86/src/ |
make.rc | 56 if(go_exe = `{path=$p whatis go}){
|
/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" );
|