HomeSort by relevance Sort by last modified time
    Searched refs:tool (Results 226 - 250 of 323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/lib/
libffi-dg.exp 98 global tool
  /external/v8/tools/gcmole/
gccause.lua 28 -- This is an auxiliary tool that reads gccauses file generated by
  /frameworks/base/libs/androidfw/
Android.mk 17 # libandroidfw is partially built for the host (used by build time keymap validation tool)
  /gdk/build/core/
init.mk 156 # Verify that the 'awk' tool has the features we need.
162 $(call gdk_log,Host awk tool was auto-detected: $(HOST_AWK))
164 $(call gdk_log,Host awk tool from environment: $(HOST_AWK))
173 $(call __gdk_info,Host awk tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !)
  /packages/apps/Email/
Android.mk 42 # The Emma tool analyzes code coverage when running unit tests on the
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 3 tool-selection option, with default in [ ]:
4 --tool=<name> use the Valgrind tool named <name> [memcheck]
88 --stats=no|yes show tool and core statistics [no]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 34 import org.antlr.tool.ErrorManager;
35 import org.antlr.tool.Grammar;
36 import org.antlr.tool.GrammarAST;
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 224 data[offset++] = 6; // TOOL
226 AString tool; local
227 MakeUserAgentString(&tool);
229 data[offset++] = tool.size();
231 memcpy(&data[offset], tool.c_str(), tool.size());
232 offset += tool.size();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 46 import org.antlr.tool.*;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 27 */package org.antlr.tool;
283 Grammar delegate = (org.antlr.tool.Grammar) grammars.get(i);
LeftRecursiveRuleAnalyzer.java 1 package org.antlr.tool;
38 generator = new CodeGenerator(g.tool, g, language);
AssignTokenTypesBehavior.java 28 package org.antlr.tool;
GrammarSanity.java 28 package org.antlr.tool;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestNFAConstruction.java 31 import org.antlr.tool.FASerializer;
32 import org.antlr.tool.Grammar;
  /external/valgrind/tsan/
suppressions_test.cc 40 bool IsSuppressed(string tool, string warning_type, const vector<string>& f_m,
44 tool, warning_type, f_m, f_d, o, &result);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 53 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
400 def execute(self, options, args, tool):
  /sdk/emulator/opengl/
Android.mk 50 # First, build the emugen host source-generation tool
  /sdk/emulator/qtools/
Android.mk 4 # Java method trace dump tool
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
BuiltinIssueRegistry.java 252 // TODO: Where do we log this? There's no embedding tool context here. For now,
263 * @param tool the name of the tool to be checked
265 * @return true if the given tool is known to have an automatic fix for the
269 public boolean hasAutoFix(String tool, Issue issue) {
270 assert tool.equals("adt"); // This is not yet a generic facility;
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 194 This tool keeps a database of file paths and content checksum. Once the port
  /external/oprofile/
oprofile_android 95 # The tool program itself
96 class Tool:
468 tool = Tool(sys.argv)
469 rc = tool.main()
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 17 <tool>memcheck</tool>
  /external/valgrind/main/tests/
vg_regtest.in 111 # Some more notes on adding regression tests for a new tool are in
329 # from a directory name like "/foo/cachesim/tests/" determine the tool name
426 # Pass the appropriate --tool option for the directory (can be overridden
430 my $tool=determine_tool();
433 . "--tool=$tool $extraopts $vgopts "
  /external/webkit/PerformanceTests/SunSpider/
sunspider 58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner2.py 39 from webkitpy.tool import grammar

Completed in 1558 milliseconds

1 2 3 4 5 6 7 8 91011>>