Home
last modified time | relevance | path

Searched refs:MaxResult (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/mono-basic/mono-basic-4.7/vbnc/rt/source/
H A DTests.vb238 …Function GetTestsCount(ByVal MinResult As Test.Results, ByVal MaxResult As Test.Results) As Integer
241 If t.Result >= MinResult AndAlso t.Result <= MaxResult Then
257 Function GetTestsMax(Optional ByVal MaxResult As Test.Results = Test.Results.NotRun) As Tests
260 If test.Result <= MaxResult Then result.Add(test)
265 … Function GetTestsRange(ByVal MinResult As Test.Results, ByVal MaxResult As Test.Results) As Tests
268 If test.Result >= MinResult AndAlso test.Result <= MaxResult Then result.Add(test)
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/devicefarm/
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
160 if params.MaxResult != nil {
161 options.Limit = *params.MaxResult
194 params.MaxResult = limit
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
148 if params.MaxResult != nil {
149 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
157 if params.MaxResult != nil {
158 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridSessions.go52 MaxResult *int32 member
171 if params.MaxResult != nil {
172 options.Limit = *params.MaxResult
205 params.MaxResult = limit
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/devicefarm/
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
148 if params.MaxResult != nil {
149 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
157 if params.MaxResult != nil {
158 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
160 if params.MaxResult != nil {
161 options.Limit = *params.MaxResult
194 params.MaxResult = limit
H A Dapi_op_ListTestGridSessions.go52 MaxResult *int32 member
171 if params.MaxResult != nil {
172 options.Limit = *params.MaxResult
205 params.MaxResult = limit
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/devicefarm/
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
153 if params.MaxResult != nil {
154 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32
144 if params.MaxResult != nil {
145 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
156 if params.MaxResult != nil {
157 options.Limit = *params.MaxResult
194 params.MaxResult = limit
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/devicefarm/
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
153 if params.MaxResult != nil {
154 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
144 if params.MaxResult != nil {
145 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
156 if params.MaxResult != nil {
157 options.Limit = *params.MaxResult
194 params.MaxResult = limit
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/devicefarm/
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
152 if params.MaxResult != nil {
153 options.Limit = *params.MaxResult
186 params.MaxResult = limit
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/devicefarm/
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
144 if params.MaxResult != nil {
145 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
153 if params.MaxResult != nil {
154 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
156 if params.MaxResult != nil {
157 options.Limit = *params.MaxResult
194 params.MaxResult = limit
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/devicefarm/
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
157 if params.MaxResult != nil {
158 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
160 if params.MaxResult != nil {
161 options.Limit = *params.MaxResult
194 params.MaxResult = limit
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
148 if params.MaxResult != nil {
149 options.Limit = *params.MaxResult
182 params.MaxResult = limit
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/devicefarm/
H A Dapi_op_ListTestGridSessionActions.go39 MaxResult *int32 member
157 if params.MaxResult != nil {
158 options.Limit = *params.MaxResult
191 params.MaxResult = limit
H A Dapi_op_ListTestGridProjects.go34 MaxResult *int32 member
148 if params.MaxResult != nil {
149 options.Limit = *params.MaxResult
182 params.MaxResult = limit
H A Dapi_op_ListTestGridSessionArtifacts.go39 MaxResult *int32 member
160 if params.MaxResult != nil {
161 options.Limit = *params.MaxResult
194 params.MaxResult = limit

1234