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

  /external/chromium_org/third_party/codesighs/
msmap2tsv.c     [all...]
codesighs.c 238 int scanRes = 0;
261 scanRes = sscanf(lineBuffer,
270 if(6 == scanRes)
    [all...]
maptsvdifftool.c 387 int scanRes = 0;
408 scanRes = sscanf(theLine,
417 if(6 == scanRes)
    [all...]
  /system/netd/server/
BandwidthController.cpp 783 int scanRes;
795 scanRes = fscanf(fp, "%" SCNd64, bytes);
796 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes);
798 return scanRes == 1 ? 0 : -1;
    [all...]

Completed in 274 milliseconds