Home
last modified time | relevance | path

Searched refs:method_ (Results 1 – 25 of 1282) sorted by relevance

12345678910>>...52

/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DSparseMethod.cxx49 , method_(method) in SparseMethod()
83 const Indices currentIndices(method_.getCurrentIndices()); in solve()
95 basisSequenceFactory_.updateBasis(method_, rhsSample); in solve()
124 basisSequenceFactory_.updateBasis(method_, rhsSample); in solve()
135 method_.update(Indices(), currentIndices, Indices()); in solve()
151 return method_.getBasis(); in getBasis()
156 return method_.getCurrentIndices(); in getCurrentIndices()
161 return method_.getInitialIndices(); in getInitialIndices()
166 return method_.getInputSample(); in getInputSample()
171 return method_.getWeight(); in getWeight()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/include/
H A DError.h40 Error(const char *method_, char *message_) in Error() argument
42 init(method_, message_, -1); in Error()
45 Error(const char *method_, const char *message_) in Error() argument
47 init(method_, (char *)message_, -1); in Error()
52 init(method_, message_, line); in Error()
57 init(method_, (char *)message_, line); in Error()
64 if(!method_) method_ = "(Unknown error location)"; in init()
65 method = method_; in init()
136 UnixError(const char *method_) : Error(method_, strerror(errno)) {} in UnixError() argument
137 UnixError(const char *method_, int line) : in UnixError() argument
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/
H A DContextStack.cpp36 serviceName_, method_, connectionContext); in ContextStack()
49 method_(method), in ContextStack()
54 serviceName_, method_, connectionContext); in ContextStack()
60 (*handlers_)[i]->freeContext(contextAt(i), method_); in ~ContextStack()
115 (*handlers_)[i]->preWrite(contextAt(i), method_); in preWrite()
124 (*handlers_)[i]->onWriteData(contextAt(i), method_, msg); in onWriteData()
133 (*handlers_)[i]->postWrite(contextAt(i), method_, bytes); in postWrite()
141 (*handlers_)[i]->preRead(contextAt(i), method_); in preRead()
149 (*handlers_)[i]->onReadData(contextAt(i), method_, msg); in onReadData()
168 method_); in handlerErrorWrapped()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoUtils.h67 #define MOZ_STYLO_FORWARD_CONCRETE(method_, geckoargs_, servoargs_) \ argument
68 static_assert(!mozilla::IsSame<decltype(&MOZ_STYLO_THIS_TYPE::method_), \
69 decltype(&MOZ_STYLO_GECKO_TYPE::method_)> \
70 ::value, "Gecko subclass should define its own " #method_); \
71 static_assert(!mozilla::IsSame<decltype(&MOZ_STYLO_THIS_TYPE::method_), \
72 decltype(&MOZ_STYLO_SERVO_TYPE::method_)> \
73 ::value, "Servo subclass should define its own " #method_); \
75 return AsServo()->method_ servoargs_; \
77 return AsGecko()->method_ geckoargs_;
79 #define MOZ_STYLO_FORWARD(method_, args_) \ argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoUtils.h132 #define MOZ_STYLO_FORWARD_CONCRETE(method_, geckoargs_, servoargs_) \ argument
134 !mozilla::IsSame<decltype(&MOZ_STYLO_THIS_TYPE::method_), \
135 decltype(&MOZ_STYLO_GECKO_TYPE::method_)>::value, \
136 "Gecko subclass should define its own " #method_); \
138 !mozilla::IsSame<decltype(&MOZ_STYLO_THIS_TYPE::method_), \
139 decltype(&MOZ_STYLO_SERVO_TYPE::method_)>::value, \
144 return AsGecko()->method_ geckoargs_;
146 #define MOZ_STYLO_FORWARD_CONCRETE(method_, geckoargs_, servoargs_) \ argument
147 return AsServo()->method_ servoargs_;
150 #define MOZ_STYLO_FORWARD(method_, args_) \ argument
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/compiler/
H A Dprotobuf_plugin.h40 : method_(method) {} in ProtoBufMethod()
42 std::string name() const { return method_->name(); } in name()
45 return grpc_cpp_generator::ClassName(method_->input_type(), true); in input_type_name()
52 return method_->input_type()->file()->name(); in get_input_type_name()
55 return method_->output_type()->file()->name(); in get_output_type_name()
78 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
86 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
90 return GetCommentsHelper(method_, true, prefix); in GetLeadingComments()
94 return GetCommentsHelper(method_, false, prefix); in GetTrailingComments()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/compiler/
H A Dprotobuf_plugin.h40 : method_(method) {} in ProtoBufMethod()
42 grpc::string name() const { return method_->name(); } in name()
45 return grpc_cpp_generator::ClassName(method_->input_type(), true); in input_type_name()
52 return method_->input_type()->file()->name(); in get_input_type_name()
55 return method_->output_type()->file()->name(); in get_output_type_name()
78 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
86 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
90 return GetCommentsHelper(method_, true, prefix); in GetLeadingComments()
94 return GetCommentsHelper(method_, false, prefix); in GetTrailingComments()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/compiler/
H A Dprotobuf_plugin.h40 : method_(method) {} in ProtoBufMethod()
42 std::string name() const { return method_->name(); } in name()
45 return grpc_cpp_generator::ClassName(method_->input_type(), true); in input_type_name()
52 return method_->input_type()->file()->name(); in get_input_type_name()
55 return method_->output_type()->file()->name(); in get_output_type_name()
78 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
86 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
90 return GetCommentsHelper(method_, true, prefix); in GetLeadingComments()
94 return GetCommentsHelper(method_, false, prefix); in GetTrailingComments()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/compiler/
H A Dprotobuf_plugin.h40 : method_(method) {} in ProtoBufMethod()
42 grpc::string name() const { return method_->name(); } in name()
45 return grpc_cpp_generator::ClassName(method_->input_type(), true); in input_type_name()
52 return method_->input_type()->file()->name(); in get_input_type_name()
55 return method_->output_type()->file()->name(); in get_output_type_name()
78 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
86 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
90 return GetCommentsHelper(method_, true, prefix); in GetLeadingComments()
94 return GetCommentsHelper(method_, false, prefix); in GetTrailingComments()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/src/compiler/
H A Dprotobuf_plugin.h40 : method_(method) {} in ProtoBufMethod()
42 std::string name() const { return method_->name(); } in name()
45 return grpc_cpp_generator::ClassName(method_->input_type(), true); in input_type_name()
52 return method_->input_type()->file()->name(); in get_input_type_name()
55 return method_->output_type()->file()->name(); in get_output_type_name()
78 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
86 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
90 return GetCommentsHelper(method_, true, prefix); in GetLeadingComments()
94 return GetCommentsHelper(method_, false, prefix); in GetTrailingComments()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/ssl/
H A Dring_buffer_bio.cpp62 BIO_METHOD* RingBufferBio::method_ = NULL; member in RingBufferBio
65 method_ = BIO_meth_new(BIO_TYPE_MEM, "ring buffer"); in initialize()
66 if (method_) { in initialize()
67 BIO_meth_set_write(method_, RingBufferBio::write); in initialize()
68 BIO_meth_set_read(method_, RingBufferBio::read); in initialize()
69 BIO_meth_set_puts(method_, RingBufferBio::puts); in initialize()
70 BIO_meth_set_gets(method_, RingBufferBio::gets); in initialize()
71 BIO_meth_set_ctrl(method_, RingBufferBio::ctrl); in initialize()
72 BIO_meth_set_create(method_, RingBufferBio::create); in initialize()
84 BIO* bio = BIO_new(const_cast<BIO_METHOD*>(&method_)); in create()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DUseCounter.h36 #define CSS_PROP_USE_COUNTER(method_) eUseCounter_property_##method_, argument
38 #define CSS_PROP_LONGHAND(name_, id_, method_, ...) \ argument
39 CSS_PROP_USE_COUNTER(method_)
40 #define CSS_PROP_SHORTHAND(name_, id_, method_, ...) \ argument
41 CSS_PROP_USE_COUNTER(method_)
42 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, ...) \ argument
43 CSS_PROP_USE_COUNTER(method_)
55 #define COUNTED_UNKNOWN_PROPERTY(name_, method_) \ argument
56 eUseCounter_unknown_property_##method_,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DUseCounter.h35 #define CSS_PROP_USE_COUNTER(method_) eUseCounter_property_##method_, argument
37 #define CSS_PROP_LONGHAND(name_, id_, method_, ...) \ argument
38 CSS_PROP_USE_COUNTER(method_)
39 #define CSS_PROP_SHORTHAND(name_, id_, method_, ...) \ argument
40 CSS_PROP_USE_COUNTER(method_)
41 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, ...) \ argument
42 CSS_PROP_USE_COUNTER(method_)
54 #define COUNTED_UNKNOWN_PROPERTY(name_, method_) \ argument
55 eUseCounter_unknown_property_##method_,
/dports/www/firefox/firefox-99.0/dom/base/
H A DUseCounter.h36 #define CSS_PROP_USE_COUNTER(method_) eUseCounter_property_##method_, argument
38 #define CSS_PROP_LONGHAND(name_, id_, method_, ...) \ argument
39 CSS_PROP_USE_COUNTER(method_)
40 #define CSS_PROP_SHORTHAND(name_, id_, method_, ...) \ argument
41 CSS_PROP_USE_COUNTER(method_)
42 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, ...) \ argument
43 CSS_PROP_USE_COUNTER(method_)
55 #define COUNTED_UNKNOWN_PROPERTY(name_, method_) \ argument
56 eUseCounter_unknown_property_##method_,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DUseCounter.h36 #define CSS_PROP_USE_COUNTER(method_) eUseCounter_property_##method_, argument
38 #define CSS_PROP_LONGHAND(name_, id_, method_, ...) \ argument
39 CSS_PROP_USE_COUNTER(method_)
40 #define CSS_PROP_SHORTHAND(name_, id_, method_, ...) \ argument
41 CSS_PROP_USE_COUNTER(method_)
42 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, ...) \ argument
43 CSS_PROP_USE_COUNTER(method_)
55 #define COUNTED_UNKNOWN_PROPERTY(name_, method_) \ argument
56 eUseCounter_unknown_property_##method_,
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/api/
H A Dapi-request.cpp14 method_(method), in SeafileApiRequest()
35 if (method_ != METHOD_PUT && method_ != METHOD_POST) { in setFormParam()
36 qWarning("warning: calling setFormParam on a request with method %d\n", method_); in setFormParam()
43 if (method_ != METHOD_PUT && method_ != METHOD_POST) { in setRequestBody()
44 qWarning("warning: calling setRequestBody on a request with method %d\n", method_); in setRequestBody()
71 switch (method_) { in send()
81 api_client_->post(url_, post_data_, method_ == METHOD_PUT); in send()
84 api_client_->post(url_, post_data, method_ == METHOD_PUT); in send()
88 qWarning("unknown method %d\n", method_); in send()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscpp/api/
H A DRequest.cc41 HttpMethod method_ = HTTP_METHOD_UNKNOWN; member
62 state_->method_ = method; in Request()
118 state_->method_ = HTTP_METHOD_GET; in getMethod()
120 state_->method_ = HTTP_METHOD_POST; in getMethod()
122 state_->method_ = HTTP_METHOD_HEAD; in getMethod()
126 state_->method_ = HTTP_METHOD_DELETE; in getMethod()
130 state_->method_ = HTTP_METHOD_PURGE; in getMethod()
132 state_->method_ = HTTP_METHOD_PUT; in getMethod()
134 state_->method_ = HTTP_METHOD_TRACE; in getMethod()
136 state_->method_ = HTTP_METHOD_PUSH; in getMethod()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/utility/
H A Dcompletion_callback_factory.h610 Method method_;
620 : method_(NULL),
641 Method method_;
650 : method_(NULL),
662 Method method_;
673 : method_(NULL),
696 Method method_;
720 Method method_;
757 Method method_;
784 Method method_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/utility/
H A Dcompletion_callback_factory.h610 Method method_;
620 : method_(NULL),
641 Method method_;
650 : method_(NULL),
662 Method method_;
673 : method_(NULL),
696 Method method_;
720 Method method_;
757 Method method_;
784 Method method_;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/test/
H A DListCSSProperties.cpp22 #define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, kwtable_, \ argument
24 {#name_, #method_, pref_},
43 #define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, kwtable_, \ argument
61 #define LISTCSSPROPERTIES_INNER_MACRO(method_) #method_ argument
62 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
63 {#name_, LISTCSSPROPERTIES_INNER_MACRO(method_), pref_},
71 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) \ argument
72 {#name_, #method_, pref_},
84 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) #name_, argument
91 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) #name_, argument
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/test/
H A DListCSSProperties.cpp22 #define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, kwtable_, \ argument
24 { #name_, #method_, pref_ },
43 #define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, kwtable_, \ argument
61 #define LISTCSSPROPERTIES_INNER_MACRO(method_) #method_ argument
62 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
63 { #name_, LISTCSSPROPERTIES_INNER_MACRO(method_), pref_ },
71 #define CSS_PROP_ALIAS(name_, id_, method_, pref_) \ argument
72 { #name_, #method_, pref_ },
84 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
92 #define CSS_PROP_ALIAS(name_, id_, method_, pref_) \ argument
/dports/www/firefox-esr/firefox-91.8.0/layout/style/test/
H A DListCSSProperties.cpp18 #define STRINGIFY_METHOD(method_) #method_ argument
29 #define CSS_PROP_LONGHAND(name_, id_, method_, flags_, pref_, ...) \ argument
30 {#name_, STRINGIFY_METHOD(method_), pref_},
59 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
60 {#name_, STRINGIFY_METHOD(method_), pref_},
61 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) \ argument
62 {#name_, #method_, pref_},
76 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) #name_, argument
77 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) #name_, argument
/dports/www/firefox/firefox-99.0/layout/style/test/
H A DListCSSProperties.cpp18 #define STRINGIFY_METHOD(method_) #method_ argument
29 #define CSS_PROP_LONGHAND(name_, id_, method_, flags_, pref_, ...) \ argument
30 {#name_, STRINGIFY_METHOD(method_), pref_},
59 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
60 {#name_, STRINGIFY_METHOD(method_), pref_},
61 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) \ argument
62 {#name_, #method_, pref_},
76 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) #name_, argument
77 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) #name_, argument
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/test/
H A DListCSSProperties.cpp18 #define STRINGIFY_METHOD(method_) #method_ argument
29 #define CSS_PROP_LONGHAND(name_, id_, method_, flags_, pref_, ...) \ argument
30 {#name_, STRINGIFY_METHOD(method_), pref_},
59 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
60 {#name_, STRINGIFY_METHOD(method_), pref_},
61 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) \ argument
62 {#name_, #method_, pref_},
76 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) #name_, argument
77 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) #name_, argument
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/test/
H A DListCSSProperties.cpp15 #define STRINGIFY_METHOD(method_) #method_ argument
26 #define CSS_PROP_LONGHAND(name_, id_, method_, flags_, pref_, ...) \ argument
27 {#name_, STRINGIFY_METHOD(method_), pref_},
56 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) \ argument
57 {#name_, STRINGIFY_METHOD(method_), pref_},
58 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) \ argument
59 {#name_, #method_, pref_},
73 #define CSS_PROP_SHORTHAND(name_, id_, method_, flags_, pref_) #name_, argument
74 #define CSS_PROP_ALIAS(name_, aliasid_, id_, method_, pref_) #name_, argument

12345678910>>...52