Searched defs:tool_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
H A Dninja_toolchain_writer.cc72 Toolchain::ToolType tool_type = static_cast<Toolchain::ToolType>(i); local
73 const Tool* tool = toolchain_->GetTool(tool_type);
75 WriteToolRule(tool_type, tool, rule_prefix);
H A Dfunction_toolchain.cc738 Toolchain::ToolType tool_type = Toolchain::ToolNameToType(tool_name); local
739 if (tool_type == Toolchain::TYPE_NONE) {
755 if (IsCompilerTool(tool_type)) {
758 } else if (IsLinkerTool(tool_type)) {
761 } else if (tool_type == Toolchain::TYPE_COPY) {
797 if (tool_type != Toolchain::TYPE_COPY && tool_type != Toolchain::TYPE_STAMP) {
808 if (tool_type != Toolchain::TYPE_SOLINK) {
820 if (tool_type != Toolchain::TYPE_SOLINK) {
842 toolchain->SetTool(tool_type, too
[all...]
H A Dninja_binary_target_writer.cc146 Toolchain::ToolType tool_type = Toolchain::TYPE_NONE; local
148 &tool_type, &tool_outputs))
151 if (tool_type != Toolchain::TYPE_NONE) {
154 out_ << ": " << rule_prefix << Toolchain::ToolTypeToName(tool_type);
427 Toolchain::ToolType tool_type = Toolchain::TYPE_NONE; local
428 if (GetOutputFilesForSource(dep, dep->sources()[i], &tool_type,
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.h20 MotionEvent::ToolType tool_type; member in struct:ui::PointerProperties
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc153 void MockMotionEvent::SetToolType(size_t pointer_index, ToolType tool_type) { argument
155 pointer(pointer_index).tool_type = tool_type;

Completed in 112 milliseconds