OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timestamp1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc
235
uint32_t
timestamp1
= 0xFFFFFFFF - duration;
local
236
DtmfEvent event1(
timestamp1
, event_no, volume, duration, end_bit);
244
EXPECT_TRUE(buffer.GetEvent(
timestamp1
, &out_event));
257
EXPECT_TRUE(buffer.GetEvent(
timestamp1
, &out_event));
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
ViewManagerImplTest.java
974
Timestamp
timestamp1
= Timestamp.create(1, 0);
local
[
all
...]
Completed in 282 milliseconds