| /external/v8/test/mjsunit/ |
| debug-return-value.js | 112 // Check the same using the JSON commands.
|
| /ndk/build/core/ |
| build-local.mk | 50 # source, object and binary paths that are passed to build commands.
|
| /external/oprofile/events/x86-64/family11h/ |
| events | 121 event:0xea counters:0,1,2,3 um:cacheblock minimum:500 name:CACHE_BLOCK_COMMANDS : Cache block commands 122 event:0xeb counters:0,1,2,3 um:sizecmds minimum:500 name:SIZED_COMMANDS : Sized commands
|
| /external/oprofile/events/x86-64/hammer/ |
| events | 117 event:0xea counters:0,1,2,3 um:cacheblock minimum:500 name:CACHE_BLOCK_COMMANDS : Cache block commands (RevE) 118 event:0xeb counters:0,1,2,3 um:sizecmds minimum:500 name:SIZED_COMMANDS : Sized commands
|
| /external/bluetooth/bluez/lib/ |
| hci.c | 462 { "Read Local Supported Commands", 116 }, 601 char *hci_commandstostr(uint8_t *commands, char *pref, int width) 611 if (commands[m->val / 8] & (1 << (m->val % 8))) 630 if (commands[m->val / 8] & (1 << (m->val % 8))) { [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| job.c | 26 #include "commands.h" 727 /* The commands failed. Write an error message, 747 /* The commands failed, but we don't care. */ 753 /* If there are more commands to run, try to start them. */ 758 /* Never start new commands while we are dying. 759 Since there are more commands that wanted to be run, 784 /* We failed to start the commands. */ 788 /* There are no more commands. We got through them all 794 /* When we get here, all the commands for C->file are finished 796 C->file->command_state is still cs_running if all the commands [all...] |
| /build/core/ |
| definitions.mk | 19 ## commands for building various types of targets, which 738 ## Commands for using sed to replace given variable values 750 ## Commands for munging the dependency files GCC generates 761 ## Commands for running lex 771 ## Commands for running yacc 791 ## Commands to compile RenderScript 815 ## Commands for running aidl 827 ## Commands for running java-event-log-tags.py 838 ## Commands for running protoc to compile .proto into .java 857 ## Commands for running protoc to compile .proto into .pb.cc and .pb. [all...] |
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeySourceRandom.java | 17 package com.android.commands.monkey;
|
| MonkeySourceNetwork.java | 16 package com.android.commands.monkey; 46 * An Event source for getting Monkey Network Script commands from 448 // Add in all the commands we support 480 * command to return multiple events. Commands using the 490 // Queue of Events to be processed. This allows commands to push 574 // Wake the device up in preparation for doing some commands. 702 // we've run the queued commands, wait for the given event to happen (or the timeout
|
| MonkeySourceScript.java | 17 package com.android.commands.monkey;
|
| /external/grub/netboot/ |
| eepro100.c | 118 SCBPort = 8, /* Misc. commands and operands. */ 144 /* The EEPROM commands include the alway-set leading bit. */ 152 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */ 166 /* Commands that can be put in a command list entry. */ 167 enum commands { enum
|
| /external/icu4c/ |
| runConfigureICU | 388 echo If the result of the above commands looks okay to you, go to the directory
|
| /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
| Bmgr.java | 17 package com.android.commands.bmgr;
|
| /external/grub/docs/ |
| texinfo.tex | 232 % some effort to order the tracing commands to reduce output in the log 306 \indexdummies % don't expand commands in the output. 549 %% Simple single-character @ commands 568 % Definitions to produce \{ and \} commands for indices, 769 % sight. (If the user is using lots of big @group commands, which 976 % \suppressfirstparagraphindent, which the sectioning commands do. [all...] |
| /external/quake/quake/src/QW/client/ |
| gl_rmain.c | 307 order = (int *)((byte *)paliashdr + paliashdr->commands); 407 order = (int *)((byte *)paliashdr + paliashdr->commands);
|
| /system/netd/ |
| BandwidthController.cpp | 245 int BandwidthController::runCommands(int numCommands, const char *commands[], 248 LOGV("runCommands(): %d commands", numCommands); 250 res = runIpxtablesCmd(commands[cmdNum], IptRejectNoAdd);
|
| /external/webkit/Source/WebCore/editing/ |
| EditorCommand.cpp | 512 // backward compatibility with ourselves, and for consistency with other commands. 1402 static const CommandEntry commands[] = { local [all...] |
| /external/blktrace/doc/ |
| blktrace.tex | 197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands} 200 can also show SCSI commands going in and out of the queue as submitted 216 that the command completed successfully. Tracing SCSI commands can be 421 file system and scsi commands. The former are dubbed \emph{fs} 428 commands. blktrace sends the command data block as a payload [all...] |
| /ndk/sources/host-tools/sed-4.2.1/build-aux/ |
| texinfo.tex | 236 % some effort to order the tracing commands to reduce output in the log 355 \indexdummies % don't expand commands in the output. 602 %% Simple single-character @ commands 621 % Definitions to produce \{ and \} commands for indices, 837 % sight. (If the user is using lots of big @group commands, which [all...] |
| /prebuilt/common/eclipse/ |
| org.eclipse.jface_3.4.2.M20090107-0800.jar | |
| /external/e2fsprogs/lib/et/ |
| texinfo.tex | 282 %% Simple single-character @ commands 417 % Font-change commands. 530 % Commands to set those variables. 833 % \indexnofonts no-ops all font-change commands. 861 % Now process the index-string once, with all font commands turned off, 867 % this time with font commands expanded, to get what to print in the index. 881 % Now process the index-string once, with all font commands turned off, 887 % this time with font commands expanded, to get what to print in the index. 909 % Define the user-accessible indexing commands [all...] |
| /external/grub/stage2/ |
| shared.h | 610 extern char commands[];
|
| /external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
| queues.py | 52 from webkitpy.tool.commands.stepsequence import StepSequenceErrorHandler
|
| upload.py | 44 from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
|
| /external/quake/quake/src/WinQuake/ |
| gl_rmain.cpp | 344 order = (int *)((byte *)paliashdr + paliashdr->commands); 458 order = (int *)((byte *)paliashdr + paliashdr->commands); [all...] |