Home
last modified time | relevance | path

Searched +full:version +full:- +full:script (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/webrtc/infra/specs/
H A Dclient.webrtc.json9 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
24 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
32 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
47 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
55 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
70 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
78 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
93 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
101 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
116 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
[all …]
H A Dtryserver.webrtc.json9 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
24 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
32 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
47 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
55 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
70 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
78 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
93 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
101 "script": "//testing/merge_scripts/standard_gtest_merge.py" string
116 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
[all …]
H A Dinternal.client.webrtc.json8 "--xctest",
9 "--xcode-build-version",
11 "--out-dir",
17 "script": "//testing/merge_scripts/standard_isolated_script_merge.py" string
35 "os": "iOS-15.7",
45 "service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com"
51 "--xctest",
52 "--xcode-build-version",
54 "--out-dir",
60 "script": "//testing/merge_scripts/standard_isolated_script_merge.py" string
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dscript.v1.json35 "https://www.googleapis.com/auth/script.deployments": {
36 "description": "Create and update Google Apps Script deployments"
38 "https://www.googleapis.com/auth/script.deployments.readonly": {
39 "description": "View Google Apps Script deployments"
41 "https://www.googleapis.com/auth/script.metrics": {
42 "description": "View Google Apps Script project's metrics"
44 "https://www.googleapis.com/auth/script.processes": {
45 "description": "View Google Apps Script processes"
47 "https://www.googleapis.com/auth/script.projects": {
48 "description": "Create and update Google Apps Script projects"
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dscript_v1.projects.versions.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_launcher.py26 # Registry data to create. On removal, everything beneath top-level names will
33 "DisplayName": "X.Y version",
39 "3.100-32": {
40 "DisplayName": "X.Y-32 version",
43 "ExecutablePath": "X.Y-32.exe",
46 "3.100-arm64": {
47 "DisplayName": "X.Y-arm64 version",
50 "ExecutablePath": "X.Y-arm64.exe",
51 "ExecutableArguments": "-X fake_arg_for_test",
76 PY_PYTHON2="PythonTestSuite/3.100-32",
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dctest.1.rst1 .. cmake-manual-description: CTest Command-Line Reference
11 .. parsed-literal::
14 ctest --build-and-test <path-to-source> <path-to-build>
15 --build-generator <generator> [<options>...]
16 [--build-options <opts>...] [--test-command <command> [<args>...]]
17 ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>}
18 [-- <dashboard-options>...]
24 CMake-generated build trees created for projects that use the
33 ``--preset <preset>``, ``--preset=<preset>``
37 See :manual:`preset <cmake-presets(7)>` for more details.
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcweb/
Dscript.go2 // Use of this source code is governed by a BSD-style
10 "cmd/go/internal/script"
30 // newScriptEngine returns a script engine augmented with commands for
31 // reproducing version-control repositories by replaying commits.
32 func newScriptEngine() *script.Engine {
33 conds := script.DefaultConds()
38 cmds := script.DefaultCmds()
40 cmds["bzr"] = script.Program("bzr", interrupt, gracePeriod)
41 cmds["fossil"] = script.Program("fossil", interrupt, gracePeriod)
42 cmds["git"] = script.Program("git", interrupt, gracePeriod)
[all …]
/aosp_15_r20/external/jsoup/src/test/resources/htmltests/
HDxwiki-1324.html.gz
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DS3BootScriptLib.h2 Defines library APIs used by modules to save EFI Boot Script Opcodes.
5 be provided in the Framework version library instance, which means some of these
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
22 address that can be passed to the S3 Boot Script Library PCI functions.
41 /// S3 Boot Script Width.
44 S3BootScriptWidthUint8, ///< 8-bit operation.
45 S3BootScriptWidthUint16, ///< 16-bit operation.
46 S3BootScriptWidthUint32, ///< 32-bit operation.
47 S3BootScriptWidthUint64, ///< 64-bit operation.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DS3BootScriptLib.h2 Defines library APIs used by modules to save EFI Boot Script Opcodes.
5 be provided in the Framework version library instance, which means some of these
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
22 address that can be passed to the S3 Boot Script Library PCI functions.
41 /// S3 Boot Script Width.
44 S3BootScriptWidthUint8, ///< 8-bit operation.
45 S3BootScriptWidthUint16, ///< 16-bit operation.
46 S3BootScriptWidthUint32, ///< 32-bit operation.
47 S3BootScriptWidthUint64, ///< 64-bit operation.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DS3BootScriptLib.h2 Defines library APIs used by modules to save EFI Boot Script Opcodes.
5 be provided in the Framework version library instance, which means some of these
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
22 address that can be passed to the S3 Boot Script Library PCI functions.
41 /// S3 Boot Script Width.
44 S3BootScriptWidthUint8, ///< 8-bit operation.
45 S3BootScriptWidthUint16, ///< 16-bit operation.
46 S3BootScriptWidthUint32, ///< 32-bit operation.
47 S3BootScriptWidthUint64, ///< 64-bit operation.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DS3BootScriptLib.h2 Defines library APIs used by modules to save EFI Boot Script Opcodes.
5 be provided in the Framework version library instance, which means some of these
8 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
14 http://opensource.org/licenses/bsd-license.php
29 address that can be passed to the S3 Boot Script Library PCI functions.
48 /// S3 Boot Script Width.
51 S3BootScriptWidthUint8, ///< 8-bit operation.
52 S3BootScriptWidthUint16, ///< 16-bit operation.
53 S3BootScriptWidthUint32, ///< 32-bit operation.
54 S3BootScriptWidthUint64, ///< 64-bit operation.
[all …]
/aosp_15_r20/external/python/setuptools/docs/deprecated/
Dpython_eggs.rst9 ----------------------
11 ----------------------
14 specific version of a Python project, comprising its code, resources,
25 code and resources, along with an ``EGG-INFO`` subdirectory that
28 2. ``.egg-info`` format: a file or directory placed *adjacent* to the
33 static data files, package and non-package directories, Python
37 The ``.egg`` format is well-suited to distribution and the easy
39 self-contained within a single directory or file, unmingled with any
44 The ``.egg-info`` format, on the other hand, was created to support
45 backward-compatibility, performance, and ease of installation for system
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/docs/
H A Dcargo.md1 <!-- Generated with Stardoc: http://skydoc.bazel.build -->
14 cargo_dep_env(<a href="#cargo_dep_env-name">name</a>, <a href="#cargo_dep_env-src">src</a>, <a href…
17 …nt `cargo_build_script`s without a build script. This is useful for using Bazel rules instead of a…
23 | :------------- | :------------- | :------------- | :------------- | :------------- |
24 | <a id="cargo_dep_env-name"></a>name | A unique name for this target. | <a href="https://bazel.…
25-src"></a>src | File containing additional environment variables to set for build scripts of dire…
26-out_dir"></a>out_dir | Folder containing additional inputs when building all direct dependencies…
34-name">name</a>, <a href="#cargo_build_script-edition">edition</a>, <a href="#cargo_build_script-c…
35-link_deps">link_deps</a>, <a href="#cargo_build_script-proc_macro_deps">proc_macro_deps</a>, <a h…
36-rundir">rundir</a>, <a href="#cargo_build_script-rustc_env">rustc_env</a>, <a href="#cargo_build_…
[all …]
/aosp_15_r20/prebuilts/remoteexecution-client/
H A DCHANGELOG.md1 ## Release 0.169.0 (2024-10-09)
10 ## Release 0.168.0 (2024-10-04)
21 ## Release 0.167.0 (2024-09-25)
30 ## Release 0.166.0 (2024-09-23)
39 ## Release 0.165.0 (2024-09-18)
47 [GH] Build(deps): Bump path-to-regexp and express in /internal/pkg/logrecordserver/ui/app
49 Update chromium-win snapshot image every 30 days
56 ## Release 0.164.0 (2024-09-13)
69 ## Release 0.163.0 (2024-09-09)
73 Also fix the bazelisk version for the mac release build
[all …]
/aosp_15_r20/external/testng/doc/
H A Dmaven.html3 <title>TestNG - Maven</title>
7 <script type="text/javascript" src="http://beust.com/prettify.js"></script>
8 <script type="text/javascript" src="banner.js"></script>
10 <script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
11 <script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
12 <script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
13 <script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
14 <script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
17 <script type="text/javascript">
21 </script>
[all …]
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A DREADME.md10 version.
21 This script is used for updating a package's LLVM hash (sys-devel/llvm,
22 sys-libs/compiler-rt, sys-libs/libcxx, and sys-libs/llvm-libunwind)
26 An example when this script should be run is when certain boards would like
33 --is_llvm_next \
34 --llvm_version tot \
36 --options nochromesdk latest-toolchain \
37 --builders kevin-release-tryjob nocturne-release-tryjob
42 in 'nochromesdk' and 'latest-toolchain' for each tryjob.
44 For help with the command line arguments of the script, run:
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/private/
H A Dcargo_build_script.bzl10 # buildifier: disable=bzl-visibility
17 # buildifier: disable=bzl-visibility
39 - (sequence): A flattened C command line flags for given action.
40 - (sequence): A flattened CXX command line flags for given action.
41 - (dict): C environment variables to be set for given action.
65 """Prefix execroot-relative paths of known arguments with ${pwd}.
75 s, opt, path = arg.partition("--sysroot=")
83 """Prefix execroot-relative paths of known arguments with ${pwd}.
99 fix_next_arg = arg == "-isystem"
138 script = ctx.executable.script
[all …]
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dide_common_util.py3 # Copyright 2019 - The Android Open Source Project
5 # Licensed under the Apache License, Version 2.0 (the "License");
9 # http://www.apache.org/licenses/LICENSE-2.0
35 """Get the studio.sh script path from internal path.
48 logging.debug('The script%s for %s %s found.',
52 logging.error('There is not any script of %s found.', ide_name)
57 """Run IDE launching script with an IntelliJ project path as argument.
74 IDE executable script we need.
81 the IDE executable script file(s) found.
83 logging.info('Searching IDE script %s in path: %s.', ide_script_name, top)
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCPackIFW.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
10 This module looks for the location of the command-line utilities supplied with the
34 [VERSION <version>]
36 [SCRIPT <script>]
79 is used to create domain-like identification for this component.
100 ``VERSION``
101 is version of component.
109 ``SCRIPT``
110 is a relative or absolute path to operations script
[all …]
/aosp_15_r20/external/okhttp/website/
H A Dindex.html4 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 <link href="static/bootstrap-combined.min.css" rel="stylesheet">
10 <link href="static/app-theme.css" rel="stylesheet">
12 <!--[if lt IE 9]><script src="static/html5shiv.min.js"></script><![endif]-->
14 <body data-target=".content-nav">
24 …<li><a href="#download" class="menu download">Download <span class="version-tag">Latest</span></a>…
25 …ef="http://github.com/square/okhttp" data-title="View GitHub Project" class="menu github"><img src…
26 …a href="http://square.github.io/" data-title="Square Open Source Portal" class="menu square"><img …
69 <code>okhttp-urlconnection</code> module implements the familiar
[all …]
/aosp_15_r20/external/jackson-core/docs/javadoc/2.0/com/fasterxml/jackson/core/
H A DVersioned.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_31) on Mon May 14 18:45:47 PDT 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 Versioned (Jackson-core 2.0.2 API)
11 <META NAME="date" CONTENT="2012-05-14">
15 <SCRIPT type="text/javascript">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="Versioned (Jackson-core 2.0.2 API)";
22 </SCRIPT>
[all …]
/aosp_15_r20/external/jackson-core/docs/javadoc/2.1/com/fasterxml/jackson/core/
H A DVersioned.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_37) on Sun Nov 11 15:43:58 PST 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 Versioned (Jackson-core 2.1.1 API)
11 <META NAME="date" CONTENT="2012-11-11">
15 <SCRIPT type="text/javascript">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="Versioned (Jackson-core 2.1.1 API)";
22 </SCRIPT>
[all …]
/aosp_15_r20/external/openthread/script/
H A Dtest33 set -euo pipefail
35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"
53 OT_NODE_TYPE="${OT_NODE_TYPE:-cli}"
56 OT_NATIVE_IP="${OT_NATIVE_IP:-0}"
59 THREAD_VERSION="${THREAD_VERSION:-1.3}"
62 INTER_OP="${INTER_OP:-0}"
65 VERBOSE="${VERBOSE:-0}"
68 BORDER_ROUTING="${BORDER_ROUTING:-1}"
71 NAT64="${NAT64:-0}"
74 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
[all …]

12345678910>>...58