Searched refs:DequeInt (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Ddeque_test.cpp211 typedef deque<int, StackAllocator<int> > DequeInt; typedef
212 DequeInt dint1(10, 0, stack1);
213 DequeInt dint1Cpy(dint1);
215 DequeInt dint2(10, 1, stack2);
216 DequeInt dint2Cpy(dint2);
/ndk/tests/device/test-stlport/unit/
H A Ddeque_test.cpp211 typedef deque<int, StackAllocator<int> > DequeInt; typedef
212 DequeInt dint1(10, 0, stack1);
213 DequeInt dint1Cpy(dint1);
215 DequeInt dint2(10, 1, stack2);
216 DequeInt dint2Cpy(dint2);

Completed in 129 milliseconds