Home
last modified time | relevance | path

Searched refs:testAddress (Results 51 – 75 of 81) sorted by relevance

1234

/dports/net-p2p/bitmark/bitmarkd-0.13.3/currency/bitcoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/currency/bitcoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/console/
H A Dconsole_test.go42 testAddress = "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182" const
104 Etherbase: common.HexToAddress(testAddress),
177 if want := fmt.Sprintf("coinbase: %s", testAddress); !strings.Contains(output, want) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Dtestchain_test.go36 testAddress = crypto.PubkeyToAddress(testKey.PublicKey) var
38 testGenesis = core.GenesisBlockForTesting(testDB, testAddress, big.NewInt(1000000000000000))
130 …tx, err := types.SignTx(types.NewTransaction(block.TxNonce(testAddress), common.Address{seed}, big…
H A Dqueue_test.go38 genesis = core.GenesisBlockForTesting(testdb, testAddress, big.NewInt(1000000000000000))
51 …tx, err := types.SignTx(types.NewTransaction(block.TxNonce(testAddress), common.Address{seed}, big…
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DSocketTest.h35 void testAddress();
H A DSocketTest.cpp242 void SocketTest::testAddress() in testAddress() function in SocketTest
569 CppUnit_addTest(pSuite, SocketTest, testAddress); in suite()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/currency/litecoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/currency/litecoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/net-p2p/bitmark/bitmarkd-0.13.3/currency/litecoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/currency/litecoin/
H A Dvalidate_test.go16 type testAddress struct { struct
26 addresses := []testAddress{
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/
H A DContactsPickerDialogTest.java565 PaymentAddress testAddress = mTestContacts.get(0).getAddresses().get(0); in testNamesRemoved() local
566 Assert.assertEquals(selectedAddress.city, testAddress.city); in testNamesRemoved()
567 Assert.assertEquals(selectedAddress.country, testAddress.country); in testNamesRemoved()
568 Assert.assertEquals(selectedAddress.addressLine[0], testAddress.addressLine[0]); in testNamesRemoved()
569 Assert.assertEquals(selectedAddress.postalCode, testAddress.postalCode); in testNamesRemoved()
570 Assert.assertEquals(selectedAddress.region, testAddress.region); in testNamesRemoved()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/icalendar/test/Horde/Icalendar/
H A DAttributeTest.php63 public function testAddress() function in Horde_Icalendar_AttributeTest
/dports/devel/pear-Horde_Icalendar/Horde_Icalendar-2.1.8/test/Horde/Icalendar/
H A DAttributeTest.php63 public function testAddress() function in Horde_Icalendar_AttributeTest
/dports/security/zeronet/ZeroNet-0.7.1/src/Test/
H A DTestUser.py8 def testAddress(self, user): member in TestUser
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppvcardiq/
H A Dtst_qxmppvcardiq.cpp35 void testAddress();
106 void tst_QXmppVCardIq::testAddress() in testAddress() function in tst_QXmppVCardIq
/dports/deskutils/egroupware/egroupware/vendor/symfony/mime/Tests/Header/
H A DMailboxHeaderTest.php27 public function testAddress() function in Symfony\\Component\\Mime\\Tests\\Header\\MailboxHeaderTest
/dports/www/pear-Horde_Service_Gravatar/Horde_Service_Gravatar-1.0.1/test/Horde/Service/Gravatar/
H A DGravatarTest.php32 public function testAddress() function in Horde_Service_Gravatar_GravatarTest
/dports/net/kmime/kmime-21.12.3/autotests/
H A Dheadertest.cpp153 const QString testAddress = QString::fromUtf8("Ingö Klöcker <kloecker@kde.org>"); in testAddressListHeader() local
154 h->fromUnicodeString(testAddress, "utf-8"); in testAddressListHeader()
155 QCOMPARE(h->asUnicodeString(), testAddress); in testAddressListHeader()
161 const QString testAddress = QString::fromUtf8("\"Rüedi-Huser, Thomas\" <test@test.org>"); in testAddressListHeader() local
162 h->fromUnicodeString(testAddress, "utf-8"); in testAddressListHeader()
164 QCOMPARE(h->asUnicodeString(), testAddress); in testAddressListHeader()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/
H A DNdResourceFile.java167 public long getRank(Nd testNd, long testAddress) { in isInIndex()
168 if (testAddress == NdResourceFile.this.address) { in isInIndex()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/swift/Tests/SignalClientTests/
H A DPublicAPITests.swift75 func testAddress() { in testAddress() function
336 ("testAddreses", testAddress),
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/plugin/mixer/
H A Dmixer_test.go331 …mutable := &istionetworking.MutableObjects{Listener: &xdsapi.Listener{Address: testAddress()}, Fil…
342 func testAddress() *core.Address { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Dqueue_test.go39 genesis = core.GenesisBlockForTesting(testdb, testAddress, big.NewInt(1000000000000000))
52 …tx, err := types.SignTx(types.NewTransaction(block.TxNonce(testAddress), common.Address{seed}, big…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/fetcher/
H A Dblock_fetcher_test.go40 testAddress = crypto.PubkeyToAddress(testKey.PublicKey) var
41 genesis = core.GenesisBlockForTesting(testdb, testAddress, big.NewInt(1000000000000000))
56 …tx, err := types.SignTx(types.NewTransaction(block.TxNonce(testAddress), common.Address{seed}, big…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/fetcher/
H A Dblock_fetcher_test.go41 testAddress = crypto.PubkeyToAddress(testKey.PublicKey)
42 genesis = core.GenesisBlockForTesting(testdb, testAddress, big.NewInt(1000000000000000))
57 …tx, err := types.SignTx(types.NewTransaction(block.TxNonce(testAddress), common.Address{seed}, big…

1234