Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 7913) sorted by relevance

12345678910>>...317

/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dpreproc_constants_c_runme.cs8 assert( typeof(int) == preproc_constants_c.CONST_INT1.GetType() ); in Main()
9 assert( typeof(int) == preproc_constants_c.CONST_INT2.GetType() ); in Main()
10 assert( typeof(uint) == preproc_constants_c.CONST_UINT1.GetType() ); in Main()
11 assert( typeof(uint) == preproc_constants_c.CONST_UINT2.GetType() ); in Main()
12 assert( typeof(uint) == preproc_constants_c.CONST_UINT3.GetType() ); in Main()
13 assert( typeof(uint) == preproc_constants_c.CONST_UINT4.GetType() ); in Main()
14 assert( typeof(int) == preproc_constants_c.CONST_LONG1.GetType() ); in Main()
15 assert( typeof(int) == preproc_constants_c.CONST_LONG2.GetType() ); in Main()
16 assert( typeof(int) == preproc_constants_c.CONST_LONG3.GetType() ); in Main()
17 assert( typeof(int) == preproc_constants_c.CONST_LONG4.GetType() ); in Main()
[all …]
H A Dpreproc_constants_runme.cs7 assert( typeof(int) == preproc_constants.CONST_INT1.GetType() ); in Main()
8 assert( typeof(int) == preproc_constants.CONST_INT2.GetType() ); in Main()
9 assert( typeof(uint) == preproc_constants.CONST_UINT1.GetType() ); in Main()
10 assert( typeof(uint) == preproc_constants.CONST_UINT2.GetType() ); in Main()
11 assert( typeof(uint) == preproc_constants.CONST_UINT3.GetType() ); in Main()
12 assert( typeof(uint) == preproc_constants.CONST_UINT4.GetType() ); in Main()
13 assert( typeof(int) == preproc_constants.CONST_LONG1.GetType() ); in Main()
14 assert( typeof(int) == preproc_constants.CONST_LONG2.GetType() ); in Main()
15 assert( typeof(int) == preproc_constants.CONST_LONG3.GetType() ); in Main()
16 assert( typeof(int) == preproc_constants.CONST_LONG4.GetType() ); in Main()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection/tests/
H A DGetTypeTests.cs22 Assert.Null(Type.GetType(typeName)); in GetType_EmptyString()
23 Assert.Null(Type.GetType(aqn)); in GetType_EmptyString()
43 Assert.Null(a.GetType(aqn)); in GetType_EmptyString()
99 Assert.Null(Type.GetType(typeName)); in GetType()
100 Assert.Null(Type.GetType(aqn)); in GetType()
119 Assert.Null(a.GetType(typeName)); in GetType()
120 Assert.Null(a.GetType(aqn)); in GetType()
174 Assert.Null(a.GetType(aqn)); in GetType()
202 Assert.Null(Type.GetType(aqn)); in GetType()
227 Assert.Null(a.GetType(typeName)); in GetType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone/RootBuilderChildControlTypes_Bug603541/
H A DDefault.aspx.cs14 sb.AppendFormat ("a: {0}\n", anchor.GetType ()); in Page_Load()
15 sb.AppendFormat ("button: {0}\n", button.GetType ()); in Page_Load()
16 sb.AppendFormat ("img: {0}\n", img.GetType ()); in Page_Load()
17 sb.AppendFormat ("link: {0}\n", link.GetType ()); in Page_Load()
18 sb.AppendFormat ("meta: {0}\n", meta.GetType ()); in Page_Load()
19 sb.AppendFormat ("select: {0}\n", testSelect.GetType ()); in Page_Load()
20 sb.AppendFormat ("table: {0}\n", table.GetType ()); in Page_Load()
21 sb.AppendFormat ("td: {0}\n", td.GetType ()); in Page_Load()
22 sb.AppendFormat ("tr: {0}\n", tr.GetType ()); in Page_Load()
23 sb.AppendFormat ("th: {0}\n", th.GetType ()); in Page_Load()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_expr.cpp56 BOOST_CHECK_EQUAL(CExprValue::eINT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
60 BOOST_CHECK_EQUAL(CExprValue::eINT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
66 BOOST_CHECK_EQUAL(CExprValue::eINT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
70 BOOST_CHECK_EQUAL(CExprValue::eINT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK_EQUAL(CExprValue::eFLOAT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK_EQUAL(CExprValue::eFLOAT, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
106 BOOST_CHECK_EQUAL(CExprValue::eBOOL, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
110 BOOST_CHECK_EQUAL(CExprValue::eBOOL, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
114 BOOST_CHECK_EQUAL(CExprValue::eBOOL, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(CExprValue::eBOOL, parser.GetResult().GetType()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/itasc/kdl/utilities/
H A Derror.h63 virtual int GetType() const {return 0;} in GetType() function
79 virtual int GetType() const {return 1;} in GetType() function
84 virtual int GetType() const {return 2;} in GetType() function
89 virtual int GetType() const {return 3;} in GetType() function
94 virtual int GetType() const {return 4;} in GetType() function
100 virtual int GetType() const {return 5;} in GetType() function
106 virtual int GetType() const {return 6;} in GetType() function
112 virtual int GetType() const {return 101;} in GetType() function
117 virtual int GetType() const {return 102;} in GetType() function
122 virtual int GetType() const {return 103;} in GetType() function
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/qa/cppunit/
H A Dmock-visitor.hxx24 SmNodeType::Table, pNode->GetType()); in Visit()
33 SmNodeType::Brace, pNode->GetType()); in Visit()
45 SmNodeType::Oper, pNode->GetType()); in Visit()
51 SmNodeType::Align, pNode->GetType()); in Visit()
63 SmNodeType::Font, pNode->GetType()); in Visit()
69 SmNodeType::UnHor, pNode->GetType()); in Visit()
75 SmNodeType::BinHor, pNode->GetType()); in Visit()
107 SmNodeType::Place, pNode->GetType()); in Visit()
112 SmNodeType::Text, pNode->GetType()); in Visit()
127 … pNode->GetType() == SmNodeType::Math || pNode->GetType() == SmNodeType::MathIdent); in Visit()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/qa/cppunit/
H A Dmock-visitor.hxx24 SmNodeType::Table, pNode->GetType()); in Visit()
33 SmNodeType::Brace, pNode->GetType()); in Visit()
45 SmNodeType::Oper, pNode->GetType()); in Visit()
51 SmNodeType::Align, pNode->GetType()); in Visit()
63 SmNodeType::Font, pNode->GetType()); in Visit()
69 SmNodeType::UnHor, pNode->GetType()); in Visit()
75 SmNodeType::BinHor, pNode->GetType()); in Visit()
107 SmNodeType::Place, pNode->GetType()); in Visit()
112 SmNodeType::Text, pNode->GetType()); in Visit()
127 … pNode->GetType() == SmNodeType::Math || pNode->GetType() == SmNodeType::MathIdent); in Visit()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdr/
H A DshaderParserTestUtils.py48 def GetType(property): function
95 assert properties["inputA"].GetType() == "float"
463 assert property.GetType() == Sdr.PropertyTypes.Int
473 assert property.GetType() == Sdr.PropertyTypes.Float
478 assert property.GetType() == Sdr.PropertyTypes.Color
483 assert property.GetType() == Sdr.PropertyTypes.Point
518 assert property.GetType() == Sdr.PropertyTypes.Int
528 assert property.GetType() == Sdr.PropertyTypes.Float
533 assert property.GetType() == Sdr.PropertyTypes.Color
538 assert property.GetType() == Sdr.PropertyTypes.Point
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_token_stream_test.cc26 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
27 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
34 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
41 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
43 EXPECT_EQ(kNumberToken, stream.Consume().GetType()); in TEST()
50 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
69 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
71 EXPECT_EQ(kLeftBraceToken, stream.Peek().GetType()); in TEST()
75 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
109 EXPECT_EQ(kNumberToken, range.Peek().GetType()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_token_stream_test.cc26 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
27 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
34 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
41 EXPECT_EQ(kIdentToken, stream.Consume().GetType()); in TEST()
43 EXPECT_EQ(kNumberToken, stream.Consume().GetType()); in TEST()
50 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
69 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
71 EXPECT_EQ(kLeftBraceToken, stream.Peek().GetType()); in TEST()
75 EXPECT_EQ(kIdentToken, stream.Peek().GetType()); in TEST()
109 EXPECT_EQ(kNumberToken, range.Peek().GetType()); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_numeric_literal_value.h21 UnitType GetType() const { in GetType() function
25 bool IsAngle() const { return CSSPrimitiveValue::IsAngle(GetType()); } in IsAngle()
27 return GetType() == UnitType::kQuirkyEms || GetType() == UnitType::kEms || in IsFontRelativeLength()
28 GetType() == UnitType::kExs || GetType() == UnitType::kRems || in IsFontRelativeLength()
29 GetType() == UnitType::kChs; in IsFontRelativeLength()
33 return CSSPrimitiveValue::IsViewportPercentageLength(GetType()); in IsViewportPercentageLength()
36 bool IsPx() const { return GetType() == UnitType::kPixels; } in IsPx()
38 return GetType() == UnitType::kNumber || GetType() == UnitType::kInteger; in IsNumber()
40 bool IsInteger() const { return GetType() == UnitType::kInteger; } in IsInteger()
42 bool IsTime() const { return CSSPrimitiveValue::IsTime(GetType()); } in IsTime()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_numeric_literal_value.h21 UnitType GetType() const { in GetType() function
25 bool IsAngle() const { return CSSPrimitiveValue::IsAngle(GetType()); } in IsAngle()
27 return GetType() == UnitType::kQuirkyEms || GetType() == UnitType::kEms || in IsFontRelativeLength()
28 GetType() == UnitType::kExs || GetType() == UnitType::kRems || in IsFontRelativeLength()
29 GetType() == UnitType::kChs; in IsFontRelativeLength()
33 return CSSPrimitiveValue::IsViewportPercentageLength(GetType()); in IsViewportPercentageLength()
36 bool IsPx() const { return GetType() == UnitType::kPixels; } in IsPx()
38 return GetType() == UnitType::kNumber || GetType() == UnitType::kInteger; in IsNumber()
40 bool IsInteger() const { return GetType() == UnitType::kInteger; } in IsInteger()
42 bool IsTime() const { return CSSPrimitiveValue::IsTime(GetType()); } in IsTime()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Compilation/
H A DTemplateControlCompilerTest.cs51 WebTest.CopyResource (GetType (), "ReadOnlyPropertyBind.aspx", "ReadOnlyPropertyBind.aspx"); in TemplateControlCompiler_Init()
57 WebTest.CopyResource (GetType (), "FullTagsInText.aspx", "FullTagsInText.aspx"); in TemplateControlCompiler_Init()
63 WebTest.CopyResource (GetType (), "InvalidPropertyBind1.aspx", "InvalidPropertyBind1.aspx"); in TemplateControlCompiler_Init()
64 WebTest.CopyResource (GetType (), "InvalidPropertyBind2.aspx", "InvalidPropertyBind2.aspx"); in TemplateControlCompiler_Init()
65 WebTest.CopyResource (GetType (), "InvalidPropertyBind3.aspx", "InvalidPropertyBind3.aspx"); in TemplateControlCompiler_Init()
66 WebTest.CopyResource (GetType (), "InvalidPropertyBind4.aspx", "InvalidPropertyBind4.aspx"); in TemplateControlCompiler_Init()
67 WebTest.CopyResource (GetType (), "ValidPropertyBind1.aspx", "ValidPropertyBind1.aspx"); in TemplateControlCompiler_Init()
68 WebTest.CopyResource (GetType (), "ValidPropertyBind2.aspx", "ValidPropertyBind2.aspx"); in TemplateControlCompiler_Init()
69 WebTest.CopyResource (GetType (), "ValidPropertyBind3.aspx", "ValidPropertyBind3.aspx"); in TemplateControlCompiler_Init()
70 WebTest.CopyResource (GetType (), "ValidPropertyBind4.aspx", "ValidPropertyBind4.aspx"); in TemplateControlCompiler_Init()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/ProviderIndependant/
H A DDataReaderTest.cs1130 Assert.AreEqual (expected.GetType (), value.GetType (), "#A3"); in GetValue_Type_Binary()
1140 Assert.AreEqual (expected.GetType (), value.GetType (), "#B3"); in GetValue_Type_Binary()
1149 Assert.AreEqual (expected.GetType (), value.GetType (), "#C3"); in GetValue_Type_Binary()
1158 Assert.AreEqual (expected.GetType (), value.GetType (), "#D3"); in GetValue_Type_Binary()
1170 Assert.AreEqual (expected.GetType (), value.GetType (), "#E3"); in GetValue_Type_Binary()
1180 Assert.AreEqual (expected.GetType (), value.GetType (), "#F3"); in GetValue_Type_Binary()
1189 Assert.AreEqual (expected.GetType (), value.GetType (), "#G3"); in GetValue_Type_Binary()
1198 Assert.AreEqual (expected.GetType (), value.GetType (), "#H3"); in GetValue_Type_Binary()
1219 Assert.AreEqual (expected.GetType (), value.GetType (), "#A3"); in GetValue_Type_Image()
1228 Assert.AreEqual (expected.GetType (), value.GetType (), "#B3"); in GetValue_Type_Image()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/include/inline/
H A DDesignVariableInfo.hpp.inl99 DesignVariableInfo::GetType( function in JEGA::Utilities::DesignVariableInfo
164 return this->GetType().GetMaxValue();
173 return this->GetType().GetMinValue();
219 return this->GetType().GetMaxRep();
228 return this->GetType().GetMinRep();
256 return this->GetType().GetRandomRep();
360 return this->GetType().ToString();
408 this->GetType().SetMinValue(value);
418 this->GetType().SetMaxValue(value);
456 return this->GetType().GetNature();
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DMetadataWriterUtilities.cs25 if (value.GetType() == typeof(int)) in GetConstantTypeCode()
30 if (value.GetType() == typeof(string)) in GetConstantTypeCode()
35 if (value.GetType() == typeof(bool)) in GetConstantTypeCode()
40 if (value.GetType() == typeof(char)) in GetConstantTypeCode()
45 if (value.GetType() == typeof(byte)) in GetConstantTypeCode()
50 if (value.GetType() == typeof(long)) in GetConstantTypeCode()
60 if (value.GetType() == typeof(short)) in GetConstantTypeCode()
70 if (value.GetType() == typeof(uint)) in GetConstantTypeCode()
75 if (value.GetType() == typeof(sbyte)) in GetConstantTypeCode()
80 if (value.GetType() == typeof(ulong)) in GetConstantTypeCode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dlength.h176 DCHECK_EQ(GetType(), kFixed); in Pixels()
181 DCHECK_EQ(GetType(), kPercent); in Percent()
199 bool IsNone() const { return GetType() == kNone; } in IsNone()
229 bool IsAuto() const { return GetType() == kAuto; } in IsAuto()
235 return GetType() == kMinContent || GetType() == kMaxContent || in IsContentOrIntrinsic()
236 GetType() == kFitContent || GetType() == kMinIntrinsic; in IsContentOrIntrinsic()
248 return GetType() == kFixed || GetType() == kPercent || in IsSpecified()
249 GetType() == kCalculated; in IsSpecified()
261 return GetType() == kPercent || GetType() == kCalculated; in IsPercentOrCalc()
277 if (from.GetType() == kCalculated || GetType() == kCalculated) in Blend()
[all …]
/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpIValue.cpp126 switch (GetType()) in ToString()
195 char_type type1 = GetType(), in operator ==()
196 type2 = a_Val.GetType(); in operator ==()
200 switch (GetType()) in operator ==()
240 char_type type1 = GetType(), in operator !=()
245 switch (GetType()) in operator !=()
290 switch (GetType()) in operator <()
326 switch (GetType()) in operator >()
362 switch (GetType()) in operator >=()
398 switch (GetType()) in operator <=()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dlength.h171 DCHECK_EQ(GetType(), kFixed); in Pixels()
176 DCHECK_EQ(GetType(), kPercent); in Percent()
194 bool IsNone() const { return GetType() == kNone; } in IsNone()
224 bool IsAuto() const { return GetType() == kAuto; } in IsAuto()
230 return GetType() == kMinContent || GetType() == kMaxContent || in IsIntrinsic()
231 GetType() == kFillAvailable || GetType() == kFitContent; in IsIntrinsic()
234 return GetType() == kFixed || GetType() == kPercent || in IsSpecified()
235 GetType() == kCalculated; in IsSpecified()
246 return GetType() == kPercent || GetType() == kCalculated; in IsPercentOrCalc()
262 if (from.GetType() == kCalculated || GetType() == kCalculated) in Blend()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection/
H A DVisibilityTest.cs62 …DoesNotContain (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+… in TestsExportedTypes()
65 …DoesNotContain (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+… in TestsExportedTypes()
67 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Public… in TestsExportedTypes()
79 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Intern… in TestsModuleTypes()
80 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Intern… in TestsModuleTypes()
81 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Intern… in TestsModuleTypes()
82 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Intern… in TestsModuleTypes()
84 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Public… in TestsModuleTypes()
85 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Public… in TestsModuleTypes()
86 …Contains (types, Type.GetType ("MonoTests.System.Reflection.VisibilityTypes.VisibilityTests+Public… in TestsModuleTypes()
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/forcefields/
H A Dforcefieldgaff.cpp694 …parameter = GetParameter(a->GetType(), b->GetType(), c->GetType(), d->GetType(), _fftorsionparams); in SetupCalculations()
774 … parameter = GetParameterOOP(a->GetType(), b->GetType(), c->GetType(), d->GetType(), _ffoopparams); in SetupCalculations()
788 … parameter = GetParameterOOP(a->GetType(), b->GetType(), d->GetType(), c->GetType(), _ffoopparams); in SetupCalculations()
802 … parameter = GetParameterOOP(c->GetType(), b->GetType(), d->GetType(), a->GetType(), _ffoopparams); in SetupCalculations()
1290 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
1303 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
1316 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
1329 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
1342 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
1355 …if ( (BO > 1 && strcmp(a->GetType(),b->GetType())==0) || (BO==1 && strcmp(a->GetType(),b->GetType in SetTypes()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp22 switch (GetType()) { in GetUInt64Value()
58 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
64 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
94 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
100 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
106 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
112 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
118 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
124 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
142 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Converters/
H A DEnumComboConverter.cs99 if (targetType == typeof(Detelecine) || value.GetType() == typeof(Detelecine)) in Convert()
104 if (targetType == typeof(Denoise) || value.GetType() == typeof(Denoise)) in Convert()
114 if (targetType == typeof(VideoScaler) || value.GetType() == typeof(VideoScaler)) in Convert()
129 if (targetType == typeof(CombDetect) || value.GetType() == typeof(CombDetect)) in Convert()
134 if (targetType == typeof(Sharpen) || value.GetType() == typeof(Sharpen)) in Convert()
149 if (targetType == typeof(WhenDone) || value.GetType() == typeof(WhenDone)) in Convert()
169 if (targetType == typeof(Denoise) || value.GetType() == typeof(Denoise)) in ConvertBack()
174 if (targetType == typeof(Detelecine) || value.GetType() == typeof(Detelecine)) in ConvertBack()
194 if (targetType == typeof(CombDetect) || value.GetType() == typeof(CombDetect)) in ConvertBack()
199 if (targetType == typeof(Sharpen) || value.GetType() == typeof(Sharpen)) in ConvertBack()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_cache_unittest.cc35 PaintCacheDataType GetType() { in GetType() function in cc::__anon6130a2070111::PaintCacheTest
42 EXPECT_FALSE(client_cache.Get(GetType(), 1u)); in TEST_P()
43 client_cache.Put(GetType(), 1u, 1u); in TEST_P()
44 EXPECT_TRUE(client_cache.Get(GetType(), 1u)); in TEST_P()
65 EXPECT_TRUE(client_cache.Get(GetType(), 3u)); in TEST_P()
70 client_cache.Put(GetType(), 1u, 1u); in TEST_P()
82 client_cache.Put(GetType(), 1u, 1u); in TEST_P()
87 client_cache.Put(GetType(), 1u, 1u); in TEST_P()
94 switch (GetType()) { in TEST_P()
101 service_cache.Purge(GetType(), 1, &id); in TEST_P()
[all …]

12345678910>>...317