Searched defs:Tool (Results 1 – 9 of 9) sorted by relevance
682 ### Running Data Build without Configure/Make690 ### Collation UCAData718 ### Disable Pool Bundle733 ### File Substitution
20 class Tool; variable
22 class Tool; variable
16 Tool::Tool(const char* n) : name_(n) {} in Tool() function in Tool
35 interface Tool { interface
36 interface Tool { interface
190 struct Tool { struct192 const char* name;195 const char* desc;198 enum {208 } when;211 NinjaMain::ToolFunc func;
12 class Tool: class