Home
last modified time | relevance | path

Searched refs:ValueDescription (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/common/
H A Dfeature_library.cc10 using ValueDescription = LearningTask::ValueDescription; typedef
14 ValueDescription FeatureLibrary::NetworkType() { in NetworkType()
15 return ValueDescription({"NetworkType", Ordering::kUnordered}); in NetworkType()
19 ValueDescription FeatureLibrary::BatteryPower() { in BatteryPower()
20 return ValueDescription({"BatteryPower", Ordering::kUnordered}); in BatteryPower()
H A Dlearning_task.h71 struct ValueDescription { in COMPONENT_EXPORT() struct
85 std::initializer_list<ValueDescription> feature_init_list, in COMPONENT_EXPORT()
86 ValueDescription target_description); in COMPONENT_EXPORT()
102 std::vector<ValueDescription> feature_descriptions; in COMPONENT_EXPORT()
106 ValueDescription target_description; in COMPONENT_EXPORT()
H A Dfeature_library.h24 static LearningTask::ValueDescription NetworkType(); in COMPONENT_EXPORT()
27 static LearningTask::ValueDescription BatteryPower(); in COMPONENT_EXPORT()
H A Dlearning_task.cc18 std::initializer_list<ValueDescription> feature_init_list, in LearningTask()
19 ValueDescription target_description) in LearningTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/common/
H A Dfeature_library.cc10 using ValueDescription = LearningTask::ValueDescription; typedef
14 ValueDescription FeatureLibrary::NetworkType() { in NetworkType()
15 return ValueDescription({"NetworkType", Ordering::kUnordered}); in NetworkType()
19 ValueDescription FeatureLibrary::BatteryPower() { in BatteryPower()
20 return ValueDescription({"BatteryPower", Ordering::kUnordered}); in BatteryPower()
H A Dlearning_task.h71 struct ValueDescription { in COMPONENT_EXPORT() struct
85 std::initializer_list<ValueDescription> feature_init_list, in COMPONENT_EXPORT()
86 ValueDescription target_description); in COMPONENT_EXPORT()
102 std::vector<ValueDescription> feature_descriptions; in COMPONENT_EXPORT()
106 ValueDescription target_description; in COMPONENT_EXPORT()
H A Dfeature_library.h24 static LearningTask::ValueDescription NetworkType(); in COMPONENT_EXPORT()
27 static LearningTask::ValueDescription BatteryPower(); in COMPONENT_EXPORT()
H A Dlearning_task.cc18 std::initializer_list<ValueDescription> feature_init_list, in LearningTask()
19 ValueDescription target_description) in LearningTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc43 struct ValueDescription { struct
48 ValueDescription profile1[] = {
59 ValueDescription profile2[] = {
66 ValueDescription credit_card[] = {
78 ValueDescription empty_salt = {
83 ValueDescription empty_password = {
87 ValueDescription protected_salt = {
91 ValueDescription protected_password = {
95 void EncryptAndWrite(RegKey* key, const ValueDescription* value) { in EncryptAndWrite()
108 const ValueDescription* values, size_t values_size) { in CreateSubkey()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc43 struct ValueDescription { struct
48 ValueDescription profile1[] = {
59 ValueDescription profile2[] = {
66 ValueDescription credit_card[] = {
78 ValueDescription empty_salt = {
83 ValueDescription empty_password = {
87 ValueDescription protected_salt = {
91 ValueDescription protected_password = {
95 void EncryptAndWrite(RegKey* key, const ValueDescription* value) { in EncryptAndWrite()
108 const ValueDescription* values, size_t values_size) { in CreateSubkey()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/options/
H A DOption.h34 struct ValueDescription { struct
38 ValueDescription(SCP_string _display, SCP_string _serialized); argument
88 virtual ValueDescription getCurrentValueDescription() const = 0;
94 virtual SCP_vector<ValueDescription> getValidValues() const = 0;
150 ValueDescription toDescription(const T& val) const in toDescription()
155 return ValueDescription(_displayFunc(val), json_str); in toDescription()
157 return ValueDescription(json_str, json_str); in toDescription()
181 SCP_vector<ValueDescription> getValidValues() const override in getValidValues()
187 SCP_vector<ValueDescription> descriptions; in getValidValues()
197 ValueDescription getValueFromRange(float interpolant) const override in getValueFromRange()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Doption.cpp10 ADE_OBJ(l_ValueDescription, options::ValueDescription, "ValueDescription",
16 options::ValueDescription* desc;
25 options::ValueDescription* desc;
26 options::ValueDescription* other;
35 options::ValueDescription* desc;
44 options::ValueDescription* desc;
141 options::ValueDescription* new_val = nullptr;
165 options::ValueDescription* new_val = nullptr;
206 options::ValueDescription* value = nullptr;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/impl/
H A Dlearning_fuzzertest.cc13 using ValueDescription = media::learning::LearningTask::ValueDescription; typedef
18 ValueDescription ConsumeValueDescription(FuzzedDataProvider* provider) { in ConsumeValueDescription()
19 ValueDescription desc; in ConsumeValueDescription()
H A Done_hot_unittest.cc19 LearningTask::ValueDescription({"target"})); in TEST_F()
28 LearningTask::ValueDescription({"target"})); in TEST_F()
83 LearningTask::ValueDescription({"target"})); in TEST_F()
102 LearningTask::ValueDescription({"target"})); in TEST_F()
H A Done_hot.cc21 const LearningTask::ValueDescription& feature = in OneHotConverter()
79 const LearningTask::ValueDescription& original_description, in ProcessOneFeature()
98 LearningTask::ValueDescription adjusted_description = original_description; in ProcessOneFeature()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/impl/
H A Dlearning_fuzzertest.cc13 using ValueDescription = media::learning::LearningTask::ValueDescription; typedef
18 ValueDescription ConsumeValueDescription(FuzzedDataProvider* provider) { in ConsumeValueDescription()
19 ValueDescription desc; in ConsumeValueDescription()
H A Done_hot_unittest.cc19 LearningTask::ValueDescription({"target"})); in TEST_F()
28 LearningTask::ValueDescription({"target"})); in TEST_F()
83 LearningTask::ValueDescription({"target"})); in TEST_F()
102 LearningTask::ValueDescription({"target"})); in TEST_F()
H A Done_hot.cc21 const LearningTask::ValueDescription& feature = in OneHotConverter()
79 const LearningTask::ValueDescription& original_description, in ProcessOneFeature()
98 LearningTask::ValueDescription adjusted_description = original_description; in ProcessOneFeature()
/dports/biology/bamtools/bamtools-2.5.2/src/utils/
H A Dbamtools_options.h42 std::string ValueDescription; member
149 o.ValueDescription = valueDescription; in AddValueOption()
171 o.ValueDescription = valueDescription; in AddValueOption()
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/Testing/Cxx/
H A DTestRISReader.cxx25 const vtkStdString& ValueDescription, int& ErrorCount) in TestValue() argument
30 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()
H A DTestISIReader.cxx25 const vtkStdString& ValueDescription, int& ErrorCount) in TestValue() argument
30 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/Testing/Cxx/
H A DTestRISReader.cxx24 …t value_t& Value, const value_t& ExpectedValue, const vtkStdString& ValueDescription, int& ErrorCo… in TestValue() argument
29 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()
H A DTestISIReader.cxx24 …t value_t& Value, const value_t& ExpectedValue, const vtkStdString& ValueDescription, int& ErrorCo… in TestValue() argument
29 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/Testing/Cxx/
H A DTestRISReader.cxx24 …t value_t& Value, const value_t& ExpectedValue, const vtkStdString& ValueDescription, int& ErrorCo… in TestValue() argument
29 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()
H A DTestISIReader.cxx24 …t value_t& Value, const value_t& ExpectedValue, const vtkStdString& ValueDescription, int& ErrorCo… in TestValue() argument
29 cerr << ValueDescription << " is [" << Value << "] - expected [" << ExpectedValue << "]" << endl; in TestValue()

1234