HomeSort by relevance Sort by last modified time
    Searched full:command (Results 726 - 750 of 12564) sorted by null

<<21222324252627282930>>

  /external/selinux/libselinux/utils/
selinuxexeccon.c 13 fprintf(stderr, "usage: %s command [ fromcon ]\n", name);
19 static char * get_selinux_proc_context(const char *command, char * execcon) {
22 int ret = getfilecon(command, &fcon);
  /external/selinux/policycoreutils/scripts/
chcat.8 34 When removing a category you must specify '\-\-' on the command line before using the \-Category syntax. This tells the command that you have finished entering options and are now specifying a category name instead.
50 When operating on files this script wraps the chcon command.
  /external/skia/tools/
coverage.sh 11 COMMAND=$@
20 # Generate a zero-baseline so files not covered by $COMMAND will still show up in the report.
25 out/Coverage/$COMMAND
  /external/toybox/scripts/
single.sh 3 # Build a standalone toybox command
7 echo "usage: single.sh command..." >&2
18 echo "Unknown command '$i'" >&2
  /external/toybox/toys/posix/
nice.c 13 usage: nice [-n PRIORITY] command [args...]
15 Run a command line at an increased or decreased scheduling priority.
19 niceness (usually 0). By default this command adds 10 to the parent's
xargs.c 1 /* xargs.c - Run command with arguments taken from stdin.
13 usage: xargs [-ptxr0] [-s NUM] [-n NUM] [-L NUM] [-E STR] COMMAND...
15 Run command line one or more times, appending arguments from stdin.
17 If command exits with 255, don't launch another even if arguments remain.
19 -s Size in bytes per command line
20 -n Max number of arguments per command
22 #-p Prompt for y/n from tty before running each command
23 #-t Trace, print command line to stderr
24 #-x Exit if can't fit everything in one command
25 #-r Don't run command with empty inpu
    [all...]
  /external/vboot_reference/firmware/lib/tpm_lite/include/
tlcl_internal.h 10 * These numbers derive from adding the sizes of command fields as shown in the
22 * command buffer. FromTpmTYPE gets a value of type TYPE from a TPM command
  /external/vogar/src/vogar/android/
RunActivityTask.java 21 import vogar.commands.Command;
29 @Override public Command createActionCommand(Action action, String skipPast, int monitorPort) {
34 return new Command(run.log,
  /frameworks/av/services/audioflinger/
FastThreadState.cpp 33 const char *FastThreadState::commandToString(FastThreadState::Command command)
35 switch (command) {
  /frameworks/webview/chromium/tools/
webview_command_line 17 CMD_LINE_FILE=/data/local/tmp/webview-command-line
20 # If nothing specified, print the command line (stripping off "webview").
23 # If given an empty string, delete the command line.
  /hardware/qcom/keymaster/
keymaster_qcom.h 82 * Command to Generate a public and private key. The key data returned
85 * cmd_id : Command issue to secure app
100 * cmd_id : Command issue to secure app
115 * Command to import a public and private key pair. The imported keys
120 * cmd_id : Command issue to secure app
135 * cmd_id : Command issue to secure app
149 * Command to sign data using a key info generated before. This can use either
153 * cmd_id : Command issue to secure app
171 * cmd_id : Command issue to secure app
186 * Command to verify data using a key info generated before. This can use eithe
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
PrivateCommandPerformer.java 31 * @param action Name of the command to be performed. This must be a scoped
34 * @param data Any data to include with the command.
35 * @return true if the command was sent (regardless of whether the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/mmc/
ioctl.h 7 /* Application-specific command. true = precede with CMD55 */
19 * postsleep_max_us useconds *after* issuing command. Needed for
21 * they're ready for the next command (i.e. there is no equivalent of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 7 - Return code object if the command is complete and valid
8 - Return None if the command is incomplete
9 - Raise SyntaxError, ValueError or OverflowError if the command is a
41 Compiles a single command in the manner described above.
105 r"""Compile a command and determine whether it is incomplete.
116 - Return a code object if the command is complete and valid
117 - Return None if the command is incomplete
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
150 r"""Compile a command and determine whether it is incomplete.
162 - Return a code object if the command is complete and vali
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 1 """Tests for distutils.command.bdist."""
7 from distutils.command.bdist import bdist
15 # let's create a command and make sure
test_install_headers.py 1 """Tests for distutils.command.install_headers."""
7 from distutils.command.install_headers import install_headers
29 # let's run the command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 7 - Return code object if the command is complete and valid
8 - Return None if the command is incomplete
9 - Raise SyntaxError, ValueError or OverflowError if the command is a
41 Compiles a single command in the manner described above.
105 r"""Compile a command and determine whether it is incomplete.
116 - Return a code object if the command is complete and valid
117 - Return None if the command is incomplete
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
150 r"""Compile a command and determine whether it is incomplete.
162 - Return a code object if the command is complete and vali
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 1 """Tests for distutils.command.bdist."""
7 from distutils.command.bdist import bdist
15 # let's create a command and make sure
test_install_headers.py 1 """Tests for distutils.command.install_headers."""
7 from distutils.command.install_headers import install_headers
29 # let's run the command
  /system/extras/simpleperf/
cmd_stat_test.cpp 19 #include "command.h"
24 stat_cmd = Command::FindCommandByName("stat");
29 Command* stat_cmd;
  /system/netd/client/
NetdClient.cpp 67 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0}; local
68 if (int error = FwmarkClient().send(&command, acceptedSocket)) {
77 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0}; local
78 if (int error = FwmarkClient().send(&command, sockfd)) {
187 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0}; local
188 return FwmarkClient().send(&command, socketFd);
203 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0}; local
204 return FwmarkClient().send(&command, socketFd);
211 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid}; local
212 return FwmarkClient().send(&command, socketFd)
216 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid}; local
    [all...]
  /external/libedit/examples/
fileman.c 55 } COMMAND;
57 COMMAND commands[] = {
75 COMMAND *find_command ();
142 /* Execute a command line. */
147 COMMAND *command; local
150 /* Isolate the command word. */
162 command = find_command (word);
164 if (!command)
166 fprintf (stderr, "%s: No such command for FileMan.\n", word)
    [all...]
  /external/llvm/test/tools/llvm-objdump/AArch64/
macho-private-headers.test 8 CHECK: Load command 0
46 CHECK: Load command 1
51 CHECK: Load command 2
58 CHECK: Load command 3
83 EXE: Load command 0
95 EXE: Load command 1
172 EXE: Load command 2
210 EXE: Load command 3
222 EXE: Load command 4
235 EXE: Load command
    [all...]
  /external/vogar/src/vogar/commands/
Command.java 43 public final class Command {
57 public Command(Log log, String... args) {
61 public Command(Log log, List<String> args) {
70 private Command(Builder builder) {
80 throw new IllegalStateException("Maximum command length " + builder.maxLength
111 .command(actual)
176 * Executes a command with a specified timeout. If the process does not
180 * @return the command's output, or null if the command timed out
208 log.verbose("received exit value " + exitValue + " from destroyed command " + this)
    [all...]
  /external/lldb/docs/
lldb-for-gdb-users.txt 2 gdb command set:
5 1) LLDB Command Structure:
7 First some details on lldb command structure to help orient you...
9 Unlike gdb's command set, which is rather free-form, we tried to make
10 the lldb command syntax fairly structured. The commands are all of the
15 The command line parsing is done before command execution, so it is
16 uniform across all the commands. The command syntax is very simple,
20 command syntax more regular, but it also means you may have to
23 Options can be placed anywhere on the command line, but if the argument
    [all...]

Completed in 630 milliseconds

<<21222324252627282930>>