Home
last modified time | relevance | path

Searched refs:TestFunctions (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/test/
H A DTestFunctions.cpp21 TestFunctions* TestFunctions::Constructor(GlobalObject& aGlobal) { in Constructor()
22 return new TestFunctions; in Constructor()
172 int32_t TestFunctions::One() const { return 1; } in One()
174 int32_t TestFunctions::Two() const { return 2; } in Two()
201 void TestFunctions::SetAllowSharedArrayBufferView( in SetAllowSharedArrayBufferView()
210 void TestFunctions::SetSequenceOfArrayBufferView( in SetSequenceOfArrayBufferView()
239 void TestFunctions::GetAllowSharedArrayBuffer( in GetAllowSharedArrayBuffer()
245 void TestFunctions::SetSequenceOfArrayBuffer( in SetSequenceOfArrayBuffer()
274 void TestFunctions::TestDictWithAllowShared( in TestDictWithAllowShared()
277 void TestFunctions::TestUnionOfBuffferSource( in TestUnionOfBuffferSource()
[all …]
H A DTestFunctions.h23 class TestFunctions : public NonRefcountedDOMObject {
25 static TestFunctions* Constructor(GlobalObject& aGlobal);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/test/
H A DTestFunctions.cpp21 TestFunctions* TestFunctions::Constructor(GlobalObject& aGlobal) { in Constructor()
22 return new TestFunctions; in Constructor()
172 int32_t TestFunctions::One() const { return 1; } in One()
174 int32_t TestFunctions::Two() const { return 2; } in Two()
201 void TestFunctions::SetAllowSharedArrayBufferView( in SetAllowSharedArrayBufferView()
210 void TestFunctions::SetSequenceOfArrayBufferView( in SetSequenceOfArrayBufferView()
239 void TestFunctions::GetAllowSharedArrayBuffer( in GetAllowSharedArrayBuffer()
245 void TestFunctions::SetSequenceOfArrayBuffer( in SetSequenceOfArrayBuffer()
274 void TestFunctions::TestDictWithAllowShared( in TestDictWithAllowShared()
277 void TestFunctions::TestUnionOfBuffferSource( in TestUnionOfBuffferSource()
[all …]
H A DTestFunctions.h23 class TestFunctions : public NonRefcountedDOMObject {
25 static TestFunctions* Constructor(GlobalObject& aGlobal);
/dports/www/firefox/firefox-99.0/dom/bindings/test/
H A DTestFunctions.cpp21 TestFunctions* TestFunctions::Constructor(GlobalObject& aGlobal) { in Constructor()
22 return new TestFunctions; in Constructor()
172 int32_t TestFunctions::One() const { return 1; } in One()
174 int32_t TestFunctions::Two() const { return 2; } in Two()
201 void TestFunctions::SetAllowSharedArrayBufferView( in SetAllowSharedArrayBufferView()
210 void TestFunctions::SetSequenceOfArrayBufferView( in SetSequenceOfArrayBufferView()
239 void TestFunctions::GetAllowSharedArrayBuffer( in GetAllowSharedArrayBuffer()
245 void TestFunctions::SetSequenceOfArrayBuffer( in SetSequenceOfArrayBuffer()
274 void TestFunctions::TestDictWithAllowShared( in TestDictWithAllowShared()
277 void TestFunctions::TestUnionOfBuffferSource( in TestUnionOfBuffferSource()
[all …]
H A DTestFunctions.h23 class TestFunctions : public NonRefcountedDOMObject {
25 static TestFunctions* Constructor(GlobalObject& aGlobal);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/test/
H A DTestFunctions.cpp21 TestFunctions* TestFunctions::Constructor(GlobalObject& aGlobal) { in Constructor()
22 return new TestFunctions; in Constructor()
172 int32_t TestFunctions::One() const { return 1; } in One()
174 int32_t TestFunctions::Two() const { return 2; } in Two()
201 void TestFunctions::SetAllowSharedArrayBufferView( in SetAllowSharedArrayBufferView()
210 void TestFunctions::SetSequenceOfArrayBufferView( in SetSequenceOfArrayBufferView()
239 void TestFunctions::GetAllowSharedArrayBuffer( in GetAllowSharedArrayBuffer()
245 void TestFunctions::SetSequenceOfArrayBuffer( in SetSequenceOfArrayBuffer()
274 void TestFunctions::TestDictWithAllowShared( in TestDictWithAllowShared()
277 void TestFunctions::TestUnionOfBuffferSource( in TestUnionOfBuffferSource()
[all …]
H A DTestFunctions.h23 class TestFunctions : public NonRefcountedDOMObject {
25 static TestFunctions* Constructor(GlobalObject& aGlobal);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/test/
H A DTestFunctions.cpp16 /* static */ TestFunctions*
17 TestFunctions::Constructor(GlobalObject& aGlobal, ErrorResult& aRv) in Constructor()
19 return new TestFunctions; in Constructor()
23 TestFunctions::ThrowUncatchableException(GlobalObject& aGlobal, in ThrowUncatchableException()
30 TestFunctions::PassThroughPromise(GlobalObject& aGlobal, Promise& aPromise) in PassThroughPromise()
36 TestFunctions::PassThroughCallbackPromise(GlobalObject& aGlobal, in PassThroughCallbackPromise()
44 TestFunctions::SetStringData(const nsAString& aString) in SetStringData()
50 TestFunctions::GetStringDataAsAString(nsAString& aString) in GetStringDataAsAString()
64 TestFunctions::GetStringDataAsDOMString(const Optional<uint32_t>& aLength, in GetStringDataAsDOMString()
89 TestFunctions::TestThrowNsresult(ErrorResult& aError) in TestThrowNsresult()
[all …]
H A DTestFunctions.h21 class TestFunctions : public NonRefcountedDOMObject {
23 static TestFunctions* Constructor(GlobalObject& aGlobal, ErrorResult& aRv);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/test/
H A DTestFunctions.cpp14 /* static */ TestFunctions*
15 TestFunctions::Constructor(GlobalObject& aGlobal, ErrorResult& aRv) in Constructor()
17 return new TestFunctions; in Constructor()
21 TestFunctions::ThrowUncatchableException(GlobalObject& aGlobal, in ThrowUncatchableException()
28 TestFunctions::PassThroughPromise(GlobalObject& aGlobal, Promise& aPromise) in PassThroughPromise()
34 TestFunctions::PassThroughCallbackPromise(GlobalObject& aGlobal, in PassThroughCallbackPromise()
42 TestFunctions::SetStringData(const nsAString& aString) in SetStringData()
48 TestFunctions::GetStringDataAsAString(nsAString& aString) in GetStringDataAsAString()
54 TestFunctions::GetStringDataAsAString(uint32_t aLength, nsAString& aString) in GetStringDataAsAString()
62 TestFunctions::GetStringDataAsDOMString(const Optional<uint32_t>& aLength, in GetStringDataAsDOMString()
[all …]
H A DTestFunctions.h21 class TestFunctions : public NonRefcountedDOMObject {
23 static TestFunctions* Constructor(GlobalObject& aGlobal, ErrorResult& aRv);
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dwulfgar.py18 TestFunctions = type('TestFunctions', (TestCase,), test_methods)
19 TestFunctions.__module__ = module_name
20 tests.addTest(loader.loadTestsFromTestCase(TestFunctions))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/assertions/internal/ogletest/
H A Dregister.go33 TestFunctions []TestFunction member
71 for _, tf := range suite.TestFunctions {
H A Dregister_test_suite.go153 suite.TestFunctions = append(suite.TestFunctions, tf)
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/smartystreets/assertions/internal/ogletest/
H A Dregister.go33 TestFunctions []TestFunction member
71 for _, tf := range suite.TestFunctions {
H A Dregister_test_suite.go153 suite.TestFunctions = append(suite.TestFunctions, tf)
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/smartystreets/assertions/internal/ogletest/
H A Dregister.go33 TestFunctions []TestFunction member
71 for _, tf := range suite.TestFunctions {
H A Dregister_test_suite.go153 suite.TestFunctions = append(suite.TestFunctions, tf)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/assertions/internal/ogletest/
H A Dregister.go33 TestFunctions []TestFunction member
71 for _, tf := range suite.TestFunctions {
H A Dregister_test_suite.go153 suite.TestFunctions = append(suite.TestFunctions, tf)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/assertions/internal/ogletest/
H A Dregister.go33 TestFunctions []TestFunction member
71 for _, tf := range suite.TestFunctions {
H A Dregister_test_suite.go153 suite.TestFunctions = append(suite.TestFunctions, tf)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DUnknown.hpp249 typedef PCollection<TestFunction> TestFunctions; //!< collection of TestFunction pointers typedef
252 inline TestFunctions dualOf(const PCollection<Unknown>& us) in dualOf()
255 TestFunctions vs; in dualOf()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dtaint01.t11 use TestFunctions qw(_compare_xlsx_files _is_deep_diff);

12345678910>>...51