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

1 2 3 45 6 7 8

  /bootable/recovery/edify/
Android.mk 15 # Build the host-side command line tool
  /dalvik/dx/src/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /development/tools/emulator/opengl/host/tools/emugen/
Android.mk 16 # The location of the emugen host tool that is used to generate wire
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders_unittest.py 34 from webkitpy.tool.bot.feeders import *
35 from webkitpy.tool.mocktool import MockTool
flakytestreporter.py 36 from webkitpy.tool.bot.botinfo import BotInfo
37 from webkitpy.tool.grammar import plural, pluralize, join_with_separators
43 def __init__(self, tool, bot_name):
44 self._tool = tool
46 self._bot_info = BotInfo(tool)
commitqueuetask_unittest.py 39 from webkitpy.tool.bot.commitqueuetask import *
40 from webkitpy.tool.mocktool import MockTool
82 tool = MockTool(log_executive=True)
83 patch = tool.bugs.fetch_attachment(197)
285 tool = MockTool(log_executive=True)
286 patch = tool.bugs.fetch_attachment(197)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelog.py 33 from webkitpy.tool.steps.abstractstep import AbstractStep
34 from webkitpy.tool.steps.options import Options
commit.py 34 from webkitpy.tool.steps.abstractstep import AbstractStep
35 from webkitpy.tool.steps.options import Options
  /sdk/files/proguard/bin/
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 148 sys::Path tool = PrependMainExecutablePath("opt", getToolName(), local
150 if (tool.empty()) {
160 std::string Opt = tool.str();
165 Args.push_back(tool.c_str());
199 prog = tool;
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 123 for tool in ${CROSS_TARGET_AS} ${CROSS_TARGET_LD}; do
124 if [[ ! -e $tool ]]; then
125 echo "${tool} not found; exiting."
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 39 from webkitpy.tool.grammar import pluralize
40 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
100 def execute(self, options, args, tool):
rebaselineserver_unittest.py 34 from webkitpy.tool.commands import rebaselineserver
35 from webkitpy.tool.mocktool import MockSCM
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.cc 88 std::string tool = message.GetHeaderWithEmptyDefault( local
90 ToolToListenerMap::const_iterator it = tool_to_listener_map_.find(tool);
92 NOTREACHED(); // an unsupported tool, bail out
debugger_remote_service.h 7 // "V8Debugger" tool.
23 // Contains constants for DebuggerRemoteService tool protocol commands
65 // Processes |message| from the remote debugger, where the tool is
74 // Specifies a tool name ("V8Debugger") handled by this class.
100 // |tool| and |destination| are used as the respective header values.
102 const std::string& tool,
extension_ports_remote_service.h 32 // Specifies a tool name ("ExtensionPorts") handled by this class.
42 // Processes |message| from the external client (where the tool is
72 // |tool| and |destination| are used as the respective header values.
74 const std::string& tool,
  /external/skia/bench/
Android.mk 21 # additional optional class for this tool
  /external/skia/gm/
Android.mk 23 # additional optional class for this tool
  /external/valgrind/main/auxprogs/
gen-mdg 95 foreach my $tool (@tools) {
96 $dirs_to_skip{$tool} = 1;
145 if ($include_string =~ /"pub_(core|tool)_([A-Za-z]+).h"/) {
  /dalvik/dexdump/
Android.mk 34 ## Build the device command line tool dexdump
63 ## Build the host command line tool dexdump
  /external/clang/tools/diagtool/
DiagTool.h 45 void registerTool(DiagTool *tool);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 79 * Scripts/bugzilla-tool:
130 * Scripts/bugzilla-tool:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace_unittest.py 34 from webkitpy.tool.mocktool import MockExecutive
  /packages/providers/ContactsProvider/
Android.mk 15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
  /external/llvm/utils/lit/lit/
Util.py 83 for tool in tools:
84 if not os.path.exists(os.path.join(dir, tool)):

Completed in 936 milliseconds

1 2 3 45 6 7 8