| /third_party/rust/rust/src/bootstrap/mk/ |
| D | Makefile.in | 3 BOOTSTRAP_ARGS := -v 9 BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py 12 $(Q)$(BOOTSTRAP) build --stage 2 $(BOOTSTRAP_ARGS) 13 $(Q)$(BOOTSTRAP) doc --stage 2 $(BOOTSTRAP_ARGS) 22 $(Q)echo To learn more run \`./x.py --help\` 25 $(Q)$(BOOTSTRAP) clean $(BOOTSTRAP_ARGS) 27 rustc-stage1: 28 $(Q)$(BOOTSTRAP) build --stage 1 library/test $(BOOTSTRAP_ARGS) 29 rustc-stage2: 30 $(Q)$(BOOTSTRAP) build --stage 2 library/test $(BOOTSTRAP_ARGS) [all …]
|
| /third_party/grpc/test/core/xds/ |
| D | xds_bootstrap_test.cc | 8 // http://www.apache.org/licenses/LICENSE-2.0 63 bool ok = ::testing::ExplainMatchResult(name, server->server_uri(), 66 ::testing::ExplainMatchResult(server->IgnoreResourceDeletion(), 68 ok |= ::testing::ExplainMatchResult(server->TrustedXdsServer(), 70 auto creds_config = server->channel_creds_config(); 75 ok |= ::testing::ExplainMatchResult(creds_config_type, creds_config->type(), 155 auto bootstrap = std::move(*bootstrap_or); in TEST() local 156 EXPECT_THAT(bootstrap->servers(), ::testing::ElementsAre(EqXdsServer( in TEST() 158 EXPECT_EQ(bootstrap->authorities().size(), 2); in TEST() 160 bootstrap->LookupAuthority("xds.example.com")); in TEST() [all …]
|
| /third_party/grpc/tools/run_tests/performance/templates/ |
| D | loadtest_template_psm_proxyless_prebuilt_all_languages.yaml | 17 - language: cxx 20 - args: 21 - -c 22 - | 23 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ 24 /source/code/bazel-bin/test/cpp/qps/qps_worker \ 25 --driver_port="${DRIVER_PORT}" 27 - bash 29 - name: GRPC_XDS_BOOTSTRAP 30 value: /bootstrap/bootstrap.json [all …]
|
| D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 31 - args: 32 - -c 33 - | 34 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ [all …]
|
| D | loadtest_template_psm_proxied_prebuilt_all_languages.yaml | 17 - language: cxx 20 - args: 21 - -c 22 - | 23 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ 24 /source/code/bazel-bin/test/cpp/qps/qps_worker \ 25 --driver_port="${DRIVER_PORT}" 27 - bash 30 - args: 31 - -default-config-path [all …]
|
| D | loadtest_template_psm_proxied_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 31 - args: 32 - -c 33 - | 34 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | README.md | 1 # rustbuild - Bootstrapping Rust 3 This is an in-progress README which is targeted at helping to explain how Rust 8 Please check [bootstrapping dev guide][bootstrapping-dev-guide] for further information. 10 [bootstrapping-dev-guide]: https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html 20 parallel. Note, though, that the `-j` parameter to rustbuild gets forwarded 29 `x.py` cross-platform) is run. This script is responsible for downloading the stage0 31 Finally, it then invokes the actual `bootstrap` binary build system. 32 2. In Rust, `bootstrap` will slurp up all configuration, perform a number of 56 2015-12-19/ 57 2016-01-15/ [all …]
|
| D | bootstrap_test.py | 1 """Bootstrap tests 3 Run these with `x test bootstrap`, or `python -m unittest src/bootstrap/bootstrap_test.py`.""" 15 # Allow running this from the top-level directory. 17 # For the import below, have Python search in src/bootstrap first. 19 import bootstrap 22 def serialize_and_parse(configure_args, bootstrap_args=bootstrap.FakeArgs()): 28 build = bootstrap.RustBuild(config_toml=buffer.getvalue(), args=bootstrap_args) 47 self.expected = hashlib.sha256(content.encode("utf-8")).hexdigest() 59 self.assertTrue(bootstrap.verify(self.src, self.expected, False)) 63 self.assertFalse(bootstrap.verify(self.bad_src, self.expected, False)) [all …]
|
| D | Cargo.toml | 2 name = "bootstrap" 6 default-run = "bootstrap" 13 name = "bootstrap" 28 name = "sccache-plus-cl" 29 path = "bin/sccache-plus-cl.rs" 39 object = { version = "0.31.1", default-features = false, features = ["archive", "coff", "read_core"… 55 # Dependencies needed by the build-metrics feature 57 clap = { version = "4.2.4", default-features = false, features = ["std", "usage", "help", "derive",… 61 # Solaris doesn't support flock() and thus fd-lock is not option now 63 fd-lock = "3.0.8" [all …]
|
| /third_party/grpc/tools/distrib/python/xds_protos/envoy/config/bootstrap/v3/ |
| D | bootstrap_pb2.py | 1 # -*- coding: utf-8 -*- 3 # source: envoy/config/bootstrap/v3/bootstrap.proto 40 …bootstrap/v3/bootstrap.proto\x12\x19\x65nvoy.config.bootstrap.v3\x1a)envoy/config/accesslog/v3/acc… 44 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.config.bootstrap.v3.bootstrap_pb2', _glo… 47 …io.envoyproxy.envoy.config.bootstrap.v3B\016BootstrapProtoP\001ZLgithub.com/envoyproxy/go-control-… 49 …SOURCES._serialized_options = b'\232\305\210\0365\n3envoy.config.bootstrap.v2.Bootstrap.StaticReso… 51 …SOURCES._serialized_options = b'\232\305\210\0366\n4envoy.config.bootstrap.v2.Bootstrap.DynamicRes… 73 _BOOTSTRAP._serialized_options = b'\232\305\210\036%\n#envoy.config.bootstrap.v2.Bootstrap' 77 _ADMIN._serialized_options = b'\232\305\210\036!\n\037envoy.config.bootstrap.v2.Admin' 79 …TLIERDETECTION._serialized_options = b'\232\305\210\036;\n9envoy.config.bootstrap.v2.ClusterManage… [all …]
|
| /third_party/grpc/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/ |
| D | bootstrap.upbdefs.h | 3 * envoy/config/bootstrap/v3/bootstrap.proto 5 * Do not edit -- your changes will be discarded when the file is 7 * NO CHECKED-IN PROTOBUF GENCODE */ 24 return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap"); in envoy_config_bootstrap_v3_Bootstrap_getmsgdef() 29 return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.StaticResources"); in envoy_config_bootstrap_v3_Bootstrap_StaticResources_getmsgdef() 34 return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.DynamicResources"); in envoy_config_bootstrap_v3_Bootstrap_DynamicResources_getmsgdef() 39 …return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig"… in envoy_config_bootstrap_v3_Bootstrap_ApplicationLogConfig_getmsgdef() 44 …return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.… in envoy_config_bootstrap_v3_Bootstrap_ApplicationLogConfig_LogFormat_getmsgdef() 49 …return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.DeferredStatOptions"); in envoy_config_bootstrap_v3_Bootstrap_DeferredStatOptions_getmsgdef() 54 …return upb_DefPool_FindMessageByName(s, "envoy.config.bootstrap.v3.Bootstrap.GrpcAsyncClientManage… in envoy_config_bootstrap_v3_Bootstrap_GrpcAsyncClientManagerConfig_getmsgdef() [all …]
|
| /third_party/notofonts/scripts/ |
| D | bugreporter.html | 4 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" 11 integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" 16 integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 20 src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" 21 integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" 26 href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css" 30 src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js" 39 z-index: 999; [all …]
|
| /third_party/grpc/tools/distrib/python/xds_protos/envoy/config/bootstrap/v2/ |
| D | bootstrap_pb2.py | 1 # -*- coding: utf-8 -*- 3 # source: envoy/config/bootstrap/v2/bootstrap.proto 37 …bootstrap/v2/bootstrap.proto\x12\x19\x65nvoy.config.bootstrap.v2\x1a\x1e\x65nvoy/api/v2/auth/secre… 41 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.config.bootstrap.v2.bootstrap_pb2', _glo… 44 …io.envoyproxy.envoy.config.bootstrap.v2B\016BootstrapProtoP\001ZLgithub.com/envoyproxy/go-control-…
|
| /third_party/grpc/tools/distrib/python/xds_protos/envoy/extensions/bootstrap/internal_listener/v3/ |
| D | internal_listener_pb2.py | 1 # -*- coding: utf-8 -*- 3 # source: envoy/extensions/bootstrap/internal_listener/v3/internal_listener.proto 19 …bootstrap/internal_listener/v3/internal_listener.proto\x12/envoy.extensions.bootstrap.internal_lis… 23 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.bootstrap.internal_listener.v… 26 ….extensions.bootstrap.internal_listener.v3B\025InternalListenerProtoP\001Zjgithub.com/envoyproxy/g…
|
| /third_party/typescript/src/server/ |
| D | typesMap.json | 4 "match": "jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$", 8 "match": "^(.*\\/winjs-[.\\d]+)\\/js\\/base\\.js$", 13 "match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$", 15 "types": ["kendo-ui"] 18 "match": "^(.*\\/office\\/1)\\/excel-\\d+\\.debug\\.js$", 39 "ag-grid": "ag-grid", 45 "angular-bootstrap-lightbox": "angular-bootstrap-lightbox", 46 "angular-cookie": "angular-cookie", 47 "angular-file-upload": "angular-file-upload", 49 "angular-gettext": "angular-gettext", [all …]
|
| /third_party/typescript/lib/ |
| D | typesMap.json | 4 "match": "jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$", 8 "match": "^(.*\\/winjs-[.\\d]+)\\/js\\/base\\.js$", 13 "match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$", 15 "types": ["kendo-ui"] 18 "match": "^(.*\\/office\\/1)\\/excel-\\d+\\.debug\\.js$", 39 "ag-grid": "ag-grid", 45 "angular-bootstrap-lightbox": "angular-bootstrap-lightbox", 46 "angular-cookie": "angular-cookie", 47 "angular-file-upload": "angular-file-upload", 49 "angular-gettext": "angular-gettext", [all …]
|
| /third_party/grpc/src/core/xds/grpc/ |
| D | xds_client_grpc.cc | 8 // http://www.apache.org/licenses/LICENSE-2.0 67 // If gRPC is built with -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="...", that string 76 // If gRPC is built with -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="...", that string 201 << "Got bootstrap file location from GRPC_XDS_BOOTSTRAP " in GetBootstrapContents() 206 return std::string(contents->as_string_view()); in GetBootstrapContents() 212 << "Got bootstrap contents from GRPC_XDS_BOOTSTRAP_CONFIG " in GetBootstrapContents() 219 << "Got bootstrap contents from fallback config"; in GetBootstrapContents() 222 // No bootstrap config found. in GetBootstrapContents() 249 // If getting bootstrap from channel args, create a local XdsClient in GetOrCreate() 254 auto bootstrap = GrpcXdsBootstrap::Create(*bootstrap_config); in GetOrCreate() local [all …]
|
| /third_party/python/Lib/test/ |
| D | test_ensurepip.py | 22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl") 23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl") 43 setuptools_filename = "setuptools-49.1.3-py3-none-any.whl" 44 pip_filename = "pip-20.2.2-py2.py3-none-any.whl" 50 self.touch(tmpdir, "wheel-0.34.2-py2.py3-none-any.whl") 90 ensurepip.bootstrap() 94 "install", "--no-cache-dir", "--no-index", "--find-links", 104 ensurepip.bootstrap(root="/foo/bar/") 108 "install", "--no-cache-dir", "--no-index", "--find-links", 109 unittest.mock.ANY, "--root", "/foo/bar/", [all …]
|
| /third_party/rust/rust/ |
| D | triagebot.toml | 2 allow-unauthenticated = [ 3 "A-*", 4 "C-*", 5 "D-*", 6 "E-*", 7 "F-*", 8 "I-*", 9 "NLL-*", 10 "O-*", 11 "S-*", [all …]
|
| D | x.py | 5 # This file is only a "symlink" to bootstrap.py, all logic should go there. 7 # Parts of `bootstrap.py` use the `multiprocessing` module, so this entry point 18 # If this is python2, check if python3 is available and re-execute with that 24 os.execvp("py", ["py", "-3"] + sys.argv) 46 # For the import below, have Python search in src/bootstrap first. 47 sys.path.insert(0, os.path.join(rust_dir, "src", "bootstrap")) 49 import bootstrap 50 bootstrap.main()
|
| /third_party/grpc/doc/ |
| D | grpc_xds_bootstrap_format.md | 1 # xDS Bootstrap File Format in gRPC 3 This document specifies the xDS bootstrap file format supported by gRPC. 7 gRPC expects the xDS bootstrap configuration to be specified as a JSON string. 8 The xDS bootstrap file location may be specified using the environment variable 9 `GRPC_XDS_BOOTSTRAP`. Alternatively, the bootstrap file contents may be 13 The xDS client inside of gRPC parses the bootstrap configuration specified by 16 The following sections describe the bootstrap file format, including links to 109 // If starts with "xdstp:", will be interpreted as a new-style name, in which 116 // will be percent-encoded. In that case, the replacement string must include 117 // only characters allowed in a URI path as per RFC-3986 section 3.3 (which [all …]
|
| /third_party/grpc/src/core/ext/upb-gen/envoy/config/bootstrap/v3/ |
| D | bootstrap.upb_minitable.c | 3 * envoy/config/bootstrap/v3/bootstrap.proto 5 * Do not edit -- your changes will be discarded when the file is 7 * NO CHECKED-IN PROTOBUF GENCODE */ 11 #include "envoy/config/bootstrap/v3/bootstrap.upb_minitable.h" 102 …{29, 12, UPB_SIZE(-109, -17), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byt… 122 "envoy.config.bootstrap.v3.Bootstrap", 178 "envoy.config.bootstrap.v3.Bootstrap.StaticResources", 208 "envoy.config.bootstrap.v3.Bootstrap.DynamicResources", 236 "envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig", 246 …{1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, … [all …]
|
| /third_party/python/Lib/test/test_importlib/ |
| D | test_locks.py | 65 NTHREADS = NLOCKS - 1 100 self.assertEqual(results.count((True, True)), len(results) - nb_deadlocks) 121 def bootstrap(self): member in LifetimeTests 126 self.assertNotIn(name, self.bootstrap._module_locks) 127 lock = self.bootstrap._get_module_lock(name) 128 self.assertIn(name, self.bootstrap._module_locks) 132 self.assertNotIn(name, self.bootstrap._module_locks) 137 self.assertEqual(0, len(self.bootstrap._module_locks), 138 self.bootstrap._module_locks)
|
| /third_party/rust/rust/src/bootstrap/bin/ |
| D | rustdoc.rs | 1 //! Shim which is passed to Cargo as "rustdoc" when running the bootstrap. 3 //! See comments in `src/bootstrap/rustc.rs` for more information. 17 …eprintln!("rustc shim: note: use `x.py build -vvv` to see all environment variables set by bootstr… in main() 24 // Detect whether or not we're a build script depending on whether --target in main() 26 let target = args.windows(2).find(|w| &*w[0] == "--target").and_then(|w| w[1].to_str()); in main() 42 // actually downloaded, so we just always pass the `--sysroot` option, in main() 44 if !args.iter().any(|arg| arg == "--sysroot") { in main() 45 cmd.arg("--sysroot").arg(&sysroot); in main() 56 cmd.arg("-Z").arg("force-unstable-if-unmarked"); in main() 59 let mut arg = OsString::from("-Clinker="); in main() [all …]
|
| /third_party/ninja/ |
| D | configure.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 or use a meta-build system that supports Ninja output.""" 117 class Bootstrap: class 120 Used to bootstrap Ninja from scratch. In --bootstrap mode this 123 behave like non-bootstrap mode. 142 # In bootstrap mode, we have no ninja process to catch /showIncludes 158 # make the bootstrap build work. 199 parser.add_option('--bootstrap', action='store_true', 200 help='bootstrap a ninja binary from nothing') 201 parser.add_option('--verbose', action='store_true', [all …]
|