/external/mesa3d/src/mapi/glapi/gen/ |
SConscript | 18 command = python_cmd + ' $SCRIPT -m remap_table -f $SOURCE > $TARGET', 25 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 32 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 39 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 46 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
InvocationHistory.java | 16 package org.mockftpserver.core.command;
20 * for a command handler.
29 * @return the number of invocation records stored for this command handler instance
34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
StouCommandHandler.java | 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.ReplyCodes;
22 * CommandHandler for the STOU (Store Unique) command. Send back two replies on the control connection: a
44 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#sendFinalReply(org.mockftpserver.core.session.Session)
52 * Set the filename returned with the final reply of the STOU command
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
InvocationHistory.java | 16 package org.mockftpserver.core.command;
20 * for a command handler.
29 * @return the number of invocation records stored for this command handler instance
34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
_AbstractCommandHandlerTest.java | 16 package org.mockftpserver.core.command;
25 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
42 private static final Command COMMAND = new Command(COMMAND_NAME, EMPTY);
43 private static final Command COMMAND_WITH_ARGS = new Command(COMMAND_NAME, EMPTY);
59 * Test the handleCommand(Command,Session) method
63 commandHandler.handleCommand(COMMAND, session);
69 * Test the handleCommand(Command,Session) method, passing in a null Command [all...] |
InvocationRecordTest.java | 16 package org.mockftpserver.core.command;
24 import org.mockftpserver.core.command.Command;
25 import org.mockftpserver.core.command.InvocationRecord;
39 private static final Command COMMAND = new Command("command", EMPTY);
51 final Command COMMAND = new Command("ABC", EMPTY); [all...] |
/external/skia/src/utils/debugger/ |
SkDebugCanvas.h | 56 @param index The index of the final command being executed 75 Returns the index of the last draw command to write to the pixel at (x,y) 80 Removes the command at the specified index 81 @param index The index of the command to delete 86 Returns the draw command at the given index. 87 @param index The index of the command 92 Sets the draw command for a given index. 94 @param command The new command 96 void setDrawCommandAt(int index, SkDrawCommand* command); [all...] |
/frameworks/av/services/audioflinger/ |
FastCaptureState.h | 40 // Extends FastThreadState::Command 41 static const Command 47 // never returns NULL; asserts if command is invalid 48 static const char *commandToString(Command command);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.h | 2 * Definitions for DHD command-line utility 54 /* command line argument usage */ 55 #define CMD_ERR -1 /* Error for command */ 56 #define CMD_OPT 0 /* a command line option */ 57 #define CMD_DHD 1 /* the start of a dhd command */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosti_dspdecl.h | 22 // The QOS command codes (to match the DSP side equivalents). 28 * The enumeration defines the control command selector for *cmd* 50 * The enumeration defines the control command selector for *arg1* 69 * The enumeration defines the control command selector for *arg2* 86 * The enumeration defines the control command selector for *arg2*
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
ResettingRunnableCameraCommand.java | 29 * restarts the command if it was already running. 39 * The future corresponding to any currently-executing command. 44 public ResettingRunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { 46 mCommand = command; 54 // Cancel, via interruption, the already-running command, one has
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
ResumeTest.java | 40 * JDWP Unit test for VirtualMachine.Resume command. 61 * This testcase exercises VirtualMachine.Resume command. 63 * <BR> Then the test performs VirtualMachine.Suspend command and checks with help of 64 * ThreadReference.Status command that all debuggee tested threads are suspended. 65 * <BR> Then the test performs VirtualMachine.Resume command and checks with help of 66 * ThreadReference.Status command that all debuggee tested threads are resumed. 77 // Suspend all threads with VirtualMachine.Suspend command. 82 "after VirtualMachine.Suspend command..."); 85 // Resume all threads with VirtualMachine.Resume command. 90 "after VirtualMachine.Resume command...") [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
ForceEarlyReturnTest.java | 32 * JDWP Unit test for ThreadReference.ForceEarlyReturn command. 36 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command "; 109 // Suspend the VM before perform command 114 // Compose the ForceEarlyReturn command 121 // Perform the command 128 "ThreadReference::ForceEarlyReturn command"); 139 + "returned value is not set by ForceEarlyReturn command" 144 .println("==> CHECK: PASSED: returned value does set by ForceEarlyReturn command."); 151 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR> 154 * ThreadReference.ForceEarlyReturn command for the tested thread and get [all...] |
/external/vogar/src/vogar/android/ |
AndroidSdk.java | 32 import vogar.commands.Command; 88 List<String> path = new Command(log, "which", "adb").execute(); 213 new Command.Builder(log) 230 new Command(log, aapt).execute(); 234 new Command(log, "aapt", "add", "-k", apk.getPath(), dex.getPath()).execute(); 238 new Command(log, "adb", "shell", "mv", source.getPath(), destination.getPath()).execute(); 242 new Command(log, "adb", "shell", "rm", "-r", name.getPath()).execute(); 246 // adb doesn't support "cp" command directly 247 new Command(log, "adb", "shell", "cat", source.getPath(), ">", destination.getPath()) 252 new Command(log, "adb", "pull", remote.getPath(), local.getPath()).execute() 303 Command command = new Command(log, "adb", "shell", "ls", pathArgument); local 323 Command command = new Command(log, "adb", "shell", "ls", pathArgument); local [all...] |
/development/cmds/monkey/ |
README.NETWORK.txt | 25 COMMAND LIST 28 respond to every command with a line starting with OK for commands 49 This command injects KeyEvent's into the input system. The keycode 63 This command injects a MotionEvent into the input system that 73 This command injects a MotionEvent into the input system that 84 This command will wake the device up from sleep and allow user input. 87 The tap command is a shortcut for the touch command. It will 92 The press command is a shortcut for the key command. The keycod [all...] |
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/ |
TestWatchpointCommandLLDB.py | 2 Test 'watchpoint command'. 13 mydir = os.path.join("functionalities", "watchpoint", "watchpoint_commands", "command") 31 """Test 'watchpoint command'.""" 39 """Test 'watchpoint command'.""" 47 """Test that 'watchpoint command' action can disable a watchpoint after it is triggered.""" 55 """Test that 'watchpoint command' action can disable a watchpoint after it is triggered.""" 61 """Do 'watchpoint command add'.""" 82 self.runCmd('watchpoint command add 1 -o "expr -- cookie = 777"') 84 # List the watchpoint command we just added. 85 self.expect("watchpoint command list 1" [all...] |
/external/parameter-framework/remote-processor/ |
RemoteCommandHandlerTemplate.h | 39 /** Remote command parser execution return status */ 41 EDone, /**< Command succeded, return "Done" */ 42 ESucceeded, /**< Command succeeded */ 43 EFailed, /**< Command failed */ 44 EShowUsage /**< Command failed, show usage */ 47 /** Type of the remote command callbacks 49 * @param[in] remoteCommand contains the arguments of the received command. 50 * @param[out] strResult a string containing the result of the command. 52 * @return the command execution status, @see CommandStatus 125 // Help Command [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
AbstractFakeCommandHandler.java | 16 package org.mockftpserver.fake.command;
21 import org.mockftpserver.core.command.AbstractCommandHandler;
22 import org.mockftpserver.core.command.Command;
23 import org.mockftpserver.core.command.ReplyCodes;
54 * Reply code sent back when a FileSystemException is caught by the {@link #handleCommand(Command, Session)}
70 public void handleCommand(Command command, Session session) {
72 Assert.notNull(command, "command");
[all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 3 Provides the Command class, the base class for the command classes 4 in the distutils.command package. 14 class Command: 15 """Abstract base class for defining command classes, the "worker bees" 16 of the Distutils. A useful analogy for command classes is to think of 20 must be defined by every command class. The distinction between the 22 world (command line, config file, ...), and any options dependent on 27 command class. 35 # tuples, where 'predicate' is a method of the parent command tha [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 3 Provides the Command class, the base class for the command classes 4 in the distutils.command package. 14 class Command: 15 """Abstract base class for defining command classes, the "worker bees" 16 of the Distutils. A useful analogy for command classes is to think of 20 must be defined by every command class. The distinction between the 22 world (command line, config file, ...), and any options dependent on 27 command class. 35 # tuples, where 'predicate' is a method of the parent command tha [all...] |
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 214 * Command from main thread: the AInputQueue has changed. Upon processing 215 * this command, android_app->inputQueue will be updated to the new queue 221 * Command from main thread: a new ANativeWindow is ready for use. Upon 222 * receiving this command, android_app->window will contain the new window 228 * Command from main thread: the existing ANativeWindow needs to be 229 * terminated. Upon receiving this command, android_app->window still 236 * Command from main thread: the current ANativeWindow has been resized. 242 * Command from main thread: the system needs that the current ANativeWindow 249 * Command from main thread: the content area of the window has changed, 256 * Command from main thread: the app's activity window has gaine [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_context.c | 72 } command; member in struct:vmw_svga_winsys_context 100 * ran out of command space, but because a substantial ammount of GMR was 154 if (vswc->command.used || pfence != NULL) 158 vswc->command.buffer, 159 vswc->command.used, 165 vswc->command.used = 0; 166 vswc->command.reserved = 0; 215 assert(nr_bytes <= vswc->command.size); 216 if(nr_bytes > vswc->command.size) 220 vswc->command.used + nr_bytes > vswc->command.size | [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
JDWPCommands.java | 29 * This class defines constants for JDWP commands and command sets. 34 * JDWP VirtualMachine Command Set constants. 85 * JDWP ReferenceType Command Set constants. 130 * JDWP ClassType Command Set constants. 146 * JDWP ArrayType Command Set constants. 156 * JDWP InterfaceType Command Set constants. 163 * JDWP Method Command Set constants. 181 * JDWP Field Command Set constants. 189 * JDWP ObjectReference Command Set constants. 216 * JDWP String Command Set constants [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
ReferringObjectsTest.java | 39 static final String thisCommandName = "ObjectReference.ReferringObjects command"; 61 * This testcase exercises ObjectReference.ReferringObjects command. 63 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 64 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrers 73 * This testcase exercises ObjectReference.ReferringObjects command. 75 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 76 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrers 85 * This testcase exercises ObjectReference.ReferringObjects command. 87 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 88 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrer [all...] |
/frameworks/base/packages/SystemUI/docs/ |
demo_mode.md | 12 The protocol is based on broadcast intents, and thus can be driven via the command line (```adb shell am broadcast```) or an app (```Context.sendBroadcast```). 23 Commands are sent as string extras with key ```command``` (required). Possible values are: 25 Command | Subcommand | Argument | Description 65 adb shell am broadcast -a com.android.systemui.demo -e command enter 72 adb shell am broadcast -a com.android.systemui.demo -e command exit 79 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 87 adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi 95 adb shell am broadcast -a com.android.systemui.demo -e command status -e volume 103 adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 111 adb shell am broadcast -a com.android.systemui.demo -e command notifications - [all...] |