Searched refs:PushFront (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h47 int PushFront(const void* ptr);
48 int PushFront(const unsigned int item_id);
H A Dlist_no_stl.h51 int PushFront(const void* ptr);
52 int PushFront(const unsigned int item_id);
69 void PushFront(ListNoStlItem* item);
H A Dlist_unittest.cc47 virtual int PushFront(const unsigned int item_id) = 0;
126 virtual int PushFront(const unsigned int item_id) { function in class:ListWrapperStatic
127 return list_.PushFront(item_id);
195 virtual int PushFront(const unsigned int item_id) { function in class:ListWrapperDynamic
201 const int return_value = list_.PushFront(
366 // Reverse the reversed list using PushFront and Next.
369 list_to_un_reverse->PushFront(list_to_reverse->GetUnsignedItem(item));
H A Dlist_no_stl.cc95 int ListWrapper::PushFront(const unsigned int item_id) function in class:webrtc::ListWrapper
103 int ListWrapper::PushFront(const void* ptr) function in class:webrtc::ListWrapper
H A Dlist_stl.cc85 int ListWrapper::PushFront(const unsigned int item_id) function in class:webrtc::ListWrapper
92 int ListWrapper::PushFront(const void* ptr) function in class:webrtc::ListWrapper
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h51 int PushFront(const void* ptr);
56 int PushFront(const unsigned int item_id);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc89 // Test PushFront 2
90 FailTest(test_list.PushFront(element_array[1]) != 0);
91 // Test PushFront 1
92 FailTest(test_list.PushFront((void*)&element_array[0]) != 0);
/external/openfst/src/include/fst/
H A Dstring-weight.h144 void PushFront(L l) { function in class:fst::StringWeight
270 rw.PushFront(iter.Value());
428 sum.PushFront(iter1.Value());
504 div.PushFront(iter.Value());
534 div.PushFront(iter.Value());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h136 void PushFront(L l) { function in class:fst::StringWeight
262 rw.PushFront(iter.Value());
410 sum.PushFront(iter1.Value());
474 div.PushFront(iter.Value());
499 div.PushFront(iter.Value());
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h252 void PushFront(const E& element) { function in class:testing::internal::List
294 PushFront(element);
/external/chromium/testing/gtest/scripts/
H A Dpump.py449 def PushFront(a_list, elem): function
560 PushFront(tokens, head)
/external/gtest/scripts/
H A Dpump.py449 def PushFront(a_list, elem): function
560 PushFront(tokens, head)
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h283 void PushFront(const E& element) { Insert(element, 0); } function in class:testing::internal::Vector
H A Dgtest.cc3516 impl_->environments_in_reverse_order()->PushFront(env);
3717 impl_->gtest_trace_stack()->PushFront(trace);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc578 // Tests Vector::PushFront().
579 TEST(VectorTest, PushFront) {
583 // Calls PushFront() on an empty Vector.
584 a.PushFront(1);
588 // Calls PushFront() on a singleton Vector.
589 a.PushFront(2);
594 // Calls PushFront() on a Vector with more than one elements.
595 a.PushFront(3);
615 a.PushFront(2);
616 a.PushFront(
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2889 impl_->environments_in_reverse_order()->PushFront(env);
3010 impl_->gtest_trace_stack()->PushFront(trace);

Completed in 257 milliseconds