Searched +full:storage +full:- +full:repo +full:- +full:branch +full:- +full:coverage (Results 1 – 25 of 30) sorted by relevance
12
| /external/oss-fuzz/infra/cifuzz/external-actions/run_fuzzers/ |
| D | action.yml | 2 name: 'run-fuzzers' 9 fuzz-seconds: 13 dry-run: 19 run-fuzzers-mode: 23 "batch" is for non-interactive fuzzing of an entire project. 27 github-token: 32 TODO(https://github.com/google/oss-fuzz/pull/5841#discussion_r639393361): 35 storage-repo: 37 The git repo to use for storing certain artifacts from fuzzing. 39 storage-repo-branch: [all …]
|
| /external/oss-fuzz/infra/cifuzz/external-actions/build_fuzzers/ |
| D | action.yml | 2 name: 'build-fuzzers' 3 description: "Builds an OSS-Fuzz project's fuzzers." 9 dry-run: 12 allowed-broken-targets-percentage: 18 project-src-path: 21 bad-build-check: 22 description: "Whether or not OSS-Fuzz's check for bad builds should be done." 25 storage-repo: 27 The git repo to use for storing certain artifacts from fuzzing. 29 storage-repo-branch: [all …]
|
| /external/pigweed/docs/contributing/ |
| D | index.rst | 1 .. _docs-contributing: 10 :ref:`docs-code-of-conduct`. We expect everyone who interacts with the project 14 ----------- 15 See :ref:`docs-get-started-upstream`. 18 ----------------------------- 25 One-time contributor setup 33 `new-password <https://pigweed.googlesource.com/new-password>`_ page. 34 #. Install the :ref:`gerrit-commit-hook` to automatically add a 35 ``Change-Id: ...`` line to your commit. 36 #. Install the Pigweed presubmit check hook with ``pw presubmit --install``. [all …]
|
| /external/libbpf/ |
| D | README.md | 2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width… 3 <img src="assets/libbpf-logo-sideways.png" width="40%"> 9 …ibbpf/workflows/CodeQL/badge.svg?branch=master)](https://github.com/libbpf/libbpf/actions?query=wo… 10 [](https://… 19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source 20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under 22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf), 23 please don't open PRs here unless you are changing Github-specific parts of libbpf 24 (e.g., Github-specific Makefile). 32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap) [all …]
|
| /external/openscreen/ |
| D | README.md | 14 [depot_tools](https://www.chromium.org/developers/how-tos/depottools) repo. 23 Note that openscreen does not use other features of `depot_tools` like `repo` or 24 `drover`. However, some `git-cl` functions *do* work, like `git cl try`, 42 code, all third-party dependencies, and the toolchain needed to build things; 55 This will rebase any local commits on the remote top-of-tree, and update any 62 - Build file generator: `gn` 63 - Code formatter: `clang-format` 64 - Builder: `ninja` ([GitHub releases](https://github.com/ninja-build/ninja/releases)) 65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you) 67 All of these--except `gcc` as noted above--are automatically downloaded/updated [all …]
|
| /external/python/asn1crypto/dev/ |
| D | coverage.py | 1 # coding: utf-8 6 import coverage 39 Runs the tests while measuring coverage 42 If coverage is being run in a CI environment - this triggers trying to 43 run the tests for the rest of modularcrypto and uploading coverage data 46 A bool - if the tests ran successfully 49 xml_report_path = os.path.join(package_root, 'coverage.xml') 53 cov = coverage.Coverage(include='%s/*.py' % package_name) 114 A two-element tuple of unicode strings. The first is the name of the 115 environment, the second the root of the repo. The environment name [all …]
|
| /external/perfetto/docs/design-docs/ |
| D | continuous-integration.md | 3 This CI is used on-top of (not in replacement of) AOSP's TreeHugger. 4 It gives early testing signals and coverage on other OSes and older Android 12  32 It uses a non-privileged gmail account and has no meaningful voting power. 36 - It periodically (every 5s) polls Gerrit for CLs updated in the last 24h. 37 - It checks the list of CLs against the list of already known CLs in the DB. 38 - For each new CL it enqueues `N` new jobs in the database, one for each 39 configuration defined in [config.py](/infra/ci/config.py) (e.g. `linux-debug`, 40 `android-release`, ...). 41 - It monitors the state of jobs. When all jobs for a CL have been completed, [all …]
|
| /external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2016-10-06", 12 "uid":"codebuild-2016-10-06" 165 …-build basis, you are billed for both builds. Therefore, if you are using CodePipeline, we recomme… 285 "documentation":"<p>Retrieves one or more code coverage reports.</p>" 668 …-builds.html\">Public build projects</a> in the <i>CodeBuild User Guide</i>.</p> <important> <p>Th… 915 … href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html\">… 923 …-only access to the objects. The uploading account retains ownership of the objects.</p> </dd> <dt… 963 … <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html\">Sou… 987 …branch, or Git tag to use.</p> </li> <li> <p>For GitHub: the commit ID, pull request ID, branch na… 1027 …-demo-pipeline</code>).</p> </li> <li> <p>If a user started the build, the user's name (for exampl… [all …]
|
| /external/AFLplusplus/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| /external/AFLplusplus/docs/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| /external/bc/manuals/ |
| D | development.md | 6 bus][1]. In other words, it's meant to make the [bus factor][1] a non-issue. 15 the documentation can be closest to the part of the repo where it is actually 25 and C. They both are arbitrary-precision command-line calculators with their own 30 In addition, it is also possible to build the arbitrary-precision math as a 58 This project became a passion project for me, and I continued. In mid-2019, 64 about things like fuzzing, [`scan-build`][19], [valgrind][20], 150 pseudo-random number generator (for the same seed). 169 other part of this repo. 183 * Pseudo-Random Number Generator (see [`include/rand.h`][37]). 207 7. Repo structure. [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| D | 19.1.0.rst | 17 ---------------- 21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz 24 ------------ 26 - GL_ARB_parallel_shader_compile on all drivers. 27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers. 28 - GL_EXT_shader_image_load_formatted on radeonsi. 29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers. 30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES 32 - GL_NV_compute_shader_derivatives on iris and i965. 33 - GL_KHR_parallel_shader_compile on all drivers. [all …]
|
| D | 23.3.0.rst | 1 Mesa 23.3.0 Release Notes / 2023-11-29 20 --------------- 24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz 28 ----------- 29 - NVK: A Vulkan driver for Nvidia hardware 32 ------------ 33 - VK_EXT_pipeline_robustness on ANV 34 - VK_KHR_maintenance5 on RADV 35 - OpenGL ES 3.1 on Asahi 36 - GL_ARB_compute_shader on Asahi [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 24.0.0.rst | 1 Mesa 24.0.0 Release Notes / 2024-02-01 20 --------------- 24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz 28 ------------ 30 - VK_EXT_image_compression_control on RADV 31 - VK_EXT_device_fault on RADV 32 - OpenGL 3.3 on Asahi 33 - Geometry shaders on Asahi 34 - GL_ARB_texture_cube_map_array on Asahi 35 - GL_ARB_clip_control on Asahi [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 49 * Encoding and decoding of binary format will now work properly on big-endian 51 * UTF-8 verification was fixed to properly reject surrogate code points. [all …]
|
| /external/protobuf/ |
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 44 * Refactoring java full runtime to reuse sub-message builders and prepare to [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.7.0a1.rst | 2 .. date: 2017-09-05-15-26-30 4 .. release date: 2017-09-19 13 .. date: 2017-08-23-17-02-55 17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz. 22 .. date: 2017-08-16-16-35-59 49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop 50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix 51 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876 52 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use 53 os-specific entropy sources like getrandom) doesn't impact Python, since Python [all …]
|
| /external/libxml2/ |
| D | NEWS | 12 - xmlCtxtSetErrorHandler 13 - xmlXPathSetErrorHandler 14 - xmlXIncludeSetErrorHandler 16 This makes it possible to register per-context error handlers without 29 to be enabled by passing --with-zlib, --with-lzma or --with-html to 30 configure. In legacy mode (--with-legacy) these options are enabled 42 - htmlDefaultSAXHandler 43 - oldXMLWDcompatibility 44 - xmlDefaultSAXHandler 45 - xmlDefaultSAXLocator [all …]
|
| /external/cronet/third_party/libxml/src/ |
| D | NEWS | 11 Starting with this release, it should be enough to add the --with-legacy 16 libxml2 will now store global variables in thread-local storage if supported 43 - threads: Fix --with-thread-alloc 44 - xinclude: Fix 'last' pointer in xmlXIncludeCopyNode 48 - globals: Deprecate xmlLastError 49 - parser: Deprecate global parser options 50 - win32: Deprecate old Windows build system 54 - parser: Stop switching to ISO-8859-1 on encoding errors 55 - parser: Support encoded external PEs in entity values 56 - string: Fix UTF-8 validation in xmlGetUTF8Char [all …]
|
| /external/icu/icu4c/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/webp/ |
| D | ChangeLog | 2 cf7c5a5d provide a way to opt-out/override WEBP_NODISCARD 3 cc34288a update ChangeLog (tag: v1.4.0-rc1) 11 07216886 webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ') 14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release 16 7b0bc235 man/cwebp.1: add more detail to -partition_limit 21 1bf46358 man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr 22 eba03acb webp-container-spec: replace 'above' with 'earlier' 23 a16d30cb webp-container-spec: clarify chunk order requirements 24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main 28 fba7d62e CMakeLists.txt: apply cmake-format [all …]
|
| /external/rust/crates/zerocopy/src/ |
| D | lib.rs | 3 // Licensed under the 2-Clause BSD License <LICENSE-BSD or 4 // https://opensource.org/license/bsd-2-clause>, Apache License, Version 2.0 5 // <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT 6 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option. 13 // ./generate-readme.sh > README.md 15 //! *<span style="font-size: 100%; color:grey;">Want to help improve zerocopy? 16 //! Fill out our [user survey][user-survey]!</span>* 18 //! ***<span style="font-size: 140%">Fast, safe, <span 21 //! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` 28 //! - [`FromZeroes`] indicates that a sequence of zero bytes represents a valid [all …]
|
12