Home
last modified time | relevance | path

Searched +full:is +full:- +full:binary +full:- +full:path (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/external/pigweed/targets/rp2040/py/rp2040_utils/
Dunit_test_runner.py8 # https://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
22 from pathlib import Path
40 """Parses command-line arguments."""
44 'binary', type=Path, help='The target test binary to run'
47 '--usb-bus',
49 help='The bus this Pi Pico is on',
52 '--usb-port',
55 'The port chain as a colon-separated list of integers of this Pi '
60 '-b',
[all …]
/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst5 ------------------------------------
10 The latest version of the AArch64 build of TF-A has been tested on the following
12 (64-bit host machine only).
17 - ``Foundation_Platform``
18 - ``FVP_Base_AEMv8A-AEMv8A-AEMv8A-AEMv8A-CCN502``
19 - ``FVP_Base_AEMv8A-AEMv8A`` (For certain configurations also uses 11.14/21)
20 - ``FVP_Base_AEMv8A-GIC600AE``
21 - ``FVP_Base_AEMvA`` (For certain configurations also uses 0.0/6684)
22 - ``FVP_Base_Cortex-A32x4`` (Version 11.12/38)
23 - ``FVP_Base_Cortex-A35x4``
[all …]
/external/trusty/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst5 ------------------------------------
10 The latest version of the AArch64 build of TF-A has been tested on the following
12 (64-bit host machine only).
17 - ``Foundation_Platform``
18 - ``FVP_Base_AEMv8A-AEMv8A-AEMv8A-AEMv8A-CCN502`` (Version 11.17/21)
19 - ``FVP_Base_AEMv8A-GIC600AE`` (Version 11.17/21)
20 - ``FVP_Base_AEMvA``
21 - ``FVP_Base_AEMvA-AEMvA``
22 - ``FVP_Base_Cortex-A32x4`` (Version 11.12/38)
23 - ``FVP_Base_Cortex-A35x4``
[all …]
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_binary.csv13 Basic,basic/test_basic --compilation-mode binary --compilation-cache-path .
14 API,api/test_api --compilation-mode binary --compilation-cache-path .
15 Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path .
20 Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path .
21 Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path .
22 Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path .
27 …ons,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compilation-cache-p…
28 …ice/Context,multiple_device_context/test_multiples --compilation-mode binary --compilation-cache-p…
29 Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path .
30 Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path .
[all …]
/external/bazelbuild-rules_rust/cargo/private/
Dcargo_bootstrap.bzl1 """The `cargo_bootstrap` rule is used for bootstrapping cargo binaries in a repository rule."""
28 binary,
35 """A function for bootstrapping a cargo binary within a repository rule
39 cargo_bin (path): The path to a Cargo binary.
40 rustc_bin (path): The path to a Rustc binary.
41 binary (str): The binary to build (the `--bin` parameter for Cargo).
42 cargo_manifest (path): The path to a Cargo manifest (Cargo.toml file).
46 target_dir (path, optional): The directory in which to produce build outputs
47 (Cargo's --target-dir argument).
51 path: The path of the built binary within the target directory
[all …]
/external/bcc/libbpf-tools/
Duprobe_helpers.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
21 * Returns 0 on success; -1 on failure. On sucess, returns via `path` the full
22 * path to the program for pid.
24 int get_pid_binary_path(pid_t pid, char *path, size_t path_sz) in get_pid_binary_path() argument
32 return -1; in get_pid_binary_path()
34 ret = readlink(proc_pid_exe, path, path_sz); in get_pid_binary_path()
37 return -1; in get_pid_binary_path()
41 return -1; in get_pid_binary_path()
43 path[ret] = '\0'; in get_pid_binary_path()
49 * Returns 0 on success; -1 on failure. On success, returns via `path` the full
[all …]
/external/AFLplusplus/benchmark/
Dbenchmark.py8 from pathlib import Path
21 source: Path
22 binary: Path
53 …Target(source=Path("../utils/persistent_mode/test-instr.c").resolve(), binary=Path("test-instr-per…
54 Target(source=Path("../test-instr.c").resolve(), binary=Path("test-instr"))
57 targets = [str(target.binary) for target in all_targets]
61 …"AFL_NO_UI": "1", "AFL_TRY_AFFINITY": "1", "PATH": f'{str(Path("../").resolve())}:{os.environ["PAT…
65 parser.add_argument("-b", "--basedir", help="directory to use for temp files", type=str, default="/…
66 parser.add_argument("-d", "--debug", help="show verbose debugging output", action="store_true")
67 parser.add_argument("-r", "--runs", help="how many runs to average results over", type=int, default…
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_lib.py7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
15 """Library for multi-process testing."""
29 """Returns whether the test is run under OSS."""
36 tpu_args = [arg for arg in sys.argv if arg.startswith('--tpu')]
49 # Monkey-patch that is carried over into the spawned process by pickle.
61 """An absl-compatible Forkserver process.
63 Note: Forkserver is not available in windows.
68 Process = AbslForkServerProcess # pylint: disable=invalid-name
76 """A process that skips test (until windows is supported)."""
[all …]
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py3 # Use of this source code is governed by a BSD-style license that can be
7 Requires that 'use_clang_coverage = true' is set in args.gn.
8 Prefers that 'is_component_build = false' is set in args.gn.
20 sys.path.append(
21 os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir)))
25 # 'binary' is the file that is to be run for the test.
26 # 'use_test_runner' indicates if 'binary' depends on test_runner.py and thus
28 # 'opt_args' are optional arguments to pass to the test 'binary'.
29 TestSpec = namedtuple('TestSpec', 'binary, use_test_runner, opt_args')
40 TestSpec('run_corpus_tests.py', True, ['--disable-javascript']),
[all …]
/external/selinux/libsepol/tests/
Dtest-downgrade.c4 * Copyright (C) 2007-2008 Tresys Technology, LLC
6 * This library is free software; you can redistribute it and/or
11 * This library is distributed in the hope that it will be useful,
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 #include "test-downgrade.h"
34 #define POLICY_BIN_HI "policies/test-downgrade/policy.hi"
35 #define POLICY_BIN_LO "policies/test-downgrade/policy.lo"
53 return -1; in downgrade_test_init()
100 * Tests the backward compatibility of MLS and Non-MLS binary policy versions.
106 "\nError during downgrade testing of Non-MLS policy\n"); in test_downgrade()
[all …]
/external/pigweed/pw_bloat/py/pw_bloat/
D__main__.py7 # https://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18 from pathlib import Path
30 def _parse_args() -> argparse.Namespace:
34 'binary',
35 help='Path to the ELF file to analyze',
36 metavar='BINARY',
37 type=Path,
40 '-d',
41 '--data-sources',
[all …]
/external/bazelbuild-rules_rust/crate_universe/private/
Dgenerate_utils.bzl1 """Utilities directly related to the `generate` step of `cargo-bazel`."""
20 """Query network resources to locate a `cargo-bazel` binary
27 tuple(path, dict): The path to a `cargo-bazel` binary and the host sha256 pairing.
28 The pairing (dict) may be `None` if there is no need to update the attribute
35 …output = repository_ctx.path("cargo-bazel.exe" if "win" in repository_ctx.os.name else "cargo-baze…
37 # The `generator` attribute is the next highest priority behind
41 generator = repository_ctx.path(Label(repository_ctx.attr.generator))
43 # Resolve a few levels of symlinks to ensure we're accessing the direct binary
84 build_file_template = "//:BUILD.{name}-{version}.bazel",
85 crate_label_template = "@{repository}__{name}-{version}//:{target}",
[all …]
/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries.py4 # Use of this source code is governed by a BSD-style license that can be
10 $ /path/to/update_reference_build.py
11 $ git commit -a
26 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'py_utils'))
32 _CHROME_BINARIES_CONFIG = os.path.join(
33 os.path.dirname(os.path.abspath(__file__)), '..', '..', 'common',
36 _CHROME_GS_BUCKET = 'chrome-unsigned'
37 _CHROMIUM_GS_BUCKET = 'chromium-browser-snapshots'
40 # find closest chromium build snapshot. The value 10 is chosen because it looks
47 'android_k_armeabi-v7a', 'android_l_arm64-v8a',
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
DREADME.md3 This binary evaluates the following parameters of TFLite models trained for the
4 **bounding box-based**
5 [COCO Object Detection](http://cocodataset.org/#detection-eval) task:
7 * Native pre-processing latency
12 The binary takes the path to validation images and a ground truth proto file as
13 inputs, along with the model and inference-specific parameters such as delegate
14 and number of threads. It outputs the metrics to std-out as follows:
33 To run the binary, please follow the
34 [Preprocessing section](#preprocessing-the-minival-dataset) to prepare the data,
36 [Running the binary section](#running-the-binary).
[all …]
/external/pigweed/pw_build/py/pw_build/
Dgenerate_report.py7 # https://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 """Generate a coverage report using llvm-cov."""
21 from pathlib import Path
27 def _parser_args() -> dict[str, Any]:
30 '--llvm-cov-path',
31 type=Path,
33 help='Path to the llvm-cov binary to use to generate coverage reports.',
36 '--format',
44 '--test-metadata-path',
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dcipd.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
8 CIPD is the Chrome Infra Package Deployer, a simple method of resolving a
30 # pylint: disable=line-too-long
33 # This is version "git_revision:db7a486094873e3944b8e27ab5b23a3ae3c401e7".
37 # https://chrome-infra-packages.appspot.com/p/infra/tools/cipd/linux-amd64/+/latest
39 # pylint: enable=line-too-long
40 CIPD_CLIENT_PACKAGE = 'infra/tools/cipd/linux-amd64'
45 'https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/')
67 'Content-Type': 'application/json',
[all …]
/external/angle/build/config/ios/
Dstrip_arm64e.py2 # Use of this source code is governed by a BSD-style license that can be
4 """Strip arm64e architecture from a binary if present."""
21 sys.stderr.write(errs.decode('UTF-8', errors='ignore'))
23 return outs.decode('UTF-8')
32 """Parses the command-line."""
34 parser.add_argument('--input', required=True, help='Path to input binary')
35 parser.add_argument('--output', required=True, help='Path to output binary')
36 parser.add_argument('--xcode-version', required=True, help='Version of Xcode')
40 def get_archs(path): argument
41 """Extracts the architectures present in binary at |path|."""
[all …]
/external/cronet/build/config/ios/
Dstrip_arm64e.py2 # Use of this source code is governed by a BSD-style license that can be
4 """Strip arm64e architecture from a binary if present."""
21 sys.stderr.write(errs.decode('UTF-8', errors='ignore'))
23 return outs.decode('UTF-8')
32 """Parses the command-line."""
34 parser.add_argument('--input', required=True, help='Path to input binary')
35 parser.add_argument('--output', required=True, help='Path to output binary')
36 parser.add_argument('--xcode-version', required=True, help='Version of Xcode')
40 def get_archs(path): argument
41 """Extracts the architectures present in binary at |path|."""
[all …]
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dunit_test_runner.py8 # https://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
25 from pathlib import Path
42 # How long to wait for the first byte of a test to be emitted. This is longer
43 # than the user-configurable timeout as there's a delay while the device is
61 file_path = Path(os.path.expandvars(arg)).absolute()
68 """Parses command-line arguments."""
72 'binary', help='The target test binary to run', type=valid_file_name
75 '--port',
79 '--baud',
[all …]
/external/rust/crates/which/src/
Dlib.rs6 //! To find which rustc executable binary is using:
10 //! use std::path::PathBuf;
27 use std::path;
35 /// Find an executable binary's path by name.
37 /// If given an absolute path, returns it if the file exists and is executable.
39 /// If given a relative path, returns an absolute path to the file if
40 /// it exists and is executable.
42 /// If given a string without path separators, looks for a file named
43 /// `binary_name` at each directory in `$PATH` and if it finds an executable
50 /// use std::path::PathBuf;
[all …]
/external/flatbuffers/docs/source/
DCompiler.md6 flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] FILES...
7 [ -- FILES...]
13 `--` indicates that the following files are binary files in
21 - `--cpp`, `-c` : Generate a C++ header for all definitions in this file (as
24 - `--java`, `-j` : Generate Java code.
26 - `--kotlin`, `-k` : Generate Kotlin code.
28 - `--csharp`, `-n` : Generate C# code.
30 - `--go`, `-g` : Generate Go code.
32 - `--python`, `-p`: Generate Python code.
34 - `--js`, `-s`: Generate JavaScript code.
[all …]
/external/angle/third_party/spirv-tools/src/test/tools/
Dexpect.py7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
40 foo.vert -> foo.vert.[extension] [similarly for .frag, .comp, etc.]
41 foo.glsl -> foo.[extension]
42 foo.unknown -> foo.[extension]
43 foo -> foo.[extension]
45 if filename[-5:] not in [
64 """Checks that a given file exists and is not empty."""
65 if not os.path.isfile(filename):
67 if not os.path.getsize(filename):
[all …]
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
40 foo.vert -> foo.vert.[extension] [similarly for .frag, .comp, etc.]
41 foo.glsl -> foo.[extension]
42 foo.unknown -> foo.[extension]
43 foo -> foo.[extension]
45 if filename[-5:] not in [
64 """Checks that a given file exists and is not empty."""
65 if not os.path.isfile(filename):
67 if not os.path.getsize(filename):
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
40 foo.vert -> foo.vert.[extension] [similarly for .frag, .comp, etc.]
41 foo.glsl -> foo.[extension]
42 foo.unknown -> foo.[extension]
43 foo -> foo.[extension]
45 if filename[-5:] not in [
64 """Checks that a given file exists and is not empty."""
65 if not os.path.isfile(filename):
67 if not os.path.getsize(filename):
[all …]
/external/elfutils/doc/
Ddebuginfod-find.11 '\"! tbl | nroff \-man
16 .TH DEBUGINFOD-FIND 1
18 debuginfod-find \- request debuginfo-related data
21 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIBUILDID\fP
23 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIPATH\fP
25 .B debuginfod-find [\fIOPTION\fP]... executable \fIBUILDID\fP
27 .B debuginfod-find [\fIOPTION\fP]... executable \fIPATH\fP
29 .B debuginfod-find [\fIOPTION\fP]... source \fIBUILDID\fP \fI/FILENAME\fP
31 .B debuginfod-find [\fIOPTION\fP]... source \fIPATH\fP \fI/FILENAME\fP
34 \fBdebuginfod-find\fP queries one or more \fBdebuginfod\fP servers for
[all …]

12345678910>>...47