HomeSort by relevance Sort by last modified time
    Searched full:command (Results 1 - 25 of 18854) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/304-method-tracing/
info.txt 1 Test method tracing from command-line.
  /external/e2fsprogs/lib/ss/
test_cmd.ct 3 request test_cmd, "Test command",
  /external/vulkan-validation-layers/demos/smoke/
README.md 1 This demo demonstrates multi-thread command buffer recording.
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
CommandTest.java 16 package org.mockftpserver.stub.command;
19 import org.mockftpserver.core.command.Command;
24 * Tests for the Command class
39 Command command = new Command("abc", PARAMETERS); local
40 assertEquals("name", "abc", command.getName());
41 assertEquals("parameters", PARAMETERS, command.getParameters());
49 new Command(null, EMPTY);
83 Command command = new Command("abc", array("123", "456")); local
92 Command command = new Command("abc", array("123", "456")); local
106 Command command = new Command("abc", array("123", "456")); local
    [all...]
  /external/valgrind/gdbserver_tests/
mchelp.stderrB.exp 1 sending command help to pid ....
2 sending command help debug to pid ....
3 sending command v.kill to pid ....
mcinvokeRU.stderrB.exp 1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pid ...
    [all...]
mcinvokeWS.stderrB.exp 1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pid ...
    [all...]
  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
error-0.txt 1 # Check error on an internal shell error (unable to find command).
3 # RUN: not-a-real-command
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
CommandTest.java 16 package org.mockftpserver.core.command;
27 * Tests for the Command class
37 * Test the Command(String,String[]) constructor
41 Command command = new Command("abc", PARAMETERS); local
42 assertEquals("name", "abc", command.getName());
43 assertEquals("parameters", PARAMETERS, command.getParameters());
47 * Test the Command(String,List) constructor
52 Command command = new Command("abc", PARAMETERS_LIST); local
96 Command command = new Command("abc", array("123", "456")); local
105 Command command = new Command("abc", array("123", "456")); local
119 Command command = new Command("abc", array("123", "456")); local
129 Command command = new Command("abc", array("123", "456")); local
    [all...]
  /dalvik/dx/etc/
manifest.txt 1 Main-Class: com.android.dx.command.Main
  /device/asus/fugu/sepolicy/
audioserver.te 1 # required for voice command remote control
  /external/libvorbis/vq/
make_floor_books.pl 26 my $command=$line;
27 print ">>> $command";
28 die "Couldn't shell command.\n\tcommand:$command\n"
29 if syst($command);
40 $command="rm -f $globalname.vqh";
41 die "Couldn't remove file.\n\tcommand:$command\n"
42 if syst($command);
62 $command="rm -f $datafile.tmp";
63 print "\n\n>>> $command\n"
    [all...]
  /external/libweave/include/weave/
command.h 15 class Command {
30 // Returns the full command ID.
33 // Returns the full name of the command.
36 // Returns the full path to the component this command is intended for.
39 // Returns the command state.
40 virtual Command::State GetState() const = 0;
42 // Returns the origin of the command.
43 virtual Command::Origin GetOrigin() const = 0;
45 // Returns the command parameters.
48 // Returns the command progress
    [all...]
  /external/libjpeg-turbo/simd/
nasm_lt.sh 2 command=""
13 command="$command -DPIC"
20 command="$command $1"
36 command="$command -I$incdir"
41 command="$command $1"
45 command="$command $1
    [all...]
  /external/curl/tests/data/
test1305 25 <command>
27 </command>
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_ftp.h 7 /* PORT command from client */
11 /* EPRT command from client */
  /external/tpm2/
CommandCodeAttributes_fp.h 10 AUTH_ROLE CommandAuthRole(TPM_CC commandCode, // IN: command code
14 TPM_CC commandCode, // IN: start command code
18 BOOL CommandIsImplemented(TPM_CC commandCode // IN: command code
24 BOOL IsReadOperation(TPM_CC command // IN: Command to check
26 BOOL IsSessionAllowed(TPM_CC commandCode // IN: the command to be checked
28 BOOL IsWriteOperation(TPM_CC command // IN: Command to check
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_ftp.h 8 /* PORT command from client */
12 /* EPRT command from client */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_ftp.h 7 /* PORT command from client */
11 /* EPRT command from client */
  /external/junit/src/junit/textui/
package-info.java 2 * Provides JUnit v3.x command line based tool to run tests.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
TypeCommandHandler.java 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.CommandHandler;
20 import org.mockftpserver.core.command.InvocationRecord;
21 import org.mockftpserver.core.command.ReplyCodes;
25 * CommandHandler for the TYPE command. Send back a reply code of 200.
30 * invocation, which is a String[2] containing the first two command parameter values.
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
    [all...]
  /external/skia/infra/bots/
compile_skia.isolate 6 'command': [
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
cmdline-bad-arch.d 1 # name: Bad -march command line
cmdline-bad-cpu.d 1 # name: Bad -mcpu command line
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
dummy.s 1 # Dummy input file for tests of command-line options.

Completed in 7659 milliseconds

1 2 3 4 5 6 7 8 91011>>