HomeSort by relevance Sort by last modified time
    Searched refs:Tool (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestMessages.java 30 import org.antlr.Tool;
35 import org.antlr.tool.ErrorManager;
36 import org.antlr.tool.Grammar;
37 import org.antlr.tool.GrammarSemanticsMessage;
59 Tool antlr = newTool();
TestRewriteTemplates.java 30 import org.antlr.Tool;
32 import org.antlr.tool.*;
248 Tool antlr = newTool();
270 Tool antlr = newTool();
289 Tool antlr = newTool();
309 Tool antlr = newTool();
TestTemplates.java 30 import org.antlr.Tool;
37 import org.antlr.tool.ErrorManager;
38 import org.antlr.tool.Grammar;
39 import org.antlr.tool.GrammarSemanticsMessage;
40 import org.antlr.tool.Message;
65 Tool antlr = newTool();
102 Tool antlr = newTool();
140 Tool antlr = newTool();
176 Tool antlr = newTool();
211 Tool antlr = newTool()
    [all...]
TestAttributes.java 30 import org.antlr.Tool;
37 import org.antlr.tool.*;
56 Tool antlr = newTool();
81 Tool antlr = newTool();
103 Tool antlr = newTool();
128 Tool antlr = newTool();
150 Tool antlr = newTool();
181 Tool antlr = newTool();
217 Tool antlr = newTool();
242 Tool antlr = newTool()
    [all...]
TestCompositeGrammars.java 30 import org.antlr.Tool;
31 import org.antlr.tool.*;
210 Tool antlr = newTool(new String[] {"-lib", tmpdir});
248 Tool antlr = newTool(new String[] {"-lib", tmpdir});
282 Tool antlr = newTool(new String[] {"-lib", tmpdir});
335 Tool antlr = newTool(new String[] {"-lib", tmpdir});
383 Tool antlr = newTool(new String[] {"-lib", tmpdir});
425 Tool antlr = newTool(new String[] {"-lib", tmpdir});
460 Tool antlr = newTool(new String[] {"-lib", tmpdir});
486 Tool antlr = newTool(new String[] {"-lib", tmpdir})
    [all...]
TestLexer.java 30 import org.antlr.Tool;
33 import org.antlr.tool.Grammar;
242 Tool antlr = newTool();
  /external/clang/tools/clang-check/
ClangCheck.cpp 1 //===--- tools/clang-check/ClangCheck.cpp - Clang check tool --------------===//
10 // This file implements a clang-check tool that runs clang based on the info
13 // This tool uses the Clang Tooling infrastructure, see
197 ClangTool Tool(OptionsParser.getCompilations(),
201 Tool.clearArgumentsAdjusters();
202 Tool.appendArgumentsAdjuster(new ClangStripOutputAdjuster());
204 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsAfter,
208 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsBefore,
214 Tool.appendArgumentsAdjuster(new InsertAdjuster(
228 return Tool.run(FrontendFactory.get())
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 28 package org.antlr.tool;
30 import org.antlr.Tool;
75 Tool tool = new Tool(); local
77 Grammar parser = new Grammar(tool, grammarFileName, composite);
99 Grammar lexer = new Grammar(tool);
102 lexer.setTool(tool);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
42 protected void genRecognizerFile(Tool tool,
57 protected void genRecognizerHeaderFile(Tool tool,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
DelphiTarget.java 30 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
49 protected ST chooseWhereCyclicDFAsGo(Tool tool,
CPPTarget.java 30 import org.antlr.Tool;
33 import org.antlr.tool.Grammar;
86 protected void genRecognizerHeaderFile(Tool tool,
ActionScriptTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
126 protected ST chooseWhereCyclicDFAsGo(Tool tool,
CSharp3Target.java 35 import org.antlr.Tool;
36 import org.antlr.tool.Grammar;
82 protected void genRecognizerFile(Tool tool, CodeGenerator generator, Grammar grammar, ST outputFileST) throws IOException
104 super.genRecognizerFile(tool, generator, grammar, outputFileST);
  /external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
cython.py 2 Tool to run Cython files (.pyx) into .c and .cpp.
11 - CYTHON - The path to the "cython" command line tool.
12 - CYTHONFLAGS - Flags to pass to the "cython" command line tool.
51 c_file, cxx_file = SCons.Tool.createCFileBuilders(env)
  /external/chromium_org/tools/gn/
ninja_toolchain_writer.cc 73 const Tool* tool = toolchain_->GetTool(tool_type); local
74 if (tool)
75 WriteToolRule(tool_type, tool, rule_prefix);
81 const Tool* tool,
90 CHECK(!tool->command().empty()) << "Command should not be empty";
91 WriteRulePattern("command", tool->command(), options);
93 WriteRulePattern("description", tool->description(), options);
94 WriteRulePattern("rspfile", tool->rspfile(), options)
    [all...]
toolchain.cc 78 const Tool* Toolchain::GetTool(ToolType type) const {
83 void Toolchain::SetTool(ToolType type, scoped_ptr<Tool> t) {
126 const Tool* Toolchain::GetToolForSourceType(SourceFileType type) {
133 // The contents of this list might be suprising (i.e. stamp tool for copy
156 const Tool* Toolchain::GetToolForTargetFinalOutput(const Target* target) const {
ninja_copy_target_writer.cc 26 const Tool* copy_tool = target_->toolchain()->GetTool(Toolchain::TYPE_COPY);
29 "Copy tool not defined",
33 "\n doesn't define a \"copy\" tool."));
37 const Tool* stamp_tool = target_->toolchain()->GetTool(Toolchain::TYPE_STAMP);
40 "Copy tool not defined",
44 "\n doesn't define a \"stamp\" tool."));
ninja_binary_target_writer.h 63 // file. If the file can be compiled and the tool exists, fills the outputs in
64 // and writes the tool type to computed_tool_type. If the file is not
71 // The function can succeed with a "NONE" tool type for object files which are
79 const 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/clang/lib/Driver/
Android.mk 25 Tool.cpp \
ToolChain.cpp 74 Tool *ToolChain::getClang() const {
80 Tool *ToolChain::buildAssembler() const {
84 Tool *ToolChain::buildLinker() const {
88 Tool *ToolChain::getAssemble() const {
94 Tool *ToolChain::getClangAs() const {
100 Tool *ToolChain::getLink() const {
106 Tool *ToolChain::getTool(Action::ActionClass AC) const {
119 llvm_unreachable("Invalid tool kind.");
130 llvm_unreachable("Invalid tool kind.");
133 Tool *ToolChain::SelectTool(const JobAction &JA) const
    [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/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/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/chromium_org/third_party/mesa/src/
SConstruct 101 # no tool used
113 host_env.Tool('gallium')

Completed in 636 milliseconds

12 3 4 5