Searched refs:hasSrcExt (Results 1 – 4 of 4) sorted by relevance
303 if compiler.hasSrcExt(".proto") {607 if compiler.hasSrcExt(".proto") {611 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {650 if compiler.hasSrcExt(".aidl") {660 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {664 if compiler.hasSrcExt(".sysprop") {710 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func750 return len(deps.AidlLibraryInfos) > 0 || compiler.hasSrcExt(".aidl")
923 hasAidl = b.hasSrcExt(".aidl")924 hasLex = b.hasSrcExt(".l") || b.hasSrcExt(".ll")925 hasProto = b.hasSrcExt(".proto")926 hasRenderscript = b.hasSrcExt(".rscript") || b.hasSrcExt(".fs")927 hasSysprop = b.hasSrcExt(".sysprop")928 hasWinMsg = b.hasSrcExt(".mc")929 hasYacc = b.hasSrcExt(".y") || b.hasSrcExt(".yy")
1646 if library.baseCompiler.hasSrcExt(".aidl") {1662 if library.baseCompiler.hasSrcExt(".proto") {1676 if library.baseCompiler.hasSrcExt(".sysprop") {
862 if j.hasSrcExt(".proto") {866 if j.hasSrcExt(".kt") {891 func hasSrcExt(srcs []string, ext string) bool { func901 func (j *Module) hasSrcExt(ext string) bool { func902 return hasSrcExt(j.properties.Srcs, ext)1135 if hasSrcExt(srcFiles.Strings(), ext) {1139 if hasSrcExt(srcFiles.Strings(), ".proto") {