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

1 2 3

  /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, const ToolChain &TC,
22 Tool::~Tool() {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
tool.go 17 // Configuration for finding tool binaries.
27 // Tool returns the path to the named tool (for example, "vet").
28 // If the tool cannot be found, Tool exits the process.
29 func Tool(toolName string) string {
37 // Give a nice message if there is no tool with that name.
39 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
tool.go 17 // Configuration for finding tool binaries.
27 // Tool returns the path to the named tool (for example, "vet").
28 // If the tool cannot be found, Tool exits the process.
29 func Tool(toolName string) string {
37 // Give a nice message if there is no tool with that name.
39 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
Tool.java 34 public class Tool {
  /external/boringssl/src/tool/
tool.cc 39 struct Tool {
44 static const Tool kTools[] = {
72 const Tool &tool = kTools[i]; local
73 if (tool.func == nullptr) {
76 printf(" %s\n", tool.name);
82 const Tool &tool = kTools[i]; local
83 if (tool.func == nullptr || name == tool.name)
112 tool_func_t tool = nullptr; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
ParseGuidedSectionTools.c 111 STRING_LIST *Tool;
137 Tool = SplitStringByWhitespace (NextLine);
138 if ((Tool != NULL) &&
139 (Tool->Count == 3)
141 Status = StringToGuid (Tool->Strings[0], &Guid);
146 NewGuidTool->Name = CloneString(Tool->Strings[1]);
147 NewGuidTool->Path = CloneString(Tool->Strings[2]);
160 if (Tool != NULL) {
161 FreeStringList (Tool);
179 This function looks up the appropriate tool to use for extracting
    [all...]
  /frameworks/base/core/jni/include/android_runtime/
AndroidRuntime.h 44 Tool,
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 1 //===- CodeCoverage.cpp - Coverage tool based on profiling instrumentation-===//
10 // The 'CodeCoverageTool' class implements a command line tool to analyze and
39 /// \brief The implementation of the coverage tool.
367 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n");
604 CodeCoverageTool Tool;
605 return Tool.run(CodeCoverageTool::Show, argc, argv);
609 CodeCoverageTool Tool;
610 return Tool.run(CodeCoverageTool::Report, argc, argv);
  /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...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 960 milliseconds

1 2 3