Searched refs:PopFront (Results 1 - 20 of 20) sorted by relevance

/external/eigen/unsupported/test/
H A Dcxx11_runqueue.cpp34 VERIFY_IS_EQUAL(0, q.PopFront());
41 VERIFY_IS_EQUAL(1, q.PopFront());
54 VERIFY_IS_EQUAL(5, q.PopFront());
56 VERIFY_IS_EQUAL(4, q.PopFront());
58 VERIFY_IS_EQUAL(3, q.PopFront());
60 VERIFY_IS_EQUAL(2, q.PopFront());
62 VERIFY_IS_EQUAL(0, q.PopFront());
134 VERIFY_IS_EQUAL(1, q.PopFront());
153 VERIFY_IS_EQUAL(1, q.PopFront());
158 // One thread (owner) calls PushFront/PopFront, othe
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_audio_vector.h34 MOCK_METHOD1(PopFront,
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.h67 virtual void PopFront(size_t length);
H A Daudio_vector.h55 virtual void PopFront(size_t length);
H A Daudio_multi_vector_unittest.cc221 // Test the PopFront method.
222 TEST_P(AudioMultiVectorTest, PopFront) {
225 vec.PopFront(1); // Remove one element from each channel.
236 vec.PopFront(array_length()); // Remove more elements than vector size.
H A Dcomfort_noise.cc133 output->PopFront(overlap_length_);
H A Dsync_buffer.cc26 AudioMultiVector::PopFront(samples_added);
H A Daudio_multi_vector.cc113 void AudioMultiVector::PopFront(size_t length) {
115 channels_[i]->PopFront(length);
H A Daudio_vector_unittest.cc141 // Test the PopFront method.
142 TEST_F(AudioVectorTest, PopFront) {
145 vec.PopFront(1); // Remove one element.
150 vec.PopFront(array_length()); // Remove more elements than vector size.
H A Daudio_vector.cc72 void AudioVector::PopFront(size_t length) { function in class:webrtc::AudioVector
H A Dmerge.cc152 output->PopFront(old_length);
H A Dneteq_impl.cc1559 algorithm_buffer_->PopFront(length);
1566 algorithm_buffer_->PopFront(borrowed_samples_per_channel);
1634 algorithm_buffer_->PopFront(borrowed_samples_per_channel);
1779 // algorithm_buffer_->PopFront(sync_buffer_->FutureLength());
/external/libcxx/test/libcxx/debug/containers/
H A Ddb_sequence_container_iterators.pass.cpp61 PopFront(); // FIXME: Run with forward list as well
212 static void PopFront() { function in struct:SequenceContainerChecks
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DNonBlockingThreadPool.h143 Task t = q->PopFront();
H A DRunQueue.h67 // PopFront removes and returns the first element in the queue.
69 Work PopFront() { function in class:Eigen::RunQueue
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)
/external/googletest/googletest/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)
/external/protobuf/gtest/scripts/
H A Dpump.py434 def PopFront(a_list): function
445 token = PopFront(a_list)
498 head = PopFront(tokens)
/external/v8/testing/gtest/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)

Completed in 263 milliseconds