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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
TestResultLogger.java 77 long errorBytes = 0;
80 errorBytes = (timeError*(preFirst.receivedBytes - first.receivedBytes))
84 return (int) ((1000*(errorBytes+last.receivedBytes-first.receivedBytes))/period);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 790 char pos[32], errorBytes[32];
794 errorLength = (int8_t)sizeof(errorBytes);
795 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
814 str.append(nibbleToHex((uint8_t)errorBytes[i] >> 4));
815 str.append(nibbleToHex((uint8_t)errorBytes[i]));
    [all...]

Completed in 177 milliseconds