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

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 16 where the viewing command is stored with the key "view".
60 the viewing command is stored with the key "view".
94 The viewing command is stored as the value with the key "view",
141 Return a tuple containing the command line, and the mailcap entry
143 'test' command of several matching entries before deciding which
154 command = subst(e[key], MIMEtype, filename, plist)
155 return command, e
226 command, e = findmatch(caps, MIMEtype, 'view', file)
227 if not command:
230 print "Executing:", command
    [all...]
pdb.doc 27 A blank line repeats the previous command literally, except for
63 a command name as argument, print help about that command
164 first word of the statement resembles a debugger command. To
165 assign to a global variable you must always prefix the command
166 with a 'global' command, e.g.:
174 alias [name [command]]
175 Creates an alias called 'name' that executes 'command'. The
176 command must *not* be enclosed in quotes. Replaceable
178 replaced by all the parameters. If no command is given, th
    [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 78 """ Returns a list of viable completions for command a with length l and cursor at p """
104 """ Perform a step command and block the UI for eventDelayStep seconds in order to process
128 def doSelect(self, command, args):
131 return self.doCommand(command, args, "select" != a[0], True)
134 """ Handle 'process' command. If 'launch' is requested, use doLaunch() instead
135 of the command interpreter to start the inferior process.
197 """ Pass target command to interpreter, except if argument is not one of the valid options, or
231 """ Handle 'contiue' command.
242 """ Handle breakpoint command with command interpreter, except if the user call
    [all...]
  /frameworks/base/docs/html/tools/devices/
managing-avds-cmdline.jd 1 page.title=Managing AVDs from the Command Line
25 from the Command Line</a></li>
33 <p>The <code>android</code> tool lets you manage AVDs on the command line. For a complete reference
34 of the command line options that you can use, see the reference for the
41 <p>To generate a list of system image targets, use this command: </p>
47 then generates the list of targets. Here's an example of the command output:
89 you can also create them by passing in command line arguments to the <code>android</code> tool.
95 <p>To create each AVD, you issue the command <code>android create avd</code>,
98 the command line also, such as the emulated SD card size, the emulator skin, or a custom
101 <p>Here's the command-line usage for creating an AVD: </p
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
ubi-user.h 30 * MTD devices may be attached using %UBI_IOCATT ioctl command of the UBI
39 * An UBI device maybe deleted with %UBI_IOCDET ioctl command of the UBI
45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
52 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character
59 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character
66 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
73 * Volume update should be done via the %UBI_IOCVOLUP ioctl command of the
88 * To erase a logical eraseblock, the %UBI_IOCEBER ioctl command of the
89 * corresponding UBI volume character device should be used. This command
97 * ioctl command of the corresponding UBI volume character device. A pointer t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
ubi-user.h 30 * MTD devices may be attached using %UBI_IOCATT ioctl command of the UBI
39 * An UBI device maybe deleted with %UBI_IOCDET ioctl command of the UBI
45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
52 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character
59 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character
66 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
73 * Volume update should be done via the %UBI_IOCVOLUP ioctl command of the
88 * To erase a logical eraseblock, the %UBI_IOCEBER ioctl command of the
89 * corresponding UBI volume character device should be used. This command
97 * ioctl command of the corresponding UBI volume character device. A pointer t
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 17 package com.android.compatibility.common.tradefed.command;
19 import com.android.tradefed.command.Console;
  /cts/suite/audio_quality/lib/src/
Adb.h 26 /// if device string is empty, adb command will be called without -s option.
33 int executeCommand(const android::String8& command);
  /cts/tests/tests/assist/
AndroidTest.xml 20 <option name="run-command:run-command"
  /cts/tests/tests/provider/
AndroidTest.xml 20 <option name="run-command:run-command"
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 17 package com.android.dx.command.dump;
20 * contains command line parsedArgs values
  /development/testrunner/
errors.py 28 """We sent a command and had to wait too long for response."""
32 """Device is unresponsive to command."""
  /development/tools/recovery_l10n/res/values/
strings.xml 24 mode without a command to run. Will not normally happen, but
27 <string name="recovery_no_command">No command.</string>
  /external/apache-harmony/jdwp/
AndroidTest.xml 19 <option name="run-command:teardown-command" value="rm -rf /data/local/tmp/dalvik-cache" />
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceTest.java 38 * JDWP unit test for ArrayType.NewInstance command.
52 * This testcase exercises ArrayType.NewInstance command.
54 * <BR>Creates new instance of array by ArrayType.NewInstance command,
55 * check it length by ArrayReference.Length command.
76 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
104 checkReplyPacket(reply, "ArrayType::NewInstance command");
125 checkReplyPacket(reply, "ArrayReference::Length command");
129 assertEquals("ArrayReference::Length command returned ivalid array length,",
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
AbstractReflectedTypeTestCase.java 29 * ClassObjectReference.ReflectedType command.
47 ("==> Send VirtualMachine::ClassesBySignature command for checked class...");
53 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
80 checkReplyPacket(reply, "ReferenceType::ClassLoader command");
102 ("==> Send ReferenceType::ClassObject command for checked class...");
108 checkReplyPacket(reply, "ReferenceType::ClassObject command");
116 ("==> Send ClassObjectReference::ReflectedType command for classObjectID...");
122 checkReplyPacket(reply, "ClassObjectReference::ReflectedType command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SetValuesTest.java 39 * JDWP unit test for ClassType.SetValues command.
44 * This testcase exercises ClassType.SetValues command.
46 * <BR>Receives all fields from debuggee with ReferenceType.fields command.
47 * Then sets values for these fields with ClassType.SetValues command
48 * and checks set values using ReferenceType.GetValues command.
135 checkReplyPacket(reply, "ClassType::SetValues command");
145 checkReplyPacket(reply, "ClassType::GetValues command");
161 checkReplyPacket(reply, "ReferenceType::Fields command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ClassObjectTest.java 36 * JDWP Unit test for ReferenceType.ClassObject command.
42 static final String thisCommandName = "ReferenceType.ClassObject command";
50 * This testcase exercises ReferenceType.ClassObject command.
52 * for this class by VirtualMachine.ClassesBySignature command, then
53 * performs ReferenceType.ClassObject command and checks that returned
96 checkReplyPacket(referenceTypeReply, "ObjectReference::ReferenceType command");
114 checkReplyPacket(signatureReply, "ReferenceType::Signature command");
133 checkReplyPacket(classLoaderReply, "ReferenceType::ClassLoader command");
GetValues003Test.java 38 * JDWP Unit test for ReferenceType.GetValues command for field of super class.
50 * This testcase exercises ReferenceType.GetValues command for field of super class.
52 * ReferenceType.GetValues command runs correctly for field declaring
53 * in super class of passed to GetValues command ReferenceTypeID.
58 logWriter.println("==> " + thisTestName + " for ReferenceType.GetValues command: START...");
110 ("\n=> CHECK ReferenceType::GetValues command for chekedClassRefTypeID, superClassCheckedFieldID...");
118 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
141 logWriter.println("==> " + thisTestName + " for ReferenceType::GetValues command: FINISH");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 97 checkReplyPacket(reply, "ThreadReference::FrameCount command");
112 checkReplyPacket(reply, "ThreadReference::FramesCommand command");
132 checkReplyPacket(reply, "Method::VariableTable command");
156 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
175 checkReplyPacket(reply, "ThreadReference::Name command");
188 checkReplyPacket(reply, "ThreadReference::Suspend command");
198 checkReplyPacket(reply, "ThreadReference::Resume command");
210 checkReplyPacket(reply, "StackFrame::PopFramesCommand command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
OwnedMonitorsTest.java 38 * JDWP Unit test for ThreadReference.OwnedMonitors command.
47 * This testcase exercises ThreadReference.OwnedMonitors command.
50 * <BR>Then the test performs the ThreadReference.OwnedMonitors command
52 * It is expected that this command returns at least two monitors
55 * ObjectReference.MonitorInfo command.
56 * It is expected that this command returns the 'TESTED_THREAD' thread
88 checkReplyPacket(reply, "ThreadReference::OwnedMonitors command");
108 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
Status002Test.java 37 * JDWP Unit test for ThreadReference.Status command for the sleeping Thread.
58 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
62 * <BR> Then the tests performs the ThreadReference.Status command
71 " for ThreadReference.Status command: START...");
73 " checks command for SLEEPING Thread: which is sleeping in Thread.sleep(Time) method...");
81 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
88 checkReplyPacket(checkedReply, "ThreadReference.Status command");
123 " for ThreadReference.Status command: FINISH...");
Status003Test.java 37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting for time.
58 * This testcase exercises ThreadReference.Status command for the Thread waiting for time.
62 * <BR> Then the tests performs the ThreadReference.Status command
70 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
72 + " checks command for TIMED_WAITING Thread: which is waiting in Object.wait(Time) method...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
Status004Test.java 37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting UNDEFINITELY.
57 * This testcase exercises ThreadReference.Status command for the Thread waiting UNDEFINITELY.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
71 + " checks command for WAITING Thread: which is waiting UNDEFINITELY in Object.wait() method...");
79 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
86 checkReplyPacket(checkedReply, "ThreadReference.Status command");
119 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
Status005Test.java 37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
58 * This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
71 + " checks command for BLOCKED Thread: which is waiting to enter in locked Monitor...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");

Completed in 752 milliseconds

<<41424344454647484950>>