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

  /external/icu/icu4c/source/samples/citer/
Makefile 14 TARGET=citer
17 OBJECTS=citer.o
  /hardware/qcom/gps/msm8909w_3100/core/
SystemStatusOsObserver.cpp 445 map<DataItemId, int>::iterator citer = mActiveRequestCount.find(dit); local
446 if (citer == mActiveRequestCount.end()) {
470 citer->second++;
471 LOC_LOGD("turnOn - Data item:%d Num_refs:%d", dit, citer->second);
483 map<DataItemId, int>::iterator citer = mActiveRequestCount.find(dit); local
484 if (citer != mActiveRequestCount.end()) {
486 citer->second--;
487 LOC_LOGD("turnOff - Data item:%d Remaining:%d", dit, citer->second);
488 if(citer->second == 0) {
490 mActiveRequestCount.erase(citer);
525 map<DataItemId, IDataItemCore*>::const_iterator citer = mDataItemCache.find(each); local
564 map<DataItemId, IDataItemCore*>::iterator citer = local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 291 for (auto citer = b->free_chunks.begin(); citer != b->free_chunks.end();
292 ++citer) {
293 const BFCAllocator::ChunkHandle h = (*citer);
299 RemoveFreeChunkIterFromBin(&b->free_chunks, citer);
448 const BFCAllocator::Bin::FreeChunkSet::iterator& citer) {
449 ChunkHandle h = *citer;
452 free_chunks->erase(citer);
  /external/icu/icu4c/source/samples/
Makefile.in 26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/iptables/iptables/
nft.c 2542 struct nftnl_chain_list_iter *citer = NULL; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 807 std::vector<Connection*>::const_iterator citer = local
809 return citer != connections_.end();
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 232 milliseconds