Home
last modified time | relevance | path

Searched +full:hosted +full:- +full:git +full:- +full:info (Results 1 – 25 of 47) sorted by relevance

12

/external/jazzer-api/
DCONTRIBUTING.md9 * [Clang](https://clang.llvm.org/) 9.0+ (clang-cl on Windows)
11 * GCC (should work with `--repo_env=CC=gcc`, but is not tested)
15 The instructions below will assume that this binary is called `bazel` - Bazelisk is a thin wrapper …
22 $ git clone https://github.com/CodeIntelligenceTesting/jazzer
25 $ bazel run //:jazzer -- <arguments>
33 INFO: Found 1 target...
34 Target //:jazzer_release up-to-date:
35 bazel-bin/jazzer_release.tar.gz
49 …ntegration test (`java_fuzz_target_test`), you can start Jazzer in debug mode via `--config=debug`.
58 Requires an account on [Sonatype](https://issues.sonatype.org) with access to the `com.code-intelli…
[all …]
/external/oss-fuzz/infra/cifuzz/
Dcontinuous_integration.py7 # http://www.apache.org/licenses/LICENSE-2.0
21 # pylint: disable=wrong-import-position,import-error
31 # pylint: disable=too-few-public-methods
41 """Fixes git repos cloned by the "checkout" action so that diffing works on
44 'git', 'symbolic-ref', 'refs/remotes/origin/HEAD',
80 """Returns the base to diff against with git to get the change under
88 logging.info('Diffing against %s.', base)
110 command = (f'cd / && rm -rf {rm_path} && cp -r {host_repo_path} '
111 f'{image_src_path} && cd - && {build_command}')
120 # Non-OSS-Fuzz projects must bring their own source and their own build
[all …]
/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^16.0.0",
15 "@commitlint/cz-commitlint": "^16.1.0",
17 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19 "js-yaml": "^4.1.0",
20 "standard-version": "^9.3.2"
26 "node_modules/@babel/code-frame": {
28 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
[all …]
/external/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^14.1.0",
16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
17 "cz-conventional-changelog": "^3.3.0",
19 "standard-version": "^9.3.2"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4…
[all …]
/external/OpenCSD/decoder/tests/auto-fdo/
Dautofdo.md9 optimization - PGO) uses a profile of a program's execution to guide the
55 * ETB: A small circular buffer (64-128 kilobytes) that stores the most
59 * TPIU: Sends data to an off-chip capture device (e.g. Arm DSTREAM)
70 lot of data very quickly - typically an ETM will generate ~1 bit of data
75 only record small slices of execution - e.g. collect ~5000 cycles of data
76 every 50M cycles. This reduces the data rate to a manageable level - a few
90 <https://gitlab.arm.com/linux-arm/linux-coresight-backports>
95 git clone https://git.gitlab.arm.com/linux-arm/linux-coresight-backports.git
99 appropriate branch using git or generating patches (using `git
100 format-patch`).
[all …]
/external/perfetto/tools/
Dinstall-build-deps8 # http://www.apache.org/licenses/LICENSE-2.0
36 # |source_url| can be either a git repo or a http url.
37 # If a git repo, |checksum| is the SHA1 committish that will be checked out.
41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have
67 'buildtools/mac/clang-format',
70 'buildtools/linux64/clang-format',
73 'buildtools/win/clang-format.exe',
80 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/.
84 'https://storage.googleapis.com/perfetto/gn-mac-1968-0725d782',
89 'https://storage.googleapis.com/perfetto/gn-mac-arm64-1968-0725d782',
[all …]
/external/gflags/
DREADME.md1 [![Build Status](https://travis-ci.org/gflags/gflags.svg?branch=master)](https://travis-ci.org/gfla…
8 ----------------
22 ------------
33 ----------------
39 or [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/).
52 -------------
76 -------------
88 -------------
101 The SVN repository on Google Code is now frozen and replaced by a Git
102 repository such that it can be used as Git submodule by projects. The main
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dgit.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
6 """Common functions for interacting with git and repo."""
31 """An exception related to git."""
34 # remote: git remote name (e.g., 'origin',
35 # 'https://chromium.googlesource.com/chromiumos/chromite.git', etc.).
36 # ref: git remote/local ref name (e.g., 'refs/heads/master').
37 # project_name: git project name (e.g., 'chromiumos/chromite'.)
50 """Returns the nearest higher-level repo dir from the specified path.
69 """Tests to see if a directory is the root of a git submodule checkout.
[all …]
/external/libwebsockets/
Dchangelog2 ---------
7 - Add full CBOR stream parsing and writing support, with huge
9 See ./READMEs/README.cbor-lecp.md
10 - Add COSE key and signing / validation support with huge amount of
14 See ./READMEs/README.cbor-cose.md
15 - JIT Trust: for constrained devices, provides a way to determine the
19 See ./READMEs/README.jit-trust.md
20 - Add support for client Netscape cookie jar with caching
21 - Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when
22 lws_cancel_service() called, so cross-thread events can be handled
[all …]
/external/skia/modules/canvaskit/npm_build/
Dpackage-lock.json2 "name": "canvaskit-wasm",
8 "name": "canvaskit-wasm",
10 "license": "BSD-3-Clause",
12 "@definitelytyped/header-parser": "0.0.121",
18 "node_modules/@definitelytyped/header-parser": {
20 …"resolved": "https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.121.tgz…
21 …"integrity": "sha512-78HY1J+QiwZPXFZQWb9gPQPxAMNg6/1e4gl7gL/8dmd17vVWLi3AGrLJoG8Pn1p8d7MF2rlPw/2AE…
24 "@definitelytyped/typescript-versions": "^0.0.121",
29 "node_modules/@definitelytyped/typescript-versions": {
31 …ed": "https://registry.npmjs.org/@definitelytyped/typescript-versions/-/typescript-versions-0.0.12…
[all …]
/external/deqp-deps/SPIRV-Tools/
DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
28 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
29 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.…
[all …]
/external/angle/third_party/spirv-tools/src/
DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 The official releases for SPIRV-Tools can be found on LunarG's
34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 The official releases for SPIRV-Tools can be found on LunarG's
34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
[all …]
/external/googleapis/google/cloud/securesourcemanager/v1/
Dsecure_source_manager.proto7 // http://www.apache.org/licenses/LICENSE-2.0
55 // Data Plane endpoints are hosted directly by your Secure Source Manager
59 // https://[instance-id]-[project-number]-api.[location].sourcemanager.dev
63 // https://my-instance-702770452863-api.us-central1.sourcemanager.dev
72 "https://www.googleapis.com/auth/cloud-platform";
248 // Output only. Git HTTP hostname.
251 // Output only. Git SSH hostname.
287 // Optional. Immutable. Customer-managed encryption key name, in the format
313 // Output only. git_https is the git HTTPS URI for git operations.
327 // anjuta, ansible, appcelerator-titanium, app-engine, archives,
[all …]
/external/llvm/docs/
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
55 #. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp``
69 * ``cd where-you-want-llvm-to-live``
[all …]
/external/googleapis/google/devtools/cloudbuild/v1/
Dcloudbuild.proto7 // http://www.apache.org/licenses/LICENSE-2.0
81 // A user can list previously-requested builds or get builds by their ID to
86 "https://www.googleapis.com/auth/cloud-platform";
90 // This method returns a long-running `Operation`, which includes the build
135 // Previously requested builds may still be in-progress, or may have finished
180 // For non-triggered builds that specify `RepoSource`:
519 // Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
548 // Location of the source in any accessible Git repository.
550 // Location of the Git repo to build.
552 // This will be used as a `git remote`, see
[all …]
/external/python/cpython2/Doc/faq/
Dgeneral.rst16 ---------------
18 Python is an interpreted, interactive, object-oriented programming language. It
25 PCs under MS-DOS, Windows, Windows NT, and OS/2.
27 To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to
33 ---------------------------------------
35 The Python Software Foundation is an independent non-profit organization that
41 Donations to the PSF are tax-exempt in the US. If you use Python and find it
47 ------------------------------------------------------
65 ------------------------------------------
74 very-high-level data types (although the details are all different in
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dclouddebugger.v2.json5 "https://www.googleapis.com/auth/cloud-platform": {
23 "x16": "http://www.google.com/images/icons/product/search-16.gif",
24 "x32": "http://www.google.com/images/icons/product/search-32.gif"
60 "Responses with Content-Type of application/json",
61 "Media download with context-dependent Content-Type",
62 "Responses with Content-Type of application/x-protobuf"
94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
116 …e the `debuggee_id` format. Agents must handle `debuggee_id` value changing upon re-registration.",
130 "https://www.googleapis.com/auth/cloud-platform",
159 … when the server-selected timeout has expired. If set to `false` (deprecated), returns `google.rpc…
[all …]
Dgkehub.v1alpha.json5 "https://www.googleapis.com/auth/cloud-platform": {
17 …ntationLink": "https://cloud.google.com/anthos/multicluster-management/connect/registering-a-clust…
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
134 "https://www.googleapis.com/auth/cloud-platform"
147 …strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.a…
[all …]
/external/skia/experimental/tskit/
Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
[all …]
/external/autotest/server/cros/servo/
Dservo.py3 # Use of this source code is governed by a BSD-style license that can be
63 """Common error class for servod console-back control failures."""
91 return '%s -- StatusLine=%s' % (self.when, self.line)
110 @param strerror: OS-provided description ("connection reset by peer")
121 msgv.append('--')
133 servo-specific versions, and extracting exception info from xmlrplib.Fault.
266 tar_cmd = 'tar xf %s -C %s %s' % (tarball, dest_dir, image)
277 """Class to provide board-specific power operations.
297 # Delay in seconds needed between asserting and de-asserting
313 logging.info('Servo setup does not support power-state operations. '
[all …]
/external/timezone-boundary-builder/
Dpackage-lock.json2 "name": "timezone-boundary-builder",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O…
16 "@babel/helper-validator-identifier": {
18 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq…
24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l…
28 "@babel/helper-validator-identifier": "^7.10.4",
[all …]
/external/mesa3d/docs/relnotes/
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
/external/python/setuptools/
DCHANGES.rst2 -------
13 * #3202: Changed behaviour of auto-discovery to not explicitly expand ``package_dir``
14 for flat-layouts and to not use relative paths starting with ``./``.
22 * #3211: Disabled auto-discovery when distribution class has a ``configuration``
24 configuration=...)``). This is done to ensure extension-only packages created
27 behaviour to avoid accidental multiple top-level packages in a flat-layout.
31 still likely to observe the auto-discovery behavior, which may halt the
35 To disable auto-discovery please explicitly set either ``packages`` or
36 ``py_modules``. Alternatively you can also configure :ref:`custom-discovery`.
40 -------
[all …]
/external/ktfmt/website/
Dpackage-lock.json8 "clean-css": "^5.1.1",
9 "event-stream": "4.0.1",
11 "monaco-editor": "^0.23.0",
19 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
20 …"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6e…
25 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
26 …"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7…
35 "node_modules/acorn-globals": {
37 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
38 …"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH…
[all …]

12