| /third_party/libbpf/scripts/ |
| D | coverity.sh | 2 # Taken from: https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh 5 set -e 8 echo -e "\033[33;1mNote: COVERITY_SCAN_PROJECT_NAME and COVERITY_SCAN_TOKEN are available on Projec… 9 [ -z "$COVERITY_SCAN_PROJECT_NAME" ] && echo "ERROR: COVERITY_SCAN_PROJECT_NAME must be set" && exi… 10 [ -z "$COVERITY_SCAN_NOTIFICATION_EMAIL" ] && echo "ERROR: COVERITY_SCAN_NOTIFICATION_EMAIL must be… 11 [ -z "$COVERITY_SCAN_BRANCH_PATTERN" ] && echo "ERROR: COVERITY_SCAN_BRANCH_PATTERN must be set" &&… 12 [ -z "$COVERITY_SCAN_BUILD_COMMAND" ] && echo "ERROR: COVERITY_SCAN_BUILD_COMMAND must be set" && e… 13 [ -z "$COVERITY_SCAN_TOKEN" ] && echo "ERROR: COVERITY_SCAN_TOKEN must be set" && exit 1 18 TOOL_ARCHIVE=/var//tmp/cov-analysis-${PLATFORM}.tgz 19 TOOL_URL=https://scan.coverity.com/download/${PLATFORM} [all …]
|
| /third_party/elfutils/tests/ |
| D | run-debuginfod-artifact-running.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 24 # This variable is essential and ensures no time-race for claiming ports occurs 25 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 35 gcc -Wl,--build-id -g -o prog ${PWD}/prog.c 36 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 39 -a prog | grep 'Build ID' | cut -d ' ' -f 7` 41 …ATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d $DB -F -p $PORT1 -t0 -g0 -v F > v… 48 # And the initial scan should have been done before moving [all …]
|
| D | run-debuginfod-federation-link.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 31 mkdir -p $DEBUGINFOD_CACHE_PATH 32 # not tempfiles F R L D Z - they are directories which we clean up manually 33 ln -s ${abs_builddir}/dwfllines L/foo # any program not used elsewhere in this test 34 # This variable is essential and ensures no time-race for claiming ports occurs 35 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 39 …_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d ${DB} -F -U -t0 -g0 -p $PORT1 L… 45 # Make sure initial scan was done [all …]
|
| D | run-debuginfod-archive-groom.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 24 # This variable is essential and ensures no time-race for claiming ports occurs 25 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 35 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 & 44 ps -q $PID1 -e -L -o '%p %c %a' | grep groom 45 ps -q $PID1 -e -L -o '%p %c %a' | grep scan 46 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse 48 # wait till the initial scan is done before triggering a new one [all …]
|
| D | run-debuginfod-federation-metrics.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 32 # not tempfiles F R L D Z - they are directories which we clean up manually 33 ln -s ${abs_builddir}/dwfllines L/foo # any program not used elsewhere in this test 34 # This variable is essential and ensures no time-race for claiming ports occurs 35 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 40 …_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d ${DB} -F -U -t0 -g0 -p $PORT1 L… 47 # Wait till initial scan is done 49 wait_ready $PORT1 'thread_work_pending{role="scan"}' 0 [all …]
|
| D | run-debuginfod-dlopen.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 26 # This variable is essential and ensures no time-race for claiming ports occurs 27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 35 …$ldpath DEBUGINFOD_URLS= ${abs_builddir}/../debuginfod/debuginfod -F -R $VERBOSE -p $PORT1 -d $DB \ 36 -t0 -g0 -v F > vlog$PORT1 2>&1 & 46 ps -q $PID1 -e -L -o '%p %c %a' 47 ps -q $PID1 -e -L -o '%p %c %a' | grep groom 48 ps -q $PID1 -e -L -o '%p %c %a' | grep scan [all …]
|
| D | run-debuginfod-find.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/test-subr.sh # includes set -e 25 bsdtar --version | grep -q zstd && zstd=true || zstd=false 26 echo "zstd=$zstd bsdtar=`bsdtar --version`" 29 #set -x 30 VERBOSE=-vvv 42 if [ $PID1 -ne 0 ]; then kill $PID1; wait $PID1; fi 43 if [ $PID2 -ne 0 ]; then kill $PID2; wait $PID2; fi 44 if [ $PID3 -ne 0 ]; then kill $PID3; wait $PID3; fi 46 rm -rf F R D L Z ${PWD}/foobar ${PWD}/mocktree ${PWD}/.client_cache* ${PWD}/tmp* [all …]
|
| D | run-debuginfod-federation-sqlite.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 31 # not tempfiles F R L D Z - they are directories which we clean up manually 32 ln -s ${abs_builddir}/dwfllines L/foo # any program not used elsewhere in this test 35 # Compile a simple program, strip its debuginfo and save the build-id. 42 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 43 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 45 -a prog | grep 'Build ID' | cut -d ' ' -f 7` 49 # This variable is essential and ensures no time-race for claiming ports occurs [all …]
|
| D | run-debuginfod-writable.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 26 # This variable is essential and ensures no time-race for claiming ports occurs 27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 35 …TH=$ldpath DEBUGINFOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -p $PORT1 -d $DB \ 36 -t0 -g0 -v F > vlog$PORT1 2>&1 & 42 # And initial scan should be done 48 ps -q $PID1 -e -L -o '%p %c %a' | grep groom 49 ps -q $PID1 -e -L -o '%p %c %a' | grep scan [all …]
|
| D | run-debuginfod-percent-escape.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh # includes set -e 21 set -x 23 # This variable is essential and ensures no time-race for claiming ports occurs 24 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 31 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 & 37 # And initial scan should be done 40 # Build a non-stripped binary 42 gcc -Wl,--build-id -g -o ${PWD}/F/p++r\$\#o^^g ${PWD}/F/p++r\$\#o^^g.c 44 -a ${PWD}/F/p++r\\$\#o^^g | grep 'Build ID' | cut -d ' ' -f 7` [all …]
|
| D | run-debuginfod-malformed.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 25 # This variable is essential and ensures no time-race for claiming ports occurs 26 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 34 mkdir -p $DEBUGINFOD_CACHE_PATH 36 …TH=$ldpath DEBUGINFOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -p $PORT1 -d $DB \ 37 -t0 -g0 -v F > vlog$PORT1 2>&1 & 43 # And an initial scan should be done 49 ps -q $PID1 -e -L -o '%p %c %a' | grep groom [all …]
|
| D | run-debuginfod-section.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 32 cp -rvp ${abs_srcdir}/debuginfod-rpms R 34 # This variable is essential and ensures no time-race for claiming ports occurs 35 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 39 # We use -t0 and -g0 here to turn off time-based scanning & grooming. 43 -R R -F F -p $PORT1 -d $DB -t0 -g0 -v F > vlog$PORT1 2>&1 & 49 # And initial scan should be done 55 ps -q $PID1 -e -L -o '%p %c %a' | grep groom [all …]
|
| D | run-debuginfod-tmp-home.sh | 3 # Copyright (C) 2019-2021 Red Hat, Inc. 19 . $srcdir/debuginfod-subr.sh 22 set -x 30 mkdir -p $DEBUGINFOD_CACHE_PATH 31 # This variable is essential and ensures no time-race for claiming ports occurs 32 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 36 …TH=$ldpath DEBUGINFOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -p $PORT1 -d $DB \ 37 -t0 -g0 -v F > vlog$PORT1 2>&1 & 43 # And initial scan should be done 49 ps -q $PID1 -e -L -o '%p %c %a' | grep groom [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| D | tgsi_to_nir.c | 2 * Copyright © 2014-2015 Broadcom 62 nir_builder build; member 63 struct tgsi_shader_info *scan; member 184 if (dest->dest.is_ssa) in ttn_src_for_dest() 185 src.src = nir_src_for_ssa(&dest->dest.ssa); in ttn_src_for_dest() 187 assert(!dest->dest.reg.indirect); in ttn_src_for_dest() 188 src.src = nir_src_for_reg(dest->dest.reg.reg); in ttn_src_for_dest() 189 src.src.reg.base_offset = dest->dest.reg.base_offset; in ttn_src_for_dest() 218 nir_builder *b = &c->build; in ttn_emit_declaration() 219 struct tgsi_full_declaration *decl = &c->token->FullDeclaration; in ttn_emit_declaration() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ChangeLog | 3 2019-08-07 - v2.9 5 - disable use of groups using Brainpool curves 6 - improved protection against side channel attacks 7 [https://w1.fi/security/2019-6/] 8 * EAP-pwd changes 9 - disable use of groups using Brainpool curves 10 - allow the set of groups to be configured (eap_pwd_groups) 11 - improved protection against side channel attacks 12 [https://w1.fi/security/2019-6/] 13 * fixed FT-EAP initial mobility domain association using PMKSA caching [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | ChangeLog | 3 2022-01-16 - v2.10 5 - improved protection against side channel attacks 6 [https://w1.fi/security/2022-1/] 7 - added support for the hash-to-element mechanism (sae_pwe=1 or 10 - fixed PMKSA caching with OKC 11 - added support for SAE-PK 12 * EAP-pwd changes 13 - improved protection against side channel attacks 14 [https://w1.fi/security/2022-1/] 17 [https://w1.fi/security/2021-1/] [all …]
|
| /third_party/PyYAML/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 7 http://www.apache.org/licenses/LICENSE-2.0 14 --> 26 …<!--policyitem type="compatibility" name="GPL-2.0+" path="abc/.*" desc="Process that runs independ… 27 … <!--policyitem type="license" name="LGPL" path="abc/.*" desc="Dynamically linked by module X"/--> 28 …--policyitem type="copyright" name="xxx" path="abc/.*" rule="may" group="defaultGroup" filefilter=… 33 …<filteritem type="filename" name="invalid-python-bytes-2-py3.loader-error" desc="Not a binary file… 37 …<filteritem type="filename" name="invalid-base64-data-2.loader-error" desc="Not a binary file, doe… 38 …<filteritem type="filename" name="odd-utf16.stream-error" desc="Not a binary file, doesn't have an… [all …]
|
| /third_party/libusb/ |
| D | README.md | 3 [](https://travis-ci.org/libu… 4 [](https://ci… 5 [](https://scan.cov… 24 http://mailing-list.libusb.info 26 - Hans de Goede <hdegoede@redhat.com> 27 - Xiaofan Chen <xiaofanc@gmail.com> 28 - Ludovic Rousseau <ludovic.rousseau@gmail.com> 29 - Nathan Hjelm <hjelmn@cs.unm.edu> 30 - Chris Dickens <christopher.a.dickens@gmail.com>
|
| /third_party/typescript/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 56 --> 68 <filteritem type="filepath" name="scripts/build/.*.js" desc="no license header"/> 78 … <filteritem type="filepath" name="scripts/hooks/post-checkout" desc="no license header"/> 81 …eritem type="filepath" name="scripts/.*.js" desc="Describe the reason for filtering scan results"/> 82 …<filteritem type="filepath" name="scripts/build/.*.js" desc="Describe the reason for filtering sca… [all …]
|
| /third_party/pcre2/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 35 …<policyitem type="license" name="GPLStyleLicense" path="pcre2/test-driver" desc="协议为 Autoconf/Libt… 36 …<policyitem type="compatibility" name="GPLStyleLicense" path="pcre2/test-driver" desc="协议为 Autocon… 37 …<policyitem type="compatibility" name="GPLStyleLicense" path="pcre2/ar-lib" desc="协议为 Autoconf/Lib… 42 …<policyitem type="compatibility" name="GPL-3.0+" path="pcre2/m4/ax_pthread.m4" desc="协议为 Autoconf/… 43 …<policyitem type="compatibility" name="GPLStyleLicense-with-Libtool-exception" path="pcre2/m4/libt… 46 …yitem type="compatibility" name="PCRE2 LICENCE" path="pcre2/cmake/COPYING-CMAKE-SCRIPTS" desc="Not… [all …]
|
| /third_party/node/deps/cares/ |
| D | README.md | 1 # [](https://c-ares.org/) 3 [](https://cirrus-ci… 4 …ndows Build Status](https://ci.appveyor.com/api/projects/status/aevgc5914tm72pvs/branch/master?svg… 5 …e Status](https://coveralls.io/repos/github/c-ares/c-ares/badge.svg)](https://coveralls.io/github/… 7 …ps://oss-fuzz-build-logs.storage.googleapis.com/badges/c-ares.svg)](https://bugs.chromium.org/p/os… 8 …/api/project_badges/measure?project=c-ares_c-ares&metric=bugs)](https://sonarcloud.io/summary/new_… 9 [](https://scan.coverit… 11 This is c-ares, an asynchronous resolver library. It is intended for 17 The full source code is available in the ['c-ares' release archives](https://c-ares.org/download/), 18 and in a git repository: https://github.com/c-ares/c-ares. See the [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | README.md | 1 …thub.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)](https://github.com/harfbuzz/harfbuzz/wor… 2 [](https… 3 [](https:… 4 …y Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/… 8 [](https://repology.org/proj… 9 [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/) 19 For build information, see [BUILD.md](BUILD.md). 31 [](ht…
|
| /third_party/toybox/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <!-- This is the configuration file template for OpenHarmony OSS Audit Tool, 19 --> 26 … <policyitem type="compatibility" name="GPL" path="kconfig/.*" desc="kconfig is a build tool."/> 33 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result… 34 …<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering sc… 35 … <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/--> [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jcmaster.c | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 2003-2010 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 14 * and inter-pass control (determining the number of passes and the work 44 * This is here so we can add libjpeg-turbo version/build information to the 47 * object and determine which version of libjpeg-turbo it was built from or 73 cinfo->jpeg_width = cinfo->image_width; in jpeg_calc_jpeg_dimensions() 74 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions() 75 cinfo->min_DCT_h_scaled_size = DCTSIZE; in jpeg_calc_jpeg_dimensions() 76 cinfo->min_DCT_v_scaled_size = DCTSIZE; in jpeg_calc_jpeg_dimensions() [all …]
|
| /third_party/ninja/src/ |
| D | build.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 39 /// Plan stores the state of a build plan: what we intend to build, 45 /// Returns false if we don't need to build this target; may 49 // Pop a ready edge off the queue of edges to build. 70 /// Clean the given node during the build. 72 bool CleanNode(DependencyScan* scan, Node* node, std::string* err); 80 /// Update the build plan to account for modifications made to the graph 82 bool DyndepsLoaded(DependencyScan* scan, const Node* node, 86 bool RefreshDyndepDependents(DependencyScan* scan, const Node* node, std::string* err); 100 /// We do not want to build the edge, but we might want to build one of [all …]
|