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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 39 super(TestRunner, self).__init__(device, test_options.tool,
44 self.test_package.tool = self.tool
54 self._timeout = timeout * self.tool.GetTimeoutScale()
65 self.tool.CopyFiles()
189 self.tool.SetupEnvironment()
197 self.tool.CleanUpEnvironment()
  /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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 30 #include "util/tool.h"
36 struct perf_tool tool; member in struct:perf_annotate
84 static int process_sample_event(struct perf_tool *tool,
90 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool);
193 ann->force, false, &ann->tool);
212 ret = perf_session__process_events(session, &ann->tool);
277 .tool = {
  /external/valgrind/main/drd/scripts/
run-splash2 53 print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
57 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
73 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
120 # 8. Execution time ratio for --tool=none -p1 versus -p1.
121 # 9. Virtual memory size ratio for --tool=none -p1 versus -p1.
122 # 10. Execution time ratio for --tool=none -p4 versus -p4
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 32 # tool-name [global options] command-name [command options]
39 from webkitpy.tool.grammar import pluralize
59 # option_parser can be overriden by the tool using set_option_parser
67 # the tool to be able to create and modify the option_parser
78 # The tool calls bind_to_tool on each Command after adding it to its list.
79 def bind_to_tool(self, tool):
80 # Command instances can only be bound to one tool at a time.
81 if self._tool and tool != self._tool:
82 raise Exception("Command already bound to tool!")
83 self._tool = tool
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 30 import org.antlr.tool.ErrorManager;
31 import org.antlr.tool.GrammarAST;
32 import org.antlr.tool.Rule;
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 6 '''Tool to create a new, empty .grd file with all the basic sections.
9 from grit.tool import interface
47 <ph> element). You can also use the 'grit add' tool to help you identify
54 class NewGrd(interface.Tool):
65 print 'This tool requires exactly one argument, the name of the output file.'
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
42 protected void genRecognizerFile(Tool tool,
57 protected void genRecognizerHeaderFile(Tool tool,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
DelphiTarget.java 30 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
49 protected ST chooseWhereCyclicDFAsGo(Tool tool,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammarTree.java 28 package org.antlr.tool;
71 if ( grammar.tool!=null && key!=null && key.equals("language") &&
72 grammar.tool.forcedLanguageOption!=null ) {
73 return grammar.tool.forcedLanguageOption;
GrammarAnalysisAbortedMessage.java 28 package org.antlr.tool;
ToolMessage.java 28 package org.antlr.tool;
32 /** A generic message from the tool such as "file not found" type errors; there
  /external/chromium-trace/trace-viewer/src/ui/
overlay.css 45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
makefile_writer_tests.py 30 TOOL_DIR = 'tool'
115 """Create a dummy makefile for a tool.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h 4 #include "tool.h"
15 struct perf_tool tool; member in struct:perf_top
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 30 TOOL_DIR = 'tool'
115 """Create a dummy makefile for a tool.
  /external/valgrind/main/memcheck/tests/
client-msg-as-xml.stderr.exp 17 <tool>memcheck</tool>
long_namespace_xml.stderr.exp 17 <tool>memcheck</tool>
  /external/chromium_org/native_client_sdk/src/resources/
common.js 21 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...]
  /bootable/recovery/edify/
Android.mk 15 # Build the host-side command line tool
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 52 def __init__(self, device, tool, push_deps, cleanup_test_files):
57 tool: Name of the Valgrind tool.
62 super(LinkerTestRunner, self).__init__(device, tool, push_deps,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 47 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
176 def execute(self, options, args, tool):
225 def execute(self, options, args, tool):
250 def execute(self, options, args, tool):
252 port_names = tool.port_factory.all_port_names(options.platform)
257 optimizer = BaselineOptimizer(tool, port_names, skip_scm_commands=options.no_modify_scm)
258 port = tool.port_factory.get(port_names[0])
298 def execute(self, options, args, tool):
300 port_names = tool.port_factory.all_port_names(options.platform)
305 self._baseline_optimizer = self._optimizer_class(tool, port_names, skip_scm_commands=False
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 31 from webkitpy.tool.steps.abstractstep import AbstractStep
32 from webkitpy.tool.steps.options import Options
  /external/llvm/tools/bugpoint/
Android.mk 7 # bugpoint command line tool
  /external/llvm/tools/llvm-mc/
Android.mk 7 # llvm-mc command line tool

Completed in 1867 milliseconds

1 2 3 4 5 6 78 91011>>