/external/chromium_org/tools/valgrind/ |
chrome_tests.bat | 10 :: Get the tool name and put it into TOOL_NAME {{{1
14 if %1 == --tool GOTO:TOOLNAME_FOUND
19 echo "Please specify a tool (tsan or drmemory) by using --tool flag"
31 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported right now"
|
/system/extras/tests/mmc_tracepoints/ |
mmc_trace_reduce | 92 # Turn the command number into a command the flash analysis tool 93 # understands. The tool doesn't differentiate between the different 95 # the secure_trim2 and sanitize commands as the tool doesn't know 124 # Ignore, as the analysis tool doesn't deal with this 130 # Ignore, as the analysis tool doesn't deal with this
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
RandomPhrase.java | 28 package org.antlr.tool; 30 import org.antlr.Tool; 47 * java org.antlr.tool.RandomPhrase grammarFile.g startRule [seed] 50 * java org.antlr.tool.RandomPhrase simple.g program 342 142 System.err.println("usage: java org.antlr.tool.RandomPhrase grammarfile startrule"); 156 Tool tool = new Tool(); local 157 Grammar parser = new Grammar(tool, grammarFileName, composite); 180 Grammar lexer = new Grammar(tool); [all...] |
/external/clang/tools/clang-check/ |
ClangCheck.cpp | 1 //===--- tools/clang-check/ClangCheck.cpp - Clang check tool --------------===// 10 // This file implements a clang-check tool that runs clang based on the info 13 // This tool uses the Clang Tooling infrastructure, see 197 ClangTool Tool(OptionsParser.getCompilations(), 201 Tool.clearArgumentsAdjusters(); 202 Tool.appendArgumentsAdjuster(new ClangStripOutputAdjuster()); 204 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsAfter, 208 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsBefore, 214 Tool.appendArgumentsAdjuster(new InsertAdjuster( 228 return Tool.run(FrontendFactory.get()) [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/external/chromium_org/chrome/installer/mac/ |
dirpatcher.sh | 63 local tool="${script_dir}/${tool_name}" 64 if [[ -f "${tool}" ]] && [[ -x "${tool}" ]]; then 65 echo "${tool}" 72 tool="${BASH_REMATCH[1]}/src/out/Release/${tool_name}" 73 if [[ -f "${tool}" ]] && [[ -x "${tool}" ]]; then 74 echo "${tool}" 78 tool="${BASH_REMATCH[1]}/src/out/Debug/${tool_name}" 79 if [[ -f "${tool}" ]] && [[ -x "${tool}" ]]; the [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAttributes.java | 30 import org.antlr.Tool; 37 import org.antlr.tool.*; 56 Tool antlr = newTool(); 81 Tool antlr = newTool(); 103 Tool antlr = newTool(); 128 Tool antlr = newTool(); 150 Tool antlr = newTool(); 181 Tool antlr = newTool(); 217 Tool antlr = newTool(); 242 Tool antlr = newTool() [all...] |
ErrorQueue.java | 30 import org.antlr.tool.ANTLRErrorListener; 31 import org.antlr.tool.Message; 32 import org.antlr.tool.ToolMessage;
|
/external/valgrind/main/ |
README_DEVELOPERS | 30 Additionally, specific tool versions maybe needed. 84 a particular tool) requires a bit more trickery but can be achieved 95 (2) Run gdb on the tool executable. Eg: 114 (5) Run the tool with required options (the --tool option is required 117 (gdb) run --tool=lackey pwd 125 puts the tool executable into a wait loop soon after it gains 130 GDB to the tool executable, which should be in the abovementioned 161 --run-libc-freeres=no --tool=cachegrind -v \ 162 inner/.../bin/valgrind --vgdb-prefix=./inner --tool=none -v pro [all...] |
/external/chromium_org/build/toolchain/ |
gcc_toolchain.gni | 60 tool("cc") { 67 tool("cxx") { 74 tool("alink") { 80 tool("solink") { 88 tool("link") { 95 tool("stamp") { 99 tool("copy") {
|
/external/chromium_org/tools/grit/grit/tool/ |
transl2tc_unittest.py | 6 '''Unit tests for the 'grit transl2tc' tool.''' 17 from grit.tool import transl2tc 31 tool = transl2tc.TranslationToTc() 38 tool.WriteTranslations(buf, translations) 95 tool = transl2tc.TranslationToTc() 100 tool.Setup(globopts, []) 101 translations = tool.ExtractTranslations(current_grd,
|
rc2grd.py | 6 '''The 'grit rc2grd' tool.''' 23 from grit.tool import interface 24 from grit.tool import postprocess_interface 25 from grit.tool import preprocess_interface 94 class Rc2Grd(interface.Tool): 95 '''A tool for converting .rc files to .grd files. This tool is only for 97 existing translations, use the rc2xtb tool. 101 The tool takes a single argument, which is the path to the .rc file to convert. 126 has to be a subclass of grit.tool.PreProcessor, t [all...] |
/external/valgrind/main/docs/xml/ |
manual-intro.xml | 63 <para><command>SGcheck</command> is an experimental tool that can 78 most users: <command>Lackey</command> is an example tool that illustrates 80 Valgrind tool that does no analysis or instrumentation, and is only useful 122 it supports. Then, each tool has its own chapter in this manual. You 123 only need to read the documentation for the core and for the tool(s) you 126 want to run the Memcheck tool and you might find the <xref 133 <xref linkend="manual-core"/> and for the tool you want to use.</para>
|
/external/valgrind/main/drd/scripts/ |
measurement-functions | 81 local cmd tool 85 tool="tool-not-found" 88 if [ "${arg#--tool=}" != "${arg}" ]; then 89 tool="${arg#--tool=}" 93 vsz_tool="$(query_cmd_vsz "${tool}")"
|
/frameworks/base/docs/html/tools/help/ |
gltracer.jd | 19 <p>Tracer is a tool for analyzing OpenGL for Embedded Systems (ES) code in your Android application. 20 The tool allows you to capture OpenGL ES commands and frame by frame images to help you understand 23 <p class="note"><strong>Note:</strong> The Tracer tool requires a device running Android 4.1 (API 30 Device Monitor tool.</p> 44 <li>Start the <a href="monitor.html">Device Monitor</a> tool.</li> 54 OpenGL ES code. The Tracer tool operates by connecting to a device running Android 4.1 (API Level 55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace
|
/packages/providers/ContactsProvider/res/values/ |
strings.xml | 54 <!-- Debug tool - title of the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] --> 57 <!-- Debug tool - message shown to the user on the dialog which sends a copy of the contact database via email or other apps. [CHAR LIMIT=NONE] --> 60 <!-- Debug tool - dialog button- delete file now [CHAR LIMIT=NONE] --> 63 <!-- Debug tool - dialog button - start copying [CHAR LIMIT=NONE] --> 66 <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> 69 <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> 72 <!-- Debug tool - email body [CHAR LIMIT=NONE] -->
|
/external/antlr/antlr-3.4/tool/ |
pom.xml | 7 <name>ANTLR Grammar Tool v 3.4</name> 71 build, run and test the ANTLR Tool. The ANTLR Tool uses earlier versions
|
/external/chromium_org/android_webview/tools/ |
known_issues.py | 12 This is not used by the webview_licenses tool itself; it is effectively a 20 things listed first, and then just run the tool afterwards to validate that it 21 was sufficient. If the tool returns any extra directories then the snapshotting
|
/external/chromium_org/build/toolchain/win/ |
midl.gni | 40 # This functionality is handled by the win-tool because the GYP build has 44 script = "$root_build_dir/gyp-win-tool" 87 # We only compile the IID files from the IDL tool rather than all outputs.
|
/external/chromium_org/ui/file_manager/video_player/css/ |
video_player.css | 55 #video-player:not([tools]) .tool { 64 #video-player[disabled] > #controls-wrapper .tool { 68 .tool {
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
build-id.c | 17 #include "tool.h" 19 int build_id__mark_dso_hit(struct perf_tool *tool __maybe_unused, 45 static int perf_event__exit_del_thread(struct perf_tool *tool __maybe_unused,
|
/frameworks/compile/slang/lit-tests/ |
README | 4 This directory contains tests for Slang that use the 'llvm-lit' testing tool. 31 To execute all the tests from this directory, use the Android llvm-lit tool 35 The tool can be run from any directory.
|
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/ |
README | 6 convertMDF - this tool converts from the older text-based meta data 16 generateDMT - This tool calls the necessary 'Gen tool' and python
|
/external/antlr/antlr-3.4/ |
BUILD.txt | 63 tool - The ANTLR tool itself 66 gunit - The grammar test tool 67 antlr3-maven-plugin - The plugin tool for Maven allowing Maven 115 in run the mvn command in the sub directory for that tool, such as 132 tool tests can take a long time). 144 [INFO] ANTLR Grammar Tool .................................... SUCCESS [5.431s] 217 would create a circular dependency between the ANTLR tool (which uses 219 uses the tool to build grammar files and gunit to test). 226 Finally, we need to remember that because the tool is dependent on th [all...] |