Home
last modified time | relevance | path

Searched +full:rev +full:- +full:list (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/third_party/mesa3d/src/broadcom/common/
Dv3d_device_info.h42 uint8_t rev; member
62 /** The Control List Executor (CLE) pre-fetches V3D_CLE_READAHEAD
63 * bytes from the Control List buffer. The usage of these last bytes
64 * should be avoided or the CLE would pre-fetch the data after the
70 /** Minimum size for a buffer storing the Control List Executor (CLE) */
82 return devinfo->ver > 71 || (devinfo->ver == 71 && devinfo->rev >= 10); in v3d_device_has_draw_index()
88 return devinfo->ver > 45 || (devinfo->ver == 45 && devinfo->rev >= 7); in v3d_device_has_unpack_sat()
94 return devinfo->ver > 71 || in v3d_device_has_unpack_max0()
95 (devinfo->ver == 71 && in v3d_device_has_unpack_max0()
96 (devinfo->rev >= 7 || in v3d_device_has_unpack_max0()
[all …]
/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dc_api_test.c32 return -1; in read_file()
43 return -1; in read_file()
67 const spvc_reflected_resource *list = NULL; in dump_resource_list() local
70 SPVC_CHECKED_CALL(spvc_resources_get_resource_list_for_type(resources, type, &list, &count)); in dump_resource_list()
74 …printf("ID: %u, BaseTypeID: %u, TypeID: %u, Name: %s\n", list[i].id, list[i].base_type_id, list[i]… in dump_resource_list()
75 list[i].name); in dump_resource_list()
77 spvc_compiler_get_decoration(compiler, list[i].id, SpvDecorationDescriptorSet), in dump_resource_list()
78 spvc_compiler_get_decoration(compiler, list[i].id, SpvDecorationBinding)); in dump_resource_list()
106 const char *rev = NULL; in main() local
121 rev = spvc_get_commit_revision_and_timestamp(); in main()
[all …]
/third_party/mesa3d/bin/ci/
Dci_run_n_monitor.py2 # Copyright © 2020 - 2022 Collabora Ltd.
8 # SPDX-License-Identifier: MIT
71 ) -> None:
93 def job_duration(job: gitlab.v4.objects.ProjectPipelineJob) -> float:
102 return time.perf_counter() - time.mktime(job.started_at.timetuple())
106 def pretty_wait(sec: int) -> None:
108 for val in range(sec, 0, -1):
121 ) -> tuple[Optional[int], Optional[int], Dict[str, Dict[int, Tuple[float, str, str]]]]:
127 target_id: int = -1
132 # Pre-populate the stress status counter for already completed target jobs.
[all …]
Dupdate_traces_checksum.py7 # SPDX-License-Identifier: MIT
34 ) -> None:
37 target_jobs_regex = re.compile(".*-traces([:].*)?$")
39 for job in pipeline.jobs.list(all=True, sort="desc"):
44 log: list[str] = cur_job.trace().decode("unicode_escape", "ignore").splitlines()
64 with open(traces_file[0], 'r', encoding='utf-8') as target_file:
74 results_json = bz2.decompress(results_json_bz2).decode("utf-8", errors="replace")
109 with open(traces_file[0], 'w', encoding='utf-8') as target_file:
114 def parse_args() -> None:
118 epilog="Example: update_traces_checksum.py --rev $(git rev-parse HEAD) "
[all …]
/third_party/toybox/www/
Dcleanup.html2 <!--#include file="header.html" -->
23 <p>Toybox <a href=http://landley.net/notes.html#31-03-2013>hasn't always</a>
38 posting explanations of each change to the mailing list.
47 command name links to a commit list with the bulk of the changes, it may
60 links to mailing list messages that cover various programming topics
64 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000850.html>Error mess…
65 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000891.html>Why not "c…
69 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000893.html>Why not to…
70 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001044.html>Relationshi…
72 sight does not really help readability."</a> -
[all …]
/third_party/openssl/crypto/x509/
Dt_crl.c2 * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
42 STACK_OF(X509_REVOKED) *rev; in X509_CRL_print_ex()
49 BIO_printf(out, "Certificate Revocation List (CRL):\n"); in X509_CRL_print_ex()
73 rev = X509_CRL_get_REVOKED(x); in X509_CRL_print_ex()
75 if (sk_X509_REVOKED_num(rev) > 0) in X509_CRL_print_ex()
80 for (i = 0; i < sk_X509_REVOKED_num(rev); i++) { in X509_CRL_print_ex()
81 r = sk_X509_REVOKED_value(rev, i); in X509_CRL_print_ex()
/third_party/vixl/test/aarch32/config/
Dcond-rd-rn-t32.json8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
35 "Rev", // REV{<c>}{<q>} <Rd>, <Rm> ; T1
36 // REV{<c>}{<q>} <Rd>, <Rm> ; T2
74 "test-files": [
77 "test-cases": [
83 "operand-filter": "cond == 'al'"
88 "type": "macro-assembler",
89 "test-cases": [
95 "operand-limit": 500
[all …]
Dcond-rd-rn-a32.json8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
31 "Rev", // REV{<c>}{<q>} <Rd>, <Rm> ; A1
67 "test-files": [
70 "test-cases": [
76 "operand-limit": 500
81 "type": "macro-assembler",
82 "test-cases": [
88 "operand-limit": 500
94 "test-cases": [
[all …]
/third_party/flatbuffers/snap/
Dsnapcraft.yaml3 adopt-info: flatc
25 - -GUnix Makefiles
26 - -DCMAKE_BUILD_TYPE=Release
27 build-packages:
28 - g++
29 - git
30 override-pull: |
32 tag=$(git describe --tags --abbrev=0)
33 count=$(git rev-list $tag.. --count)
38 hash=$(git rev-parse --short HEAD)
[all …]
/third_party/vixl/test/aarch32/traces/
Dassembler-cond-rd-rn-rev-t32.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x00, 0xba // rev al r0 r0
41 0x08, 0xba // rev al r0 r1
44 0x10, 0xba // rev al r0 r2
47 0x18, 0xba // rev al r0 r3
50 0x20, 0xba // rev al r0 r4
53 0x28, 0xba // rev al r0 r5
[all …]
Dassembler-cond-rd-rn-rev-a32.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x31, 0xcf, 0xbf, 0x26 // rev cs r12 r1
41 0x3c, 0x6f, 0xbf, 0x86 // rev hi r6 r12
44 0x3a, 0xbf, 0xbf, 0xb6 // rev lt r11 r10
47 0x38, 0xaf, 0xbf, 0x66 // rev vs r10 r8
50 0x38, 0x5f, 0xbf, 0x56 // rev pl r5 r8
53 0x3e, 0xef, 0xbf, 0x96 // rev ls r14 r14
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DMakefile3 # Top-level, not included from a subdir
15 # -O3 seems to trigger the following PNaCl ABI transform bug
16 # on method pointers, so override that with -O2:
18 CXX.Flags += -O2
20 CXX.Flags += -std=gnu++11
23 CPP.Defines += -DALLOW_DUMP=0 -DALLOW_LLVM_CL=0 -DALLOW_LLVM_IR=0 \
24 -DALLOW_TIMERS=0 -DALLOW_LLVM_IR_AS_INPUT=0 -DALLOW_MINIMAL_BUILD=1 \
25 -DALLOW_WASM=0 -DPNACL_BROWSER_TRANSLATOR=1
27 CPP.Defines += -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 -DALLOW_LLVM_IR=1 \
28 -DALLOW_TIMERS=1 -DALLOW_LLVM_IR_AS_INPUT=1 -DALLOW_MINIMAL_BUILD=0 \
[all …]
/third_party/skia/m133/bazel/deps_parser/
Ddeps_parser.go2 // Use of this source code is governed by a BSD-style license that can be
30 "abseil-cpp": {bazelNameOverride: "abseil_cpp"},
33 "spirv-tools": {bazelNameOverride: "spirv_tools"},
35 "spirv-headers": {bazelNameOverride: "spirv_headers"},
38 "delaunator-cpp": {bazelNameOverride: "delaunator", needsBazelFile: true},
60 "libjpeg-turbo": {bazelNameOverride: "libjpeg_turbo", needsBazelFile: true},
65 "spirv-cross": {bazelNameOverride: "spirv_cross", needsBazelFile: true},
69 "vulkan-headers": {bazelNameOverride: "vulkan_headers", needsBazelFile: true},
70 "vulkan-tools": {bazelNameOverride: "vulkan_tools", needsBazelFile: true},
71 "vulkan-utility-libraries": {bazelNameOverride: "vulkan_utility_libraries", needsBazelFile: true},
[all …]
/third_party/skia/m133/third_party/freetype2/
Droll-freetype.sh6 FT_BUILD_DIR="$(dirname -- "$0")"
10 if $(git -C "${FT_GIT_DIR}" rev-parse --is-shallow-repository); then
17 …FT_PREVIOUS_REV=$(git grep "${FT_GIT_REPO}" HEAD~1 -- DEPS | sed 's!.*'${FT_GIT_REPO}'@\([[:xdigit…
22 git -C "${FT_GIT_DIR}" fetch &&
23 FT_NEXT_REV=$(git -C "${FT_GIT_DIR}" rev-parse "${FT_GIT_REF}")
27 STEP="roll-deps" &&
28 sed -i'' -e "s!${FT_GIT_REPO}@${FT_PREVIOUS_REV}!${FT_GIT_REPO}@${FT_NEXT_REV}!" DEPS &&
29 tools/git-sync-deps &&
34 STEP="roll-bazel" &&
35 sed -i'' -e "s!commit = \"${FT_PREVIOUS_REV}\",!commit = \"${FT_NEXT_REV}\",!" bazel/deps.bzl &&
[all …]
/third_party/skia/bench/
Dcheck_bench_regressions.py5 # Use of this source code is governed by a BSD-style license that can be
27 EXPECTED_IDX = -3
28 LB_IDX = -2
29 UB_IDX = -1
41 print('-a <representation_alg> bench representation algorithm to use. ')
43 print('-b <builder> name of the builder whose bench data we are checking.')
44 print('-d <dir> a directory containing bench_<revision>_<scalar> files.')
45 print('-e <file> file containing expected bench builder values/ranges.')
48 print('-r <revision> the git commit hash or svn revision for checking ')
94 revision_data_points: a list of bench data points
[all …]
/third_party/python/Lib/idlelib/
DChangeLog8 2001-07-20 11:35 elguavas
12 2001-07-19 16:40 elguavas
14 * IDLEFORK.html: replaced by IDLEFORK-index.html
16 2001-07-19 16:39 elguavas
18 * IDLEFORK-index.html: updated placeholder idlefork homepage
20 2001-07-19 14:49 elguavas
24 minor tidy-ups ready for 0.8.1 alpha tarball release
26 2001-07-17 15:12 kbk
36 2001-07-17 15:01 kbk
40 2001-07-17 14:59 kbk
[all …]
/third_party/skia/third_party/freetype2/
Droll-freetype.sh6 FT_BUILD_DIR=$(dirname -- "$0")
10 …FT_PREVIOUS_REV=$(git grep "${FT_GIT_REPO}" HEAD~1 -- DEPS | sed 's!.*'${FT_GIT_REPO}'@\([[:xdigit…
15 git -C ${FT_GIT_DIR} fetch &&
16 FT_NEXT_REV=$(git -C ${FT_GIT_DIR} rev-parse ${FT_GIT_REF})
20 STEP="roll-deps" &&
21 sed -i'' -e "s!${FT_GIT_REPO}@${FT_PREVIOUS_REV}!${FT_GIT_REPO}@${FT_NEXT_REV}!" DEPS &&
22 tools/git-sync-deps &&
31 git -C ${FT_GIT_DIR} cat-file blob ${FT_PREVIOUS_REV}:${FT_INCLUDE} >> ${TMPFILE} &&
32 git merge-file ${FT_BUILD_DIR}/${SKIA_INCLUDE} ${TMPFILE} ${FT_GIT_DIR}/${FT_INCLUDE} &&
41 FT_COMMIT_COUNT=$(git -C ${FT_GIT_DIR} rev-list --count ${FT_PREVIOUS_REV}..${FT_NEXT_REV}) &&
[all …]
/third_party/toybox/toys/pending/
Dmodprobe.c1 /* modprobe.c - modprobe utility.
14 usage: modprobe [-alrqvsDb] [-d DIR] MODULE [symbol=value][...]
16 modprobe utility - inserts modules and dependencies.
18 -a Load multiple MODULEs
19 -b Apply blacklist to module names too
20 -D Show dependencies
21 -d Load modules from DIR, option may be used multiple times
22 -l List (MODULE is a pattern)
23 -q Quiet
24 -r Remove MODULE (stacks) or do autoclean
[all …]
/third_party/mbedtls/scripts/
Dabi_check.py9 is a small wrapper around the abi-compliance-checker and abi-dumper tools,
20 at a configurable location, or are given as a brief list of problems.
21 Returns 0 on success, 1 on non-compliance, and 2 if there is an error
24 ### How to interpret non-compliance ###
30 This is not an exhaustive list: in the end what matters is whether we are
68 function name and parameter list.
78 function name and parameter list.
87 # SPDX-License-Identifier: Apache-2.0
93 # http://www.apache.org/licenses/LICENSE-2.0
165 for command in ["abi-dumper", "abi-compliance-checker"]:
[all …]
/third_party/openssl/crypto/ocsp/
Docsp_prn.c2 * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
22 i2a_ASN1_OBJECT(bp, a->hashAlgorithm.algorithm); in ocsp_certid_print()
24 i2a_ASN1_STRING(bp, &a->issuerNameHash, 0); in ocsp_certid_print()
26 i2a_ASN1_STRING(bp, &a->issuerKeyHash, 0); in ocsp_certid_print()
28 i2a_ASN1_INTEGER(bp, &a->serialNumber); in ocsp_certid_print()
42 if (ts->t == s) in do_table2string()
43 return ts->m; in do_table2string()
93 OCSP_REQINFO *inf = &o->tbsRequest; in OCSP_REQUEST_print()
94 OCSP_SIGNATURE *sig = o->optionalSignature; in OCSP_REQUEST_print()
98 l = ASN1_INTEGER_get(inf->version); in OCSP_REQUEST_print()
[all …]
/third_party/googletest/googletest/scripts/
Dupload.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
34 Usage summary: upload.py [options] [-- diff_options]
44 against by using the '--rev' option.
154 If False, use an in-memory cookiejar instead. Subclasses must
211 "source": "rietveld-codereview-upload",
307 content_type="application/octet-stream",
315 content_type: The Content-Type header to use.
339 req.add_header("Content-Type", content_type)
351 ## # Server Error - try again.
[all …]
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py20 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
53 self.shift = -1 # Set when the channels are added to the format
54 self.index = -1 # Set when the channels are added to the format
79 return (1 << self.size) - 1
81 return (1 << (self.size - 1)) - 1
87 return -VERY_LARGE
91 return -1
93 return -(1 << (self.size - 1))
99 return (1 << self.size) - 1
101 return (1 << (self.size - 1)) - 1
[all …]
/third_party/libwebsockets/cmake/
DFindGit.cmake16 # This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc.
17 # and was partially funded by NIH grant 3P41RR013218-12S1
19 # AG 2013-02-18: I got it from here
27 # GIT_EXECUTABLE - path to git command line client
28 # GIT_FOUND - true if the command line client was found
31 # GIT_WC_INFO(<dir> <var-prefix>)
36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash
37 # <var-prefix>_WC_REVISION - Current SHA1 hash
38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH
39 # <var-prefix>_WC_URL - output of command `git config --get remote.origin.url'
[all …]
/third_party/ninja/
DRELEASING4 1. Run afl-fuzz for a day or so and run ninja_test
5 2. Consider sending a heads-up to the ninja-build mailing list first
8 git commit -am 'mark this 1.5.0.git'
12 8. commit, tag, push (don't forget to push --tags)
13 git commit -am v1.5.0; git push origin release
14 git tag v1.5.0; git push --tags
18 credits: git shortlog -s --no-merges REV..
21 1. https://github.com/blog/1547-release-your-software
22 Add binaries to https://github.com/ninja-build/ninja/releases
24 Make announcement on mailing list:
[all …]
/third_party/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH…
7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]

12345678910>>...30