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

1 2 3 4 56 7 8

  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 30 # A tool for automating dealing with bugzilla, posting patches, committing patches, etc.
46 from webkitpy.tool.multicommandtool import MultiCommandTool
47 from webkitpy.tool import commands
  /frameworks/base/tools/aapt/
Android.mk 4 # Android Asset Packaging Tool
7 # This tool is prebuilt if we're doing an app-only build.
  /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));
devtools_remote_service.cc 104 DevToolsRemoteMessageBuilder::instance().Create(message.tool(),
  /external/strace/
strace.spec 20 Install strace if you need a tool to track the system calls made and
35 Install strace if you need a tool to track the system calls made and
  /external/webkit/Tools/Scripts/webkitpy/common/net/
failuremap_unittest.py 34 from webkitpy.tool.mocktool import MockBuilder
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
expectedfailures_unittest.py 31 from webkitpy.tool.bot.expectedfailures import ExpectedFailures
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert_unittest.py 38 from webkitpy.tool.steps.preparechangelogforrevert import *
58 * Scripts/bugzilla-tool:
68 * Scripts/bugzilla-tool:
81 * Scripts/bugzilla-tool:
93 * Scripts/bugzilla-tool:
108 * Scripts/bugzilla-tool:
  /system/core/adb/
Android.mk 8 # adb host tool
148 # adb host tool for device-as-host
  /external/valgrind/main/exp-ptrcheck/tests/
hsg.stderr.exp 18 <tool>exp-ptrcheck</tool>
  /cts/tools/signature-tools/
Android.mk 47 # signature-tool script
  /dalvik/dx/
Android.mk 9 # This tool is prebuilt if we're doing an app-only build.
  /development/scripts/
symbol.py 44 def ToolPath(tool, toolchain_info=None):
45 """Return a full qualified path to the specified tool"""
50 target + "-" + tool)
77 raise Exception("Could not find tool chain")
  /external/icu4c/stubdata/
icu_dat_generator.py 53 def InvokeIcuTool(tool, working_dir, args):
54 command_list = [os.path.join(ICU_PREBUILT_DIR, tool)]
  /frameworks/base/libs/ui/
Android.mk 17 # libui is partially built for the host (used by build time keymap validation tool)
  /system/core/toolbox/
Android.mk 81 $(TOOLS_H): PRIVATE_CUSTOM_TOOL = echo "/* file generated automatically */" > $@ ; for t in $(PRIVATE_TOOLS) ; do echo "TOOL($$t)" >> $@ ; done
86 # Make #!/system/bin/toolbox launchers for each tool.
  /external/markdown/MarkdownTest/
MarkdownTest.pl 70 # Escape the strings, pass them through to CLI tidy tool for tag-level equivalency
133 Flag to turn on using the command line 'tidy' tool to normalize HTML
  /external/oprofile/
oprofile_android 94 # The tool program itself
95 class Tool:
430 tool = Tool(sys.argv)
431 rc = tool.main()
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 17 <tool>helgrind</tool>
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 3 tool-selection option, with default in [ ]:
4 --tool=<name> use the Valgrind tool named <name> [memcheck]
  /external/valgrind/main/tests/
vg_regtest 91 # Some more notes on adding regression tests for a new tool are in
260 # from a directory name like "/foo/cachesim/tests/" determine the tool name
338 # Pass the appropriate --tool option for the directory (can be overridden
342 my $tool=determine_tool();
345 . "--tool=$tool $extraopts $vgopts "
vg_regtest.in 91 # Some more notes on adding regression tests for a new tool are in
260 # from a directory name like "/foo/cachesim/tests/" determine the tool name
338 # Pass the appropriate --tool option for the directory (can be overridden
342 my $tool=determine_tool();
345 . "--tool=$tool $extraopts $vgopts "
  /external/webkit/Tools/Scripts/
run-sunspider 61 --shark Sample with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_gpu_unittest.py 29 from webkitpy.tool import mocktool

Completed in 2144 milliseconds

1 2 3 4 56 7 8