| /third_party/grpc/tools/codegen/core/ |
| D | gen_experiments.py | 20 Experiment definitions are in src/core/lib/experiments/experiments.yaml 110 "test/core/experiments/fixtures/test_experiments.yaml" 113 "test/core/experiments/fixtures/test_experiments_rollout.yaml" 115 _EXPERIMENTS_HDR_FILE = "test/core/experiments/fixtures/experiments.h" 116 _EXPERIMENTS_SRC_FILE = "test/core/experiments/fixtures/experiments.cc" 119 _EXPERIMENTS_DEFS = "src/core/lib/experiments/experiments.yaml" 120 _EXPERIMENTS_ROLLOUTS = "src/core/lib/experiments/rollouts.yaml" 121 _EXPERIMENTS_HDR_FILE = "src/core/lib/experiments/experiments.h" 122 _EXPERIMENTS_SRC_FILE = "src/core/lib/experiments/experiments.cc" 123 _EXPERIMENTS_BZL_FILE = "bazel/experiments.bzl" [all …]
|
| D | experiments_compiler.py | 35 This file contains the autogenerated parts of the experiments API. 72 #include "test/core/experiments/fixtures/experiments.h" 78 #include "src/core/lib/experiments/config.h" 158 def AreExperimentsOrdered(experiments): argument 159 # Check that the experiments are ordered by name 160 for i in range(1, len(experiments)): 161 if experiments[i - 1]["name"] >= experiments[i]["name"]: 163 "Experiments are unordered: %s should be after %s" 164 % (experiments[i - 1]["name"], experiments[i]["name"]) 381 print("ERROR: circular dependency in experiments") [all …]
|
| /third_party/skia/third_party/externals/angle2/infra/config/generated/ |
| D | cr-buildbucket.cfg | 49 experiments { 53 experiments { 93 experiments { 97 experiments { 137 experiments { 141 experiments { 181 experiments { 185 experiments { 225 experiments { 229 experiments { [all …]
|
| /third_party/grpc/src/core/lib/experiments/ |
| D | config.cc | 15 #include "src/core/lib/experiments/config.h" 35 #include "src/core/lib/experiments/experiments.h" 43 struct Experiments { struct 78 for (auto experiment : absl::StrSplit(ConfigVars::Get().Experiments(), ',', in TestExperiments() 101 GPR_ATTRIBUTE_NOINLINE Experiments LoadExperimentsFromConfigVariableInner() { in LoadExperimentsFromConfigVariableInner() 103 Experiments experiments; in LoadExperimentsFromConfigVariableInner() local 107 experiments.enabled[i] = in LoadExperimentsFromConfigVariableInner() 110 experiments.enabled[i] = g_experiment_metadata[i].default_value; in LoadExperimentsFromConfigVariableInner() 113 experiments.enabled[i] = ForcedExperiments()[i].value; in LoadExperimentsFromConfigVariableInner() 117 for (auto experiment : absl::StrSplit(ConfigVars::Get().Experiments(), ',', in LoadExperimentsFromConfigVariableInner() [all …]
|
| D | config.h | 83 // Experiments are numbered by their order in the g_experiment_metadata array 84 // declared in experiments.h. 95 // Test experiments can be loaded using the LoadTestOnlyExperimentsFromMetadata 124 // Print out a list of all experiments that are built into this binary. 128 // Must be called before experiments are configured (the first
|
| D | experiments.yaml | 25 # requires: A list of names of experiments that this experiment depends on. 27 # If any of the experiments in the required list is determined to 41 # This file only defines the experiments. Refer to rollouts.yaml for the rollout 151 server transport experiments separate to help with smoother roll outs 160 server transport experiments separate to help with smoother roll outs
|
| /third_party/skia/m133/third_party/externals/libyuv/infra/config/ |
| D | cr-buildbucket.cfg | 43 experiments { 74 experiments { 105 experiments { 133 experiments { 161 experiments { 189 experiments { 220 experiments { 251 experiments { 282 experiments { 313 experiments { [all …]
|
| /third_party/grpc/test/core/experiments/ |
| D | BUILD | 18 grpc_package(name = "test/core/experiments") 23 "fixtures/experiments.cc", 26 "fixtures/experiments.h", 31 "//src/core:experiments", 40 "//src/core:experiments", 55 "//src/core:experiments", 78 "//src/core:experiments",
|
| D | experiments_tag_test.cc | 26 #include "src/core/lib/experiments/config.h" 27 #include "test/core/experiments/fixtures/experiments.h" 31 // test/core/experiments/fixtures/test_experiments.yaml is changed this test 33 // experiments. 40 absl::StrSplit(grpc_core::ConfigVars::Get().Experiments(), ',', in IsExperimentEnabledThroughFlag()
|
| D | experiments_test.cc | 17 #include "test/core/experiments/fixtures/experiments.h" 24 #include "src/core/lib/experiments/config.h"
|
| D | bm_experiments.cc | 17 #include "src/core/lib/experiments/experiments.h"
|
| /third_party/skia/third_party/externals/dawn/infra/config/global/generated/ |
| D | cr-buildbucket.cfg | 30 experiments { 51 experiments { 72 experiments { 93 experiments { 114 experiments { 139 experiments { 164 experiments { 189 experiments { 214 experiments { 239 experiments { [all …]
|
| /third_party/skia/third_party/externals/tint/infra/config/global/generated/ |
| D | cr-buildbucket.cfg | 29 experiments { 50 experiments { 71 experiments { 92 experiments { 117 experiments { 142 experiments { 167 experiments { 192 experiments { 217 experiments { 242 experiments { [all …]
|
| /third_party/grpc/test/core/test_util/ |
| D | fuzz_config_vars_helpers.cc | 23 #include "src/core/lib/experiments/config.h" 24 #include "src/core/lib/experiments/experiments.h" 29 std::vector<std::string> experiments; in ValidateExperimentsStringForFuzzing() local 33 experiments.push_back(metadata.name); in ValidateExperimentsStringForFuzzing() 36 return absl::StrJoin(experiments, ","); in ValidateExperimentsStringForFuzzing()
|
| D | fuzz_config_vars.cc | 38 overrides.experiments = in OverridesFromFuzzConfigVars() 39 ValidateExperimentsStringForFuzzing(vars.experiments()); in OverridesFromFuzzConfigVars()
|
| /third_party/gn/infra/config/generated/ |
| D | cr-buildbucket.cfg | 26 experiments { 48 experiments { 70 experiments { 104 experiments { 126 experiments { 148 experiments {
|
| /third_party/skia/buildtools/reclient_cfgs/ |
| D | fetch_reclient_cfgs.py | 84 toolchain, 'win-cross-experiments')): 85 # copy in win-cross-experiments/toolchain 87 wcedir = os.path.join(THIS_DIR, 'win-cross-experiments', toolchain) 91 'win-cross-experiments', '*.cfg')):
|
| /third_party/grpc/src/core/config/ |
| D | config_vars.cc | 38 "A comma separated list of currently active experiments. Experiments " 113 overrides.experiments, "")), in ConfigVars() 133 "experiments: ", "\"", absl::CEscape(Experiments()), "\"", in ToString()
|
| D | config_vars.h | 47 absl::optional<std::string> experiments; member 63 // A comma separated list of currently active experiments. Experiments may be 65 absl::string_view Experiments() const { return experiments_; } in Experiments() function
|
| D | config_vars.yaml | 32 - name: experiments 35 A comma separated list of currently active experiments. Experiments may be
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | perf_test_runner.py | 97 '--experiments', 98 help='Number of experiments to run. Default is %d.' % DEFAULT_EXPERIMENTS, 158 # Loop 'args.experiments' times, running the tests. 159 for experiment in range(args.experiments):
|
| /third_party/grpc/bazel/ |
| D | experiments.bzl | 17 """Dictionary of tags to experiments so we know when to test different experiments.""" 60 EXPERIMENTS = {
|
| D | grpc_build_system.bzl | 36 load("//bazel:experiments.bzl", "EXPERIMENTS", "EXPERIMENT_ENABLES", "EXPERIMENT_POLLERS") 463 experiments = {} 479 _populate_experiments_platform_config(experiments, EXPERIMENTS) 480 _populate_experiments_platform_config(experiments, TEST_EXPERIMENTS) 489 # We don't run experiments on cmake builds 529 for experiment in experiments[mode].keys(): 543 … config["tags"] = _update_experiments_platform_test_tags(tags, experiments[mode][experiment]) 547 for experiment in experiments[mode].keys(): 561 … config["tags"] = _update_experiments_platform_test_tags(tags, experiments[mode][experiment])
|
| D | test_experiments.bzl | 17 """Dictionary of tags to experiments so we know when to test different experiments."""
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | office-ui-fabric.log | 786 @fluentui/react-experiments: yarn run vX.X.X 787 @fluentui/react-experiments: $ just-scripts ts 788 …-experiments: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js w… 789 …experiments: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/… 790 …-experiments: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js w… 791 …experiments: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/… 792 @fluentui/react-experiments: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about… 2606 @fluentui/react-experiments: [XX:XX:XX XM] x Error detected while running 'ts:esm' 2607 @fluentui/react-experiments: [XX:XX:XX XM] x ------------------------------------ 2608 …experiments: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/n… [all …]
|