Searched refs:hasSrcExt (Results 1 – 3 of 3) sorted by relevance
271 if compiler.hasSrcExt(".proto") {522 if compiler.hasSrcExt(".proto") {526 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {531 if compiler.hasSrcExt(".mc") {536 if compiler.hasSrcExt(".aidl") {555 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {559 if compiler.hasSrcExt(".sysprop") {591 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
1518 if library.baseCompiler.hasSrcExt(".aidl") {1529 if library.baseCompiler.hasSrcExt(".proto") {1543 if library.baseCompiler.hasSrcExt(".sysprop") {
612 if j.hasSrcExt(".proto") {616 if j.hasSrcExt(".kt") {638 func hasSrcExt(srcs []string, ext string) bool { func648 func (j *Module) hasSrcExt(ext string) bool { func649 return hasSrcExt(j.properties.Srcs, ext)845 if hasSrcExt(srcFiles.Strings(), ".proto") {