Searched refs:_method (Results 1 - 25 of 37) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/security/
H A DConstraintMapping.java25 String _method; field in class:ConstraintMapping
56 return _method;
65 this._method = method;
H A DUserAuthentication.java31 private final String _method; field in class:UserAuthentication
36 _method = method;
42 return _method;
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Dcommon_client.py26 self._method = method
53 if not self._method:
79 method=self._method) + paths_str + params_str
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js37 var bmethod = (function(_method) {
40 this.$proceed = function() { return _method.apply(this, arguments); };
/external/opencv3/modules/calib3d/test/
H A Dtest_homography.cpp141 void CV_HomographyTest::print_information_1(int j, int N, int _method, const Mat& H) argument
147 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
153 void CV_HomographyTest::print_information_2(int j, int N, int _method, const Mat& H, const Mat& H_res, int k, double diff) argument
159 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
169 void CV_HomographyTest::print_information_3(int _method, int j, int N, const Mat& mask) argument
175 cout << "Method: "; if (_method
181 print_information_4(int _method, int j, int N, int k, int l, double diff) argument
195 print_information_5(int _method, int j, int N, int l, double diff) argument
208 print_information_6(int _method, int j, int N, int k, double diff, bool value) argument
221 print_information_7(int _method, int j, int N, int k, double diff, bool original_value, bool found_value) argument
234 print_information_8(int _method, int j, int N, int k, int l, double diff) argument
[all...]
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DSessionAuthentication.java51 private final String _method; field in class:SessionAuthentication
60 _method = method;
68 return _method;
/external/jetty/src/java/org/eclipse/jetty/http/
H A DAbstractGenerator.java63 protected Buffer _method; field in class:AbstractGenerator
123 _method=null;
224 return _state == STATE_HEADER && _method==null && _status==0;
288 if (_version==HttpVersions.HTTP_0_9_ORDINAL && _method!=null)
313 _method=HttpMethods.GET_BUFFER;
315 _method=HttpMethods.CACHE.lookup(method);
329 _method=null;
H A DHttpGenerator.java157 _method=null;
350 return _method!=null;
357 return _method==null;
390 _header.put(_method);
400 _header.put(_method);
891 if (_state==STATE_END && _persistent != null && !_persistent && _status!=100 && _method==null)
/external/autotest/client/site_tests/power_SuspendStress/
H A Dpower_SuspendStress.py37 self._method = sys_power.idle_suspend if idle else sys_power.do_suspend
43 self.resultsdir, method=self._method)
/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dinpainting.hpp196 inline ColorInpainter::ColorInpainter(int _method, double _radius) argument
197 : method_(_method), radius_(_radius) {}
/external/autotest/scheduler/
H A Ddrone_utility.py47 self._method = method
53 method = getattr(drone_utility, self._method)
62 return '%s(%s)' % (self._method, full_args)
528 call_count.setdefault(call._method, 0)
529 call_count[call._method] += 1
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpExchange.java96 private String _method = HttpMethods.GET; field in class:HttpExchange
534 _method = method;
542 return _method;
894 ?String.format("%s@%x=%s//%s%s#%s(%dms)->%s(%dms)",getClass().getSimpleName(),hashCode(),_method,_address,_uri,toState(_lastState),_lastStatePeriod,state,forMs)
895 :String.format("%s@%x=%s//%s%s#%s(%dms)",getClass().getSimpleName(),hashCode(),_method,_address,_uri,state,forMs);
/external/opencv3/modules/imgproc/src/
H A Dcontours.cpp504 int _method )
511 int method = _method - 1;
513 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
601 if( _method != CV_CHAIN_CODE )
673 int _method,
682 int method = _method - 1;
684 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
788 if( _method != CV_CHAIN_CODE )
859 int _method,
867 int method = _method
669 icvFetchContourEx( schar* ptr, int step, CvPoint pt, CvSeq* contour, int _method, int nbd, CvRect* _rect ) argument
855 icvFetchContourEx_32s( int* ptr, int step, CvPoint pt, CvSeq* contour, int _method, CvRect* _rect ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dxmlrunner.py31 (self._class, self._method) = test.id().rsplit(".", 1)
63 "method": self._method,
/external/opencv/cv/src/
H A Dcvcontours.cpp534 int _method )
541 int method = _method - 1;
543 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
631 if( _method != CV_CHAIN_CODE )
705 int _method,
714 int method = _method - 1;
716 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
820 if( _method != CV_CHAIN_CODE )
701 icvFetchContourEx( schar* ptr, int step, CvPoint pt, CvSeq* contour, int _method, int nbd, CvRect* _rect ) argument
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py915 self._method = method
979 if inspect.ismethod(self._method) or self._bounded_to:
1013 'arguments' % (self._method.__name__, i))
1021 % (self._method.__name__, arg_name))
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py915 self._method = method
979 if inspect.ismethod(self._method) or self._bounded_to:
1013 'arguments' % (self._method.__name__, i))
1021 % (self._method.__name__, arg_name))
/external/jetty/src/java/org/eclipse/jetty/server/
H A DRequest.java200 private String _method; field in class:Request
780 return _method;
1501 _method = null;
1798 _method = method;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.h272 RtcpMode _method; member in class:webrtc::RTCPReceiver
H A Drtcp_receiver.cc50 _method(RtcpMode::kOff),
108 return _method;
113 _method = method;
/external/ImageMagick/Magick++/lib/
H A DSTL.cpp304 : _method ( method_ ),
313 : _method ( method_ ),
321 image_.distort( _method, _number_arguments, _arguments, _bestfit );
/external/opencv/cvaux/include/
H A Dcvmat.hpp2140 inline _CvMAT_INV_::_CvMAT_INV_( const CvMAT* _a, int _method ) :
2141 a(*(CvMAT*)_a), method(_method) {}
2201 inline _CvMAT_SOLVE_::_CvMAT_SOLVE_( const CvMAT* _a, const CvMAT* _b, int _method ) :
2202 a((CvMAT*)_a), b((CvMAT*)_b), method(_method) {}
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp657 COneMethodInfo _method;
940 RINOK(_method.SetCoderProps(scp, &reduceSize));
1103 encoder._method = method;
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js5467 var _method = '_method=' + method;
5468 data = (data) ? _method + '&' + data : _method;
/external/ImageMagick/Magick++/lib/Magick++/
H A DSTL.h362 DistortMethod _method; member in class:Magick::distortImage

Completed in 1165 milliseconds

12