Searched refs:tool_type (Results 1 – 4 of 4) sorted by relevance
69 Toolchain::ToolType tool_type = static_cast<Toolchain::ToolType>(i); in WriteRules() local70 const Toolchain::Tool& tool = toolchain_->GetTool(tool_type); in WriteRules()74 out_ << "rule " << rule_prefix << Toolchain::ToolTypeToName(tool_type) in WriteRules()
206 Toolchain::ToolType tool_type = Toolchain::ToolNameToType(tool_name); in RunTool() local207 if (tool_type == Toolchain::TYPE_NONE) { in RunTool()236 toolchain->SetTool(tool_type, t); in RunTool()
230 void MockMotionEvent::SetToolType(size_t pointer_index, ToolType tool_type) { in SetToolType() argument232 tool_types[pointer_index] = tool_type; in SetToolType()
80 void SetToolType(size_t index, ToolType tool_type);