HomeSort by relevance Sort by last modified time
    Searched refs:cit (Results 26 - 32 of 32) sorted by null

12

  /ndk/tests/device/test-stlport/unit/
set_test.cpp 249 set<int>::const_iterator cit = tree.begin(); local
250 int const& int_cref = *cit++;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 355 QList<QGraphicsItem*>::const_iterator cit; local
356 for (cit = children.constBegin(); cit != children.constEnd(); ++cit) {
357 if (QGraphicsItem* item = *cit) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 582 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo( local
587 if (cit.isFinal) {
589 onQueryComplete(0, this, cit.currentInfo);
    [all...]
NotificationMgr.java 897 PhoneUtils.CallerInfoToken cit = local
    [all...]
CallCard.java 575 PhoneUtils.CallerInfoToken cit = local
585 // Otherwise, regenerate the CIT from the Connection and use the CallerInfo from there.
589 updateDisplayForPerson(cit.currentInfo, presentation, false, call, conn);
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1712 map<string, string>::iterator cit = reverseCountryMap.find(i->first); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 10142 Iterator<ProcessRecord> cit = cpr.clients.iterator(); local
    [all...]

Completed in 964 milliseconds

12