Home
last modified time | relevance | path

Searched refs:enable_features (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/variations/
H A Dfieldtrial_util.py37 enable_features = [f.split('<')[0] for f in enable_features]
38 enable_features_set = set(enable_features)
39 if len(enable_features_set) != len(enable_features):
41 ', '.join(_FindDuplicates(enable_features)))
85 enable_features = set()
92 enable_features.update(arg.split('=', 1)[1].split(','))
106 if enable_features:
108 sorted(enable_features)))
154 enable_features = []
178 enable_features.append(feature + '<' + study_name)
[all …]
H A Dsplit_variations_cmd.py349 enable_features = data[_ENABLE_FEATURES_SWITCH_NAME]
350 if len(enable_features) > 0:
351 enable_features_switch_value = _BuildFeaturesSwitchValue(enable_features)
371 enable_features = results.get(_ENABLE_FEATURES_SWITCH_NAME, [])
375 enable_features_splits = _SplitFeatures(enable_features)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/variations/
H A Dfieldtrial_util.py37 enable_features = [f.split('<')[0] for f in enable_features]
38 enable_features_set = set(enable_features)
39 if len(enable_features_set) != len(enable_features):
41 ', '.join(_FindDuplicates(enable_features)))
85 enable_features = set()
92 enable_features.update(arg.split('=', 1)[1].split(','))
106 if enable_features:
108 sorted(enable_features)))
158 enable_features = []
182 enable_features.append(feature + '<' + study_name)
[all …]
H A Dsplit_variations_cmd.py349 enable_features = data[_ENABLE_FEATURES_SWITCH_NAME]
350 if len(enable_features) > 0:
351 enable_features_switch_value = _BuildFeaturesSwitchValue(enable_features)
371 enable_features = results.get(_ENABLE_FEATURES_SWITCH_NAME, [])
375 enable_features_splits = _SplitFeatures(enable_features)
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dfeature_list_unittest.cc69 const char* enable_features; in TEST_F() member
86 test_case.enable_features, in TEST_F()
90 feature_list->InitializeFromCommandLine(test_case.enable_features, in TEST_F()
106 const std::string enable_features; in TEST_F() member
119 SCOPED_TRACE(test_case.enable_features); in TEST_F()
375 const char* enable_features; in TEST_F() member
395 test_case.enable_features, in TEST_F()
474 std::string enable_features; in TEST_F() local
503 std::string enable_features; in TEST_F() local
512 EXPECT_EQ("A,C,X", SortFeatureListString(enable_features)); in TEST_F()
[all …]
H A Dfeature_list.cc122 bool ParseEnableFeatures(const std::string& enable_features, in ParseEnableFeatures() argument
130 FeatureList::SplitFeatureListString(enable_features)) { in ParseEnableFeatures()
199 const std::string& enable_features, in InitializeFromCommandLine() argument
207 ParseEnableFeatures(enable_features, &parsed_enable_features, in InitializeFromCommandLine()
383 bool FeatureList::InitializeInstance(const std::string& enable_features, in InitializeInstance() argument
385 return InitializeInstance(enable_features, disable_features, in InitializeInstance()
391 const std::string& enable_features, in InitializeInstance() argument
420 feature_list->InitializeFromCommandLine(enable_features, disable_features); in InitializeInstance()
H A Dfeature_list.h154 void InitializeFromCommandLine(const std::string& enable_features,
247 static bool InitializeInstance(const std::string& enable_features,
254 const std::string& enable_features,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dfeature_list_unittest.cc69 const char* enable_features; in TEST_F() member
86 test_case.enable_features, in TEST_F()
90 feature_list->InitializeFromCommandLine(test_case.enable_features, in TEST_F()
304 const char* enable_features; in TEST_F() member
324 test_case.enable_features, in TEST_F()
403 std::string enable_features; in TEST_F() local
405 FeatureList::GetInstance()->GetFeatureOverrides(&enable_features, in TEST_F()
432 std::string enable_features; in TEST_F() local
434 FeatureList::GetInstance()->GetFeatureOverrides(&enable_features, in TEST_F()
441 EXPECT_EQ("A,C,X", SortFeatureListString(enable_features)); in TEST_F()
[all …]
H A Dfeature_list.h140 void InitializeFromCommandLine(const std::string& enable_features,
223 static bool InitializeInstance(const std::string& enable_features,
230 const std::string& enable_features,
H A Dfeature_list.cc120 const std::string& enable_features, in InitializeFromCommandLine() argument
127 RegisterOverridesFromCommandLine(enable_features, OVERRIDE_ENABLE_FEATURE); in InitializeFromCommandLine()
265 bool FeatureList::InitializeInstance(const std::string& enable_features, in InitializeInstance() argument
267 return InitializeInstance(enable_features, disable_features, in InitializeInstance()
273 const std::string& enable_features, in InitializeInstance() argument
302 feature_list->InitializeFromCommandLine(enable_features, disable_features); in InitializeInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/variations/net/
H A Dvariations_command_line.cc36 std::string enable_features; in GetVariationsCommandLine() local
38 base::FeatureList::GetInstance()->GetFeatureOverrides(&enable_features, in GetVariationsCommandLine()
46 output.append(GenerateParam(::switches::kEnableFeatures, enable_features)); in GetVariationsCommandLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/variations/net/
H A Dvariations_command_line.cc36 std::string enable_features; in GetVariationsCommandLine() local
38 base::FeatureList::GetInstance()->GetFeatureOverrides(&enable_features, in GetVariationsCommandLine()
46 output.append(GenerateParam(::switches::kEnableFeatures, enable_features)); in GetVariationsCommandLine()
/dports/devel/py-medikit/medikit-0.7.5/medikit/config/
H A D__init__.py33enable_features, disable_features = context.pop("enable_features", ()), context.pop("disable_featu…
34 if len(enable_features) or len(disable_features):
36 for feature in set(enable_features) - set(disable_features):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/loader/
H A Dprefetch_browsertest.cc43 std::vector<base::Feature> enable_features; in SetUp() local
46 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
52 enable_features.push_back( in SetUp()
54 enable_features.push_back( in SetUp()
63 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
88 std::vector<base::Feature> enable_features; in SetUp() local
91 enable_features.push_back(blink::features::kPrefetchPrivacyChanges); in SetUp()
95 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/
H A Dweb_view_web_main_parts.mm55 std::string enable_features = base::JoinString(
70 /*enable_features=*/enable_features,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/variations/
H A DREADME.md28 "enable_features": [Array of Strings of Features],
88 > `enable_features`, `disable_features`, and `params` **must** match the server
95 The remaining keys -- `enable_features`, `disable_features`, and `params` -- are
98 `enable_features` and `disable_features` indicate which features should be
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/loader/
H A Dprefetch_browsertest.cc53 std::vector<base::Feature> enable_features; in SetUp() local
56 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
62 enable_features.push_back( in SetUp()
69 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
94 std::vector<base::Feature> enable_features; in SetUp() local
97 enable_features.push_back(blink::features::kPrefetchPrivacyChanges); in SetUp()
101 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/variations/
H A DREADME.md28 "enable_features": [Array of Strings of Features],
88 > `enable_features`, `disable_features`, and `params` **must** match the server
95 The remaining keys -- `enable_features`, `disable_features`, `min_os_version`,
98 `enable_features` and `disable_features` indicate which features should be
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dstartup.c153 Mode.place.enable_features++; in doStartupWindowsOpen()
170 Mode.place.enable_features--; in StartupWindowsOpen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_package/
H A Dsigned_exchange_subresource_prefetch_browsertest.cc214 std::vector<base::Feature> enable_features; in SetUp() local
216 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
219 enable_features.push_back(features::kNetworkServiceInProcess); in SetUp()
221 enable_features.push_back( in SetUp()
232 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
1017 std::vector<base::Feature> enable_features; in SetUp() local
1019 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
1023 enable_features.push_back(features::kNetworkServiceInProcess); in SetUp()
1026 enable_features.push_back( in SetUp()
1030 enable_features.push_back( in SetUp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/variations/unittest_data/
H A Dexpected_output.h37 const char* const * enable_features; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/variations/unittest_data/
H A Dexpected_output.h38 const char* const * enable_features; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_package/
H A Dsigned_exchange_subresource_prefetch_browsertest.cc209 std::vector<base::Feature> enable_features; in SetUp() local
211 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
214 enable_features.push_back(features::kNetworkServiceInProcess); in SetUp()
216 enable_features.push_back( in SetUp()
223 enable_features.push_back(features::kSignedExchangeSubresourcePrefetch); in SetUp()
227 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
1011 std::vector<base::Feature> enable_features; in SetUp() local
1013 enable_features.push_back(features::kSignedHTTPExchange); in SetUp()
1014 enable_features.push_back(features::kSignedExchangeSubresourcePrefetch); in SetUp()
1017 enable_features.push_back(features::kNetworkServiceInProcess); in SetUp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dscoped_feature_list.h78 void InitFromCommandLine(const std::string& enable_features,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Dta_ras_if.h118 struct ta_ras_enable_features_input enable_features; member

123