/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
raw.h | 28 /* `ioctl' commands for raw devices. */
|
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/ |
org-eclipse-jface-3.6.2.pom | 16 <artifactId>org-eclipse-core-commands</artifactId>
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-2 | 8 and issues the commands to recompile them. 61 commands of implicit rules. 110 and commands. If a pattern rule has multiple targets, `make' knows that 111 the rule's commands are responsible for making all of the targets. The 112 commands are executed only once to make all the targets. When searching 115 incidental: `make' worries only about giving commands and prerequisites 116 to the file presently in question. However, when this file's commands 206 target caused the rule's commands to be run. 216 commands from an implicit rule, this will be the first 237 primarily useful for use in linking commands where it i [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
command.js | 216 * Keeps track of the focused element and updates the commands when the focus 218 * @param {!Document} doc The document that we are managing the commands for. 230 * @param {!Document} doc The document to manage the commands for. 253 var commands = Array.prototype.slice.call( 256 commands.forEach(function(command) { 267 var commands = Array.prototype.slice.call( 270 for (var i = 0, command; command = commands[i]; i++) {
|
/external/qemu/android/protocol/ |
core-commands-impl.c | 15 * part of the UI control protocol. Here we handle UI control commands sent by 27 #include "android/protocol/core-commands.h" 28 #include "android/protocol/core-commands-impl.h" 52 /* Writer to send responses to the UI commands. */ 69 * structure (for small commands), or can be allocated for large commands. */ 327 /* Asynchronous I/O callback reading UI control commands.
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 32 struct commands *cmds; /* Commands to execute for this target. */ 33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */ 67 enum cmd_state /* State of the commands. */ 70 cs_deps_running, /* Dep commands running. */ 71 cs_running, /* Commands running. */ 72 cs_finished /* Commands finished. */
|
Makefile.DOS | 80 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c 107 make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o 562 # .deps/commands.Po 563 commands.o commands.o: commands.c make.h config.h \ 566 job.h commands.h 572 dep.h job.h commands.h 583 job.h commands.h \ 590 hash.h job.h commands.h [all...] |
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 29 This is just a brief synopsis of \*(sd commands to serve as 34 Zero-address ``commands'' 41 commands. 51 Zero- or One- address commands 90 Commands which accept address ranges 93 Begin a block of commands (end with a }). 196 \*(Sd commands can be given with no addresses, in which
|
/system/core/init/ |
readme.txt | 6 which are Actions, Commands, Services, and Options. 16 Actions and Services implicitly declare a new section. All commands 17 or options belong to the section most recently declared. Commands 27 Actions are named sequences of commands. Actions have a trigger which 36 "between" the execution of the commands in activities. 132 Commands 138 as unlike the builtin commands, it runs the risk of getting
|
/external/chromium_org/gpu/command_buffer/common/ |
cmd_buffer_common.h | 52 // variable sized commands like immediate commands or Noop. 96 // used for IMMEDIATE commands to get the address of the place to put the data. 107 // This can only be used for fixed sized commands. 117 // This can only be used for variable sized command like IMMEDIATE commands. 129 // This can only be used for variable sized command like IMMEDIATE commands. 144 // buffer commands in to various lists and never have them get out of sync. To 159 // Common commands. 168 kLastCommonId = 255 // reserve 256 spaces for common commands. 235 // special commands just to support a particular API. For example, any AP [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 212 uint32_t commands[32]; local 226 commands[n++] = (i << 1) | 0; 259 commands[n++] = (tic->id << 9) | (i << 1) | 1; 264 commands[n++] = (i << 1) | 0; 270 PUSH_DATAp(push, commands, n); 357 uint32_t commands[16]; local 369 commands[n++] = (i << 4) | 0; 382 commands[n++] = (tsc->id << 12) | (i << 4) | 1; 385 commands[n++] = (i << 4) | 0; 391 PUSH_DATAp(push, commands, n) [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 66 commands will not function properly. 70 may fail in interesting ways if commands such as 104 to read in commands from 108 is finished executing those commands, it will exit. 131 commands take a 155 .SH COMMANDS 156 This is a list of the commands which 264 Print a list of commands understood by 522 program always pipes the output of the some commands through a 523 pager program. These commands include: [all...] |
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 83 Two basic concepts in EXT2ED are <Literal remap="tt">commands</Literal> and <Literal remap="tt">types</Literal>. 93 Your interaction with EXT2ED is done through <Literal remap="tt">commands</Literal> which EXT2ED 94 accepts. There are three levels of commands: 100 General Commands 106 Extended-2 Filesystem general commands 112 Type specific commands 118 The General commands are always available. 122 The ext2 general commands are available only when editing an ext2 filesystem. 126 The Type specific commands are available when editing a specific object in the 128 variables, and its own set of commands, which are fine tuned handle th [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 212 uint32_t commands[32]; local 226 commands[n++] = (i << 1) | 0; 259 commands[n++] = (tic->id << 9) | (i << 1) | 1; 264 commands[n++] = (i << 1) | 0; 270 PUSH_DATAp(push, commands, n); 357 uint32_t commands[16]; local 369 commands[n++] = (i << 4) | 0; 382 commands[n++] = (tsc->id << 12) | (i << 4) | 1; 385 commands[n++] = (i << 4) | 0; 391 PUSH_DATAp(push, commands, n) [all...] |
/external/chromium_org/chrome/installer/util/ |
installation_state.cc | 33 // Initializes |commands| from the "Commands" subkey of |version_key|. 34 // Returns false if there is no "Commands" subkey or on error. 37 AppCommands* commands) { 43 return commands->Initialize(commands_key);
|
/external/qemu/hw/ |
mmc.h | 28 /* Standard MMC commands (4.1) type argument response */ 142 #define CCC_STREAM_READ (1<<1) /* (1) Stream read commands */ 144 #define CCC_BLOCK_READ (1<<2) /* (2) Block read commands */ 146 #define CCC_STREAM_WRITE (1<<3) /* (3) Stream write commands */ 148 #define CCC_BLOCK_WRITE (1<<4) /* (4) Block write commands */
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 222 String[] commands = GET_DIRTY_PAGES; local 226 commandList.addAll(Arrays.asList(commands)); 228 commands = commandList.toArray(new String[commandList.size()]); 232 final Process process = Runtime.getRuntime().exec(commands); 251 + ": " + line + "; command was " + Arrays.toString(commands));
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
binary.sed | 4 # commands available: 5 # conversion commands 9 # arithmetic commands 17 # stack manipulation commands 25 # other commands
|
binary2.sed | 4 # commands available: 5 # conversion commands 9 # arithmetic commands 17 # stack manipulation commands 25 # other commands
|
/external/chromium/chrome/browser/sessions/ |
session_service.h | 46 // SessionWindow, SessionTab and TabNavigation). The commands are periodically 215 // Methods to create the various commands. It is up to the caller to delete 244 // Callback from the backend for getting the commands from the save file. 245 // Converts the commands in SessionWindows and notifies the real callback. 250 // Converts the commands into SessionWindows. On return any valid 256 void RestoreSessionFromCommands(const std::vector<SessionCommand*>& commands, 298 // Creates tabs and windows from the specified commands. The created tabs 308 // Adds commands to commands that will recreate the state of the specified 318 std::vector<SessionCommand*>* commands, [all...] |
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_timer_query.txt | 53 glFinish() can be used to determine when previous rendering commands have 58 the amount of time it takes to fully complete a set of GL commands, and 129 fully complete a set of GL commands, or to determine the current time 173 previous commands on the GL client and server state and the framebuffer 174 have been fully realized. The BeginQueryANGLE and EndQueryANGLE commands 195 previous commands on the GL client and server state and the framebuffer 235 The state of a query object can be queried with the commands 446 RESOLVED: The timer starts when all commands prior to BeginQuery() have 448 those commands has been written to the framebuffer. The timer stops 449 when all commands prior to EndQuery() have been fully executed [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |