Home
last modified time | relevance | path

Searched refs:methodName_ (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/jvmtop/jvmtop-0.8.0-27-g5693965/src/main/java/com/jvmtop/profiler/
H A DMethodStats.java37 private String methodName_ = null; field in MethodStats
47 methodName_ = methodName; in MethodStats()
59 + ((methodName_ == null) ? 0 : methodName_.hashCode()); in hashCode()
92 if (methodName_ == null) in equals()
94 if (other.methodName_ != null) in equals()
99 else if (!methodName_.equals(other.methodName_)) in equals()
129 return methodName_; in getMethodName()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Bayesian/
H A DLinearLeastSquaresCalibration.cxx51 , methodName_(methodName) in LinearLeastSquaresCalibration()
73 , methodName_(methodName) in LinearLeastSquaresCalibration()
111 LeastSquaresMethod method(LeastSquaresMethod::Build(methodName_, gradientObservations_)); in run()
175 return methodName_; in getMethodName()
198 adv.saveAttribute("methodName_", methodName_); in save()
207 adv.loadAttribute("methodName_", methodName_); in load()
H A DGaussianLinearCalibration.cxx55 , methodName_(methodName) in GaussianLinearCalibration()
84 , methodName_(methodName) in GaussianLinearCalibration()
167 LeastSquaresMethod method(LeastSquaresMethod::Build(methodName_, Abar)); in run()
223 return methodName_; in getMethodName()
248 adv.saveAttribute("methodName_", methodName_); in save()
259 adv.loadAttribute("methodName_", methodName_); in load()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/binary/adv-diff-TEST/
H A Dbranching.hpp87 std::string methodName_; member in ADVDIFF_BranchSub
131 case 1: methodName_ = "Mass Preserving Rounding"; break; in ADVDIFF_BranchSub()
132 case 2: methodName_ = "Objective Gap Rounding"; break; in ADVDIFF_BranchSub()
133 default: methodName_ = "Naive Rounding"; in ADVDIFF_BranchSub()
207 *outStream_ << "ADVDIFF_BranchSub::incumbentHeuristic: " << methodName_ << std::endl; in incumbentHeuristic()
/dports/www/aria2/aria2-1.36.0/src/
H A DXmlRpcRequestParserController.h68 std::string methodName_; variable
91 const std::string& getMethodName() const { return methodName_; } in getMethodName()
H A DXmlRpcRequestParserController.cc105 methodName_.clear(); in reset()
110 methodName_ = std::move(methodName); in setMethodName()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_method.cxx38 strcpy(methodName_, "MLI_NONE"); in MLI_Method()
89 return methodName_; in getName()
98 strcpy(methodName_, inName); in setName()
H A Dmli_method.h39 char methodName_[200]; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Djava_lang_StackTraceElement.c138 …((java_lang_StackTraceElement*) me)->fields.java_lang_StackTraceElement.methodName_ = (java_lang_S… in __INIT_INSTANCE_MEMBERS_java_lang_StackTraceElement()
206 ((java_lang_StackTraceElement*) _r1.o)->fields.java_lang_StackTraceElement.methodName_ = _r3.o; in java_lang_StackTraceElement___INIT____java_lang_String_java_lang_String_java_lang_String_int()
261 _r0.o = ((java_lang_StackTraceElement*) _r3.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_equals___java_lang_Object()
264 _r0.o = ((java_lang_StackTraceElement*) _r4.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_equals___java_lang_Object()
398 _r0.o = ((java_lang_StackTraceElement*) _r1.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_getMethodName__()
407 _r0.o = ((java_lang_StackTraceElement*) _r1.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_getMethodName__()
422 _r0.o = ((java_lang_StackTraceElement*) _r2.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_hashCode__()
432 _r0.o = ((java_lang_StackTraceElement*) _r2.o)->fields.java_lang_StackTraceElement.methodName_; in java_lang_StackTraceElement_hashCode__()
H A Djava_lang_StackTraceElement.h41 JAVA_OBJECT methodName_; \
/dports/www/tikiwiki/tiki-21.2/lib/payment/
H A Dpaypallib.php216 function PayPalHttpPost($methodName_, $nvpStr_) argument
242 …$nvpreq = "METHOD=$methodName_&VERSION=$version&PWD=$API_Password&USER=$API_UserName&SIGNATURE=$AP…
250 exit("$methodName_ failed: " . curl_error($ch) . '(' . curl_errno($ch) . ')');
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DRetryingRequestChannel.cpp37 methodName_(methodName.str()), in RequestCallbackBase()
57 std::string methodName_; member in apache::thrift::RetryingRequestChannel::RequestCallbackBase
108 methodName_, in retry()
178 methodName_, in retry()
247 methodName_, in retry()
H A DRocketClientChannel.cpp330 methodName_(std::move(methodName)), in FirstRequestProcessorStream()
340 LegacyResponseSerializationHandler handler(protocolId_, methodName_.view()); in onFirstResponse()
356 protocolId_, methodName_.view()); in onFirstResponseError()
386 const ManagedStringView methodName_; member in apache::thrift::__anon0a44df890211::FirstRequestProcessorStream
400 methodName_(std::move(methodName)), in FirstRequestProcessorSink()
409 LegacyResponseSerializationHandler handler(protocolId_, methodName_.view()); in onFirstResponse()
428 protocolId_, methodName_.view()); in onFirstResponseError()
471 const ManagedStringView methodName_; member in apache::thrift::__anon0a44df890211::FirstRequestProcessorSink
514 methodName_(std::move(methodName)), in SingleRequestSingleResponseCallback()
575 ManagedStringView methodName_; member in apache::thrift::RocketClientChannel::SingleRequestSingleResponseCallback
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/include/sdbus-c++/
H A DConvenienceApiClasses.h69 const std::string& methodName_; variable
181 const std::string& methodName_; variable
201 const std::string& methodName_; variable
H A DConvenienceApiClasses.inl50 , methodName_(methodName)
74 , std::move(methodName_)
464 , methodName_(methodName)
490 method_ = proxy_.createMethodCall(interfaceName, methodName_);
543 , methodName_(methodName)
549 method_ = proxy_.createMethodCall(interfaceName, methodName_);
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DErrorHandlingProtos.java231 private java.lang.Object methodName_; field in ErrorHandlingProtos.StackTraceElementMessage
250 methodName_ = s; in getMethodName()
265 methodName_ = b; in getMethodNameBytes()
333 methodName_ = ""; in initFields()
575 methodName_ = ""; in clear()
616 result.methodName_ = methodName_; in buildPartial()
648 methodName_ = other.methodName_; in mergeFrom()
776 methodName_ = s; in getMethodName()
792 methodName_ = b; in getMethodNameBytes()
807 methodName_ = value; in setMethodName()
[all …]
H A DRPCProtos.java4088 private java.lang.Object methodName_; field in RPCProtos.RequestHeader
4107 methodName_ = s; in getMethodName()
4122 methodName_ = b; in getMethodNameBytes()
4216 methodName_ = ""; in initFields()
4497 methodName_ = ""; in clear()
4552 result.methodName_ = methodName_; in buildPartial()
4593 methodName_ = other.methodName_; in mergeFrom()
4814 methodName_ = s; in getMethodName()
4830 methodName_ = b; in getMethodNameBytes()
4845 methodName_ = value; in setMethodName()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DCpp2ConnContext.h431 methodName_(std::move(methodName)) {} in TConnectionContext()
496 const std::string& getMethodName() const { return methodName_; } in getMethodName()
498 std::string releaseMethodName() { return std::move(methodName_); } in releaseMethodName()
545 std::string methodName_; variable
H A DThriftServer.h1044 : methodName_(stub.getMethodName()), in RequestSnapshot()
1067 const std::string& getMethodName() const { return methodName_; } in getMethodName()
1108 const std::string methodName_;
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Bayesian/openturns/
H A DLinearLeastSquaresCalibration.hxx99 String methodName_; member in LinearLeastSquaresCalibration
H A DGaussianLinearCalibration.hxx119 String methodName_; member in GaussianLinearCalibration
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionCodeSearch.cpp1973 methodName_ = match[1]; in FunctionInfo()
1974 boost::algorithm::trim(methodName_); in FunctionInfo()
1988 bool isS4Method() const { return !methodName_.empty(); } in isS4Method()
1991 const std::string& methodName() const { return methodName_; } in methodName()
1996 std::string methodName_; member in rstudio::session::modules::code_search::__anond56c59560311::FunctionInfo
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects_java/src/jni/
H A DScilabJavaObject.cpp254 jstring methodName_ = curEnv->NewStringUTF( methodName ); in invoke() local
255 if (methodName != NULL && methodName_ == NULL) in invoke()
272 …ntMethod(cls, jintinvokejintintjstringjava_lang_StringjintArray_intintID ,id, methodName_, args_)); in invoke()
273 curEnv->DeleteLocalRef(methodName_); in invoke()
/dports/sysutils/intel-pcm/pcm-202109/
H A Dpcm-sensor-server.cpp1229 std::string methodName_; member
1243 return prop.methodName_; in getMethodAsString()
1259 if ( prop.methodName_ == rm ) in findProperty()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dpcm-sensor-server.cpp1229 std::string methodName_; member
1243 return prop.methodName_; in getMethodAsString()
1259 if ( prop.methodName_ == rm ) in findProperty()

12