Home
last modified time | relevance | path

Searched refs:Compilable (Results 1 - 6 of 6) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py566 sources = filter(make.Compilable, spec.get("sources", []))
567 generated_not_sources = [x for x in extra_sources if not make.Compilable(x)]
568 extra_sources = filter(make.Compilable, extra_sources)
H A Dmake.py670 def Compilable(filename): function
916 sources = [x for x in all_sources if Compilable(x)]
1414 compilable = list(filter(Compilable, sources))
2173 all_sources: A list of source files (will be filtered by Compilable).
2212 list(map(self.Absolutify, filter(Compilable, all_sources))),
H A Dcmake.py86 def Compilable(filename): function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py566 sources = filter(make.Compilable, spec.get("sources", []))
567 generated_not_sources = [x for x in extra_sources if not make.Compilable(x)]
568 extra_sources = filter(make.Compilable, extra_sources)
H A Dmake.py682 def Compilable(filename): function
925 sources = [x for x in all_sources if Compilable(x)]
1423 compilable = list(filter(Compilable, sources))
2179 all_sources: A list of source files (will be filtered by Compilable).
2218 list(map(self.Absolutify, filter(Compilable, all_sources))),
H A Dcmake.py86 def Compilable(filename): function

Completed in 16 milliseconds