HomeSort by relevance Sort by last modified time
    Searched refs:_method (Results 1 - 25 of 33) sorted by null

1 2

  /art/tools/dmtracedump/
profile.h 39 #define METHOD_ID(_method) ((_method) & (~METHOD_ACTION_MASK))
40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK)
41 #define METHOD_COMBINE(_method, _action) ((_method) | (_action))
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common_client.py 26 self._method = method
53 if not self._method:
79 method=self._method) + paths_str + params_str
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 56 public InputBindResult(IInputMethodSession _method, InputChannel _channel,
58 method = _method;
  /external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py 50 self._method = sys_power.idle_suspend if idle else sys_power.do_suspend
61 self.resultsdir, method=self._method,
  /external/autotest/scheduler/
drone_utility.py 60 self._method = method
66 method = getattr(drone_utility, self._method)
75 return '%s(%s)' % (self._method, full_args)
442 call_count.setdefault(call._method, 0)
443 call_count[call._method] += 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 349 self._method = method
477 self._method == 'HEAD'):
538 if self._method == 'HEAD':
699 self._method = None
751 method = self._method)
874 self._method = method
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 349 self._method = method
477 self._method == 'HEAD'):
538 if self._method == 'HEAD':
699 self._method = None
751 method = self._method)
874 self._method = method
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 349 self._method = method
477 self._method == 'HEAD'):
538 if self._method == 'HEAD':
699 self._method = None
751 method = self._method)
874 self._method = method
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 349 self._method = method
477 self._method == 'HEAD'):
538 if self._method == 'HEAD':
699 self._method = None
751 method = self._method)
874 self._method = method
    [all...]
  /external/trappy/trappy/stats/
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/
xmlrunner.py 31 (self._class, self._method) = test.id().rsplit(".", 1)
63 "method": self._method,
  /external/opencv/cv/src/
cvcontours.cpp 534 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 )
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 349 self._method = method
475 self._method == 'HEAD'):
536 if self._method == 'HEAD':
688 self._method = None
737 method = self._method)
856 self._method = method
    [all...]
  /external/python/cpython2/Lib/
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
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 272 RtcpMode _method; member in class:webrtc::RTCPReceiver
rtcp_receiver.cc 50 _method(RtcpMode::kOff),
108 return _method;
113 _method = method;
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 304 : _method ( method_ ),
313 : _method ( method_ ),
321 image_.distort( _method, _number_arguments, _arguments, _bestfit );
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 749 COneMethodInfo _method;
1076 RINOK(_method.SetCoderProps(scp, &reduceSize));
1262 encoder._method = method;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 362 DistortMethod _method; member in class:Magick::distortImage
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 309 SessionState(ClientState _client, IInputMethod _method,
312 method = _method;
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1933 milliseconds

1 2