HomeSort by relevance Sort by last modified time
    Searched refs:Commands (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 38 # Commands
40 Commands = {
108 All IMAP4rev1 commands are supported by methods of the same
111 All arguments to commands are converted to strings, except for
142 most IMAP servers implement a sub-set of the commands available here.
155 self.tagged_commands = {} # Tagged commands awaiting response
212 if attr in Commands:
301 # IMAP4 commands
752 if not command in Commands:
754 if self.state not in Commands[command]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 38 # Commands
40 Commands = {
108 All IMAP4rev1 commands are supported by methods of the same
111 All arguments to commands are converted to strings, except for
142 most IMAP servers implement a sub-set of the commands available here.
155 self.tagged_commands = {} # Tagged commands awaiting response
212 if attr in Commands:
301 # IMAP4 commands
752 if not command in Commands:
754 if self.state not in Commands[command]
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
registration_tickets_unittest.py 14 from fake_device_server import commands
33 self.commands = commands.Commands(self.oauth, self.fail_control)
36 self.commands,
  /external/syslinux/gpxe/src/drivers/net/
3c90x.h 171 enum Commands {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 712 options.Commands.Delete(0);
725 options.Commands[0].ActionSet = actionSet;
737 options.Commands.Add(uc);
767 options.Commands.Clear();
770 options.Commands.Add(updateMainCommand);
    [all...]
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 139 In section 3.8.2, Alternate Texture Image Specification Commands, on
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 14 enum Commands {
  /external/libxml2/
xmlcatalog.c 291 printf("Commands available:\n");
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 24 "cmd/pprof/internal/commands"
37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, overrides commands.Commands) error {
431 flagInteractive *bool // Accept commands interactively
432 flagCommands map[string]*bool // pprof commands without parameters
433 flagParamCommands map[string]*string // pprof commands with parameters
483 commands commands.Commands
600 for name, cmd := range f.commands {
    [all...]
interactive.go 15 "cmd/pprof/internal/commands"
52 // spaces. Takes care to separate commands of the form 'top10' into
64 // interactive displays a prompt and reads commands for profile
70 ui.Print("Entering interactive mode (type \"help\" for commands)")
71 ui.SetAutoComplete(commands.NewCompleter(f.commands))
83 // Process simple commands.
97 // Process report generation commands.
98 if _, ok := f.commands[fields[0]]; ok {
151 Commands
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 24 "cmd/pprof/internal/commands"
37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, overrides commands.Commands) error {
431 flagInteractive *bool // Accept commands interactively
432 flagCommands map[string]*bool // pprof commands without parameters
433 flagParamCommands map[string]*string // pprof commands with parameters
483 commands commands.Commands
600 for name, cmd := range f.commands {
    [all...]
interactive.go 15 "cmd/pprof/internal/commands"
52 // spaces. Takes care to separate commands of the form 'top10' into
64 // interactive displays a prompt and reads commands for profile
70 ui.Print("Entering interactive mode (type \"help\" for commands)")
71 ui.SetAutoComplete(commands.NewCompleter(f.commands))
83 // Process simple commands.
97 // Process report generation commands.
98 if _, ok := f.commands[fields[0]]; ok {
151 Commands
    [all...]
  /build/make/core/
config.mk 259 # Commands to generate .toc file common to ELF .so files.
265 # Commands to generate .toc file from Darwin dynamic library.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 104 ## shell commands which can be used in build file in the form of macro
339 # Phony target which is used to force executing commands for a target
706 "cmd" : "\n\t".join(T.Commands),
    [all...]
  /external/syslinux/dosutil/
eltorito.asm 33 ; To assemble and link, use these commands with NASM 2.x:
67 dw Commands ; | MSCDEX requires this
130 Commands:
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 289 // Commands such as "dist version > VERSION" will cause
952 "Commands are:\n" +
963 "All commands take -v flags to emit extra information.\n",
1206 xprintf("Installed commands in %s\n", gobin)
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 289 // Commands such as "dist version > VERSION" will cause
952 "Commands are:\n" +
963 "All commands take -v flags to emit extra information.\n",
1206 xprintf("Installed commands in %s\n", gobin)
  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 75 // Commands lists the available commands and help topics.
77 var commands = []*Command{ var
163 // In theory all the commands we invoke should have
175 for _, cmd := range commands {
201 The commands are:
306 tmpl(bw, usageTemplate, commands)
348 tmpl(&commentWriter{W: os.Stdout}, documentationTemplate, append([]*Command{usage}, commands...))
353 for _, cmd := range commands {
574 // "cmd" (standard commands), or a path including "..."
    [all...]
help.go 33 Many commands apply to a set of packages:
62 - "cmd" expands to the Go repository's commands and their
88 Commands are built into binaries and cannot be imported.
314 The bin directory holds compiled commands.
320 installed commands. If the GOBIN environment variable is
321 set, commands are installed to the directory it names instead
564 The 'go build' and 'go install' commands take a -buildmode argument which
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 75 // Commands lists the available commands and help topics.
77 var commands = []*Command{ var
163 // In theory all the commands we invoke should have
175 for _, cmd := range commands {
201 The commands are:
306 tmpl(bw, usageTemplate, commands)
348 tmpl(&commentWriter{W: os.Stdout}, documentationTemplate, append([]*Command{usage}, commands...))
353 for _, cmd := range commands {
574 // "cmd" (standard commands), or a path including "..."
    [all...]
help.go 33 Many commands apply to a set of packages:
62 - "cmd" expands to the Go repository's commands and their
88 Commands are built into binaries and cannot be imported.
314 The bin directory holds compiled commands.
320 installed commands. If the GOBIN environment variable is
321 set, commands are installed to the directory it names instead
564 The 'go build' and 'go install' commands take a -buildmode argument which
  /external/iproute2/doc/
ip-cref.tex 33 This document is split into sections explaining \verb|ip| commands
111 --- read commands from provided file or standart input and invoke them.
132 If there were any errors during execution of the commands,
165 do not allow all of these operations or have some additional commands.
167 out a list of available commands and argument syntax conventions.
264 commands display and change the state of devices.
266 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
595 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
832 \paragraph{Warning:} This command (and other \verb|flush| commands
877 The corresponding commands display neighbour binding
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 103 " The Command widget lists a number of sub-menus and commands.",
    [all...]
display.c 682 " 3 Press and drag to choose from a select set of commands.",
704 " The Command widget lists a number of sub-menus and commands.",
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 1376 milliseconds

12 3