Searched refs:tool (Results 26 - 50 of 579) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py39 from webkitpy.tool.commands.rebaseline import *
40 from webkitpy.tool.mocktool import MockTool, MockOptions
50 self.tool = MockTool()
52 self.command.bind_to_tool(self.tool)
53 self.lion_port = self.tool.port_factory.get_from_builder_name("WebKit Mac10.7")
55 self.tool.filesystem.write_text_file(self.tool.filesystem.join(self.lion_port.layout_tests_dir(), "VirtualTestSuites"),
64 if self.tool.filesystem.isabs(path):
66 return self.tool.filesystem.join(self.lion_port.layout_tests_dir(), path)
69 return self.tool
[all...]
H A Dabstractlocalservercommand.py28 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
42 def _prepare_config(self, options, args, tool):
45 def execute(self, options, args, tool):
46 config = self._prepare_config(options, args, tool)
H A Dcommandtest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool
36 def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
49 command.bind_to_tool(tool)
50 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception, expected_logs=expected_logs)
H A Dqueries_unittest.py34 from webkitpy.tool.commands.queries import *
35 from webkitpy.tool.mocktool import MockTool, MockOptions
42 tool = MockTool()
43 tool.port_factory.all_port_names = lambda: TestPort.ALL_BASELINE_VARIANTS
45 command.bind_to_tool(tool)
50 command.execute(options, tests, tool)
107 self.tool = MockTool()
108 self.test_port = self.tool.port_factory.get('test-win-xp')
109 self.tool.port_factory.get = lambda port_name=None: self.test_port
110 self.tool
[all...]
H A Dflakytests.py31 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
82 def _commit_and_upload(self, tool, options):
83 files = tool.scm().changed_files()
100 tool.filesystem.join(tool.scm().checkout_root, flaky_tests_path)]
101 tool.executive.run_and_throw_if_fail(git_cmd)
105 tool.executive.run_and_throw_if_fail(git_cmd)
107 def execute(self, options, args, tool):
120 port = tool.port_factory.get()
122 fs = tool
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DANTLRErrorListener.java28 package org.antlr.tool;
31 * both tool errors like "can't write file" and grammar ambiguity warnings.
/external/chromium-trace/trace-viewer/src/ui/
H A Dtool_button.css6 .tool-button {
15 .tool-button.active {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer_unittest.py28 from webkitpy.tool.bot.commitannouncer import CommitAnnouncer
29 from webkitpy.tool.mocktool import MockTool
34 tool = MockTool()
35 bot = CommitAnnouncer(tool, "test_password")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dgrammar_unittest.py31 from webkitpy.tool.grammar import join_with_separators
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderingFlags.h27 * @param tool Which tool is being used.
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
/external/chromium_org/tools/grit/grit/tool/
H A Dtest.py6 from grit.tool import interface
9 '''This tool does nothing except print out the global options and
10 tool-specific arguments that it receives. It is intended only for testing,
15 return 'A do-nothing tool for testing command-line parsing.'
18 print 'NOTE This tool is only for testing the parsing of global options and'
19 print 'tool-specific arguments that it receives. You may have intended to'
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h14 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
18 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
21 typedef int (*event_attr_op)(struct perf_tool *tool,
25 typedef int (*event_op2)(struct perf_tool *tool, union perf_event *event,
/external/skia/tools/
H A DPictureRenderingFlags.h27 * @param tool Which tool is being used.
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.sh24 # tools/valgrind-libyuv/libyuv_tests.sh --tool memcheck
26 # tools/valgrind-libyuv/libyuv_tests.sh --tool=memcheck
27 # (same for "--tool=tsan")
28 tool="memcheck" # Default to memcheck.
31 if [[ "$1" == "--tool" ]]
33 tool="$2"
35 elif [[ "$1" =~ --tool=(.*) ]]
37 tool="${BASH_REMATCH[1]}"
45 case "$tool" in
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.sh13 # tools/valgrind/chrome_tests.sh --tool memcheck
15 # tools/valgrind/chrome_tests.sh --tool=memcheck
16 # (same for "--tool=tsan")
17 tool="memcheck" # Default to memcheck.
20 if [[ "$1" == "--tool" ]]
22 tool="$2"
24 elif [[ "$1" =~ --tool=(.*) ]]
26 tool="${BASH_REMATCH[1]}"
34 case "$tool" in
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java72 // First, let's deal with the options that the ANTLR tool itself
76 * If set to true, then after the tool has processed an input grammar file
84 * If set to true, then the ANTLR tool will print a version of the input
106 * If set to true then the ANTLR tool will generate a description of the nfa
113 * If set to true then the ANTLR tool will generate a description of the DFA
158 * options that the ANTLR tool can use.
178 * processing by the ANTLR tool.
233 * An instance of the ANTLR tool build
235 protected Tool tool; field in class:Antlr3Mojo
300 // First thing we need is an instance of the ANTLR 3.1 build tool
[all...]
H A DAntlr3ErrorLog.java33 import org.antlr.tool.ANTLRErrorListener;
34 import org.antlr.tool.Message;
35 import org.antlr.tool.ToolMessage;
41 * tool to report errors by.
84 * Sends an error message from the ANTLR tool to the Maven Log sink.
/external/chromium_org/tools/gn/
H A Dfunction_toolchain.cc14 #include "tools/gn/tool.h"
29 Tool* tool,
38 (tool->*set)(v->boolean_value());
46 Tool* tool,
55 (tool->*set)(v->string_value());
80 Tool* tool,
95 (tool->*set)(pattern);
99 bool ReadOutputExtension(Scope* scope, Tool* tool, Err* err) { argument
114 tool->set_default_output_extension(value->string_value());
118 bool ReadDepsFormat(Scope* scope, Tool* tool, Er argument
27 ReadBool(Scope* scope, const char* var, Tool* tool, void (Tool::*set)(bool), Err* err) argument
44 ReadString(Scope* scope, const char* var, Tool* tool, void (Tool::*set)(const std::string&), Err* err) argument
77 ReadPattern(Scope* scope, const char* name, bool (*validate)(SubstitutionType), Tool* tool, void (Tool::*set)(const SubstitutionPattern&), Err* err) argument
136 ReadOutputs(Scope* scope, const FunctionCallNode* tool_function, bool (*validate)(SubstitutionType), Tool* tool, Err* err) argument
[all...]
H A Dninja_toolchain_writer.cc73 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);
95 WriteRulePattern("rspfile_content", tool->rspfile_content(), options);
97 if (tool
80 WriteToolRule(const Toolchain::ToolType type, const Tool* tool, const std::string& rule_prefix) argument
[all...]
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dnacl_config_test.py72 def _TestTool(self, tool, nacl_tool=None, pnacl_tool=None):
73 nacl_tool = nacl_tool or tool
74 pnacl_tool = pnacl_tool or tool
101 self.assertEqual(expected, nacl_config.GetToolPath(toolchain, arch, tool))
105 nacl_config.GetToolPath, toolchain, None, tool)
111 nacl_config.GetToolPath, toolchain, arch, tool)
115 nacl_config.GetToolPath, 'glibc', 'arm', tool)
127 for tool in ('nm', 'strip', 'ar', 'ranlib'):
128 self._TestTool(tool)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DJavaTarget.java31 import org.antlr.tool.Grammar;
32 import org.antlr.tool.Rule;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool, argument
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DErrorQueue.java30 import org.antlr.tool.ANTLRErrorListener;
31 import org.antlr.tool.Message;
32 import org.antlr.tool.ToolMessage;
/external/chromium_org/chrome/installer/mac/
H A Ddirpatcher.sh63 local tool="${script_dir}/${tool_name}"
64 if [[ -f "${tool}" ]] && [[ -x "${tool}" ]]; then
65 echo "${tool}"
72 tool="${BASH_REMATCH[1]}/src/out/Release/${tool_name}"
73 if [[ -f "${tool}" ]] && [[ -x "${tool}" ]]; then
74 echo "${tool}"
78 tool="${BASH_REMATCH[1]}/src/out/Debug/${tool_name}"
79 if [[ -f "${tool}" ]]
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFA.java30 import org.antlr.tool.Grammar;
31 import org.antlr.tool.NFAFactory;
/external/chromium_org/native_client_sdk/src/resources/
H A Dcommon.js21 function isHostToolchain(tool) {
22 return tool == 'win' || tool == 'linux' || tool == 'mac';
28 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
32 function mimeTypeForTool(tool) {
35 if (isHostToolchain(tool)) {
42 } else if (tool == 'pnacl') {
51 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
55 function browserSupportsNaCl(tool) {
[all...]

Completed in 1423 milliseconds

1234567891011>>