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

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/
emmarun.java 9 import com.vladium.emma.Command;
26 final Command command = Command.create ("run", emmarun.class.getName (), args); local
27 command.run ();
  /external/autotest/client/bin/
sysinfo.py 10 command = base_sysinfo.command variable
os_dep.py 10 def command(cmd): function
16 raise ValueError('Missing command: %s' % cmd)
22 results.append(command(cmd))
  /external/mesa3d/src/glsl/
test.cpp 49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 49 function command() { function
54 "$@" || panic "command failed: $@"
71 command make download
78 command cp "$DOWNLOADS_ZIP" "$VERSIONED_ZIP"
80 command "$VERSION_BASE/trunk/tools/googlecode_upload.py" \
  /external/vboot_reference/host/linktest/
extern.c 17 const char* command = ""; variable
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.h 32 DataPipeCommand command; variable
38 DataPipeCommand command,
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AbstractStubCommandHandler.java 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.AbstractStaticReplyCommandHandler;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkColorChooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkColorChooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /bionic/libc/kernel/uapi/asm-x86/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /external/autotest/client/cros/
power_strip.py 8 # Opens a new connection for every command to
18 self.command('reboot', outlet, delay)
21 self.command('off', outlet, delay)
24 self.command('on', outlet, delay)
26 def command(self, command, outlet=1, delay=0): member in class:PowerStrip
28 self._do_command(command, outlet)
30 threading.Timer(delay, self._do_command, (command, outlet)).start()
32 def _do_command(self, command, outlet=1):
39 tn.write('%s .a%d\n' % (command, outlet)
    [all...]
  /external/clang/test/CodeGen/
pragma-pack-3.c 2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandAdd.java 19 package com.beust.jcommander.command;
CommandHidden.java 1 package com.beust.jcommander.command;
8 @Parameters(commandNames = "add", commandDescription = "Hidden command to add file contents to the index", hidden = true)
CommandMain.java 19 package com.beust.jcommander.command;
NamedCommandAdd.java 1 package com.beust.jcommander.command;
  /external/kernel-headers/original/uapi/asm-x86/asm/
ist.h 24 __u32 command; member in struct:ist_info
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 16 package org.mockftpserver.core.command;
21 * Interface for classes that can handle an FTP command.
30 * Handle the specified command for the session. This method is declared to throw
35 * @param command - the Command to be handled
36 * @param session - the session on which the Command was submitted
40 public void handleCommand(Command command, Session session) throws Exception;

Completed in 785 milliseconds

1 2 3 4 5 6 7 8 91011>>