Home
last modified time | relevance | path

Searched defs:self_ (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_richcmp.py195 def __lt__(self_, other): return 0 argument
196 def __gt__(self_, other): return 0 argument
197 def __eq__(self_, other): return 0 argument
198 def __le__(self_, other): self.fail("This shouldn't happen") argument
199 def __ge__(self_, other): self.fail("This shouldn't happen") argument
200 def __ne__(self_, other): self.fail("This shouldn't happen") argument
201 def __cmp__(self_, other): raise RuntimeError, "expected" argument
Dtest_exceptions.py161 def __init__(self_): argument
Dtest_descr.py1165 def __del__(self_): argument
1840 def some_number(self_, key): argument
2219 def setter(self_, value): argument
3081 def __cmp__(self_, other): argument
3948 def __setstate__(self_, lst): argument
/external/python/cpython3/Lib/test/
Dtest_richcmp.py195 def __lt__(self_, other): return 0 argument
196 def __gt__(self_, other): return 0 argument
197 def __eq__(self_, other): return 0 argument
198 def __le__(self_, other): self.fail("This shouldn't happen") argument
199 def __ge__(self_, other): self.fail("This shouldn't happen") argument
200 def __ne__(self_, other): self.fail("This shouldn't happen") argument
Dtest_yield_from.py945 def close(self_): argument
Dtest_exceptions.py206 def __init__(self_): argument
Dtest_descr.py1274 def __del__(self_): argument
1964 def some_number(self_, key): argument
2239 def setter(self_, value): argument
3096 def __cmp__(self_, other): argument
3724 def __setstate__(self_, lst): argument
/external/python/cpython2/Modules/
D_elementtree.c1080 element_getitem(PyObject* self_, Py_ssize_t index) in element_getitem()
1314 element_setitem(PyObject* self_, Py_ssize_t index_, PyObject* item) in element_setitem()
1345 element_subscr(PyObject* self_, PyObject* item)
1402 element_ass_subscr(PyObject* self_, PyObject* item, PyObject* value)
1743 treebuilder(PyObject* self_, PyObject* args)
2526 xmlparser(PyObject* self_, PyObject* args, PyObject* kw)
D_sre.c2748 _compile(PyObject* self_, PyObject* args) in _compile()
/external/libchrome/mojo/core/
Dchannel_win.cc338 scoped_refptr<Channel> self_; member in mojo::core::__anond8d23eab0111::ChannelWin
Dchannel_fuchsia.cc438 scoped_refptr<Channel> self_; member in mojo::core::__anon00cc01c00111::ChannelFuchsia
Dchannel_posix.cc702 scoped_refptr<Channel> self_; member in mojo::core::__anonbe4d50500111::ChannelPosix
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h456 RdmaAddress self_; variable
516 ibv_mr* self_ = nullptr; variable
/external/webrtc/webrtc/modules/audio_processing/aec/
Dsystem_delay_unittest.cc45 Aec* self_; member in __anon0956e0a00111::SystemDelayTest
/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc52 DelayEstimator* self_; member in __anon8154affe0111::DelayEstimatorTest
/external/python/cpython3/Modules/
D_elementtree.c1496 element_getitem(PyObject* self_, Py_ssize_t index) in element_getitem()
1729 element_setitem(PyObject* self_, Py_ssize_t index, PyObject* item) in element_setitem()
1759 element_subscr(PyObject* self_, PyObject* item) in element_subscr()
1811 element_ass_subscr(PyObject* self_, PyObject* item, PyObject* value) in element_ass_subscr()