HomeSort by relevance Sort by last modified time
    Searched full:tool (Results 326 - 350 of 2574) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 37 from webkitpy.tool.bot.flakytestreporter import FlakyTestReporter
38 from webkitpy.tool.mocktool import MockTool, MockStatusServer
59 tool = MockTool()
60 reporter = FlakyTestReporter(tool, 'dummy-queue')
62 tool.checkout().recent_commit_infos_for_files = lambda paths: set(commit_infos)
95 tool = MockTool()
96 reporter = FlakyTestReporter(tool, 'dummy-queue')
97 bug = tool.bugs.fetch_bug(78)
101 tool = MockTool()
102 tool.filesystem = MockFileSystem({"/mock/foo/bar-diffs.txt": "mock"}
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 33 from webkitpy.tool import steps
40 from webkitpy.tool.grammar import pluralize
41 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
56 def execute(self, options, args, tool):
57 reviewers = tool.checkout().suggested_reviewers(options.git_commit)
65 def execute(self, options, args, tool):
67 bug_ids = tool.bugs.queries.fetch_bug_ids_from_commit_queue()
76 def execute(self, options, args, tool):
77 patches = tool.bugs.queries.fetch_patches_from_commit_queue()
104 def execute(self, options, args, tool)
    [all...]
queries_unittest.py 33 from webkitpy.tool.commands.commandtest import CommandsTest
34 from webkitpy.tool.commands.queries import *
35 from webkitpy.tool.mocktool import MockTool
81 tool = MockTool()
83 command.bind_to_tool(tool)
89 tool.checkout().commit_info_for_revision = raising_mock
bugsearch.py 29 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
36 def execute(self, options, args, tool):
38 bugs = tool.bugs.queries.fetch_bugs_matching_quicksearch(search_string)
roll.py 29 from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
31 from webkitpy.tool import steps
45 def _prepare_state(self, options, args, tool):
  /external/chromium/chrome/browser/debugger/
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,
devtools_remote_message.cc 10 const char DevToolsRemoteMessageHeaders::kTool[] = "Tool";
56 const std::string& tool,
62 headers[DevToolsRemoteMessageHeaders::kTool] = tool;
devtools_remote_message_unittest.cc 34 ASSERT_STREQ("DevToolsService", message.tool().c_str());
46 "V8Debugger", // tool
58 message->tool().c_str());
  /external/valgrind/main/docs/internals/
directory-structure.txt 22 Tool stuff lives in:
23 - $TOOL/ main files
24 - $TOOL/tests regression tests
25 - $TOOL/docs documentation
28 - docs/ main, non-tool-specific docs
52 See coregrind/README_MODULES.txt for details of the core/tool header file
  /device/asus/grouper/
raydium_ts.idc 30 # Tool Size
31 # Driver reports tool size as an area measurement.
33 # Based on empirical measurements, we estimate the size of the tool
sensor00fn11.idc 30 # Tool Size
31 # Driver reports tool size as an area measurement.
33 # Based on empirical measurements, we estimate the size of the tool
  /external/antlr/antlr-3.4/runtime/ObjC/
README 18 directory in antlr-3.2/tool/src/main/resources/org/antlr/codegen/templates
20 antlr-3.2/tool/src/main/resources/org/antlr/codegen/templates/ObjC/*.
23 antlr-3.2/tool/src/main/java/org/antlr/codegen/ObjCTarget/Java>.
  /external/llvm/utils/lit/
setup.py 14 description = "A Software Testing Tool",
23 *lit* is a portable tool for executing LLVM and Clang style test suites,
25 designed to be a lightweight testing tool with as simple a user interface as
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
cleanworkingdirectorywithlocalcommits.py 29 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory
32 def __init__(self, tool, options):
34 CleanWorkingDirectory.__init__(self, tool, options, allow_local_commits=True)
  /build/tools/rgb2565/
Android.mk 8 # rgb2565 host tool
  /dalvik/tools/dmtracedump/
Android.mk 4 # Java method trace dump tool
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.py 20 @testbase.broken("Some bug in the tool", SyntaxError)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
version.rb 7 # The version of the ANTLR tool used while designing and
  /external/chromium/googleurl/build/
common.vsprops 10 <Tool
  /external/clang/lib/Driver/
CMakeLists.txt 16 Tool.cpp
  /external/llvm/projects/sample/tools/sample/
Makefile 9 # Give the name of the tool.
  /external/mesa3d/docs/
utilities.html 20 target="_parent">Valgrind</a> is a very useful tool for tracking down
  /external/oprofile/pp/
oparchive_options.h 3 * Options for oparchive tool
opgprof_options.h 3 * Options for opgprof tool
  /external/sonivox/jet_tools/JetCreator_content/
README.txt 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.

Completed in 3073 milliseconds

<<11121314151617181920>>