Home
last modified time | relevance | path

Searched refs:self_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Dsystem_delay_unittest.cc45 Aec* self_; member in __anon1451ff1f0111::SystemDelayTest
57 : handle_(NULL), self_(NULL), samples_per_frame_(0) { in SystemDelayTest()
71 self_ = reinterpret_cast<Aec*>(handle_); in SetUp()
101 EXPECT_EQ(0, WebRtcAec_system_delay(self_->aec)); in Init()
128 WebRtcAec_system_delay(self_->aec)); in BufferFillUp()
139 if (WebRtcAec_delay_agnostic_enabled(self_->aec) == 1) { in RunStableStartup()
145 EXPECT_EQ(0, self_->startup_phase); in RunStableStartup()
153 if (self_->startup_phase == 0) { in RunStableStartup()
163 WebRtcAec_system_delay(self_->aec)); in RunStableStartup()
200 WebRtcAec_enable_extended_filter(self_->aec, extended_filter); in TEST_F()
[all …]
/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc52 DelayEstimator* self_; member in __anonef8aa99d0111::DelayEstimatorTest
68 self_(NULL), in DelayEstimatorTest()
95 self_ = reinterpret_cast<DelayEstimator*>(handle_); in SetUp()
105 self_ = NULL; in TearDown()
121 EXPECT_EQ(0, self_->near_spectrum_initialized); in Init()
402 EXPECT_EQ(0, self_->near_spectrum_initialized); in TEST_F()
405 EXPECT_EQ(1, self_->near_spectrum_initialized); in TEST_F()
418 EXPECT_EQ(0, self_->near_spectrum_initialized); in TEST_F()
421 EXPECT_EQ(1, self_->near_spectrum_initialized); in TEST_F()
/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_descr.py1158 def __del__(self_): argument
1159 self.assertEqual(self_.a, 1)
1160 self.assertEqual(self_.b, 2)
1723 def some_number(self_, key): argument
2087 def setter(self_, value): argument
2949 def __cmp__(self_, other): argument
3798 def __setstate__(self_, lst): argument
3800 self_.__foo = self_.foo = lst[0]
Dtest_exceptions.py161 def __init__(self_): argument
/external/libmojo/mojo/edk/system/
Dchannel_win.cc79 self_(this), in ChannelWin()
204 self_ = nullptr; in ShutDownOnIOThread()
210 if (self_) in WillDestroyCurrentMessageLoop()
323 scoped_refptr<Channel> self_; member in mojo::edk::__anonc30da2c00111::ChannelWin
Dchannel_posix.cc94 self_(this), in ChannelPosix()
255 self_ = nullptr; in ShutDownOnIOThread()
261 if (self_) in WillDestroyCurrentMessageLoop()
482 scoped_refptr<Channel> self_; member in mojo::edk::__anon24f20da50111::ChannelPosix
/external/python/cpython2/Modules/
D_elementtree.c1042 element_getitem(PyObject* self_, Py_ssize_t index) in element_getitem() argument
1044 ElementObject* self = (ElementObject*) self_; in element_getitem()
1274 element_setitem(PyObject* self_, Py_ssize_t index_, PyObject* item) in element_setitem() argument
1276 ElementObject* self = (ElementObject*) self_; in element_setitem()
1305 element_subscr(PyObject* self_, PyObject* item) argument
1307 ElementObject* self = (ElementObject*) self_;
1322 return element_getitem(self_, i);
1362 element_ass_subscr(PyObject* self_, PyObject* item, PyObject* value) argument
1364 ElementObject* self = (ElementObject*) self_;
1379 return element_setitem(self_, i, value);
[all …]
D_sre.c2734 _compile(PyObject* self_, PyObject* args) in _compile() argument
/external/python/cpython2/Include/
Dpystate.h192 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1136 def specialStateTransition(self_, s, input):
1137 # convince pylint that my self_ magic is ok ;)
1142 self = self_.recognizer
1155 nvae = NoViableAltException(self_.getDescription(), <dfa.decisionNumber>, _s, input)
1156 self_.error(nvae)