HomeSort by relevance Sort by last modified time
    Searched refs:readLen (Results 1 - 25 of 44) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 111 int readLen = 0;
112 while (readLen < len) {
114 int read = dis.read(buffer, readLen, len - readLen);
118 readLen += read;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.cc 105 size_t readLen = newLen - _kBasicHeaderLen;
106 if (fread(&_datagram[_kBasicHeaderLen], 1, readLen, fp) != readLen)
119 size_t readLen = totHdrLen - newLen;
120 if (fread(&_datagram[newLen], 1, readLen, fp) != readLen)
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 221 u16 readLen = 0;
230 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
249 remainingLen -= readLen;
250 pInputTlv += readLen;
287 u16 readLen = 0;
299 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
300 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
301 __func__, remainingLen, readLen, outputTlv.type,
420 remainingLen -= readLen;
421 pInputTlv += readLen;
    [all...]
nan.cpp     [all...]
nan_rsp.cpp 512 u16 readLen = 0;
516 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv);
517 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
518 __func__, remainingLen, readLen, outputTlv.type,
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatUtil.java 140 int readLen;
141 while ((readLen = is.read(buffer)) != -1) {
142 os.write(buffer, 0, readLen);
  /libcore/ojluni/src/main/java/sun/security/util/
DerValue.java 266 int readLen = inbuf.available();
268 byte[] indefData = new byte[readLen + offset];
272 dis.readFully(indefData, offset, readLen);
384 int readLen = in.available();
386 byte[] indefData = new byte[readLen + offset];
390 dis.readFully(indefData, offset, readLen);
DerInputStream.java 431 int readLen = buffer.available();
433 byte[] indefData = new byte[readLen + offset];
437 dis.readFully(indefData, offset, readLen);
  /frameworks/native/cmds/rawbu/
backup.cpp 204 int readLen = fread(copyBuffer, 1, amt, src);
205 if (readLen <= 0) {
215 int writeLen = fwrite(copyBuffer, 1, readLen, dest);
216 if (writeLen != readLen) {
219 writeLen, readLen, destName, strerror(errno));
222 writeLen, readLen, strerror(errno));
226 size -= readLen;
  /frameworks/support/compat/src/androidTest/java/androidx/core/provider/
MockFontProvider.java 248 int readLen;
249 while ((readLen = is.read(buffer)) != -1) {
250 fos.write(buffer, 0, readLen);
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 886 EAS_I32 readLen;
903 readLen = pSMFData->metadata.bufferSize - 1;
904 if ((EAS_I32) len < readLen)
905 readLen = (EAS_I32) len;
906 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS)
908 pSMFData->metadata.buffer[readLen] = 0;
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 882 int readLen = amt < len ? amt : len;
883 amt = read(fd, contents, readLen);
884 if (amt != readLen) {
889 for (int i=0; i<readLen; i++) {
    [all...]
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
FontRequestEmojiCompatConfigTest.java 574 int readLen;
575 while ((readLen = is.read(buffer)) != -1) {
576 fos.write(buffer, 0, readLen);
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java     [all...]
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 

Completed in 625 milliseconds

1 2