Home
last modified time | relevance | path

Searched refs:testPayload (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/ttrpc/
H A Dserver_test.go43 Test(ctx context.Context, req *testPayload) (*testPayload, error) argument
57 var tp testPayload
67 func (r *testPayload) Reset() { *r = testPayload{} } argument
93 var req testPayload
153 var tp testPayload
312 tp := &testPayload{
347 tp := &testPayload{}
427 var tp testPayload
480 var tp testPayload
512 var tp testPayload
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/srtp/v2/
H A Dsession_srtp_test.go69 testPayload := []byte{0x00, 0x01, 0x03, 0x04}
70 readBuffer := make([]byte, rtpHeaderSize+len(testPayload))
92 if !bytes.Equal(testPayload, readBuffer[rtpHeaderSize:]) {
116 testPayload := []byte{0x00, 0x01, 0x03, 0x04}
117 readBuffer := make([]byte, rtpHeaderSize+len(testPayload))
157 if !bytes.Equal(testPayload, readBuffer[rtpHeaderSize:]) {
188 testPayload := []byte{0x00, 0x01, 0x03, 0x04}
189 readBuffer := make([]byte, rtpHeaderSize+len(testPayload))
231 testPayload := []byte{0x00, 0x01, 0x03, 0x04}
282 testPayload := []byte{0x00, 0x01, 0x03, 0x04}
[all …]
H A Dsession_srtcp_test.go68 testPayload, err := rtcp.Marshal([]rtcp.Packet{&rtcp.PictureLossIndication{MediaSSRC: 5000}})
72 readBuffer := make([]byte, len(testPayload))
80 if _, err = aWriteStream.Write(testPayload); err != nil {
93 if !bytes.Equal(testPayload, readBuffer) {
117 readBuffer := make([]byte, len(testPayload))
128 if _, err = aWriteStream.Write(testPayload); !errIsTimeout(err) {
144 if _, err = aWriteStream.Write(testPayload); err != nil {
156 if !bytes.Equal(testPayload, readBuffer) {
187 readBuffer := make([]byte, len(testPayload))
200 if _, err = aWriteStream.Write(testPayload); err != nil {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/record/
H A Drecord_test.go7 type testPayload struct { struct
11 func (p *testPayload) Domain() string { argument
15 func (p *testPayload) Codec() []byte { argument
19 func (p *testPayload) MarshalRecord() ([]byte, error) { argument
23 func (p *testPayload) UnmarshalRecord(bytes []byte) error { argument
37 RegisterType(&testPayload{})
43 typedPayload, ok := payload.(*testPayload)
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt148 val testPayload = "The Payload"; in pushEvent() constant
149 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toByteArray(Cha… in pushEvent()
151 assertThat("Push data should match", p.value as String, equalTo(testPayload)) in pushEvent()
180 val testPayload = JSONObject() in sendNotification() constant
181 testPayload.put("title", expectedTitle) in sendNotification()
182 testPayload.put("body", expectedBody) in sendNotification()
184 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toString().toBy… in sendNotification()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt151 val testPayload = "The Payload"; in <lambda>() constant
152 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toByteArray(Cha… in <lambda>()
154 assertThat("Push data should match", p.value as String, equalTo(testPayload)) in <lambda>()
176 val testPayload = JSONObject() in <lambda>() constant
177 testPayload.put("title", expectedTitle) in <lambda>()
178 testPayload.put("body", expectedBody) in <lambda>()
180 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toString().toBy… in <lambda>()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt151 val testPayload = "The Payload"; in <lambda>() constant
152 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toByteArray(Cha… in <lambda>()
154 assertThat("Push data should match", p.value as String, equalTo(testPayload)) in <lambda>()
188 val testPayload = JSONObject() in <lambda>() constant
189 testPayload.put("title", expectedTitle) in <lambda>()
190 testPayload.put("body", expectedBody) in <lambda>()
192 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toString().toBy… in <lambda>()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt151 val testPayload = "The Payload"; in <lambda>() constant
152 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toByteArray(Cha… in <lambda>()
154 assertThat("Push data should match", p.value as String, equalTo(testPayload)) in <lambda>()
188 val testPayload = JSONObject() in <lambda>() constant
189 testPayload.put("title", expectedTitle) in <lambda>()
190 testPayload.put("body", expectedBody) in <lambda>()
192 …e.webPushController.onPushEvent(delegate!!.storedSubscription!!.scope, testPayload.toString().toBy… in <lambda>()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/alerts_settings/components/
H A Dalerts_settings_form.vue45 primaryProps: { text: i18n.integrationFormSteps.testPayload.savedAndTest },
46 secondaryProps: { text: i18n.integrationFormSteps.testPayload.proceedWithoutSave },
47 cancelProps: { text: i18n.integrationFormSteps.testPayload.cancel },
112 testPayload: {
153 return this.testPayload.error === null;
157 data: this.testPayload.json,
351 const payload = isSamplePayload ? this.samplePayload : this.testPayload;
685 :message="$options.i18n.integrationFormSteps.testPayload.help"
691 v-model="testPayload.json"
721 :title="$options.i18n.integrationFormSteps.testPayload.modalTitle"
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/services/remotecluster/
H A Dsend_test.go31 type testPayload struct { struct
72 note := testPayload{}
114 var note testPayload
197 payload := testPayload{Note: note}
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/consul/
H A Dclient_test.go124 testPayload := func(t *testing.T, data map[string]string, keys []string) {
147 testPayload(
161 testPayload(
173 testPayload(
208 testPayload(
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/net/net-da137c7871d7/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/net/websocket/
H A Dhybi_test.go292 func testHybiFrame(t *testing.T, testHeader, testPayload, testMaskedPayload []byte, frameHeader *hy… argument
297 _, err := w.Write(testPayload)
335 len(testPayload) != int(frame.header.Length) {
336 t.Errorf("mismatch %v (%d) vs %v", frameHeader, len(testPayload), frame)
338 payload := make([]byte, len(testPayload))
343 if !bytes.Equal(testPayload, payload) {
344 t.Errorf("payload %q vs %q", testPayload, payload)

1234567