Home
last modified time | relevance | path

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

/external/u-boot/include/
Dspl.h199 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
200 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
203 .load_image = _method, \
206 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
207 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
209 .load_image = _method, \
/external/apache-commons-bcel/src/examples/
DJasminVisitor.java114 private Method _method; field in JasminVisitor
122 Attribute[] attributes = _method.getAttributes(); in printEndMethod()
136 if (_method != null) { in visitSynthetic()
143 this._method = method; // Remember for use in subsequent visitXXX calls in visitMethod()
145 out.println("\n.method " + Utility.accessToString(_method.getAccessFlags()) + in visitMethod()
146 " " + _method.getName() + _method.getSignature()); in visitMethod()
148 Attribute[] attributes = _method.getAttributes(); in visitMethod()
172 MethodGen mg = new MethodGen(_method, class_name, cp); in visitCode()
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py193 self._method = method
206 client_call_details = _ClientCallDetails(self._method, timeout,
236 client_call_details = _ClientCallDetails(self._method, timeout,
259 self._method = method
263 client_call_details = _ClientCallDetails(self._method, timeout,
286 self._method = method
306 client_call_details = _ClientCallDetails(self._method, timeout,
344 client_call_details = _ClientCallDetails(self._method, timeout,
367 self._method = method
375 client_call_details = _ClientCallDetails(self._method, timeout,
D_channel.py494 self._method = method
522 0, self._method, None, deadline, metadata, None
547 0, self._method, None, deadline, metadata, None
560 self._method = method
583 0, self._method, None, deadline, metadata, None
596 self._method = method
604 0, self._method, None, deadline, metadata, None
645 0, self._method, None, deadline, metadata, None
659 self._method = method
679 0, self._method, None, deadline, metadata, None
/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/grpc-grpc/src/objective-c/ProtoRPC/
DProtoMethod.m31 _method = [method copy];
38 return [NSString stringWithFormat:@"/%@.%@/%@", _package, _service, _method];
40 return [NSString stringWithFormat:@"/%@/%@", _service, _method];
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py295 self._method = method
307 self._channel, self._group, self._method, timeout, with_call,
313 self._channel, self._group, self._method, timeout, protocol_options,
333 self._method = method
340 self._channel, self._group, self._method, timeout, protocol_options,
360 self._method = method
372 self._channel, self._group, self._method, timeout, with_call,
383 self._channel, self._group, self._method, timeout, protocol_options,
402 self._method = method
413 self._channel, self._group, self._method, timeout, protocol_options,
/external/python/cpython3/Lib/http/
Dclient.py236 self._method = method
358 self._method == "HEAD"):
440 if self._method == "HEAD":
476 if self._method == "HEAD":
637 if self.fp is None or self._method == "HEAD":
653 if self.fp is None or self._method == "HEAD":
660 if self.fp is None or self._method == "HEAD":
836 self._method = None
905 response = self.response_class(self.sock, method=self._method)
1101 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/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/autotest/client/site_tests/power_SuspendStress/
Dpower_SuspendStress.py51 self._method = sys_power.idle_suspend if idle else sys_power.do_suspend
76 self.resultsdir, method=self._method,
/external/python/cpython3/Lib/
Dfunctools.py358 def _method(*args, **keywords): function
364 _method.__isabstractmethod__ = self.__isabstractmethod__
365 _method._partialmethod = self
366 return _method
/external/antlr/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.cpp307 : _method ( method_ ), in distortImage()
316 : _method ( method_ ), in distortImage()
324 image_.distort( _method, _number_arguments, _arguments, _bestfit ); in operator ()()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp746 COneMethodInfo _method; member
1073 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()
1260 encoder._method = method; in MethodBench()
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md27 * **Path** → ":path" "/" Service-Name "/" {_method name_} # But see note below.
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h363 DistortMethod _method;