Searched refs:Compilable (Results 1 - 6 of 6) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 566 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 D | make.py | 670 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 D | cmake.py | 86 def Compilable(filename): function
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 566 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 D | make.py | 682 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 D | cmake.py | 86 def Compilable(filename): function
|
Completed in 16 milliseconds