Home
last modified time | relevance | path

Searched +full:fuzz +full:- +full:seconds (Results 1 – 25 of 33) sorted by relevance

12

/third_party/nghttp2/.github/workflows/
Dfuzz.yml3 permissions: read-all
6 runs-on: ubuntu-latest
8 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'nghttp2'
12 dry-run: false
13 - name: Run Fuzzers
14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
16 oss-fuzz-project-name: 'nghttp2'
17 fuzz-seconds: 600
[all …]
/third_party/pcre2/pcre2/.github/workflows/
Dcifuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'pcre2'
12 dry-run: false
13 - name: Run Fuzzers
14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
16 oss-fuzz-project-name: 'pcre2'
17 fuzz-seconds: 300
18 dry-run: false
[all …]
/third_party/libsnd/.github/workflows/
Dcifuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'libsndfile'
12 dry-run: false
14 - name: Run Fuzzers
15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
17 oss-fuzz-project-name: 'libsndfile'
18 fuzz-seconds: 600
19 dry-run: false
[all …]
/third_party/python/Lib/test/
Dtest_timeout.py73 self.assertRaises(ValueError, self.sock.settimeout, -1)
74 self.assertRaises(ValueError, self.sock.settimeout, -1)
75 self.assertRaises(ValueError, self.sock.settimeout, -1.0)
106 # When fuzz was at 1.0, I (tim) routinely saw bogus failures on Win2K
109 fuzz = 2.0 variable in TimeoutTestCase
123 within `timeout` + self.fuzz seconds.
132 delta = time.monotonic() - t1
137 self.assertLess(delta, timeout + self.fuzz)
138 self.assertGreater(delta, timeout - 1.0)
151 @unittest.skipIf(True, 'need to replace these hosts; see bpo-35518')
[all …]
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerFlags.def1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
15 FUZZER_FLAG_INT(runs, -1,
16 "Number of individual test runs (-1 for infinite runs).")
28 "Timeout in seconds (if positive). "
29 "If one unit runs more than this number of seconds the process will abort.")
35 "time in seconds to run the fuzzer.")
37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
38 "merged into the 1-st corpus. Only interesting units will be taken. "
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.c3 * Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
62 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
75 s = hapd->sta_hash[STA_HASH(sta)]; in ap_get_sta()
76 while (s != NULL && os_memcmp(s->addr, sta, 6) != 0) in ap_get_sta()
77 s = s->hnext; in ap_get_sta()
87 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
90 if (sta->p2p_ie == NULL) in ap_get_sta_p2p()
93 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); in ap_get_sta_p2p()
110 if (hapd->sta_list == sta) { in ap_sta_list_del()
111 hapd->sta_list = sta->next; in ap_sta_list_del()
[all …]
/third_party/libinput/completion/zsh/
D_libinput5 local -a commands
7 "list-devices:List all devices recognized by libinput"
8 "debug-events:Print all events as seen by libinput"
9 "debug-gui:Show a GUI to visualize libinput's events"
10 "debug-tablet:Show tablet axis and button values"
17 _describe -t commands 'command' commands
23 local -a seats
24 seats=${(f)"$(loginctl --no-legend --no-pager list-seats 2>/dev/null)"}
25 if [[ -z $seats ]]; then
27 compadd "$@" - seat0
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.c3 * Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
72 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
85 s = hapd->sta_hash[STA_HASH(sta)]; in ap_get_sta()
86 while (s != NULL && os_memcmp(s->addr, sta, 6) != 0) in ap_get_sta()
87 s = s->hnext; in ap_get_sta()
97 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
100 if (sta->p2p_ie == NULL) in ap_get_sta_p2p()
103 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); in ap_get_sta_p2p()
120 if (hapd->sta_list == sta) { in ap_sta_list_del()
121 hapd->sta_list = sta->next; in ap_sta_list_del()
[all …]
Dwpa_auth.c3 * Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
45 #define STATE_MACHINE_ADDR sm->addr
98 if (wpa_auth->cb->mic_failure_report) in wpa_auth_mic_failure_report()
99 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_mic_failure_report()
107 if (wpa_auth->cb->psk_failure_report) in wpa_auth_psk_failure_report()
108 wpa_auth->cb->psk_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_psk_failure_report()
116 if (wpa_auth->cb->set_eapol) in wpa_auth_set_eapol()
117 wpa_auth->cb->set_eapol(wpa_auth->cb_ctx, addr, var, value); in wpa_auth_set_eapol()
124 if (!wpa_auth->cb->get_eapol) in wpa_auth_get_eapol()
125 return -1; in wpa_auth_get_eapol()
[all …]
/third_party/libinput/tools/
Dlibinput-record.man1 .TH libinput-record "1"
3 libinput\-record \- record kernel events
20 .B libinput record --all all-devices.yml
22 .B libinput record /dev/input/event3 /dev/input/event4 tp-and-keyboard.yml
32 .B \-\-help
35 .B \-\-all
39 This option requires \fB\-\-output-file\fR and no device
42 .B \-\-autorestart=s
45 seconds of device inactivity. This option requires that a
46 \fB\-\-output-file\fR is specified. The output filename is used as prefix,
[all …]
Dlibinput-replay.py3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
42 "modules and re-run this tool."
95 # The list of properties we add to the recording, see libinput-record.c
132 fuzz=values[2],
201 offset = time.time() - device["__first_event_offset"]
222 if evtime - now > 150 / 1e6: # 150 µs error margin
223 time.sleep(evtime - now - 150 / 1e6)
307 "[libinput-replay {name}]\n"
328 overrides = Path("/etc/libinput/local-overrides.quirks")
368 metavar="recorded-file.yaml",
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie.py3 # Use of this source code is governed by a BSD-style license that can be
33 '--turbo-filter=~',
34 '--no-opt',
35 '--no-sparkplug',
36 '--liftoff',
37 '--no-wasm-tier-up',
40 '--turbo-filter=~',
41 '--no-opt',
42 '--no-sparkplug',
43 '--validate-asm',
[all …]
/third_party/node/deps/v8/tools/release/
Dcommon_includes.py52 PUSH_MSG_GIT_RE = re.compile(r".* \(based on (?P<git_rev>[a-fA-F0-9]+)\)$")
54 VERSION_FILE = os.path.join("include", "v8-version.h")
56 RELEASE_WORKDIR = "/tmp/v8-release-scripts-work-dir/"
63 # e.g. git-cl, fetch, git-new-branch etc, and we can not depend on depot_tools
106 return subprocess.check_output(cmd_line, shell=True, cwd=cwd).decode('utf-8')
163 headers = {"Content-type": "application/x-www-form-urlencoded"}
165 conn = httplib.HTTPSConnection("backend-dot-cluster-fuzz.appspot.com")
178 def Sleep(self, seconds): argument
179 time.sleep(seconds)
244 # Get relevant remote branches, e.g. "branch-heads/3.25".
[all …]
/third_party/libevdev/libevdev/
Dlibevdev-uinput.c1 // SPDX-License-Identifier: MIT
18 #include "libevdev-int.h"
19 #include "libevdev-uinput-int.h"
20 #include "libevdev-uinput.h"
21 #include "libevdev-util.h"
39 uinput_dev->name = strdup(name); in alloc_uinput_device()
40 uinput_dev->fd = -1; in alloc_uinput_device()
75 if (rc == -1) in set_evbits()
83 if (max == -1) in set_evbits()
96 rc = -1; in set_evbits()
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101 2021-07-18 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-11-0'.
15 builds/wince/vc2005-ce/index.html,
16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1:
26 * builds/toplevel.mk (dist): Ignore more git-related files.
28 2021-07-17 David Turner <david@freetype.org>
32 The code assumed that if `__SSE2__` is defined, then 64-bit integer
37 64-bit integer types are not available.
41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
45 * tests/issue-1063/main.c (main): I am building with a build
[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/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - [Brad House brought this change]
12 - [Brad House brought this change]
14 Merge pull request from GHSA-mg26-v6qh-x48q
16 - [Oliver Welsh brought this change]
20 Hello, I work on an application for Microsoft which uses c-ares to
51 - `ContainerNoDfltSvrEmptyInit` to test that initialization fails when
53 - `ContainerNoDfltSvrFullInit` to test that initialization still
63 ---------
68 - badge should be only main branch
[all …]
/third_party/node/deps/openssl/openssl/
DINSTALL.md11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
20 - [Directories](#directories)
[all …]
DCHANGES.md4 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 …]
/third_party/openssl/
DINSTALL.md11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
20 - [Directories](#directories)
[all …]
DCHANGES.md4 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 …]
/third_party/elfutils/
DNEWS3 readelf: Add -D, --use-dynamic option.
5 debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply outgoing
8 debuginfod: Add --disable-source-scan option.
16 debuginfod: Support -C option for connection thread pooling.
18 debuginfod-client: Negative cache file are now zero sized instead of
19 no-permission files.
21 addr2line: The -A, --absolute option, which shows file names including
23 old behavior use the new option --relative.
27 libdw, debuginfo-client: Load libcurl lazily only when files need to
35 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files
[all …]
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff1 Copyright (C) 2021-2024 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
14 diff -Naur old/export_include/libinput.h new/export_include/libinput.h
15 --- old/export_include/libinput.h 2024-01-01 00:00:00.000000000 +0800
16 +++ new/export_include/libinput.h 2024-01-01 00:00:00.000000000 +0800
17 @@ -196,6 +196,22 @@
40 @@ -321,6 +337,49 @@
90 @@ -393,6 +452,17 @@
99 + int32_t fuzz;
108 @@ -702,6 +772,7 @@
[all …]
/third_party/elfutils/config/
Delfutils.spec.in1 # -*- rpm-spec-*-
7 Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2
10 Requires: elfutils-libelf = %{version}-%{release}
11 Requires: elfutils-libs = %{version}-%{release}
13 Requires: elfutils-debuginfod-client = %{version}-%{release}
17 BuildRequires: gcc-c++
24 BuildRequires: zlib-devel
25 BuildRequires: bzip2-devel
26 BuildRequires: xz-devel
27 BuildRequires: libzstd-devel
[all …]
/third_party/mbedtls/
DChangeLog3 = Mbed TLS 3.6.0 branch released 2024-03-28
42 * Support Armv8-A Crypto Extension acceleration for SHA-256
43 when compiling for Thumb (T32) or 32-bit Arm (A32).
44 * AES-NI is now supported in Windows builds with clang and clang-cl.
50 This affects both the low-level modules and the high-level APIs
53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated
54 AES when compiling for Thumb (T32) or 32-bit Arm (A32).
56 library without the corresponding built-in implementation. Generally
58 or they'll both be built in. However, for CCM and GCM the built-in
61 docs/driver-only-builds.md for full details and current limitations.
[all …]

12