Searched refs:self_ (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | system_delay_unittest.cc | 45 Aec* self_; member in __anon0956e0a00111::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/v8/test/mjsunit/ |
D | arguments-apply-deopt.js | 41 var sssss = c.self_; 49 y.apply({ self_ : 3 }); property 50 y.apply({ self_ : 3 }); property 51 y.apply({ self_ : 3 }); property 55 assertEquals(y.apply({ self_ : 3, uuu : 4 }), 3); property
|
/external/webrtc/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_unittest.cc | 52 DelayEstimator* self_; member in __anon8154affe0111::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/v8/test/cctest/ |
D | test-log.cc | 144 self_ = pthread_self(); 148 void SendSigProf() { pthread_kill(self_, SIGPROF); } 168 pthread_t self_;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1136 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)
|