HomeSort by relevance Sort by last modified time
    Searched refs:pit (Results 1 - 8 of 8) sorted by null

  /external/stlport/test/unit/
set_test.cpp 131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit.first == pit.second )
    [all...]
fstream_test.cpp 769 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
771 for (; pit != pitEnd; ++pit) {
772 in.seekg((*pit).first);
776 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
  /ndk/sources/android/stlport/test/unit/
set_test.cpp 131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit.first == pit.second )
    [all...]
fstream_test.cpp 787 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
789 for (; pit != pitEnd; ++pit) {
790 in.seekg((*pit).first);
794 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
  /external/qemu/hw/
pc.h 65 void pit_set_gate(PITState *pit, int channel, int val);
66 int pit_get_gate(PITState *pit, int channel);
67 int pit_get_initial_count(PITState *pit, int channel);
68 int pit_get_mode(PITState *pit, int channel);
69 int pit_get_out(PITState *pit, int channel, int64_t current_time);
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 28 |vp8_short_idct4x4llm_1_v6| PROC ; cycles in out pit
56 |vp8_short_idct4x4llm_v6| PROC ; cycles in out pit
148 |vp8_short_idct4x4llm_v6_scott| PROC ; cycles in out pit
233 |vp8_short_idct4x4llm_v6_dual| PROC ; cycles in out pit
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 761 Iterator<ProcessItem> pit = procs.values().iterator(); local
762 while (pit.hasNext()) {
763 ProcessItem pi = pit.next();
773 pit.remove();
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 221 milliseconds