Searched defs:dit (Results 1 - 20 of 20) sorted by relevance

/external/deqp/modules/internal/
H A DditBuildInfoTests.hpp29 namespace dit namespace
41 } // dit
H A DditDelibsTests.hpp29 namespace dit namespace
41 } // dit
H A DditFrameworkTests.hpp29 namespace dit namespace
41 } // dit
H A DditImageCompareTests.hpp29 namespace dit namespace
41 } // dit
H A DditImageIOTests.hpp29 namespace dit namespace
41 } // dit
H A DditTestLogTests.hpp29 namespace dit namespace
41 } // dit
H A DditTestPackage.hpp30 namespace dit namespace
50 } // dit
H A DditDelibsTests.cpp54 namespace dit namespace
150 } // dit
H A DditTestCase.hpp29 namespace dit namespace
54 } // dit
H A DditTestPackage.cpp32 namespace dit namespace
75 } // dit
H A DditTestLogTests.cpp29 namespace dit namespace
86 } // dit
H A DditImageIOTests.cpp33 namespace dit namespace
114 } // dit
H A DditBuildInfoTests.cpp30 namespace dit namespace
201 } // dit
H A DditFrameworkTests.cpp29 namespace dit namespace
H A DditImageCompareTests.cpp36 namespace dit namespace
231 } // dit
/external/stlport/test/unit/
H A Dalg_test.cpp150 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 4); local
151 CPPUNIT_ASSERT( dit != dint.end() );
152 CPPUNIT_ASSERT( *(dit++) == 4 );
153 CPPUNIT_ASSERT( *(dit++) == 4 );
154 CPPUNIT_ASSERT( *(dit++) == 4 );
155 CPPUNIT_ASSERT( *dit == 4 );
183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>()); local
184 CPPUNIT_ASSERT( dit != dint.end() );
185 CPPUNIT_ASSERT( *(dit++) > 3 );
186 CPPUNIT_ASSERT( *(dit
[all...]
H A Ddeque_test.cpp71 deque<int>::iterator dit = d.begin(); local
73 CPPUNIT_ASSERT( (dit - cdit) == 0 );
74 CPPUNIT_ASSERT( (cdit - dit) == 0 );
75 CPPUNIT_ASSERT( (dit - dit) == 0 );
77 CPPUNIT_ASSERT(!((dit < cdit) || (dit > cdit) || (dit != cdit) || !(dit <= cdit) || !(dit >
88 deque<int>::iterator dit; local
[all...]
/external/oprofile/libpp/
H A Darrange_profiles.cpp849 list<profile_dep_set>::const_iterator dit local
854 for (; dit != dend; ++dit) {
856 dit->lib_image, nr_classes);
858 dit->files);
H A Dcallgraph_container.cpp552 call_data::const_iterator dit = caller.samples.begin(); local
554 while (dit != dend) {
556 if (!callee.callee_sym(key_to_callee(dit->first))) {
557 ++dit;
563 accumulate_callee(dit, dend, callee.callee_end);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 4355 milliseconds