/external/valgrind/main/gdbserver_tests/ |
mcbreak.stderrB.exp | 6 monitor command request to kill this process
|
nlsigvgdb.stderrB.exp | 5 monitor command request to kill this process
|
/external/valgrind/main/massif/docs/ |
ms_print-manpage.xml | 23 <command>ms_print</command> 33 <para><command>ms_print</command> takes an output file produced by the
|
/external/valgrind/main/none/tests/ |
filter_cmdline1 | 4 -e 's/\(command to start debugger\) \[.* -nw %f %p\]/\1 [... -nw %f %p]/'
|
selfrun.vgtest | 1 prog: ../../coregrind/valgrind --tool=none --command-line-only=yes ./selfrun
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
main-resource-redirect.manifest | 4 http://127.0.0.1:8000/resources/network-simulator.php?command
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_cmd.h | 2 * Command structure for dhd command line utility, copied from wl utility 27 /* generic command line argument handler */ 36 /* list of command line arguments */
|
dhdu.h | 2 * Definitions for DHD command-line utility 54 /* command line argument usage */ 55 #define CMD_ERR -1 /* Error for command */ 56 #define CMD_OPT 0 /* a command line option */ 57 #define CMD_DHD 1 /* the start of a dhd command */
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
origin | 14 'command line' defined on the command line 38 'undefined default environment default file command line override automatic 44 command line
|
/sdk/apkbuilder/ |
readme.txt | 1 The apkbuilder command line tool is deprecated, and is not maintained anymore.
|
/external/chromium/chrome/browser/sessions/ |
session_command.h | 15 // SessionCommand contains a command id and arbitrary chunk of data. The id 33 // Creates a session command with the specified id. This allocates a buffer 37 // Convenience constructor that creates a session command with the specified 41 // The contents of the command. 45 // Identifier for the command. 52 // count is not equal to the size of data this command contains. 57 // this SessionCommand. If you need it to outlive the command, copy the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
AbstractApplication.java | 56 * Looks for interesting command line arguments. 62 * From a command line list, get the array of arguments of a given parameter. 71 if (index == commands.size()) // if this is the last command 74 while (index < commands.size()) { // while not the last command 75 String command = (String) commands.get(index); local 76 if (command.startsWith("-")) // is it a new parameter? 78 args.add(command);
|
/external/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 11 // command-line options for clang tools, so that they can be run as separate 12 // command-line applications with a consistent common interface for handling 15 // It provides a common subset of command-line options, common algorithm 17 // for the basic command-line interface. 19 // It creates a CompilationDatabase and reads common command-line options. 34 /// \brief A parser for options common to all command-line Clang tools. 36 /// Parses a common subset of command-line arguments, locates and loads a 38 /// also contains a help message for the common command-line options. 63 /// \brief Parses command-line, initializes a compilation database. 65 /// command-line options used for creating FixedCompilationDatabase [all...] |
/external/skia/tools/ |
test_rendering.py | 24 def RunCommand(command): 25 """Run a command. 27 @param command the command as a single string 29 print 'running command [%s]...' % command 30 os.system(command) 64 command = '%s %s %s' % (renderer_path, inputs_as_string, render_dir) 66 command += args 68 RunCommand(command) [all...] |
/external/valgrind/main/docs/xml/ |
design-impl.xml | 25 <command>Valgrind: A Framework for Heavyweight Dynamic Binary 29 2007.</command> 44 <para><command>Using Valgrind to detect undefined value errors with 47 USA, April 2005.</command> 50 <para><command>How to Shadow Every Byte of Memory Used by a Program. 54 2007.</command> 64 <para><command>A Tool Suite for Simulation Based Analysis of Memory Access 67 Computational Science (ICCS 2004), Krakow, Poland, June 2004.</command> 80 <para><command>Dynamic Binary Analysis and Instrumentation. Nicholas 81 Nethercote.</command> PhD Dissertation, University of Cambridge, Novembe [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 79 print "$command\n"; 80 system($command); 85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 86 print "$command\n"; 87 system($command); 102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist; 103 print "$command\n"; 104 (system($command) == 0) and print "Build successful\n" [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 80 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 81 print "$command\n"; 82 system($command); 87 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 88 print "$command\n"; 89 system($command); 104 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist; 105 print "$command\n"; 106 (system($command) == 0) and print "Build successful\n" [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 79 print "$command\n"; 80 system($command); 85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 86 print "$command\n"; 87 system($command); 102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist; 103 print "$command\n"; 104 (system($command) == 0) and print "Build successful\n" [all...] |
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/ |
AppHelperBase.java | 46 * This is typically performed by executing a shell command to launch the application 64 * Helper to execute a shell command. 65 * @param command 67 protected void runShellCommand(String command) { 71 p = Runtime.getRuntime().exec(command); 74 System.err.println(String.format("Run shell command: %s, status: %s", command, 78 System.err.println("// Exception from command " + command + ":"); 81 System.err.println("// Interrupted while waiting for the command to finish. ") [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 44 static public class Compressor extends Dicttool.Command { 45 public static final String COMMAND = "compress"; 53 return COMMAND + " <src_filename> <dst_filename>: " 60 throw new RuntimeException("Too many arguments for command " + COMMAND); 72 static public class Uncompressor extends Dicttool.Command { 73 public static final String COMMAND = "uncompress"; 81 return COMMAND + " <src_filename> <dst_filename>: " 88 throw new RuntimeException("Too many arguments for command " + COMMAND); [all...] |
Package.java | 34 static public class Packager extends Dicttool.Command { 35 public static final String COMMAND = "package"; 43 return COMMAND + " <src_filename> <dst_filename>: Package a file for distribution"; 48 throw new RuntimeException("Too many/too few arguments for command " + COMMAND); 64 static public class Unpackager extends Dicttool.Command { 65 public static final String COMMAND = "unpackage"; 71 return COMMAND + " <src_filename> <dst_filename>: Detects how a file is packaged and\n" 77 throw new RuntimeException("Too many/too few arguments for command " + COMMAND); [all...] |
/external/grub/ |
NEWS | 10 * The command "fallback" supports mutiple fallback entries. 11 * The command "savedefault" supports an optional argument which 51 * The command "color" is effective even in the command-line. 52 * The command "terminal" takes two new options, ``--no-echo'' and 62 * New command "terminfo", for vt100-incompatible terminals. 66 * The command "displaymem" uses only hex digits for consistency. 70 you can turn on debug mode via the command "debug". 71 * The command "help" doesn't show all the available commands by default, 76 * A built-in, `more'-like pager is added. When a command prints too man [all...] |
/external/clang/lib/Driver/ |
Job.cpp | 1 //===--- Job.cpp - Command to Execute -------------------------------------===// 17 void Command::anchor() {} 19 Command::Command(const Action &_Source, const Tool &_Creator, 37 void Job::addCommand(Command *C) {
|
/external/icu4c/layout/ |
layout.vcxproj | 361 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
362 </Command>
364 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
365 </Command>
367 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
368 </Command>
370 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
371 </Command>
376 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
377 </Command>
[all...] |
/external/webkit/Source/WebKit/wx/ |
WebEdit.cpp | 49 WebCore::WebCoreEditCommand* command() { return m_ptr.get(); } function in class:WebCoreEditCommandPrivate 72 if (m_impl && m_impl->command()) 73 m_impl->command()->setElementAttribute(element->impl(), WebCore::QualifiedName(WTF::nullAtom, WTF::String(name), WTF::nullAtom), WTF::String(value)); 78 if (m_impl && m_impl->command()) 79 m_impl->command()->apply();
|