HomeSort by relevance Sort by last modified time
    Searched refs:tool (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogfordepsroll.py 32 from webkitpy.tool.steps.abstractstep import AbstractStep
checkstyle.py 32 from webkitpy.tool.steps.abstractstep import AbstractStep
33 from webkitpy.tool.steps.options import Options
confirmdiff.py 31 from webkitpy.tool.steps.abstractstep import AbstractStep
32 from webkitpy.tool.steps.options import Options
preparechangelogforrevert.py 33 from webkitpy.tool.grammar import join_with_separators
34 from webkitpy.tool.steps.abstractstep import AbstractStep
runtests.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
updatechromiumdeps.py 31 from webkitpy.tool.steps.abstractstep import AbstractStep
32 from webkitpy.tool.steps.options import Options
validatechangelogs.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
validatereviewer.py 33 from webkitpy.tool.steps.abstractstep import AbstractStep
34 from webkitpy.tool.steps.options import Options
validatereviewer_unittest.py 33 from webkitpy.tool.mocktool import MockOptions, MockTool
34 from webkitpy.tool.steps.validatereviewer import ValidateReviewer
41 * Scripts/bugzilla-tool:
  /build/tools/zipalign/
Android.mk 4 # Zip alignment tool
  /external/chromium/chrome/browser/debugger/
devtools_remote_message.cc 10 const char DevToolsRemoteMessageHeaders::kTool[] = "Tool";
56 const std::string& tool,
62 headers[DevToolsRemoteMessageHeaders::kTool] = tool;
devtools_remote_message.h 19 // The tool that should handle the message.
54 const std::string tool() const { function in class:DevToolsRemoteMessage
89 DevToolsRemoteMessage* Create(const std::string& tool,
devtools_remote_message_unittest.cc 34 ASSERT_STREQ("DevToolsService", message.tool().c_str());
46 "V8Debugger", // tool
58 message->tool().c_str());
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriff_unittest.py 35 from webkitpy.tool.bot.sheriff import Sheriff
36 from webkitpy.tool.mocktool import MockTool
irc_command_unittest.py 31 from webkitpy.tool.bot.irc_command import *
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 32 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
54 def execute(self, options, args, tool):
queues.py 47 from webkitpy.tool.bot.botinfo import BotInfo
48 from webkitpy.tool.bot.commitqueuetask import CommitQueueTask, CommitQueueTaskDelegate
49 from webkitpy.tool.bot.feeders import CommitQueueFeeder, EWSFeeder
50 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate
51 from webkitpy.tool.bot.flakytestreporter import FlakyTestReporter
52 from webkitpy.tool.commands.stepsequence import StepSequenceErrorHandler
53 from webkitpy.tool.steps.runtests import RunTests
54 from webkitpy.tool.multicommandtool import Command, TryAgain
141 def execute(self, options, args, tool, engine=QueueEngine):
143 self._tool = tool # FIXME: This code is wrong too! Command.bind_to_tool handles this
    [all...]
earlywarningsystem_unittest.py 33 from webkitpy.tool.bot.queueengine import QueueEngine
34 from webkitpy.tool.commands.earlywarningsystem import *
35 from webkitpy.tool.commands.queuestest import QueuesTest
36 from webkitpy.tool.mocktool import MockTool, MockOptions
  /frameworks/base/tools/aidl/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /external/emma/core/java12/com/vladium/emma/
Command.java 38 final Command tool; local
43 tool = new runCommand (usageName, args);
45 tool = new instrCommand (usageName, args);
47 tool = new reportCommand (usageName, args);
49 tool = new mergeCommand (usageName, args);
53 tool.initialize ();
55 return tool;
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 32 # tool-name [global options] command-name [command options]
38 from webkitpy.tool.grammar import pluralize
57 # option_parser can be overriden by the tool using set_option_parser
62 # the tool to be able to create and modify the option_parser
73 # The tool calls bind_to_tool on each Command after adding it to its list.
74 def bind_to_tool(self, tool):
75 # Command instances can only be bound to one tool at a time.
76 if self._tool and tool != self._tool:
77 raise Exception("Command already bound to tool!")
78 self._tool = tool
    [all...]
  /external/valgrind/main/perf/
vg_perf 271 foreach my $tool (@tools) {
273 my $tool_abbrev = $tool;
276 # Do the tool run(s). Set both VALGRIND_LIB and VALGRIND_LIB_INNER
285 . "--command-line-only=yes --tool=$tool -q "
293 # If it's the first timing for this tool on this benchmark,
297 if (not defined $first_tTool{$tool}) {
298 $first_tTool{$tool} = $tTool;
301 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
vg_perf.in 271 foreach my $tool (@tools) {
273 my $tool_abbrev = $tool;
276 # Do the tool run(s). Set both VALGRIND_LIB and VALGRIND_LIB_INNER
285 . "--command-line-only=yes --tool=$tool -q "
293 # If it's the first timing for this tool on this benchmark,
297 if (not defined $first_tTool{$tool}) {
298 $first_tTool{$tool} = $tTool;
301 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 17 <tool>memcheck</tool>
  /external/webkit/Tools/Scripts/
webkit-patch 32 # A tool for automating dealing with bugzilla, posting patches, committing patches, etc.
64 from webkitpy.tool.main import WebKitPatch

Completed in 194 milliseconds

1 2 34 5 6 7 8