Searched refs:_method (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython3/Lib/ |
D | crypt.py | 57 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
|
D | functools.py | 365 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/ |
D | common_client.py | 26 self._method = method 53 if not self._method: 79 method=self._method) + paths_str + params_str
|
/external/python/cpython3/Lib/http/ |
D | client.py | 237 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/ |
D | Grammar.md | 24 rpc\_decl = `rpc_service` ident `{` rpc\_method+ `}` 26 rpc\_method = ident `(` ident `)` `:` ident metadata `;`
|
/external/autotest/scheduler/ |
D | drone_utility.py | 59 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/ |
D | power_SuspendStress.py | 51 self._method = sys_power.idle_suspend if idle else sys_power.do_suspend 62 self.resultsdir, method=self._method,
|
/external/python/cpython2/Lib/ |
D | httplib.py | 378 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/ |
D | grammar.py | 347 self._method = kwargs.get("method", StatConf.REINDEX_METHOD_DEFAULT) 431 method=self._method, 439 method=self._method,
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | xmlrunner.py | 31 (self._class, self._method) = test.id().rsplit(".", 1) 63 "method": self._method,
|
/external/python/cpython2/Doc/c-api/ |
D | method.rst | 3 .. _method-objects:
|
/external/python/cpython3/Doc/c-api/ |
D | method.rst | 44 .. _method-objects:
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.h | 272 RtcpMode _method; variable
|
D | rtcp_receiver.cc | 50 _method(RtcpMode::kOff), in RTCPReceiver() 108 return _method; in Status() 113 _method = method; in SetRTCPStatus()
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 304 : _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/ |
D | Bench.cpp | 749 COneMethodInfo _method; member 1076 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode() 1262 encoder._method = method; in MethodBench()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 362 DistortMethod _method;
|