Home
last modified time | relevance | path

Searched +full:command +full:- +full:and +full:- +full:control (Results 1 – 25 of 1168) sorted by relevance

12345678910>>...47

/external/python/cpython2/Lib/idlelib/
Dconfig-keys.def6 # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
11 copy=<Control-Key-c> <Control-Key-C>
12 cut=<Control-Key-x> <Control-Key-X>
13 paste=<Control-Key-v> <Control-Key-V>
14 beginning-of-line= <Key-Home>
15 center-insert=<Control-Key-l> <Control-Key-L>
16 close-all-windows=<Control-Key-q> <Control-Key-Q>
17 close-window=<Alt-Key-F4> <Meta-Key-F4>
18 do-nothing=<Control-Key-F12>
19 end-of-file=<Control-Key-d> <Control-Key-D>
[all …]
Dhelp.txt1 This file, idlelib/help.txt is out-of-date and no longer used by Idle.
2 It is deprecated and will be removed in the future, possibly in 3.6
3 ----------------------------------------------------------------------
9 New File -- Create a new editing window
10 Open... -- Open an existing file
11 Recent Files... -- Open a list of recent files
12 Open Module... -- Open an existing module (searches sys.path)
13 Class Browser -- Show classes and methods in current file
14 Path Browser -- Show sys.path directories, modules, classes
15 and methods
[all …]
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def6 # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
11 copy=<Control-Key-c> <Control-Key-C>
12 cut=<Control-Key-x> <Control-Key-X>
13 paste=<Control-Key-v> <Control-Key-V>
14 beginning-of-line= <Key-Home>
15 center-insert=<Control-Key-l> <Control-Key-L>
16 close-all-windows=<Control-Key-q> <Control-Key-Q>
17 close-window=<Alt-Key-F4> <Meta-Key-F4>
18 do-nothing=<Control-Key-F12>
19 end-of-file=<Control-Key-d> <Control-Key-D>
[all …]
/external/fonttools/Lib/fontTools/svgLib/path/
Dparser.py7 # Copyright (c) 2013-2014 Lennart Regebro
20 # https://www.w3.org/TR/css-syntax-3/#number-token-diagram
21 # but -6.e-5 will be tokenized as "-6" then "-5" and confuse parsing
23 r"[-+]?" # optional sign
25 r"(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][-+]?[0-9]+)?" # int/float
27 r"(?:\.[0-9]+(?:[eE][-+]?[0-9]+)?)" # float with leading dot (e.g. '.42')
46 raise ValueError(f"Invalid arc command: '{arc_cmd}{x}'") from e
55 ("x-axis-rotation", FLOAT_RE),
56 ("large-arc-flag", BOOL_RE),
57 ("sweep-flag", BOOL_RE),
[all …]
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.h2 * Texas Instruments System Control Interface API
3 * Based on Linux and U-Boot implementation
5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
7 * SPDX-License-Identifier: BSD-3-Clause
17 * Device control operations
19 * - ti_sci_device_get - command to request for device managed by TISCI
20 * - ti_sci_device_get_exclusive - exclusively request a device
21 * - ti_sci_device_idle - Command to idle a device managed by TISCI
22 * - ti_sci_device_idle_exclusive - exclusively idle a device
23 * - ti_sci_device_put - command to release a device managed by TISCI
[all …]
/external/mesa3d/src/imagination/vulkan/
Dpvr_csb.h11 * of this software and associated documentation files (the "Software"), to deal
13 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14 * copies of the Software, and to permit persons to whom the Software is
17 * The above copyright notice and this permission notice (including the next
23 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47 /* clang-format off */
49 /* clang-format on */
78 /* When extending the control stream we can't break state updates across bos.
84 /* Used to track the state of the `relocation_mark` and to catch cases where
106 /* Current error status of the command buffer. Used to track inconsistent
[all …]
/external/trusty/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.h2 * Texas Instruments System Control Interface API
3 * Based on Linux and U-Boot implementation
5 * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/
7 * SPDX-License-Identifier: BSD-3-Clause
17 * Device control operations
19 * - ti_sci_device_get - command to request for device managed by TISCI
20 * - ti_sci_device_get_exclusive - exclusively request a device
21 * - ti_sci_device_idle - Command to idle a device managed by TISCI
22 * - ti_sci_device_idle_exclusive - exclusively idle a device
23 * - ti_sci_device_put - command to release a device managed by TISCI
[all …]
/external/sg3_utils/doc/
Dsg_stream_ctl.81 .TH SG_STREAM_CTL "8" "March 2018" "sg3_utils\-1.43" SG3_UTILS
3 sg_stream_ctl \- send SCSI STREAM CONTROL or GET STREAM STATUS command
6 [\fI\-\-brief\fR] [\fI\-\-close\fR] [\fI\-\-ctl=CTL\fR] [\fI\-\-get\fR]
7 [\fI\-\-help\fR] [\fI\-\-id=SID\fR] [\fI\-\-maxlen=LEN\fR] [\fI\-\-open\fR]
8 [\fI\-\-readonly\fR] [\fI\-\-verbose\fR] [\fI\-\-version\fR] \fIDEVICE\fR
12 Sends a SCSI STREAM CONTROL or GET STREAM STATUS command to the \fIDEVICE\fR.
13 These commands, together with WRITE STREAM(16 and 32) and several fields in
15 The stream commands were added in SBC\-4 draft 8 (September 2015).
17 Both STREAM CONTROL and GET STREAM STATUS commands expect data from the
18 \fIDEVICE\fR (referred to as 'data\-in'). In the case of STREAM CONTROL
[all …]
Dsg_bg_ctl.81 .TH SG_BG_CTL "8" "May 2016" "sg3_utils\-1.43" SG3_UTILS
3 sg_bg_ctl \- send SCSI BACKGROUND CONTROL command
6 [\fI\-\-ctl=CTL\fR] [\fI\-\-help\fR] [\fI\-\-time=TN\fR] [\fI\-\-verbose\fR]
7 [\fI\-\-version\fR] \fIDEVICE\fR
11 Sends a SCSI BACKGROUND CONTROL command to the \fIDEVICE\fR. This command
12 was first found in the SBC\-4 draft standard revision 8 (sbc4r08.pdf). It can
13 be used to start and stop 'advanced background operations' on the
15 are typically (solid state) disks) support this command. Those advanced
21 \fB\-c\fR, \fB\-\-ctl\fR=\fICTL\fR
22 \fICTL\fR is the value placed in the BO_CTL field of the BACKGROUND CONTROL
[all …]
Dsg3_utils_json.81 .TH SG3_UTILS_JSON "8" "November 2022" "sg3_utils\-1.48" SG3_UTILS
3 sg3_utils_json \- JSON output for some sg3_utils utilities
6 \fI\-\-json[=JO]\fR [\fIOTHER_OPTIONS\fR] [\fIDEVICE\fR]
14 output, rather than simple, human-readable output. The default remains
15 human-readable output.
19 https://en.wikipedia.org/wiki/JSON . JSON comes in many flavours and this one
20 uses the json-builder C implementation found at
21 https://github.com/json-parser/json-builder which implements four simple JSON
22 data types: string, integer, boolean and null. Its other data types are JSON
23 object and JSON array.
[all …]
Dsg_ses.81 .TH SG_SES "8" "October 2021" "sg3_utils\-1.47" SG3_UTILS
3 sg_ses \- access a SCSI Enclosure Services (SES) device
6 [\fI\-\-all\fR] [\fI\-\-ALL\fR] [\fI\-\-descriptor=DES\fR]
7 [\fI\-\-dev\-slot\-num=SN\fR] [\fI\-\-eiioe=A_F\fR] [\fI\-\-filter\fR]
8 [\fI\-\-get=STR\fR] [\fI\-\-hex\fR] [\fI\-\-index=IIA\fR |
9 \fI\-\-index=TIA,II\fR] [\fI\-\-inner\-hex\fR] [\fI\-\-join\fR]
10 [\fI\-\-maxlen=LEN\fR] [\fI\-\-page=PG\fR] [\fI\-\-quiet\fR] [\fI\-\-raw\fR]
11 [\fI\-\-readonly\fR] [\fI\-\-sas\-addr=SA\fR] [\fI\-\-status\fR]
12 [\fI\-\-verbose\fR] [\fI\-\-warn\fR] \fIDEVICE\fR
15 \fI\-\-control\fR [\fI\-\-byte1=B1\fR] [\fI\-\-clear=STR\fR]
[all …]
Dsg_modes.81 .TH SG_MODES "8" "July 2022" "sg3_utils\-1.45" SG3_UTILS
3 sg_modes \- reads mode pages with SCSI MODE SENSE command
6 [\fI\-\-all\fR] [\fI\-\-control=PC\fR] [\fI\-\-dbd\fR] [\fI\-\-dbout\fR]
7 [\fI\-\-examine\fR] [\fI\-\-flexible\fR] [\fI\-\-help\fR] [\fI\-\-hex\fR]
8 [\fI\-\-list\fR] [\fI\-\-llbaa\fR] [\fI\-\-maxlen=LEN\fR]
9 [\fI\-\-page=PG[,SPG]\fR] [\fI\-\-raw\fR] [\fI\-R\fR] [\fI\-\-readwrite\fR]
10 [\fI\-\-six\fR] [\fI\-\-verbose\fR] [\fI\-\-version\fR] [\fIDEVICE\fR]
13 [\fI\-6\fR] [\fI\-a\fR] [\fI\-A\fR] [\fI\-c=PC\fR] [\fI\-d\fR] [\fI\-D\fR]
14 [\fI\-e\fR] [\fI\-f\fR] [\fI\-h\fR] [\fI\-H\fR] [\fI\-l\fR] [\fI\-L\fR]
15 [\fI\-m=LEN\fR] [\fI\-p=PG[,SPG]\fR] [\fI\-r\fR] [\fI\-subp=SPG\fR]
[all …]
Dsg_ses_microcode.81 .TH SG_SES_MICROCODE "8" "January 2018" "sg3_utils\-1.43" SG3_UTILS
3 sg_ses_microcode \- send microcode to a SCSI enclosure
6 [\fI\-\-bpw=CS\fR] [\fI\-\-dry\-run\fR] [\fI\-\-ealsd\fR] [\fI\-\-help\fR]
7 [\fI\-\-id=ID\fR] [\fI\-\-in=FILE\fR] [\fI\-\-length=LEN\fR]
8 [\fI\-\-mode=MO\fR] [\fI\-\-non\fR] [\fI\-\-offset=OFF\fR]
9 [\fI\-\-skip=SKIP\fR] [\fI\-\-subenc=MS\fR] [\fI\-\-tlength=TLEN\fR]
10 [\fI\-\-verbose\fR] [\fI\-\-version\fR] \fIDEVICE\fR
15 sub\-enclosures) associated with the \fIDEVICE\fR. The process for doing
16 this is defined in the SCSI Enclosure Services (SES) standards and drafts
20 DIAGNOSTIC command followed optionally by a RECEIVE DIAGNOSTIC RESULTS
[all …]
Dsg_logs.81 .TH SG_LOGS "8" "November 2022" "sg3_utils\-1.48" SG3_UTILS
3 sg_logs \- access log pages with SCSI LOG SENSE command
6 [\fI\-\-ALL\fR] [\fI\-\-all\fR] [\fI\-\-brief\fR] [\fI\-\-exclude\fR]
7 [\fI\-\-filter=FL\fR] [\fI\-\-full\fR] [\fI\-\-hex\fR] [\fI\-\-json[=JO]\fR]
8 [\fI\-\-list\fR] [\fI\-\-maxlen=LEN\fR] [\fI\-\-name\fR] [\fI\-\-no_inq\fR]
9 [\fI\-\-page=PG\fR] [\fI\-\-paramp=PP\fR] [\fI\-\-pcb\fR] [\fI\-\-ppc\fR]
10 [\fI\-\-pdt=DT\fR] [\fI\-\-raw\fR] [\fI\-\-readonly\fR] [\fI\-\-sp\fR]
11 [\fI\-\-temperature\fR] [\fI\-\-transport\fR] [\fI\-\-undefined\fR]
12 [\fI\-\-vendor=VP\fR] [\fI\-\-verbose\fR] \fIDEVICE\fR
15 \fI\-\-in=FN\fR [\fI\-\-brief\fR] [\fI\-\-exclude\fR] [\fI\-\-filter=FL\fR]
[all …]
Dsginfo.81 .TH SGINFO "8" "January 2014" "sg3_utils\-1.38" SG3_UTILS
3 sginfo \- access mode page information for a SCSI (or ATAPI) device
18 addition information from the INQUIRY and READ DEFECTS commands are also
22 like \fI\-l\fR (to list devices) are broken in recent versions of
23 Linux (e.g. 2.6 series and later); the lsscsi(8) utility can be used
25 adds and modifies mode page fields. Those interested in SCSI mode pages
28 utility more up to date and easier use, especially for changing parameters.
35 shown. This can be overridden by "\-M" (defaults), "\-S" (saved)
36 or "\-m" (modifiable (i.e. changeable)).
38 Many mode pages are decoded: for disks (see SBC\-2), for CD/DVDs (see
[all …]
/external/autotest/server/
D_autoserv1 #!/usr/bin/python3 -u
2 # Copyright 2007-2008 Martin J. Bligh <mbligh@google.com>, Google Inc.
6 Run a control file through the server side engine
61 # Control segment to stage server-side package.
65 # Command line to start servod in a moblab.
70 _CONTROL_FILE_FROM_CONTROL_NAME = 'control.from_control_name'
75 logging.error("Received SIGALARM. Ignoring and continuing on.")
80 """Get a list of companion devices from command line arg -ch.
82 @param parser: Parser for the command line arguments.
84 @return: A list of companion devices from command line arg -ch.
[all …]
D_autoserv.py1 #!/usr/bin/python3 -u
2 # Copyright 2007-2008 Martin J. Bligh <mbligh@google.com>, Google Inc.
6 Run a control file through the server side engine
61 # Control segment to stage server-side package.
65 # Command line to start servod in a moblab.
70 _CONTROL_FILE_FROM_CONTROL_NAME = 'control.from_control_name'
75 logging.error("Received SIGALARM. Ignoring and continuing on.")
80 """Get a list of companion devices from command line arg -ch.
82 @param parser: Parser for the command line arguments.
84 @return: A list of companion devices from command line arg -ch.
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.h2 * WPA Supplicant / UNIX domain socket -based control interface
3 * Copyright (c) 2004-2020, Jouni Malinen <j@w1.fi>
21 * wpa_supplicant_ctrl_iface_process - Process ctrl_iface command
23 * @buf: Received command buffer (nul terminated string)
27 * Control interface backends call this function when receiving a message that
29 * and LEVEL. The return response value is then sent to the external program
30 * that sent the command. Caller is responsible for freeing the buffer after
39 * wpa_supplicant_global_ctrl_iface_process - Process global ctrl_iface command
41 * @buf: Received command buffer (nul terminated string)
45 * Control interface backends call this function when receiving a message from
[all …]
DREADME4 Copyright (c) 2003-2022, Jouni Malinen <j@w1.fi> and contributors
16 -------
18 This software may be distributed, used, and modified under the terms of
21 Redistribution and use in source and binary forms, with or without
26 notice, this list of conditions and the following disclaimer.
29 notice, this list of conditions and the following disclaimer in the
30 documentation and/or other materials provided with the distribution.
32 3. Neither the name(s) of the above-listed copyright holder(s) nor the
36 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
37 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
[all …]
DREADME-WPS1 wpa_supplicant and Wi-Fi Protected Setup (WPS)
5 can be configured and how an external component on the client (e.g.,
6 management GUI) is used to enable WPS enrollment and registrar
11 -------------------
13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
15 passphrase/PSK) and configuration of an access point and client
17 with PIN method and push-button configuration (PBC) being the most
21 wireless network, it should be noted that the use of the PIN and
29 - access point: the WLAN access point
30 - Registrar: a device that control a network and can authorize
[all …]
/external/rust/crates/shlex/src/
Dquoting_warning.md14 and `sh -c` arguments, or even scripts `source`d from interactive shells. The issues are:
16 - [Nul bytes](#nul-bytes)
18 - [Overlong commands](#overlong-commands)
20 If you are writing directly to the stdin of an interactive (`-i`) shell (i.e., if you are
21 pretending to be a terminal), or if you are writing to a cooked-mode pty (even if the other end is
24 - [Control characters](#control-characters-interactive-contexts-only)
26 Finally, there are some [solved issues](#solved-issues).
32 For non-interactive shells, the most problematic input is nul bytes (bytes with value 0). The
33 non-deprecated functions all default to returning [`QuoteError::Nul`] when encountering them, but
34 the deprecated [`quote`] and [`join`] functions leave them as-is.
[all …]
/external/python/setuptools/docs/userguide/
Dextension.rst8 a distutils extension as a separate project, and then have projects that need
12 commands and ``setup()`` arguments just by defining "entry points". These
13 are mappings from command or argument names to a specification of where to
15 Services and Plugins` above for some more background on entry points.)
19 ---------------
23 command, you might add something like this to your distutils extension
36 a ``setuptools.Command`` subclass.)
39 (e.g. by running "install" or "develop" with a site-packages installation
40 directory) the command(s) will be available to any ``setuptools``-based setup
41 scripts. It is not necessary to use the ``--command-packages`` option or
[all …]
/external/kernel-headers/original/uapi/linux/
Dvirtio_net.h6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 #define VIRTIO_NET_F_CTRL_VQ 17 /* Control channel available */
51 #define VIRTIO_NET_F_CTRL_RX 18 /* Control channel RX mode support */
52 #define VIRTIO_NET_F_CTRL_VLAN 19 /* Control channel VLAN filtering */
[all …]
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp5 * This library is free software; you can redistribute it and/or
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
67 switch (fLibusbTransfer->type) { in Do()
70 struct libusb_control_setup *setup = (struct libusb_control_setup *)fLibusbTransfer->buffer; in Do()
71 usb_raw_command command; in Do() local
72 command.control.request_type = setup->bmRequestType; in Do()
73 command.control.request = setup->bRequest; in Do()
74 command.control.value = setup->wValue; in Do()
75 command.control.index = setup->wIndex; in Do()
76 command.control.length = setup->wLength; in Do()
[all …]
/external/python/cpython2/Demo/sockets/
Dftp.py5 # FTP client can be built, and you are welcome to extend it to suit
11 # user never needs to send a PORT command. Rather, the client opens a
12 # port right away and sends the appropriate PORT command to the server.
14 # the data (which is written to stdout in this version), and when the
15 # data is exhausted, a new port is opened and a corresponding PORT
16 # command sent. In order to avoid errors when reusing ports quickly
17 # (and because there is no s.getsockname() method in Python yet) we
30 FTP_DATA_PORT = FTP_PORT - 1
41 control(hostname)
44 # Control process (user interface and user protocol interpreter).
[all …]

12345678910>>...47