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

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/tools/
update_protos.py 58 def command(*args): function
94 command(gen_path, whitelist_path, input_dir, output_dir)
  /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 11 command = base_sysinfo.command variable
  /external/mesa3d/src/compiler/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/python/cpython2/Demo/embed/
loop.c 10 char *command; local
13 fprintf(stderr, "usage: loop <python-command> [count]\n");
16 command = argv[1];
29 PyRun_SimpleString(command);
  /external/vboot_reference/host/linktest/
extern.c 17 const char* command = ""; variable
  /test/framework/harnesses/host_controller/command_processor/
command_copy.py 24 """Command processor for copy command.
29 command: string, command name which this processor will handle.
30 command_detail: string, detailed explanation for the command.
33 command = "copy" variable in class:CommandCopy
command_info.py 23 '''Command processor for info command.
28 command: string, command name which this processor will handle.
29 command_detail: string, detailed explanation for the command.
32 command = 'info' variable in class:CommandInfo
39 arg_line: string, line of command arguments
command_acloud.py 24 '''Command processor for acloud command.
29 command: string, command name which this processor will handle.
30 command_detail: string, detailed explanation for the command.
33 command = 'acloud' variable in class:CommandAcloud
40 arg_line: string, line of command arguments
60 """Initializes the parser for acloud command."""
command_exit.py 21 """Command processor for exit command.
26 command: string, command name which this processor will handle.
27 command_detail: string, detailed explanation for the command.
30 command = "exit" variable in class:CommandExit
44 """Prints help message for exit command."""
command_fetch.py 24 """Command processor for fetch command.
29 command: string, command name which this processor will handle.
30 command_detail: string, detailed explanation for the command.
33 command = "fetch" variable in class:CommandFetch
38 """Initializes the parser for fetch command."""
command_flash.py 27 """Command processor for flash command.
32 command: string, command name which this processor will handle.
33 command_detail: string, detailed explanation for the command.
36 command = "flash" variable in class:CommandFlash
41 """Initializes the parser for flash command."""
command_gsispl.py 30 """Command processor for gsispl command.
35 command: string, command name which this processor will handle.
36 command_detail: string, detailed explanation for the command.
39 command = "gsispl" variable in class:CommandGsispl
44 """Initializes the parser for device command."""
command_request.py 22 """Command processor for request command.
27 command: string, command name which this processor will handle.
28 command_detail: string, detailed explanation for the command.
31 command = "request" variable in class:CommandRequest
32 command_detail = "Send TFC a request to execute a command."
36 """Initializes the parser for request command."""
44 help="The target device to run the command.")
50 "command",
    [all...]
command_retry.py 24 command = "retry" variable in class:CommandRetry
29 """Initializes the parser for retry command."""
  /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 31 DataPipeCommand command; variable
37 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;
  /external/python/cpython2/Lib/lib-tk/
tkColorChooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /external/python/cpython3/Lib/tkinter/
colorchooser.py 31 command = "tk_chooseColor" variable in class:Chooser
  /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

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>