Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 15 of 15) sorted by relevance

/system/core/init/
Dinit.h47 struct listnode commands; member
Dinit_parser.c573 list_init(&act->commands); in queue_builtin_action()
579 list_add_tail(&act->commands, &cmd->clist); in queue_builtin_action()
640 list_init(&svc->onrestart.commands); in parse_service()
749 list_add_tail(&svc->onrestart.commands, &cmd->clist); in parse_line_service()
831 list_init(&act->commands); in parse_action()
865 list_add_tail(&act->commands, &cmd->clist); in parse_line_action()
Dsignal_handler.c111 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
Dparser.c38 list_for_each(node2, &act->commands) { in DUMP()
Dinit.c485 node = list_head(&act->commands); in get_first_command()
486 if (!node || list_empty(&act->commands)) in get_first_command()
498 if (node == &act->commands) in get_next_command()
506 return (list_tail(&act->commands) == &cmd->clist); in is_last_command()
Dreadme.txt16 Actions and Services implicitly declare a new section. All commands
27 Actions are named sequences of commands. Actions have a trigger which
36 "between" the execution of the commands in activities.
138 as unlike the builtin commands, it runs the risk of getting
/system/core/sh/
Dnodetypes51 NSEMI nbinary # two commands separated by a semicolon
65 cmdlist nodelist # the commands in the pipeline
112 backquote nodelist # list of commands in back quotes
DTOUR17 DIRECTORIES: The subdirectory bltin contains commands which can
123 repeatedly parses and executes commands.
190 The locations of these commands in the string are indicated by
221 native entry evalbackcmd is called to evaluate commands in back
242 find_command is called for all the commands in the pipeline be-
243 fore any forking is done, so to get the commands into the hash
299 The directory bltins contains commands which can be compiled in-
316 mand is run, so subsequent pwd commands run very fast. The main
344 -c option and the "." and eval builtin commands.) The global
Dnodes.c.pat39 * Routine for dealing with parsed shell commands.
/system/core/adb/
DOVERVIEW.TXT10 - implement various control commands (e.g. "adb shell", "adb pull", etc..)
12 DDMS). These commands are what is called a 'service' in ADB.
48 The 'adb' command-line program is used to run adb commands from a shell
Dprotocol.txt230 bootloader commands.
/system/netd/
DBandwidthController.h122 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
DBandwidthController.cpp257 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument
266 res = runIpxtablesCmd(commands[cmdNum], IptRejectNoAdd, failureLogging); in runCommands()
/system/core/fastboot/
Dfastboot_protocol.txt106 specification. OEM-specific commands should not begin with a
/system/bluetooth/bluez-clean-headers/bluetooth/
Dhci.h1306 uint8_t commands[64]; member