Home
last modified time | relevance | path

Searched +full:- +full:- +full:timeout +full:- +full:overall +full:- +full:minutes (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/.gitlab-ci/b2c/
Dgenerate_b2c.py30 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/test/
Dgitlab-ci.yml7 - !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/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi14 Copyright @copyright{} 2007--2013 Christian Grothoff
20 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
38 @author Marco Maggi (@email{marco.maggi-ipsu@@poste.it})
48 @c ------------------------------------------------------------
56 * microhttpd-intro:: Introduction.
57 * microhttpd-const:: Constants.
58 * microhttpd-struct:: Structures type definition.
59 * microhttpd-cb:: Callback functions definition.
60 * microhttpd-init:: Starting and stopping the server.
61 * microhttpd-inspect:: Implementing external @code{select}.
[all …]
Dlibmicrohttpd.info7 Copyright (C) 2007-2013 Christian Grothoff
12 Foundation; with no Invariant Sections, no Front-Cover Texts, and
13 no Back-Cover Texts. A copy of the license is included in the
15 INFO-DIR-SECTION Software libraries
16 START-INFO-DIR-ENTRY
18 END-INFO-DIR-ENTRY
21 File: libmicrohttpd.info, Node: Top, Next: microhttpd-intro, Up: (dir)
29 Copyright (C) 2007-2013 Christian Grothoff
34 Foundation; with no Invariant Sections, no Front-Cover Texts, and
35 no Back-Cover Texts. A copy of the license is included in the
[all …]
/third_party/curl/docs/
DFAQ20 1.11 Why do you not update ca-bundle.crt
35 3.3 Why does my posting using -F not work?
42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
43 3.11 How do I POST with a different Content-Type?
44 3.12 Why do FTP-specific features over HTTP proxy fail?
54 3.22 curl -X gives me HTTP problems
74 4.13 Why is curl -R on Windows one hour off?
78 4.17 Non-functional connect timeouts on Windows
81 4.20 curl does not return error for HTTP non-200 responses
84 5.1 Is libcurl thread-safe?
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/node/doc/api/
Dtls.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!-- source_link=lib/tls.js -->
25 <!-- eslint-skip -->
61 use of the OpenSSL command-line interface to generate a 2048-bit RSA private
65 openssl genrsa -out ryans-key.pem 2048
71 private key (such certificates are referred to as "self-signed"). The first
75 The OpenSSL command-line interface can be used to generate a CSR for a private
79 openssl req -new -sha256 -key ryans-key.pem -out ryans-csr.pem
83 Authority for signing or used to generate a self-signed certificate.
[all …]
Dtls.json11 …OpenSSL.\nThe module can be accessed using:</p>\n<pre><code class=\"language-js\">const tls = requ…
16-- eslint-skip -->\n<pre><code class=\"language-cjs\">let tls;\ntry {\n tls = require('node:tls')…
23-line interface to generate a 2048-bit RSA private\nkey:</p>\n<pre><code class=\"language-bash\">o…
29-agreement (i.e., key-exchange) methods. That is, the server and client\nkeys are used to negotiat…
35 …"desc": "<p>ALPN (Application-Layer Protocol Negotiation Extension) and\nSNI (Server Name Indicati…
38 "textRaw": "Pre-shared keys",
39 "name": "Pre-shared keys",
41-PSK support is available as an alternative to normal certificate-based\nauthentication. It uses a…
44 "textRaw": "Client-initiated renegotiation attack mitigation",
45 "name": "Client-initiated renegotiation attack mitigation",
[all …]
Dall.json21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
58-linked shared objects written in C++. The\n<a href=\"modules.html#requireid\"><code>require()</co…
63-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
80 "pr-url": "https://github.com/nodejs/node/pull/34572",
85-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar…
91 "displayName": "Context-aware addons"
[all …]
Dtls.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v18.20.1">
15 <body class="alt apidoc" id="api-section-tls">
24 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
25 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
29 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
30 <li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li>
31 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
32 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v18.20.1">
13-width:598px){.with-47-chars>.js-flavor-selector{float:none;margin:0 0 1em auto;}}@media(max-width…
15 <body class="alt apidoc" id="api-section-all">
24 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
25 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
29 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
30 <li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li>
31 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
[all …]
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt18 RTP: A Transport Protocol for Real-Time Applications
34 This memorandum describes RTP, the real-time transport protocol. RTP
35 provides end-to-end network transport functions suitable for
36 applications transmitting real-time data, such as audio, video or
39 quality-of-service for real-time services. The data transport is
44 network layers. The protocol supports the use of RTP-level
77 5.3 Profile-Specific Modifications to the RTP Header ....... 18
79 6. RTP Control Protocol -- RTCP ................................ 19
86 6.3.3 Receiving an RTP or Non-BYE RTCP Packet ......... 31
99 6.5.1 CNAME: Canonical End-Point Identifier SDES Item . 46
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dnl80211_copy.h6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
13 * Copyright 2015-2017 Intel Deutschland GmbH
14 * Copyright (C) 2018-2019 Intel Corporation
32 * be careful not to break things - i.e. don't move anything around or so
69 * - a setup station entry is added, not yet authorized, without any rate
71 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid
74 * - %NL80211_TDLS_ENABLE_LINK is then used
75 * - after this, the only valid operation is to remove it by tearing down
90 * Frame registration is done on a per-interface basis and registrations
132 * software, like the AP-VLAN type in mac80211 for example, there's
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dnl80211_copy.h6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
13 * Copyright 2015-2017 Intel Deutschland GmbH
14 * Copyright (C) 2018-2020 Intel Corporation
32 * be careful not to break things - i.e. don't move anything around or so
74 * - a setup station entry is added, not yet authorized, without any rate
76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid
79 * - %NL80211_TDLS_ENABLE_LINK is then used
80 * - after this, the only valid operation is to remove it by tearing down
95 * Frame registration is done on a per-interface basis and registrations
137 * software, like the AP-VLAN type in mac80211 for example, there's
[all …]
/third_party/python/Doc/whatsnew/
D3.11.rst38 sufficient; the e-mail address isn't necessary.
54 .. _whatsnew311-summary:
56 Summary -- Release highlights
62 * Python 3.11 is between 10-60% faster than Python 3.10.
64 See :ref:`whatsnew311-faster-cpython` for details.
66 .. PEP-sized items next.
70 * :ref:`whatsnew311-pep654`
72 New built-in features:
74 * :ref:`whatsnew311-pep678`
83 * :ref:`whatsnew311-pep657`
[all …]
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1 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/
DHISTORY2 --------------
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/NuttX/
DReleaseNotes14 "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/sqlite/src/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
21 ** 2019.09.02-Complete codec logic for encryption and decryption.
52 ** NO_TEST - The branches on this line are not
57 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
61 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
65 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
70 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
141 ** 2015-03-02
179 ** large file support, or if the OS is windows, these should be no-ops.
185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]