/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dtmf_buffer_unittest.cc | 97 EXPECT_FALSE(buffer.GetEvent(timestamp - 10, &out_event)); in TEST() 101 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST() 106 EXPECT_TRUE(buffer.GetEvent(timestamp + duration / 2, &out_event)); in TEST() 112 EXPECT_TRUE(buffer.GetEvent(timestamp + duration + 10, &out_event)); in TEST() 114 EXPECT_FALSE(buffer.GetEvent(timestamp + duration + 10, &out_event)); in TEST() 139 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST() 172 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST() 176 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST() 179 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST() 183 EXPECT_FALSE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST() [all …]
|
D | dtmf_buffer.h | 80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
|
D | dtmf_buffer.cc | 121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) { in GetEvent() function in webrtc::DtmfBuffer
|
D | neteq_impl.cc | 988 if (dtmf_buffer_->GetEvent( in GetDecision()
|
/external/webrtc/webrtc/base/ |
D | profiler_unittest.cc | 36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name); in TEST() 61 event1 = Profiler::Instance()->GetEvent(kEvent1Name); in TEST() 74 event2 = Profiler::Instance()->GetEvent(kEvent2Name); in TEST() 107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL); in TEST() 110 EXPECT_EQ(NULL, Profiler::Instance()->GetEvent("event")); in TEST()
|
D | profiler.h | 125 const ProfilerEvent* GetEvent(const std::string& event_name) const;
|
D | profiler.cc | 158 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const { in GetEvent() function in rtc::Profiler
|
/external/perfetto/src/traced/probes/ftrace/ |
D | proto_translation_table_unittest.cc | 74 EXPECT_TRUE(table_->GetEvent(GroupAndName("ftrace", "print"))); in TEST_P() 75 EXPECT_TRUE(table_->GetEvent(GroupAndName("sched", "sched_switch"))); in TEST_P() 76 EXPECT_TRUE(table_->GetEvent(GroupAndName("sched", "sched_wakeup"))); in TEST_P() 77 EXPECT_TRUE(table_->GetEvent(GroupAndName("ext4", "ext4_da_write_begin"))); in TEST_P() 96 auto event = table_->GetEvent(GroupAndName("ftrace", "print")); in TEST_P() 122 auto event = table->GetEvent(GroupAndName("sched", "sched_switch")); in TEST() 131 auto event = table->GetEvent(GroupAndName("sched", "sched_wakeup")); in TEST() 140 auto event = table->GetEvent(GroupAndName("ext4", "ext4_da_write_begin")); in TEST() 355 EXPECT_EQ(table.GetEvent(GroupAndName("group_one", "foo"))->ftrace_event_id, in TEST() 407 EXPECT_EQ(table->GetEvent(group_and_name)->proto_field_id, in TEST()
|
D | proto_translation_table.h | 101 virtual const Event* GetEvent(const GroupAndName& group_and_name) const { in GetEvent() function
|
D | ftrace_config_muxer_unittest.cc | 88 MOCK_CONST_METHOD1(GetEvent, 205 EXPECT_CALL(*mock_table, GetEvent(GroupAndName("power", "cpu_frequency"))) in TEST_F()
|
D | proto_translation_table.cc | 474 const Event* event = GetEvent(group_and_name); in GetOrCreateEvent()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_dtmf_buffer.h | 29 MOCK_METHOD2(GetEvent,
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreator.py | 697 … curEvent = copy.deepcopy(self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName)) 762 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName) 809 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName) 1097 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName)
|
D | JetFile.py | 524 def GetEvent(self, segName, eventName): member in JetFile
|
/external/v8/include/ |
D | v8.h | 6621 V8_INLINE PromiseRejectEvent GetEvent() const { return event_; }
|