Searched
full:command (Results
476 -
500 of
12564) sorted by null
<<11121314151617181920>>
/external/lldb/test/functionalities/command_script/import/bar/ |
bar.py | 9 debugger.HandleCommand("command script add -f bar.bar_function barothercmd")
|
/external/llvm/cmake/modules/ |
FindOCaml.cmake | 36 COMMAND ${OCAMLFIND} ocamlc -version 41 COMMAND ${OCAMLFIND} ocamlc -where 46 COMMAND ${OCAMLFIND} ocamlc -version 68 COMMAND "${OCAMLFIND}" "query" "${pkg}" "-format" "%v"
|
/external/llvm/tools/llvm-go/ |
CMakeLists.txt | 4 COMMAND ${GO_EXECUTABLE} build -o ${binpath} llvm-go.go
|
/external/mesa3d/src/gallium/auxiliary/ |
SConscript | 14 command = python_cmd + ' $SCRIPT > $TARGET' 21 command = python_cmd + ' $SCRIPT > $TARGET' 28 command = python_cmd + ' $SCRIPT > $TARGET' 35 command = python_cmd + ' $SCRIPT $SOURCE > $TARGET'
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
Command.java | 16 package org.mockftpserver.core.command;
25 * Represents a command received from an FTP client, containing a command name and parameters.
31 public final class Command {
37 * Construct a new immutable instance with the specified command name and parameters
39 * @param name - the command name; may not be null
40 * @param parameters - the command parameters; may be empty; may not be null
42 public Command(String name, String[] parameters) {
50 * Construct a new immutable instance with the specified command name and parameters
52 * @param name - the command name; may not be null [all...] |
/external/nanopb-c/tests/buffer_only/ |
SConscript | 7 env.Command("alltypes.pb.h", "$BUILD/alltypes/alltypes.pb.h", c) 8 env.Command("alltypes.pb.c", "$BUILD/alltypes/alltypes.pb.c", c) 9 env.Command("encode_alltypes.c", "$BUILD/alltypes/encode_alltypes.c", c) 10 env.Command("decode_alltypes.c", "$BUILD/alltypes/decode_alltypes.c", c)
|
/external/nanopb-c/tests/no_errmsg/ |
SConscript | 7 env.Command("alltypes.pb.h", "$BUILD/alltypes/alltypes.pb.h", c) 8 env.Command("alltypes.pb.c", "$BUILD/alltypes/alltypes.pb.c", c) 9 env.Command("encode_alltypes.c", "$BUILD/alltypes/encode_alltypes.c", c) 10 env.Command("decode_alltypes.c", "$BUILD/alltypes/decode_alltypes.c", c)
|
/external/selinux/libselinux/man/man8/ |
getenforce.8 | 1 .TH "getenforce" "8" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
/external/toybox/tests/ |
dirname.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
/external/valgrind/cachegrind/docs/ |
cg_annotate-manpage.xml | 22 <command>cg_annotate</command> 33 <para><command>cg_annotate</command> takes an output file produced by the
|
cg_diff-manpage.xml | 22 <command>cg_diff</command> 33 <para><command>cg_diff</command> takes two output files produced by the
|
cg_merge-manpage.xml | 22 <command>cg_merge</command> 32 <para><command>cg_merge</command> sums together the outputs of multiple
|
/external/valgrind/gdbserver_tests/ |
nlsigvgdb.stderrB.exp | 5 monitor command request to kill this process
|
/external/valgrind/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/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
|
/frameworks/av/services/audioflinger/ |
FastCaptureState.cpp | 31 const char *FastCaptureState::commandToString(Command command) 33 const char *str = FastThreadState::commandToString(command); 37 switch (command) {
|
FastMixerState.cpp | 43 const char *FastMixerState::commandToString(Command command) 45 const char *str = FastThreadState::commandToString(command); 49 switch (command) {
|
/frameworks/base/tests/utils/SleepUtils/ |
README | 10 the service functions from command line. Corresponding to service function 13 am instrument -w -e command prepare \ 17 am instrument -w -e command set_wait \ 22 am instrument -w -e command done \
|
/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 */
|
/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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
__init__.py | 1 """distutils.command
|
install_headers.py | 1 """distutils.command.install_headers 3 Implements the Distutils 'install_headers' command, to install C/C++ header 8 from distutils.core import Command 12 class install_headers(Command):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 8 Tests for the command classes in the distutils.command package are 10 distutils.command.tests package, since command identification is done
|
test_clean.py | 1 """Tests for distutils.command.clean.""" 7 from distutils.command.clean import clean 32 # let's run the command 42 # let's run the command again (should spit warnings but succeed)
|
Completed in 611 milliseconds
<<11121314151617181920>>