Home
last modified time | relevance | path

Searched +defs:T +defs:ma (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-addr-util/
H A Dfilter_test.go6 ma "github.com/multiformats/go-multiaddr" packageName
9 func TestSubtractAndNegFilter(t *testing.T) {
29 func TestIsFDCostlyTransport(t *testing.T) {
40 func TestIsFDCostly(t *testing.T) {
72 func TestIsFdCostlyMalformed(t *testing.T) {
H A Daddr_test.go4 ma "github.com/multiformats/go-multiaddr" packageName
9 func newMultiaddr(t *testing.T, s string) ma.Multiaddr {
18 func TestFilterAddrs(t *testing.T) {
40 func subtestAddrsEqual(t *testing.T, a, b []ma.Multiaddr) {
61 func TestInterfaceAddrs(t *testing.T) {
82 func TestResolvingAddrs(t *testing.T) {
140 func TestWANShareable(t *testing.T) {
179 func TestSubtract(t *testing.T) {
213 func TestAddrInList(t *testing.T) {
227 func TestCheckNATWarning(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-swarm/
H A Dsimul_test.go13 ma "github.com/multiformats/go-multiaddr" packageName
20 func TestSimultOpen(t *testing.T) {
52 func TestSimultOpenMany(t *testing.T) {
65 func TestSimultOpenFewStress(t *testing.T) {
H A Dswarm_addr_test.go10 ma "github.com/multiformats/go-multiaddr" packageName
15 func TestDialBadAddrs(t *testing.T) {
41 func TestAddrRace(t *testing.T) {
61 func TestAddressesWithoutListening(t *testing.T) {
H A Dpeers_test.go11 ma "github.com/multiformats/go-multiaddr" packageName
16 func TestPeers(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-loggables/
H A Dloggables_test.go12 ma "github.com/multiformats/go-multiaddr" packageName
15 func TestNetConn(t *testing.T) {
26 func TestError(t *testing.T) {
33 func TestUuid(t *testing.T) {
40 func TestDial(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/network/
H A Dnotifee_test.go6 ma "github.com/multiformats/go-multiaddr" packageName
9 func TestListen(T *testing.T) { argument
31 func TestListenClose(T *testing.T) { argument
53 func TestConnected(T *testing.T) { argument
71 func TestDisconnected(T *testing.T) { argument
89 func TestOpenedStream(T *testing.T) { argument
107 func TestClosedStream(T *testing.T) { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-tcp-transport/
H A Dtcp_test.go14 ma "github.com/multiformats/go-multiaddr" packageName
17 func TestTcpTransport(t *testing.T) {
39 func TestTcpTransportCantDialDNS(t *testing.T) {
60 func TestTcpTransportCantListenUtp(t *testing.T) {
82 func makeInsecureTransport(t *testing.T) *insecure.Transport {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/
H A Doptions_test.go12 ma "github.com/multiformats/go-multiaddr" packageName
17 func TestDeprecatedFiltersOptionsOutbound(t *testing.T) {
45 func TestDeprecatedFiltersOptionsInbound(t *testing.T) {
83 func TestDeprecatedFiltersAndAddressesOptions(t *testing.T) {
108 func TestCannotSetFiltersAndConnGater(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-ws-transport/
H A Dwebsocket_test.go17 ma "github.com/multiformats/go-multiaddr" packageName
20 func TestCanDial(t *testing.T) {
44 func TestWebsocketTransport(t *testing.T) {
59 func TestWebsocketListen(t *testing.T) {
109 func TestConcurrentClose(t *testing.T) {
150 func TestWriteZero(t *testing.T) {
H A Daddrs_test.go7 ma "github.com/multiformats/go-multiaddr" packageName
10 func TestMultiaddrParsing(t *testing.T) {
33 func TestParseWebsocketNetAddr(t *testing.T) {
51 func TestConvertWebsocketMultiaddrToNetAddr(t *testing.T) {
H A Dbrowser_integration_browser_test.go14 ma "github.com/multiformats/go-multiaddr" packageName
17 func TestInBrowser(t *testing.T) {
/dports/science/chrono/chrono-7.0.1/src/chrono/timestepper/
H A DChIntegrable.cpp57 const double T, // current time T in StateSolveA()
108 void ChIntegrableIIorder::StateGather(ChState& y, double& T) { in StateGather()
116 void ChIntegrableIIorder::StateScatter(const ChState& y, const double T, bool full_update) { in StateScatter()
126 ChStateDelta ma(GetNcoords_v(), Dydt.GetIntegrable()); in StateGatherDerivative() local
133 ChStateDelta ma(GetNcoords_v(), Dydt.GetIntegrable()); in StateScatterDerivative() local
180 const double T, // current time T in StateSolve()
191 ChStateDelta ma(GetNcoords_v(), y.GetIntegrable()); in StateSolve() local
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-circuit/
H A Dtransport_test.go19 ma "github.com/multiformats/go-multiaddr" packageName
26 func testSetupRelay(t *testing.T, ctx context.Context) []host.Host {
62 func TestFullAddressTransportDial(t *testing.T) {
101 func TestSpecificRelayTransportDial(t *testing.T) {
132 func TestUnspecificRelayTransportDialFails(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/peer/
H A Daddrinfo_test.go6 ma "github.com/multiformats/go-multiaddr" packageName
27 func TestSplitAddr(t *testing.T) {
53 func TestAddrInfoFromP2pAddr(t *testing.T) {
82 func TestAddrInfosFromP2pAddrs(t *testing.T) {
137 func TestAddrInfoJSON(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-multiaddr/net/
H A Dprivate_test.go6 ma "github.com/multiformats/go-multiaddr" packageName
9 func TestIsPublicAddr(t *testing.T) {
H A Dregistry_test.go7 ma "github.com/multiformats/go-multiaddr" packageName
10 func TestRegisterSpec(t *testing.T) {
H A Dconvert_test.go8 ma "github.com/multiformats/go-multiaddr" packageName
13 func testConvert(t *testing.T, s string, gen GenFunc) {
24 func testToNetAddr(t *testing.T, maddr, ntwk, addr string) {
71 func TestFromIP4(t *testing.T) {
77 func TestFromUnix(t *testing.T) {
87 func TestToUnix(t *testing.T) {
95 func TestFromIP6(t *testing.T) {
101 func TestFromTCP(t *testing.T) {
110 func TestFromUDP(t *testing.T) {
119 func TestThinWaist(t *testing.T) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/protocol/identify/
H A Dobsaddr_glass_test.go9 ma "github.com/multiformats/go-multiaddr" packageName
13 func TestObservedAddrGroupKey(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-kad-dht/
H A Dhandlers_test.go17 ma "github.com/multiformats/go-multiaddr" packageName
20 func TestCleanRecordSigned(t *testing.T) {
45 func TestCleanRecord(t *testing.T) {
70 func TestBadMessage(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-peerstore/addr/
H A Daddrsrcs_test.go7 ma "github.com/multiformats/go-multiaddr" packageName
10 func newAddrOrFatal(t *testing.T, s string) ma.Multiaddr {
18 func newAddrs(t *testing.T, n int) []ma.Multiaddr {
44 func TestAddrCombine(t *testing.T) {
58 func TestAddrUnique(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-noise/
H A Dintegration_test.go18 ma "github.com/multiformats/go-multiaddr" packageName
39 func makeNode(t *testing.T, seed int64, port int) (host.Host, error) {
66 func TestLibp2pIntegration(t *testing.T) {
133 func writeRandomPayloadAndClose(t *testing.T, stream net.Stream) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-transport-upgrader/
H A Dlistener_test.go15 ma "github.com/multiformats/go-multiaddr" packageName
27 func createListener(t *testing.T, upgrader *st.Upgrader) transport.Listener {
40 func TestAcceptSingleConn(t *testing.T) {
55 func TestAcceptMultipleConns(t *testing.T) {
81 func TestConnectionsClosedIfNotAccepted(t *testing.T) {
118 func TestFailedUpgradeOnListen(t *testing.T) {
143 func TestListenerClose(t *testing.T) {
173 func TestListenerCloseClosesQueued(t *testing.T) {
212 func TestConcurrentAccept(t *testing.T) {
266 func TestAcceptQueueBacklogged(t *testing.T) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-autonat/
H A Dsvc_test.go14 ma "github.com/multiformats/go-multiaddr" packageName
17 func makeAutoNATConfig(ctx context.Context, t *testing.T) *config {
27 func makeAutoNATService(ctx context.Context, t *testing.T, c *config) *autoNATService {
37 func makeAutoNATClient(ctx context.Context, t *testing.T) (host.Host, Client) {
44 func TestAutoNATServiceDialError(t *testing.T) {
65 func TestAutoNATServiceDialSuccess(t *testing.T) {
81 func TestAutoNATServiceDialRateLimiter(t *testing.T) {
117 func TestAutoNATServiceGlobalLimiter(t *testing.T) {
153 func TestAutoNATServiceRateLimitJitter(t *testing.T) {
175 func TestAutoNATServiceStartup(t *testing.T) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/test/
H A Daddrs.go7 ma "github.com/multiformats/go-multiaddr" packageName
22 func AssertAddressesEqual(t *testing.T, exp, act []ma.Multiaddr) {

12345678910>>...15