Searched refs:skip (Results 1 – 4 of 4) sorted by relevance
52 public long skip(long n) throws IOException { in skip() method in GrpcAudioCaptureStream53 return super.skip(n); in skip()
31 @unittest.skip('demonstrating skipping')
32 section, but skip the sending CL for review part.
85 .skip(1) in initListener()