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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 613 int sentenceCount = 0;
649 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
651 while (sentenceNumber <= sentenceCount)
657 sentenceCount, sentenceNumber, gpsCount);
727 sentenceCount = glnCount/4 + (glnCount % 4 != 0);
729 while (sentenceNumber <= sentenceCount)
735 sentenceCount, sentenceNumber, glnCount);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 301 var sentenceCount = 0;
342 var min = sentenceExpected[sentenceCount].min;
343 var max = sentenceExpected[sentenceCount].max;
359 sentenceCount++;
370 if (sentenceCount == 0) {
372 } else if (sentenceCount < sentenceExpected.length) {
374 } else if (sentenceCount > sentenceExpected.length) {
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 623 int sentenceCount = svCount / 4;
625 sentenceCount++;
629 while (sentenceNumber <= sentenceCount)
635 sentenceCount, sentenceNumber, svCount);

Completed in 462 milliseconds