HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 576 - 600 of 1164) sorted by null

<<21222324252627282930>>

  /external/clang/utils/perf-training/
perf-helper.py 396 commands = {'clean' : clean, variable
403 f = commands[sys.argv[1]]
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 135 commands: label
137 commands command SEMICOLON
  /external/python/cpython2/Lib/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
291 commands = set(self.completenames(*args)
    [all...]
  /external/python/cpython3/Lib/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
70 doc_header = "Documented commands (type help <topic>):"
72 undoc_header = "Undocumented commands:"
199 commands by the interpreter should stop.
287 commands = set(self.completenames(*args)
    [all...]
  /external/toolchain-utils/cros_utils/
misc.py 106 def FormatCommands(commands):
108 str(commands), ('&&', '&&\n'), (';', ';\n'), (r'\n+\s*', '\n'))
  /external/v8/tools/testrunner/local/
execution.py 37 from . import commands
181 output = commands.Execute(instr.command, instr.verbose, instr.timeout)
testsuite.py 32 from . import commands
331 output = commands.Execute(context.command_prefix +
  /external/vogar/src/vogar/android/
AndroidSdk.java 38 import vogar.commands.Command;
39 import vogar.commands.Mkdir;
45 * Android SDK commands such as adb, aapt and dx.
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ZslOneCameraFactory.java 48 import com.android.camera.one.v2.commands.CameraCommandExecutor;
49 import com.android.camera.one.v2.commands.ZslPreviewCommandFactory;
191 // allow any number of commands to execute
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
291 commands = set(self.completenames(*args)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
291 commands = set(self.completenames(*args)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 21 for compatibility with other nm commands
  /prebuilts/go/linux-x86/src/cmd/nm/
nm.go 21 for compatibility with other nm commands
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
291 commands = set(self.completenames(*args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
291 commands = set(self.completenames(*args)
    [all...]
  /tools/test/connectivity/acts/tests/google/net/
DataUsageTest.py 82 commands = ["pm grant com.android.chrome "
90 for cmd in commands:
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 175 * commands that can create events, delete or update events, and then
773 * This sequence of commands inserts and deletes some events.
2518 Command[] commands; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 14 // The commands are:
83 // and test commands:
88 // print the commands but do not run them.
90 // the number of programs, such as build commands or
106 // print the commands.
208 // The -n flag causes clean to print the remove commands it would execute,
214 // The -x flag causes clean to print remove commands as it executes them.
390 // The -n flag prints commands that would be executed.
391 // The -x flag prints commands as they are executed.
404 // Generate runs commands described by directives within existin
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 14 // The commands are:
83 // and test commands:
88 // print the commands but do not run them.
90 // the number of programs, such as build commands or
106 // print the commands.
208 // The -n flag causes clean to print the remove commands it would execute,
214 // The -x flag causes clean to print remove commands as it executes them.
390 // The -n flag prints commands that would be executed.
391 // The -x flag prints commands as they are executed.
404 // Generate runs commands described by directives within existin
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.c 618 /* Copy commands. */
3015 bfd_mach_o_load_command *commands; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 110 __u64 commands; member in struct:drm_vmw_execbuf_arg
  /build/kati/cmd/kati/
main.go 83 flag.BoolVar(&eagerCmdEvalFlag, "eager_cmd_eval", false, "Eval commands first.")
97 flag.BoolVar(&kati.DryRunFlag, "n", false, "Only print the commands that would be executed")
  /build/make/tools/releasetools/
edify_generator.py 35 """Make a temporary script object whose commands can latter be
37 caller wants to generate script commands out-of-order."""
165 commands instead of by time."""
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 17 package vogar.commands;
262 * This must be a <strong>local</strong> directory; Commands run on
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 15 import_module('commands', deprecated=True)
18 from commands import getstatus

Completed in 1570 milliseconds

<<21222324252627282930>>