HomeSort by relevance Sort by last modified time
    Searched full:command (Results 451 - 475 of 12564) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/admin/
AndroidTest.xml 18 <option name="run-command:run-command" value="dpm set-active-admin android.deviceadmin.cts/.CtsDeviceAdminReceiver" />
19 <option name="run-command:run-command" value="dpm set-active-admin android.deviceadmin.cts/.CtsDeviceAdminReceiver2" />
  /cts/tests/tests/alarmclock/
AndroidTest.xml 18 <option name="run-command:run-command"
20 <option name="run-command:teardown-command"
  /cts/tests/tests/display/
AndroidTest.xml 19 <option name="run-command:run-command" value="settings put global overlay_display_devices '181x161/214|181x161/214'" />
20 <option name="run-command:teardown-command" value="settings put global overlay_display_devices &quot;&quot;" />
  /cts/tests/tests/hardware/
AndroidTest.xml 20 <option name="run-command:run-command" value="dumpsys sensorservice restrict .cts." />
21 <option name="run-command:teardown-command" value="dumpsys sensorservice enable" />
  /cts/tests/tests/voiceinteraction/
AndroidTest.xml 20 <option name="run-command:run-command"
22 <option name="run-command:teardown-command"
  /cts/tests/tests/voicesettings/
AndroidTest.xml 18 <option name="run-command:run-command"
20 <option name="run-command:teardown-command"
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 24 /* This class encapsulates and adb command packet */
27 // command names
50 // sets the fields in the command header
51 public void set(int command, int arg0, int arg1, byte[] data) {
52 mMessageBuffer.putInt(0, command);
57 mMessageBuffer.putInt(20, command ^ 0xFFFFFFFF);
63 public void set(int command, int arg0, int arg1) {
64 set(command, arg0, arg1, (byte[])null);
66 public void set(int command, int arg0, int arg1, String data) {
69 set(command, arg0, arg1, data.getBytes())
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeDuringInvokeTest.java 32 * JDWP Unit test for VirtualMachine.Dispose command while a thread is invoking a method.
42 * This testcase exercises VirtualMachine.Dispose command when a thread, suspended by an
47 * command to initiate a method invocation executing in that thread. The method will synchronize
49 * <BR>While the tested thread waits for the signal, we send a VirtualMachine.Dispose command to
73 // Send ObjectReference.InvokeMethod command.
74 CommandPacket command = new CommandPacket( local
77 command.setNextValueAsThreadID(thisObjectId);
78 command.setNextValueAsThreadID(threadID);
79 command.setNextValueAsClassID(classID);
80 command.setNextValueAsMethodID(invokedMethodId)
    [all...]
  /external/chromium-libpac/test/
README 5 within js-unittest/ and then run the following command.
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/community/
repository.txt 7 If you are using a command-line Mercurial client, you can check
  /external/clang/test/Lexer/
builtin_redef.c 5 // CHECK-WARN: <command line>:{{.*}} warning: redefining builtin macro
6 // CHECK-WARN: <command line>:{{.*}} warning: undefining builtin macro
8 // CHECK-ERR: <command line>:{{.*}} error: redefining builtin macro
9 // CHECK-ERR: <command line>:{{.*}} error: undefining builtin macro
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.menu 4 command="/usr/doc/e2fslibsg-dev/html-info/libext2fs_toc.html"
  /external/eigen/doc/examples/
CMakeLists.txt 12 COMMAND ${example}
  /external/eigen/doc/special_examples/
CMakeLists.txt 15 COMMAND Tutorial_sparse_example ARGS ${CMAKE_CURRENT_BINARY_DIR}/../html/Tutorial_sparse_example.jpeg
  /external/iproute2/man/man8/
ip-monitor.8 20 command is the first in the command line and then the object list follows:
41 utility. This utility has a command line syntax similar to
45 should be started before the first network configuration command
  /external/javassist/
HOWTO.txt 3 includes junit.jar and that has been compiled. The command is:
  /external/libpng/contrib/pngminim/encoder/
README 7 on the make command line.
  /external/linux-tools-perf/src/tools/perf/tests/attr/
test-record-C0 2 command = record
test-record-graph-dwarf 2 command = record
test-stat-C0 2 command = stat
test-stat-group 2 command = stat
test-stat-group1 2 command = stat
  /external/lldb/examples/python/
cmdtemplate.py 7 # import it with the full path using the "command script import"
8 # command
9 # (lldb) command script import /path/to/cmdtemplate.py
19 description='''This command is meant to be an example of how to make an LLDB command that
21 Specifically, this command computes the aggregate and average size of the variables in the current frame
31 def the_framestats_command(debugger, command, result, dict):
32 # Use the Shell Lexer to properly parse up command options just like a
34 command_args = shlex.split(command)
44 # in a command - the lldb.* convenience variables are not to be use
    [all...]
gdb_disassemble.py 3 def disassemble(debugger, command, result, dict):
22 # Install the command when the module gets imported
23 lldb.debugger.HandleCommand('command script add -f gdb_disassemble.disassemble gdb-disassemble')
24 print 'Installed "gdb-disassemble" command for disassembly
  /external/lldb/test/functionalities/command_regex/
TestCommandRegex.py 2 Test lldb 'commands regex' command which allows the user to create a regular expression command.
16 """Test a simple scenario of 'command regexp' invocation and subsequent use."""
30 child.sendline("command regex 'Help__'")

Completed in 1487 milliseconds

<<11121314151617181920>>