Home
last modified time | relevance | path

Searched refs:TestConstants (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/graphics/graphite2/graphite2-1.3.14/contrib/C#/NGraphiteTests/
H A DFaceTests.cs14 new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default).Dispose(); in Face_ConstructPaduakFaceInstance_DoesNotThrowException()
20 new Face(TestConstants.PaduakFontLocation, 100, FaceOptions.face_default).Dispose(); in Face_ConstructPaduakFaceInstanceWithSegCache_DoesNotThrowException()
50 Assert.IsTrue(Face.IsGraphiteFont(TestConstants.PaduakFontLocation)); in IsGraphiteFont_WithGraphiteFont_ReturnsTrue()
56 Assert.IsFalse(Face.IsGraphiteFont(TestConstants.DejaVuSansLocation)); in IsGraphiteFont_WithNonGraphiteFont_ReturnsFalse()
62 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in FeaturevalForLang_EnLang_ReturnsNonNullFeatureval()
72 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in FindFref_FindFreatureForkdotString_ReturnsNonNullFeatureRef()
82 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in NFref_PaduakFace_ReturnNineOrMoreFeatures()
91 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in Fref_PaduakFace_ReturnNonNullFeatureRef()
101 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in NLanguages_PaduakFace_ReturnsExpectedNumberOfLanguages()
110 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in LangByIndex_PaduakFaceIndexZero_ReturnsNonZeroLangId()
[all …]
H A DFontTests.cs13 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in Font_FromTestFace_DoesNotThrowException()
22 using (var face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default)) in MakeSeg_WithTestString_ReturnsNonNullSegment()
H A DTestConstants.cs9 public class TestConstants class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dv8_test_constants.cc56 const WrapperTypeInfo& TestConstants::wrapper_type_info_ = v8_test_constants_wrapper_type_info;
60 !std::is_base_of<ActiveScriptWrappableBase, TestConstants>::value,
65 std::is_same<decltype(&TestConstants::HasPendingActivity),
139 …static_assert(0 == TestConstants::kConstValueZero, "the value of TestConstants_kConstValueZero doe… in InstallV8TestConstantsTemplate()
140 …static_assert(1 == TestConstants::kConstValueOne, "the value of TestConstants_kConstValueOne does … in InstallV8TestConstantsTemplate()
141 …static_assert(2 == TestConstants::kConstValueTwo, "the value of TestConstants_kConstValueTwo does … in InstallV8TestConstantsTemplate()
144 …static_assert(0x01 == TestConstants::kConstValueHex, "the value of TestConstants_kConstValueHex do… in InstallV8TestConstantsTemplate()
145 …static_assert(0X20 == TestConstants::kConstValueHex2, "the value of TestConstants_kConstValueHex2 … in InstallV8TestConstantsTemplate()
147 …static_assert(010 == TestConstants::kConstValueOct, "the value of TestConstants_kConstValueOct doe… in InstallV8TestConstantsTemplate()
161 …static_assert(1 == TestConstants::CONST_IMPL, "the value of TestConstants_CONST_IMPL does not matc… in InstallV8TestConstantsTemplate()
[all …]
H A Dv8_test_constants.h37 static TestConstants* ToImpl(v8::Local<v8::Object> object) { in ToImpl()
38 return ToScriptWrappable(object)->ToImpl<TestConstants>(); in ToImpl()
40 CORE_EXPORT static TestConstants* ToImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
67 struct V8TypeOf<TestConstants> {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionFactoryTest.java26 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
49 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
54 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
64 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
H A DLoggableTest.java70 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
80 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
94 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
107 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
112 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
125 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
138 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
151 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
156 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
H A DTestConstants.java13 class TestConstants { class
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionFactoryTest.java26 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
49 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
54 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
64 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
H A DLoggableTest.java70 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
80 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
94 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
107 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
112 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
125 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
138 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
151 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
156 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
H A DTestConstants.java13 class TestConstants { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionFactoryTest.java26 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
49 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
54 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
64 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
H A DLoggableTest.java70 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
80 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
94 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
107 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
112 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
125 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
138 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
151 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
156 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
H A DTestConstants.java13 class TestConstants { class
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionFactoryTest.java26 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
49 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
54 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
64 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
H A DLoggableTest.java70 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
80 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
94 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
107 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
112 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
125 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
138 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
151 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
156 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
H A DTestConstants.java13 class TestConstants { class
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Druby_naming.i12 %immutable TestConstants::constant8;
27 class TestConstants {
29 TestConstants() : constant7(7) {} in TestConstants() function
44 const int TestConstants::constant8 = 8;
46 const TestConstants * constant11[5];
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Http.Data.Test/
H A DDataControllerQueryTests.cs29 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in GetProducts()
47 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_Filter()
69 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_VerifyFormatterConfiguration()
83 …request = TestHelpers.CreateTestMessage(TestConstants.CitiesUrl + "GetCities", HttpMethod.Get, con… in Query_VerifyFormatterConfiguration()
108 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_InlineCount_SkipTop()
128 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_IncludeTotalCount_Top()
148 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_IncludeTotalCount_NoPaging()
167 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetProducts… in Query_IncludeTotalCount_False()
188 …HttpRequestMessage request = TestHelpers.CreateTestMessage(TestConstants.CatalogUrl + "GetOrders" … in Query_TotalCount_Equals_ResultCount()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dencoding-test.c++1612 EXPECT_EQ(VOID, test::TestConstants::VOID_CONST); in TEST()
1613 EXPECT_EQ(true, test::TestConstants::BOOL_CONST); in TEST()
1614 EXPECT_EQ(-123, test::TestConstants::INT8_CONST); in TEST()
1615 EXPECT_EQ(-12345, test::TestConstants::INT16_CONST); in TEST()
1616 EXPECT_EQ(-12345678, test::TestConstants::INT32_CONST); in TEST()
1618 EXPECT_EQ(234u, test::TestConstants::UINT8_CONST); in TEST()
1619 EXPECT_EQ(45678u, test::TestConstants::UINT16_CONST); in TEST()
1620 EXPECT_EQ(3456789012u, test::TestConstants::UINT32_CONST); in TEST()
1624 EXPECT_EQ("foo", *test::TestConstants::TEXT_CONST); in TEST()
1625 EXPECT_EQ(data("bar"), test::TestConstants::DATA_CONST); in TEST()
[all …]
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dencoding-test.c++1561 EXPECT_EQ(VOID, test::TestConstants::VOID_CONST); in TEST()
1562 EXPECT_EQ(true, test::TestConstants::BOOL_CONST); in TEST()
1563 EXPECT_EQ(-123, test::TestConstants::INT8_CONST); in TEST()
1564 EXPECT_EQ(-12345, test::TestConstants::INT16_CONST); in TEST()
1565 EXPECT_EQ(-12345678, test::TestConstants::INT32_CONST); in TEST()
1567 EXPECT_EQ(234u, test::TestConstants::UINT8_CONST); in TEST()
1568 EXPECT_EQ(45678u, test::TestConstants::UINT16_CONST); in TEST()
1569 EXPECT_EQ(3456789012u, test::TestConstants::UINT32_CONST); in TEST()
1573 EXPECT_EQ("foo", *test::TestConstants::TEXT_CONST); in TEST()
1574 EXPECT_EQ(data("bar"), test::TestConstants::DATA_CONST); in TEST()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test528/
H A DA_in.java3 import static test.TestConstants.*;
H A DA_out.java3 import static test.TestConstants.*;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test529/
H A DA_in.java3 import static test.TestConstants.A;
H A DA_out.java3 import static test.TestConstants.A;

12345678910>>...13