Home
last modified time | relevance | path

Searched refs:xv (Results 226 – 250 of 4640) sorted by relevance

12345678910>>...186

/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/audio/din/din-52/src/
H A Dcurve.h49 inline void vertex (int i, float xv, float yv) { in vertex()
51 x1 = xv; in vertex()
56 x0 = xv; in vertex()
64 inline void get_vertex (int i, float& xv, float& yv) { in get_vertex()
66 xv = x1; in get_vertex()
69 xv = x0; in get_vertex()
/dports/math/arb/arb-2.21.1/fmpr/
H A Dmul.c17 fmpz xv, yv; in fmpr_mul() local
45 xv = *fmpr_manref(x); in fmpr_mul()
48 if (!COEFF_IS_MPZ(xv) && !COEFF_IS_MPZ(yv)) in fmpr_mul()
50 return _fmpr_mul_1x1(z, FLINT_ABS(xv), fmpr_expref(x), in fmpr_mul()
51 FLINT_ABS(yv), fmpr_expref(y), (xv ^ yv) < 0, prec, rnd); in fmpr_mul()
60 FMPZ_GET_MPN_READONLY(xsign, xn, xptr, xtmp, xv) in fmpr_mul()
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net/grpcurl/grpcurl-1.8.5/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_1871.tst19 xv = 1:10; yv=xv; s = rand(length(xv), length(yv));
26 plot3d1(xv,yv,s, flag=[-1 1 4], ebox = [min(xv), max(xv), min(yv), max(yv), min_z, max_z]);
/dports/net/v2ray/v2ray-core-4.36.2/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/internal/grpctest/
H A Dgrpctest.go65 func getTestFunc(t *testing.T, xv reflect.Value, name string) func(*testing.T) {
66 if m := xv.MethodByName(name); m.IsValid() {
88 xv := reflect.ValueOf(x)
90 setup := getTestFunc(t, xv, "Setup")
91 teardown := getTestFunc(t, xv, "Teardown")
98 tfunc := getTestFunc(t, xv, methodName)

12345678910>>...186