/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 6 # 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 …]
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 6 # 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 …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/svgLib/path/ |
H A D | parser.py | 7 # 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 …]
|
/aosp_15_r20/external/ublksrv/include/ |
H A D | ublksrv.h | 1 // SPDX-License-Identifier: MIT or LGPL-2.1-only 33 /************ stored in ublksrv_ctrl_dev_info->ublksrv_flags *******/ 36 * for wakeup io command io_uring context 46 * Generic data for creating one ublk control device, which is used for 47 * sending control commands to /dev/ublk-control. 49 * Control commands(UBLK_CMD_*) are defined in ublk_cmd.h. 68 * ->handle_io_async() and ->tgt_io_done(). 92 * ublksrv_queue is 1:1 mapping with ublk driver's blk-mq queue, and 93 * has same queue depth with ublk driver's blk-mq queue. 185 * with our io_uring too, if this is true, ->tgt_io_done callback [all …]
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_csb.h | 11 * 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 …]
|
/aosp_15_r20/external/autotest/server/ |
H A D | _autoserv | 1 #!/usr/bin/python3 -u 2 # Copyright 2007-2008 Martin J. Bligh <[email protected]>, 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 …]
|
H A D | _autoserv.py | 1 #!/usr/bin/python3 -u 2 # Copyright 2007-2008 Martin J. Bligh <[email protected]>, 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 …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | README | 4 Copyright (c) 2003-2024, Jouni Malinen <[email protected]> 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 …]
|
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/ |
H A D | ti_sci.h | 2 * 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 …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/registers/ |
H A D | mchbar.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 * which can be composed of up to four sub-sequences. 14 * A sub-sequence (from now on, subseq) consists of executing the same 15 * DRAM command for a configurable number of times, with adjustable 16 * delay between the commands, as well as an address auto-increment 17 * value, which is added after a given number of command executions. 29 * These ranges are inclusive: both upper and lower bounds are valid. 36 * Configures the row/column, bank and rank addresses. When a subseq 38 * first command in the subseq. The address is updated after each 39 * command as configured in the "IOSAV_n_ADDR_UPDATE" registers, [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci.h | 2 * Texas Instruments System Control Interface API 3 * Based on Linux and U-Boot implementation 5 * Copyright (C) 2018-2024 Texas Instruments Incorporated - https://www.ti.com/ 7 * SPDX-License-Identifier: BSD-3-Clause 20 * These are the structures that are exported for outside use and populated 23 * struct ti_sci_msg_version - Structure containing version info 29 * @sub_version: Sub-version number of the firmware 30 * @patch_version: Patch-version number of the firmware. 45 * ti_sci_get_revision - Get the revision of the SCI entity 52 * Device control operations [all …]
|
/aosp_15_r20/external/sg3_utils/doc/ |
H A D | sg_ses.8 | 1 .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 …]
|
H A D | sg_stream_ctl.8 | 1 .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 …]
|
H A D | sg_logs.8 | 1 .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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/ |
D | quoting_warning.md | 14 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 …]
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.h | 4 * wpa_supplicant/hostapd control interface library 5 * Copyright (c) 2004-2006, Jouni Malinen <[email protected]> 8 * redistribution and use in source and binary forms, with or without 13 * notice, this list of conditions and the following disclaimer. 16 * notice, this list of conditions and the following disclaimer in the 17 * documentation and/or other materials provided with the distribution. 19 * 3. Neither the name(s) of the above-listed copyright holder(s) nor the 23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/ |
H A D | analyzer_cli.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 12 # See the License for the specific language governing permissions and 17 The analyzer performs post hoc analysis of dumped intermediate tensors and 36 # String constants for the depth-dependent hanging indent at the beginning 40 HANG_SUFFIX = "|- " 42 # String constant for displaying depth and op type. 46 # String constants for control inputs/outputs, etc. 63 """Generate main menu for the screen output from a command. 68 the menu items node_info, list_inputs and list_outputs will be 70 enable_node_info, enable_list_inputs and enable_list_outputs. [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/genxml/ |
H A D | gen7.xml | 1 <?xml version='1.0' encoding='utf-8'?> 116 <value name="IEEE-754" value="0" /> 126 <value name="Between 1 and 4 samplers used" value="1" /> 127 <value name="Between 5 and 8 samplers used" value="2" /> 128 <value name="Between 9 and 12 samplers used" value="3" /> 129 <value name="Between 13 and 16 samplers used" value="4" /> 147 <field name="L3 Cacheability Control (L3CC)" start="0" end="0" type="uint" /> 148 <field name="LLC Cacheability Control (LLCCC)" start="1" end="1" type="uint" /> 161 <field name="Cube Face Enable - Positive Z" start="0" end="0" type="bool" /> 162 <field name="Cube Face Enable - Negative Z" start="1" end="1" type="bool" /> [all …]
|
H A D | gen6.xml | 1 <?xml version='1.0' encoding='utf-8'?> 42 <field name="Post-Blend Color Clamp Enable" start="32" end="32" type="bool" /> 43 <field name="Pre-Blend Color Clamp Enable" start="33" end="33" type="bool" /> 110 <value name="IEEE-754" value="0" /> 120 <value name="Between 1 and 4 samplers used" value="1" /> 121 <value name="Between 5 and 8 samplers used" value="2" /> 122 <value name="Between 9 and 12 samplers used" value="3" /> 123 <value name="Between 13 and 16 samplers used" value="4" /> 135 <field name="Cacheability Control" start="0" end="1" type="uint" /> 145 <field name="Cube Face Enable - Positive Z" start="0" end="0" type="bool" /> [all …]
|
/aosp_15_r20/system/nfc/src/nfc/include/ |
H A D | rw_int.h | 3 * Copyright (C) 2009-2014 Broadcom Corporation 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 33 /* Proprietary definitions for HR0 and HR1 */ 41 /* Maximum supported Memory control TLVS in the tag */ 43 /* Maximum supported Lock control TLVS in the tag */ 53 /* TAG is in INITIALIZED state and has NDEF tlv with len=0 */ 62 /* Sent command to set the Lock bytes */ 69 /* Tag not activated and or response not received for RID */ 71 /* T1 Tag activated and ready to perform rw operation on Tag*/ [all …]
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | cups-lpd.c | 4 * Copyright 2007-2016 by Apple Inc. 5 * Copyright 1997-2006 by Easy Software Products, all rights reserved. 15 #include <cups/cups-private.h> 33 * LPD "mini-daemon" for CUPS. This program must be used in conjunction 34 * with inetd or another similar program that monitors ports and starts 37 * printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd 42 * - This daemon does not check to make sure that the source port is 43 * between 721 and 731, since it isn't necessary for proper 44 * functioning and port-based security is no security at all! 46 * - The "Print any waiting jobs" command is a no-op. [all …]
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.h | 4 * wpa_supplicant/hostapd control interface library 5 * Copyright (c) 2004-2006, Jouni Malinen <[email protected]> 8 * redistribution and use in source and binary forms, with or without 13 * notice, this list of conditions and the following disclaimer. 16 * notice, this list of conditions and the following disclaimer in the 17 * documentation and/or other materials provided with the distribution. 19 * 3. Neither the name(s) of the above-listed copyright holder(s) nor the 23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR [all …]
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | test_runner_utils.py | 3 # Use of this source code is governed by a BSD-style license that can be 65 """Raise when there is an issue the specified test's control file.""" 70 Add common arguments for both test_that and test_droid to their parser. 77 'NAME-matching regular expression. Use ' 81 '^ and $.') 82 parser.add_argument('--fast', action='store_true', dest='fast_mode', 85 'to skip time consuming steps like sysinfo and ' 87 parser.add_argument('--args', metavar='ARGS', 91 "e.g. --args='foo=bar cat=\"in a hat\"'.") 92 parser.add_argument('--results_dir', metavar='RESULTS_DIR', default=None, [all …]
|
/aosp_15_r20/external/libcups/backend/ |
H A D | lpd.c | 4 * Copyright © 2007-2019 by Apple Inc. 5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 15 #include <cups/http-private.h> 16 #include "backend-private.h" 41 static int abort_job = 0; /* Non-zero if we get SIGTERM */ 53 * The order for control and data files in LPD requests... 56 #define ORDER_CONTROL_DATA 0 /* Control file first, then data */ 57 #define ORDER_DATA_CONTROL 1 /* Data file first, then control */ 65 #define RESERVE_RFC1179 1 /* Reserve port 721-731 */ 66 #define RESERVE_ANY 2 /* Reserve port 1-1023 */ [all …]
|