Home
last modified time | relevance | path

Searched refs:new_q (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/gtest/samples/
Dsample3_unittest.cc99 const Queue<int> * const new_q = q->Map(Double); in MapTester() local
102 ASSERT_EQ(q->Size(), new_q->Size()); in MapTester()
105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head(); in MapTester()
110 delete new_q; in MapTester()
/external/googletest/googletest/samples/
Dsample3_unittest.cc96 const Queue<int> * const new_q = q->Map(Double); in MapTester() local
99 ASSERT_EQ(q->Size(), new_q->Size()); in MapTester()
102 for (const QueueNode<int>*n1 = q->Head(), *n2 = new_q->Head(); in MapTester()
107 delete new_q; in MapTester()
/external/libaom/libaom/test/
Dresize_test.cc275 int new_q = 60; in PreEncodeFrameHook() local
283 cfg_.rc_min_quantizer = cfg_.rc_max_quantizer = new_q; in PreEncodeFrameHook()
/external/libvpx/libvpx/test/
Dresize_test.cc362 int new_q = 60; in PreEncodeFrameHook() local
370 cfg_.rc_min_quantizer = cfg_.rc_max_quantizer = new_q; in PreEncodeFrameHook()