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

  /external/parameter-framework/upstream/parameter/
ConfigurableDomain.cpp 63 ConfigurableElementToSyncerSetMapIterator mapIt;
65 for (mapIt = _configurableElementToSyncerSetMap.begin();
66 mapIt != _configurableElementToSyncerSetMap.end(); ++mapIt) {
68 delete mapIt->second;
605 ConfigurableElementToSyncerSetMapIterator mapIt;
607 for (mapIt = _configurableElementToSyncerSetMap.begin();
608 mapIt != _configurableElementToSyncerSetMap.end(); ++mapIt) {
610 const CSyncerSet *pSyncerSet = mapIt->second
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 719 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it);
721 if (mapIt != EngineMap.end()) {
722 delete mapIt->second;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 808 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it);
810 if (mapIt != EngineMap.end()) {
811 delete mapIt->second;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 876 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it);
878 if (mapIt != EngineMap.end()) {
879 delete mapIt->second;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 176 milliseconds