Home
last modified time | relevance | path

Searched defs:CallOptions (Results 1 – 25 of 4735) sorted by relevance

12345678910>>...190

/dports/audio/py-aubio/aubio-0.4.9/src/
H A Dfmat.c44 uint_t i;
45 for (i=0; i<s->height; i++) {
49 AUBIO_FREE(s);
50 }
52 void fmat_set_sample(fmat_t *s, smpl_t data, uint_t channel, uint_t position) {
56 smpl_t fmat_get_sample(const fmat_t *s, uint_t channel, uint_t position) {
60 void fmat_get_channel(const fmat_t *s, uint_t channel, fvec_t *output) {
64 }
66 smpl_t * fmat_get_channel_data(const fmat_t *s, uint_t channel) {
70 smpl_t ** fmat_get_data(const fmat_t *s) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h49 // A. Zaks and D. Nuzman. Autovectorization in GCC-two years later.
54 //===----------------------------------------------------------------------===//
56 #ifndef LLVM_TRANSFORMS_VECTORIZE_LOOPVECTORIZE_H
60 #include "llvm/Support/CommandLine.h"
65 class AAResults;
66 class AssumptionCache;
67 class BlockFrequencyInfo;
70 class Function;
71 class Loop;
73 class LoopInfo;
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Api/
H A DCallOptions.cs29 public struct CallOptions struct
31 Metadata headers;
32 DateTime? deadline;
34 WriteOptions writeOptions;
36 CallCredentials credentials;
37 CallFlags flags;
63 public Metadata Headers
71 public DateTime? Deadline
93 public WriteOptions WriteOptions
119 public bool IsWaitForReady
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Api/
H A DCallOptions.cs29 public struct CallOptions struct
31 Metadata headers;
32 DateTime? deadline;
34 WriteOptions writeOptions;
36 CallCredentials credentials;
37 CallFlags flags;
63 public Metadata Headers
71 public DateTime? Deadline
93 public WriteOptions WriteOptions
119 public bool IsWaitForReady
[all …]
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Api/
H A DCallOptions.cs29 public struct CallOptions struct
31 Metadata headers;
32 DateTime? deadline;
34 WriteOptions writeOptions;
36 CallCredentials credentials;
37 CallFlags flags;
63 public Metadata Headers
71 public DateTime? Deadline
93 public WriteOptions WriteOptions
119 public bool IsWaitForReady
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core.Api/
H A DCallOptions.cs29 public struct CallOptions struct
31 Metadata headers;
32 DateTime? deadline;
34 WriteOptions writeOptions;
36 CallCredentials credentials;
37 CallFlags flags;
63 public Metadata Headers
71 public DateTime? Deadline
93 public WriteOptions WriteOptions
119 public bool IsWaitForReady
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/cloud.google.com/go/datacatalog/apiv1beta1/
H A Dpolicy_tag_manager_serialization_client.go44 internaloption.WithDefaultEndpoint("datacatalog.googleapis.com:443"),
50 grpc.MaxCallRecvMsgSize(math.MaxInt32))),
54 func defaultPolicyTagManagerSerializationCallOptions() *PolicyTagManagerSerializationCallOptions {
55 return &PolicyTagManagerSerializationCallOptions{
56 ImportTaxonomies: []gax.CallOption{},
57 ExportTaxonomies: []gax.CallOption{},
61 // PolicyTagManagerSerializationClient is a client for interacting with Google Cloud Data Catalog A…
63 // Methods, except Close, may be called concurrently. However, fields must not be modified concurre…
64 type PolicyTagManagerSerializationClient struct {
68 // flag to opt out of default deadlines via GOOGLE_API_GO_EXPERIMENTAL_DISABLE_DEFAULT_DEADLINE
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/devopsguru/
H A Dapi_op_ListRecommendations.go46 // The pagination token to use to retrieve the next page of results for this
47 // operation. If there are no more pages, this value is null.
50 // An array of the requested recommendations.
53 // Metadata pertaining to the operation's result.
57 func addOperationListRecommendationsMiddlewares(stack *middleware.Stack, options Options) (err erro…
58 err = stack.Serialize.Add(&awsRestjson1_serializeOpListRecommendations{}, middleware.After)
62 err = stack.Deserialize.Add(&awsRestjson1_deserializeOpListRecommendations{}, middleware.After)
66 if err = addSetLoggerMiddleware(stack, options); err != nil {
69 if err = awsmiddleware.AddClientRequestIDMiddleware(stack); err != nil {
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/abaqus/
H A Dabaquselasticity27-omp.mtest.in43 @ImposedStrain 'EXX' 0.;
44 @ImposedStrain 'EYY' 0.;
46 @Times {0.,3600 in 20};
48 @Real 'S11' '1/E1';
49 @Real 'S22' '1/E2';
50 @Real 'S33' '1/E3';
51 @Real 'S12' '-nu12/E1';
52 @Real 'S13' '-nu13/E1';
53 @Real 'S23' '-nu23/E2';
54 @Real 'dS' 'S11*S22*S33+2*S23*S13*S12-S11*S23*S23-S22*S13*S13-S33*S12*S12';
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h42 void AdvanceCycle() override;
46 // Hazards related to bank conflicts
47 class ARMBankConflictHazardRecognizer : public ScheduleHazardRecognizer {
48 SmallVector<MachineInstr *, 8> Accesses;
50 const DataLayout &DL;
51 int64_t DataMask;
52 bool AssumeITCMBankConflict;
54 public:
55 ARMBankConflictHazardRecognizer(const ScheduleDAG *DAG, int64_t DDM,
56 bool ABC);
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/grafeas/apiv1/
H A Dintegration_test.go37 …c, err := grafeas.NewClient(ctx, option.WithEndpoint(containerAnalysisEndpoint), option.WithScopes…
41 defer c.Close()
43 projID := testutil.ProjID()
45 ni := c.ListNotes(ctx, &grafeaspb.ListNotesRequest{
46 Parent: fmt.Sprintf("projects/%s", projID),
48 for _, err := ni.Next(); err != iterator.Done; _, err = ni.Next() {
52 }
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DLowerMemIntrinsics.h42 const TargetTransformInfo &TTI);
44 /// Expand \p MemCpy as a loop. \p MemCpy is not deleted.
45 void expandMemCpyAsLoop(MemCpyInst *MemCpy, const TargetTransformInfo &TTI);
47 /// Expand \p MemMove as a loop. \p MemMove is not deleted.
48 void expandMemMoveAsLoop(MemMoveInst *MemMove);
50 /// Expand \p MemSet as a loop. \p MemSet is not deleted.
51 void expandMemSetAsLoop(MemSetInst *MemSet);
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/
H A Dcall.go25 type CallOptions struct { struct
27 Target Instance
30 Port *Port
33 PortName string
37 Scheme scheme.Instance
41 Host string
44 Path string
48 Count int
51 Headers http.Header
54 Timeout time.Duration
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Vector/
H A DVectorConceptOperations.ixx41 return std::sqrt(real(v|v));
44 } // end of namespace math
46 } // end of namespace tfel
48 #endif /* LIB_TFEL_VECTORCONCEPTOPERATIONSIXX */
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/cloudbuild/apiv1/
H A Dcloud_build_client_example_test.go39 c, err := cloudbuild.NewClient(ctx)
41 // TODO: Handle error.
44 req := &cloudbuildpb.CreateBuildRequest{
45 // TODO: Fill request struct fields.
47 resp, err := c.CreateBuild(ctx, req)
49 // TODO: Handle error.
51 // TODO: Use resp.
54
55 func ExampleClient_GetBuild() {
56 ctx := context.Background()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dtsquery_cleanup.c43 node->right = maketree(in + 1);
44 if (in->qoperator.oper != OP_NOT)
45 node->left = maketree(in + in->qoperator.left);
51 * Internal state for plaintree and plainnode
55 QueryItem *ptr;
56 int len; /* allocated size of ptr */
57 int cur; /* number of elements in ptr */
61 plainnode(PLAINTREE *state, NODE *node)
197 /*
198 * Remove QI_VALSTOP (stopword) nodes from query tree.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/secretmanager/apiv1/
H A Dsecret_manager_client_example_test.go42 ctx := context.Background()
43 c, err := secretmanager.NewClient(ctx)
45 // TODO: Handle error.
48 req := &secretmanagerpb.ListSecretsRequest{
49 // TODO: Fill request struct fields.
52 for {
54 if err == iterator.Done {
56 }
58 // TODO: Handle error.
116 }
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/grafeas/apiv1/
H A Dgrafeas_client_example_test.go37 func ExampleClient_GetOccurrence() {
39 c, err := grafeas.NewClient(ctx)
40 if err != nil {
41 // TODO: Handle error.
44 req := &grafeaspb.GetOccurrenceRequest{
46 }
47 resp, err := c.GetOccurrence(ctx, req)
49 // TODO: Handle error.
51 // TODO: Use resp.
55 func ExampleClient_ListOccurrences() {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp44 static cl::opt<bool> StaticsInSData("hexagon-statics-in-small-data",
45 cl::init(false), cl::Hidden, cl::ZeroOrMore,
46 cl::desc("Allow static variables in .sdata"));
48 static cl::opt<bool> TraceGVPlacement("trace-gv-placement",
50 cl::desc("Trace global value placement"));
53 EmitJtInText("hexagon-emit-jt-text", cl::Hidden, cl::init(false),
54 cl::desc("Emit hexagon jump tables in function section"));
57 EmitLutInText("hexagon-emit-lut-text", cl::Hidden, cl::init(false),
58 cl::desc("Emit hexagon lookup tables in function section"));
60 // TraceGVPlacement controls messages for all builds. For builds with assertions
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpipm.c44 /* m-vector b of right-hand sides */
46 /* n-vector c of objective coefficients; c[0] is constant term of
48 /*--------------------------------------------------------------*/
53 /* current point in primal-dual space; the best point on exit */
56 const glp_iptcp *parm;
57 /*--------------------------------------------------------------*/
60 /* diagonal nxn-matrix D = X*inv(Z), where X = diag(x[j]) and
62 int *P; /* int P[1+m+m]; */
63 /* permutation mxm-matrix P used to minimize fill-in in Cholesky
65 int *S_ptr; /* int S_ptr[1+m+1]; */
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/ingress/
H A Dingress.go40 type CallOptions struct { struct
43 Host string
46 Path string
49 Headers http.Header
52 Timeout time.Duration
56 CaCert string
58 PrivateKey string
60 Cert string
63 Address net.TCPAddr
66 CallType CallType
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/regex/
H A Dregerrs.h42 REG_EBRACE, "REG_EBRACE", "braces {} not balanced"
46 REG_BADBR, "REG_BADBR", "invalid repetition count(s)"
50 REG_ERANGE, "REG_ERANGE", "invalid character range"
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/
H A DOvmfPkg.dec44 # space access.
45 PciCapPciIoLib|Include/Library/PciCapPciIoLib.h
47 ## @libraryclass Layered on top of PciCapLib, allows clients to plug a
48 # PciSegmentLib backend into PciCapLib, for config space
50 PciCapPciSegmentLib|Include/Library/PciCapPciSegmentLib.h
52 ## @libraryclass Provide common utility functions to PciHostBridgeLib
53 # instances in ArmVirtPkg and OvmfPkg.
54 PciHostBridgeUtilityLib|Include/Library/PciHostBridgeUtilityLib.h
56 ## @libraryclass Register a status code handler for printing the Boot
181 ## Set the *inclusive* number of targets that MptScsi exposes for scan
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/language/apiv1/
H A Dlanguage_client_example_test.go37 // import languagepb "google.golang.org/genproto/googleapis/cloud/language/v1"
40 c, err := language.NewClient(ctx)
41 if err != nil {
42 // TODO: Handle error.
45 req := &languagepb.AnalyzeSentimentRequest{
148 resp, err := c.AnnotateText(ctx, req)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DPrintable.h39 public:
40 std::function<void(raw_ostream &OS)> Print;
41 Printable(std::function<void(raw_ostream &OS)> Print)
42 : Print(std::move(Print)) {}
45 inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {

12345678910>>...190