Searched refs:deq (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/tests/ |
D | DequeTest.cpp | 11 static void assert_count(skiatest::Reporter* reporter, const SkDeque& deq, int count) { in assert_count() argument 13 REPORTER_ASSERT(reporter, deq.empty()); in assert_count() 14 REPORTER_ASSERT(reporter, 0 == deq.count()); in assert_count() 15 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize()); in assert_count() 16 REPORTER_ASSERT(reporter, nullptr == deq.front()); in assert_count() 17 REPORTER_ASSERT(reporter, nullptr == deq.back()); in assert_count() 19 REPORTER_ASSERT(reporter, !deq.empty()); in assert_count() 20 REPORTER_ASSERT(reporter, count == deq.count()); in assert_count() 21 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize()); in assert_count() 22 REPORTER_ASSERT(reporter, deq.front()); in assert_count() [all …]
|
/third_party/skia/tests/ |
D | DequeTest.cpp | 11 static void assert_count(skiatest::Reporter* reporter, const SkDeque& deq, int count) { in assert_count() argument 13 REPORTER_ASSERT(reporter, deq.empty()); in assert_count() 14 REPORTER_ASSERT(reporter, 0 == deq.count()); in assert_count() 15 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize()); in assert_count() 16 REPORTER_ASSERT(reporter, nullptr == deq.front()); in assert_count() 17 REPORTER_ASSERT(reporter, nullptr == deq.back()); in assert_count() 19 REPORTER_ASSERT(reporter, !deq.empty()); in assert_count() 20 REPORTER_ASSERT(reporter, count == deq.count()); in assert_count() 21 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize()); in assert_count() 22 REPORTER_ASSERT(reporter, deq.front()); in assert_count() [all …]
|
/third_party/boost/libs/assign/test/ |
D | ptr_list_inserter.cpp | 62 ptr_deque<Foo> deq; in check_ptr_list_inserter() local 63 ptr_push_back( deq )()(); in check_ptr_list_inserter() local 64 BOOST_CHECK( deq.size() == 2u ); in check_ptr_list_inserter() 66 ptr_push_front( deq )( 3 )( 42, 42 )( "foo", 42, 42 ); in check_ptr_list_inserter() 67 BOOST_CHECK( deq.size() == 5u ); in check_ptr_list_inserter() 77 ptr_push_back<FooBar>( deq )( 42, "42" ); in check_ptr_list_inserter() 78 BOOST_CHECK_EQUAL( deq.size(), 6u ); in check_ptr_list_inserter() 79 BOOST_CHECK( typeid(deq[5u]) == typeid(FooBar) ); in check_ptr_list_inserter() 81 ptr_push_front<FooBar>( deq )( 42, "42" ); in check_ptr_list_inserter() 82 BOOST_CHECK_EQUAL( deq.size(), 7u ); in check_ptr_list_inserter() [all …]
|
D | ptr_list_of.cpp | 49 PtrCont deq; in check_ptr_list_of_impl() local 50 deq = ptr_list_of<Foo>( 42 )()()( 3, 3 )( "foo", 2, 1 ); in check_ptr_list_of_impl() 51 BOOST_CHECK( deq.size() == 5 ); in check_ptr_list_of_impl()
|
/third_party/mindspore/mindspore/train/summary/ |
D | _writer_pool.py | 102 deq = deque() 108 while deq and deq[0].ready(): 109 for plugin, data in deq.popleft().get(): 115 deq.append(pool.apply_async(_pack_data, (data, time.time()))) 123 for result in deq:
|
/third_party/boost/libs/ptr_container/doc/ |
D | examples.rst | 108 ptr_deque<T> deq; 113 …auto_type ptr = deq.pop_back(); // remove back element from container and give up… 114 …auto_type ptr2 = deq.release( deq.begin() + 2 ); // use an iterator to determine the element to re… 115 ptr = deq.pop_front(); // supported for 'ptr_list' and 'ptr_deque' 117 deq.push_back( ptr.release() ); // give ownership back to the container
|
D | tutorial.rst | 118 boost::ptr_deque<animal> deq; 119 deq.push_front( new animal ); 120 deq.pop_front(); 129 i != deq.size(); ++i ) 130 deq[i].eat();
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | ku.txt | 26 dnam{"deqîqe"} 27 one{"{0} deqîqe"} 28 other{"{0} deqîqe"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | ku.txt | 65 dnam{"deqîqe"} 66 one{"{0} deqîqe"} 67 other{"{0} deqîqe"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | ku.txt | 65 dnam{"deqîqe"} 66 one{"{0} deqîqe"} 67 other{"{0} deqîqe"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | ku.txt | 384 dn{"deqîqe"}
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 54745 zBFWL=l;ZH?@Cu{=u|Nl(Sid{Gzkc`deq&vMos9yzkJiA(YV`bSG-U$h*DnKK+;}_c
|