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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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/libvpx/libvpx/test/
Dresize_test.cc200 int new_q = 60; in PreEncodeFrameHook() local
208 cfg_.rc_min_quantizer = cfg_.rc_max_quantizer = new_q; in PreEncodeFrameHook()