Searched refs:commands (Results 1 – 15 of 15) sorted by relevance
/system/core/init/ |
D | init.h | 47 struct listnode commands; member
|
D | init_parser.c | 573 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()
|
D | signal_handler.c | 111 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
|
D | parser.c | 38 list_for_each(node2, &act->commands) { in DUMP()
|
D | init.c | 485 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()
|
D | readme.txt | 16 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/ |
D | nodetypes | 51 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
|
D | TOUR | 17 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
|
D | nodes.c.pat | 39 * Routine for dealing with parsed shell commands.
|
/system/core/adb/ |
D | OVERVIEW.TXT | 10 - 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
|
D | protocol.txt | 230 bootloader commands.
|
/system/netd/ |
D | BandwidthController.h | 122 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
|
D | BandwidthController.cpp | 257 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument 266 res = runIpxtablesCmd(commands[cmdNum], IptRejectNoAdd, failureLogging); in runCommands()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 106 specification. OEM-specific commands should not begin with a
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
D | hci.h | 1306 uint8_t commands[64]; member
|