HomeSort by relevance Sort by last modified time
    Searched defs:Tool (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/gn/
tool.cc 5 #include "tools/gn/tool.h"
7 Tool::Tool()
13 Tool::~Tool() {
16 void Tool::SetComplete() {
tool.h 15 class Tool {
22 Tool();
23 ~Tool();
27 // After the tool has had its attributes set, the caller must call
149 // Called when the toolchain is saving this tool, after everything is filled
153 // Returns true if this tool has separate outputs for dependency tracking
159 // Substitutions required by this tool.
185 DISALLOW_COPY_AND_ASSIGN(Tool);
  /external/clang/lib/Driver/
Tool.cpp 1 //===--- Tool.cpp - Compilation Tools -------------------------------------===//
10 #include "clang/Driver/Tool.h"
14 Tool::Tool(const char *_Name, const char *_ShortName,
20 Tool::~Tool() {
  /external/chromium_org/tools/grit/grit/tool/
interface.py 10 class Tool(object):
20 '''Returns a short description of the functionality of the tool.'''
24 '''Runs the tool.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
Tool.java 34 public class Tool {
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSProject.py 13 class Tool(object):
14 """Visual Studio tool."""
17 """Initializes the tool.
20 name: Tool name.
21 attrs: Dict of tool attributes; may be None.
27 """Creates an element for the tool.
30 A new xml.dom.Element for the tool.
32 return ['Tool', self._attrs]
85 """Adds a tool file to the project.
88 path: Relative path from project to tool file
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 1 """SCons.Tool.gcc
3 Tool-specific initialization for MinGW (http://www.mingw.org/)
6 It will usually be imported through the generic SCons.Tool.Tool()
41 import SCons.Tool
128 source_scanner=SCons.Tool.SourceFileScanner)
129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
184 for tool in gnu_tools:
185 SCons.Tool.Tool(tool)(env
    [all...]
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
32 /// Tool - Information on a specific compilation tool.
33 class Tool {
34 /// The tool name (for debugging).
37 /// The human readable name for the tool, for use in diagnostics.
40 /// The tool chain this tool is a part of.
44 Tool(const char *Name, const char *ShortName,
48 virtual ~Tool();
    [all...]
  /external/mesa3d/scons/
crossmingw.py 1 """SCons.Tool.gcc
3 Tool-specific initialization for MinGW (http://www.mingw.org/)
6 It will usually be imported through the generic SCons.Tool.Tool()
41 import SCons.Tool
128 source_scanner=SCons.Tool.SourceFileScanner)
129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
184 for tool in gnu_tools:
185 SCons.Tool.Tool(tool)(env
    [all...]
  /external/clang/tools/driver/
driver.cpp 315 StringRef Tool = argv[1] + 4;
317 if (Tool == "")
320 if (Tool == "as")
325 llvm::errs() << "error: unknown integrated tool '" << Tool << "'\n";
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 34 import org.antlr.tool.*;
41 public class Tool {
85 * tool is required to sort the provided grammars into build dependency order.
90 Tool antlr = new Tool(args);
128 public Tool() {
132 public Tool(String[] args) {
412 // Have to be tricky here when Maven or build tools call in and must new Tool()
722 ErrorManager.info("ANTLR Parser Generator Version " + new Tool().VERSION);
726 ErrorManager.info("ANTLR Parser Generator Version " + new Tool().VERSION)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 510 milliseconds