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

1 2

  /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() {
  /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;
135 Tool = SplitStringByWhitespace (NextLine);
136 if ((Tool != NULL) &&
137 (Tool->Count == 3)
139 Status = StringToGuid (Tool->Strings[0], &Guid);
144 NewGuidTool->Name = CloneString(Tool->Strings[1]);
145 NewGuidTool->Path = CloneString(Tool->Strings[2]);
155 FreeStringList (Tool);
172 This function looks up the appropriate tool to use for extracting
182 NULL - if no tool is found or there is another error
    [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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]
  /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/r8/src/test/java/com/android/tools/r8/jdwp/
RunJdwpTests.java 39 enum Tool {
56 boolean test(DexVm dexVm, Tool tool);
59 static boolean isAndroidMOrAbove(DexVm dexVm, Tool tool) {
63 static boolean isAndroidNOrAbove(DexVm dexVm, Tool tool) {
67 static boolean isAndroidOOrAbove(DexVm dexVm, Tool tool) {
71 static boolean isLatestRuntime(DexVm dexVm, Tool tool)
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1710 milliseconds

1 2