Searched +full:- +full:- +full:timeout +full:- +full:boot +full:- +full:minutes (Results 1 – 19 of 19) 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. 75 "job": {"minutes": args.job_timeout}, 76 "action": {"minutes": 3}, 78 "depthcharge-action": { 79 "minutes": 3 * NUMBER_OF_ATTEMPTS_LAVA_BOOT, 88 # URLs to our kernel rootfs to boot from, both generated by the base [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/utils/ |
| D | log_section.py | 18 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10) 20 # Empirically, successful device boot in LAVA time takes less than 3 21 # minutes. 22 # LAVA itself is configured to attempt thrice to boot the device, 23 # summing up to 9 minutes. 24 # It is better to retry the boot than cancel the job and re-submit to avoid 26 LogSectionType.LAVA_BOOT: timedelta(minutes=9), 28 LogSectionType.TEST_SUITE: timedelta(minutes=5), 31 # Gitlab job timeout. 32 LogSectionType.TEST_CASE: timedelta(minutes=60), [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/mesa3d/.gitlab-ci/bare-metal/ |
| D | poe_run.py | 37 args.dev, "results/serial-output.txt", "") 54 for line in self.ser.lines(timeout=5 * 60, phase="bootloader"): 61 "Something wrong; couldn't detect the boot start up sequence") 64 for line in self.ser.lines(timeout=self.test_timeout, phase="test"): 65 if re.search("---. end Kernel panic", line): 74 self.print_error("nouveau jetson boot bug, retrying.") 91 parser.add_argument('--dev', type=str, 93 parser.add_argument('--powerup', type=str, 95 parser.add_argument('--powerdown', type=str, 98 '--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
|
| D | fastboot_run.py | 36 args.dev, "results/serial-output.txt", "R SERIAL> ") 37 self.fastboot = "fastboot boot -s {ser} artifacts/fastboot.img".format( 49 def logged_system(self, cmd, timeout=60): argument 52 return subprocess.call(cmd, shell=True, timeout=timeout) 54 self.print_error("timeout, restarting run...") 62 for line in self.ser.lines(timeout=2 * 60, phase="bootloader"): 70 "Detected crash during boot, restarting run...") 81 print_more_lines = -1 82 for line in self.ser.lines(timeout=self.test_timeout, phase="test"): 86 print_more_lines -= 1 [all …]
|
| D | cros_servo_run.py | 36 cpu, "results/serial.txt", "R SERIAL-CPU> ") 40 ec, "results/serial-ec.txt", "R SERIAL-EC> ", line_queue=self.cpu_ser.line_queue) 48 print("W SERIAL-EC> %s" % s) 52 print("W SERIAL-CPU> %s" % s) 67 # Emit a ^N character to request network boot, because we don't have a 68 # direct-to-netboot firmware on cheza. 69 for line in self.cpu_ser.lines(timeout=120, phase="bootloader"): 94 for line in self.cpu_ser.lines(timeout=self.test_timeout, phase="test"): 95 if re.search("---. end Kernel panic", line): 111 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line): [all …]
|
| /third_party/backends/doc/ |
| D | sane-scsi.man | 1 .TH sane\-scsi 5 "14 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" 2 .IX sane\-scsi 4 sane\-scsi \- SCSI adapter tips for scanners 6 This manual page contains various operating-system specific tips and 57 strings which must be enclosed in double-quotes if they contain any 58 whitespace. The remaining four fields are non-negative integer numbers. The 65 scsi-line matches multiple devices. When this happens, each matching device 70 scsi MUSTEK MFS\-06000CX Scanner 0 00 03 00 79 Vendor: MUSTEK Model: MFS\-06000CX Rev: 4.04 95 If the remainder of a scsi-string consists of asterisks only, the [all …]
|
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 5 - .lava-test:amd64 6 - .radv-rules 13 DEVICE_TYPE: hp-11A-G6-EE-grunt 15 GPU_VERSION: radv-stoney-aco 22 RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt 25 .test-radv: 27 - .radv-rules 31 # The SPIRV -> NIR code generator generates so many harmless 32 # warnings on the shaders in VK-CTS that jobs fail due to the log 40 .b2c-test-radv-vk: [all …]
|
| /third_party/mesa3d/.gitlab-ci/tests/utils/ |
| D | test_lava_log.py | 6 # SPDX-License-Identifier: MIT 82 "msg": "Received signal: <STARTTC> mesa-ci_iris-kbl-traces", 88 "msg": "[ 16.997829] <LAVA_SIGNAL_STARTTC mesa-ci_iris-kbl-traces>", 93 "msg": "<LAVA_SIGNAL_ENDTC mesa-ci_iris-kbl-traces>", 116 "msg": "Received signal: <STARTTC> mesa-ci_iris-kbl-traces", 121 "msg": "<LAVA_SIGNAL_ENDTC mesa-ci_iris-kbl-traces>", 170 create_lava_yaml_msg(msg="[0m[0m[31mERROR - dEQP error: ", lvl="target"), 171 "\x1b[0m\x1b[0m\x1b[31mERROR - dEQP error: ", 215 msg="[0Ksection_start:1652658415:deqp[collapsed=false][0Kdeqp-runner", 218 "\x1b[0Ksection_start:1652658415:deqp[collapsed=false]\r\x1b[0Kdeqp-runner", [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | kernel.rst | 7 side-effects since many devices from different platforms are involved in the 11 ----------------- 14 https://gitlab.freedesktop.org/gfx-ci/linux 21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable. 22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which 25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)` 28 --------------- 31 the script located at `.gitlab-ci/container/build-kernel.sh`. 36 When a Kernel uprev happens, it is worth compiling and cross-compiling the 44 +------------+--------------------------------------------+-------------------------------------+ [all …]
|
| /third_party/toybox/generated/ |
| D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support." 17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 35 …--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm… 43 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 45 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
| /third_party/backends/backend/genesys/ |
| D | low.cpp | 1 /* sane - Scanner Access Now Easy. 3 Copyright (C) 2010-2013 Stéphane Voltz <stef.dev@free.fr> 51 /* ------------------------------------------------------------------------ */ 53 /* ------------------------------------------------------------------------ */ 72 /* ------------------------------------------------------------------------ */ 74 /* ------------------------------------------------------------------------ */ 87 /* ------------------------------------------------------------------------ */ 89 /* ------------------------------------------------------------------------ */ 113 if (dev->model->asic_type==AsicType::GL847 || in sanei_genesys_set_buffer_address() 114 dev->model->asic_type==AsicType::GL845 || in sanei_genesys_set_buffer_address() [all …]
|
| D | gl841.cpp | 1 /* sane - Scanner Access Now Easy. 4 Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de> 6 Copyright (C) 2004-2013 Stéphane Voltz <stef.dev@free.fr> 8 Copyright (C) 2005-2009 Pierre Willenbrock <pierre@pirsoft.dnsalias.org> 57 dev->reg.init_reg(0x01, 0x20); in gl841_init_registers() 58 if (dev->model->is_cis) { in gl841_init_registers() 59 dev->reg.find_reg(0x01).value |= REG_0x01_CISSET; in gl841_init_registers() 61 dev->reg.find_reg(0x01).value &= ~REG_0x01_CISSET; in gl841_init_registers() 63 if (dev->model->model_id == ModelId::CANON_LIDE_80) { in gl841_init_registers() 64 dev->reg.init_reg(0x01, 0x82); in gl841_init_registers() [all …]
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| D | libcpuset.c | 4 * Copyright (c) 2006-2007 Silicon Graphics, Inc. All rights reserved. 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 93 * some non-zero kernel default, such as an inherited 141 /* small buffer size - for reading boolean flags or map file (1 or 2 ints) */ 179 * Arch-neutral API for obtaining NUMA distances between CPUs 221 * If not, return -1 and set errno: 222 * ENOSYS - kernel doesn't support cpusets 223 * ENODEV - /dev/cpuset not mounted 254 return -1; in check() 257 return -1; in check() [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 …]
|