HomeSort by relevance Sort by last modified time
    Searched refs:tool (Results 201 - 225 of 429) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/resources/
ui_resources.target.linux-x86.mk     [all...]
  /external/chromium_org/tools/gn/
ninja_binary_target_writer.cc 191 const Toolchain::Tool& tool = toolchain_->GetTool(tool_type_); local
192 WriteLinkerFlags(tool, windows_manifest);
193 WriteLibs(tool);
247 const Toolchain::Tool& tool,
265 out_ << " " << tool.lib_dir_prefix;
280 void NinjaBinaryTargetWriter::WriteLibs(const Toolchain::Tool& tool) {
297 out_ << " " << tool.lib_prefix
    [all...]
  /external/chromium_org/tools/valgrind/
suppressions.py 150 """Return the name of the tool that a file is related to, or None.
162 tool = parts[-2]
163 if tool in ('heapcheck', 'drmemory', 'memcheck', 'tsan'):
164 return tool
176 tool = FilenameToTool(filename)
177 assert tool in tool_to_parser, (
178 "unknown tool %s for filename %s" % (tool, filename))
179 parse_func = tool_to_parser[tool]
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 212 if self.options.tool is not None:
322 if self.options.tool == 'memcheck':
335 elif self.options.tool == 'tsan':
344 elif self.options.tool != None:
345 raise LaunchFailure('Invalid tool name "%s"' % (self.options.tool,))
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 6 '''The 'grit rc2grd' tool.'''
23 from grit.tool import interface
24 from grit.tool import postprocess_interface
25 from grit.tool import preprocess_interface
94 class Rc2Grd(interface.Tool):
95 '''A tool for converting .rc files to .grd files. This tool is only for
97 existing translations, use the rc2xtb tool.
101 The tool takes a single argument, which is the path to the .rc file to convert.
126 has to be a subclass of grit.tool.PreProcessor, t
    [all...]
build.py 6 '''The 'grit build' tool along with integration for this tool with the
18 from grit.tool import interface
53 class RcBuilder(interface.Tool):
54 '''A tool that builds RC files and resource header files for compilation.
58 All output options for this tool are specified in the input file (see
94 return 'A tool that builds RC files for compilation.'
125 print 'This tool takes no tool-specific arguments.'
build_unittest.py 6 '''Unit tests for the 'grit build' tool.
18 from grit.tool import build
buildinfo.py 14 from grit.tool import interface
16 class DetermineBuildInfo(interface.Tool):
23 """Describes this tool for the usage message."""
28 """Main method for the buildinfo tool. Outputs the list
36 print 'This tool takes exactly one argument: the output directory via -o'
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 47 Apache Ant is a cross-platform build tool.
120 enforcing dependencies between scripts, and a tool called calcdeps.py
265 Ant is a Java based build tool. In theory it is kind of like "make"
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
126 protected ST chooseWhereCyclicDFAsGo(Tool tool,
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestInterpretedLexing.java 34 import org.antlr.tool.Grammar;
35 import org.antlr.tool.Interpreter;
TestInterpretedParsing.java 33 import org.antlr.tool.Grammar;
34 import org.antlr.tool.Interpreter;
TestDFAMatching.java 33 import org.antlr.tool.Grammar;
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...]
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 98 tool = valgrind_tools.CreateTool(None, self.adb)
100 self.adb, tool)
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
util.js 8 * A controller class detects mouse inactivity and hides "tool" elements.
47 var tools = this.container_.querySelector('.tool');
148 * Mouse over handler on a tool element.
160 * Mouse out handler on a tool element.
  /external/llvm/utils/lit/lit/
Util.py 84 for tool in tools:
85 if not os.path.exists(os.path.join(dir, tool)):
  /frameworks/av/services/audioflinger/
Android.mk 72 # build audio resampler test tool
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 29 package org.antlr.tool;
GrammarInsufficientPredicatesMessage.java 28 package org.antlr.tool;
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 51 // This method handles the V8Debugger tool commands which are
85 SendResponse(response, message.tool(), message.destination());
109 SendResponse(response, message.tool(), message.destination());
118 // |tool| and |destination| as the respective header values.
120 const std::string& tool,
125 DevToolsRemoteMessageBuilder::instance().Create(tool,
extension_ports_remote_service.cc 39 // To connect to a background page or tool strip, the tabId should be omitted.
170 SendResponse(response, message.tool(), message.destination());
198 SendResponse(response, message.tool(), message.destination());
213 const Value& response, const std::string& tool,
219 tool, destination, response_content));
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 26 test_options.tool,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler_unittest.py 31 from webkitpy.tool.servers.reflectionhandler import ReflectionHandler
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 19 from grit.tool import build

Completed in 589 milliseconds

1 2 3 4 5 6 7 891011>>