Searched +full:- +full:- +full:timeout +full:- +full:boot +full:- +full:retries (Results 1 – 13 of 13) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/b2c/ |
| D | generate_b2c.py | 30 parser.add_argument('--ci-job-id') 31 parser.add_argument('--container-cmd') 32 parser.add_argument('--initramfs-url') 33 parser.add_argument('--job-success-regex') 34 parser.add_argument('--job-warn-regex') 35 parser.add_argument('--kernel-url') 36 parser.add_argument('--log-level', type=int) 37 parser.add_argument('--poweroff-delay', type=int) 38 parser.add_argument('--session-end-regex') 39 parser.add_argument('--session-reboot-regex') [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 46 # Timeout in seconds to decide if the device from the dispatched LAVA job has 57 # How many retries should be made when a timeout happen. 60 # How many attempts should be made when a timeout happen during LAVA device boot. 78 "depthcharge-action": { 88 # URLs to our kernel rootfs to boot from, both generated by the base 91 'timeout': { 'minutes': 10 }, 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 109 # always boot over NFS [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver… 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K" 18 - results/ 20 .test-gl: 22 - .test 23 - .use-debian/x86_test-gl [all …]
|
| /third_party/NuttX/fs/nfs/ |
| D | rpc_clnt.c | 4 * Copyright (C) 2012-2013, 2018 Gregory Nutt. All rights reserved. 6 * Author: Jose Pablo Rojas Vargas <jrojas@nx-engineering.com> 92 * Pre-processor Definitions 127 /* Global statics for all client instances. Cleared by NuttX on boot-up. */ 172 * On failure, it returns -1 with the specific error in errno. in rpcclnt_send() 175 nbytes = sendto(rpc->rc_so, call, reqlen, 0, in rpcclnt_send() 176 rpc->rc_name, sizeof(struct sockaddr)); in rpcclnt_send() 189 #define CONFIG_NFS_RECV_TIMEOUT 200 /* udp-nfs recv timeout in milli seconds */ 212 FD_SET((uint32_t)(rpc->rc_so), &fdreadset); in rpcclnt_receive() 217 ret = select(rpc->rc_so + 1, &fdreadset, 0, 0, &timeval); in rpcclnt_receive() [all …]
|
| /third_party/lwip/src/core/ipv4/ |
| D | dhcp.c | 12 * - Support for interfaces other than Ethernet (SLIP, PPP, ...) 31 * Copyright (c) 2001-2004 Leon Woestenberg <leon.woestenberg@gmx.net> 32 * Copyright (c) 2001-2004 Axon Digital Design B.V., The Netherlands. 113 #define DHCP_MAX_MSG_LEN(netif) (netif->mtu) 133 * lwIP is single-threaded and the array is only used while in recv 146 DHCP_OPTION_IDX_DNS_SERVER_LAST = DHCP_OPTION_IDX_DNS_SERVER + LWIP_DHCP_PROVIDE_DNS_SERVERS - 1, 150 DHCP_OPTION_IDX_NTP_SERVER_LAST = DHCP_OPTION_IDX_NTP_SERVER + LWIP_DHCP_MAX_NTP_SERVERS - 1, 186 #define dhcp_option_given(dhcp, idx) ((dhcp)->rx_options_given[idx] != 0) 187 #define dhcp_got_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 1) 188 #define dhcp_clear_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 0) [all …]
|
| /third_party/cups-filters/ |
| D | README.md | 1 README - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24 2 -------------------------------------------------------- 10 CUPS is a standards-based, open source printing system developed 11 by Apple Inc. for Mac OS® X and other UNIX®-like operating 13 provides System V and Berkeley command-line interfaces, a web 20 filters for the PDF-centric printing workflow introduced by 27 over to PDF-based printing. In that case some filters are provided 33 (liblcms2 recommended), libavahi-common, libavahi-client, libdbus, 35 non-PDF printers are used, to have at least one of Ghostscript, 38 The Poppler-based pdftoraster filter needs a C++ compiler which [all …]
|
| D | README | 1 README - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24 2 -------------------------------------------------------- 10 CUPS is a standards-based, open source printing system developed 11 by Apple Inc. for Mac OS® X and other UNIX®-like operating 13 provides System V and Berkeley command-line interfaces, a web 20 filters for the PDF-centric printing workflow introduced by 27 over to PDF-based printing. In that case some filters are provided 33 (liblcms2 recommended), libavahi-common, libavahi-client, libdbus, 35 non-PDF printers are used, to have at least one of Ghostscript, 38 The Poppler-based pdftoraster filter needs a C++ compiler which [all …]
|
| /third_party/NuttX/include/nuttx/net/ |
| D | net.h | 11 * http://www.apache.org/licenses/LICENSE-2.0 39 * Pre-processor Definitions 70 # define _NX_GETERRNO(r) (-(r)) 77 # define _NX_GETERRVAL(r) (-errno) 89 #define SOCKCAP_NONBLOCKING (1 << 0) /* Bit 0: Socket supports non-blocking 104 NET_LL_PPP /* Point-to-Point Protocol (PPP) */ 111 /* This defines the storage size of a timeout value. This effects only 112 * range of supported timeout values. With an LSB in seciseconds, the 113 * 16-bit maximum of 65535 corresponds to 1 hr 49 min 13.5 sec at decisecond 174 * compatible with struct socket_conn_s. Connection-specific content may [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 14 "nuttx-6.27"). 16 NuttX-0.1.0 17 ----------- 23 This release has been verified on both the Linux user-mode and C5471 25 for the C5471 can be found in arch/c5471/doc/test-results.txt. 29 NuttX-0.1.1 30 ----------- 42 This release has been verified on the Linux user-mode platform, the 51 NuttX-0.1.2 52 ----------- [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | qca-vendor.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2020, The Linux Foundation 5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. 28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs 41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band 79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band 117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied 120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /third_party/openssl/ |
| D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|