Searched refs:citer (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/citer/
H A DMakefile11 TARGET=citer
14 OBJECTS=citer.o
/external/icu/icu4c/source/samples/citer/
H A DMakefile11 TARGET=citer
14 OBJECTS=citer.o
/external/chromium_org/third_party/icu/source/samples/
H A DMakefile.in23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/icu/icu4c/source/samples/
H A DMakefile.in23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider_unittest.cc499 for (ACMatchClassifications::const_iterator citer = content.begin();
500 citer != content.end(); ++citer)
501 EXPECT_LT(citer->offset, max_offset);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1347 for (cricket::Candidates::const_iterator citer = candidates.begin();
1348 citer != candidates.end(); ++citer) {
1350 JsepIceCandidate candidate(content_name, sdp_mline_index, *citer);
1599 for (cricket::ContentInfos::const_iterator citer = contents.begin();
1600 citer != contents.end(); ++citer) {
1601 const cricket::ContentInfo* content = (&*citer);
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp1182 for (std::vector<std::string>::const_iterator citer = orderedList.begin();
1183 citer != orderedList.end(); ++citer) {
1184 label = *citer;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc290 citer = cache->find(full_hash.prefix); local
291 if (citer == cache->end())
295 SBCachedFullHashResult& cached_result = citer->second;
297 cache->erase(citer);
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc1063 for (std::vector<BluetoothGattCharacteristic*>::const_iterator citer =
1065 citer != characteristics.end();
1066 ++citer) {
1067 BluetoothGattCharacteristic* characteristic = *citer;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc739 std::vector<Connection*>::const_iterator citer = local
741 return citer != connections_.end();

Completed in 282 milliseconds