Home
last modified time | relevance | path

Searched refs:_method (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/
Dcrypt.py57 for _method in (METHOD_SHA512, METHOD_SHA256, METHOD_MD5, METHOD_CRYPT):
58 _result = crypt('', _method)
59 if _result and len(_result) == _method.total_size:
60 methods.append(_method)
61 del _result, _method
Dfunctools.py365 def _method(*args, **keywords): function
371 _method.__isabstractmethod__ = self.__isabstractmethod__
372 _method._partialmethod = self
373 return _method
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dcommon_client.py26 self._method = method
53 if not self._method:
79 method=self._method) + paths_str + params_str
/external/python/cpython3/Lib/http/
Dclient.py237 self._method = method
359 self._method == "HEAD"):
442 if self._method == "HEAD":
478 if self._method == "HEAD":
639 if self.fp is None or self._method == "HEAD":
662 if self.fp is None or self._method == "HEAD":
669 if self.fp is None or self._method == "HEAD":
844 self._method = None
913 response = self.response_class(self.sock, method=self._method)
1111 self._method = method
[all …]
/external/flatbuffers/docs/source/
DGrammar.md24 rpc\_decl = `rpc_service` ident `{` rpc\_method+ `}`
26 rpc\_method = ident `(` ident `)` `:` ident metadata `;`
/external/autotest/scheduler/
Ddrone_utility.py59 self._method = method
65 method = getattr(drone_utility, self._method)
74 return '%s(%s)' % (self._method, full_args)
410 call_count.setdefault(call._method, 0)
411 call_count[call._method] += 1
/external/autotest/client/site_tests/power_SuspendStress/
Dpower_SuspendStress.py51 self._method = sys_power.idle_suspend if idle else sys_power.do_suspend
62 self.resultsdir, method=self._method,
/external/python/cpython2/Lib/
Dhttplib.py378 self._method = method
506 self._method == 'HEAD'):
568 if self._method == 'HEAD':
729 self._method = None
795 method = self._method)
927 self._method = method
1111 kwds = {"strict":self.strict, "method":self._method}
/external/trappy/trappy/stats/
Dgrammar.py347 self._method = kwargs.get("method", StatConf.REINDEX_METHOD_DEFAULT)
431 method=self._method,
439 method=self._method,
/external/antlr/antlr-3.4/runtime/Python/
Dxmlrunner.py31 (self._class, self._method) = test.id().rsplit(".", 1)
63 "method": self._method,
/external/python/cpython2/Doc/c-api/
Dmethod.rst3 .. _method-objects:
/external/python/cpython3/Doc/c-api/
Dmethod.rst44 .. _method-objects:
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h272 RtcpMode _method; variable
Drtcp_receiver.cc50 _method(RtcpMode::kOff), in RTCPReceiver()
108 return _method; in Status()
113 _method = method; in SetRTCPStatus()
/external/ImageMagick/Magick++/lib/
DSTL.cpp304 : _method ( method_ ), in distortImage()
313 : _method ( method_ ), in distortImage()
321 image_.distort( _method, _number_arguments, _arguments, _bestfit ); in operator ()()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp749 COneMethodInfo _method; member
1076 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()
1262 encoder._method = method; in MethodBench()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h362 DistortMethod _method;