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

  /external/webrtc/webrtc/base/
sigslot.h 432 const_iterator itEnd = hs.m_senders.end();
434 while(it != itEnd)
463 const_iterator itEnd = m_senders.end();
465 while(it != itEnd)
494 typename connections_list::const_iterator itEnd = s.m_connected_slots.end();
496 while(it != itEnd)
514 typename connections_list::const_iterator itEnd = m_connected_slots.end();
515 return it == itEnd;
522 typename connections_list::const_iterator itEnd = m_connected_slots.end();
524 while(it != itEnd)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 592 for (const_iterator it = begin (), itEnd = end (); it != itEnd; ++it)
630 for (iterator it = begin (), itEnd = end (); it != itEnd; ++it)
652 for (list<const CNxpNfcParam*>::iterator it = m_list.begin (), itEnd = m_list.end (); it != itEnd; ++it)
677 for (list<const CNxpNfcParam*>::iterator it = m_list.begin (), itEnd = m_list.end (); it != itEnd; ++it)
697 for (iterator it = begin (), itEnd = end (); it != itEnd; ++it
    [all...]
  /system/nfc/halimpl/bcm2079x/adaptation/
config.cpp 446 for (const_iterator it = begin(), itEnd = end(); it != itEnd; ++it) {
473 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it) delete *it;
492 itEnd = m_list.end();
493 it != itEnd; ++it) {
514 itEnd = m_list.end();
515 it != itEnd; ++it)
532 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it
    [all...]
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 548 for (const_iterator it = begin(), itEnd = end(); it != itEnd; ++it) {
578 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it) delete *it;
597 itEnd = m_list.end();
598 it != itEnd; ++it) {
619 itEnd = m_list.end();
620 it != itEnd; ++it)
637 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it
    [all...]
  /system/nfc/src/adaptation/
config.cpp 457 for (const_iterator it = begin(), itEnd = end(); it != itEnd; ++it) {
484 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it) delete *it;
503 itEnd = m_list.end();
504 it != itEnd; ++it) {
525 itEnd = m_list.end();
526 it != itEnd; ++it)
543 for (iterator it = begin(), itEnd = end(); it != itEnd; ++it
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
shader.cpp 46 std::map<std::string, std::string>::const_iterator itEnd = map_parameters.end();
47 while( it != itEnd )
  /prebuilts/ndk/r13/sources/android/ndk_helper/
shader.cpp 46 std::map<std::string, std::string>::const_iterator itEnd = map_parameters.end();
47 while( it != itEnd )
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 163 Failures::const_iterator itEnd = failures_.end();
164 for (Failures::const_iterator it = failures_.begin(); it != itEnd; ++it) {
main.cpp     [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 1048 ObjectValues::const_iterator itEnd = value_.map_->end();
1049 for (; it != itEnd; ++it)
1053 ValueInternalMap::IteratorState itEnd;
1055 value_.map_->makeEndIterator(itEnd);
1056 for (; !ValueInternalMap::equals(it, itEnd); ValueInternalMap::increment(it))
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 301 auto itEnd = error_msgs.end();
302 for ( ; it != itEnd; ++it) {
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp     [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 309 milliseconds