/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 | 195 u16 readLen = 0; 207 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) { 208 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d", 209 __func__, remainingLen, readLen, outputTlv.type, 291 remainingLen -= readLen; 292 pInputTlv += readLen; 341 u16 readLen = 0; 352 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) { 353 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d", 354 __func__, remainingLen, readLen, outputTlv.type [all...] |
nan.cpp | 771 u16 readLen = 0; 776 return readLen; 782 return readLen; 787 readLen += 2; 789 ALOGV("READ TLV type %u, readLen %u", pOutTlv->type, readLen); 793 readLen += 2; 795 ALOGV("READ TLV length %u, readLen %u", pOutTlv->length, readLen); 800 readLen += pOutTlv->length [all...] |
nan_rsp.cpp | 157 u16 readLen = 0; 161 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv); 162 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d", 163 __func__, remainingLen, readLen, outputTlv.type,
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DerValue.java | 263 int readLen = inbuf.available(); 265 byte[] indefData = new byte[readLen + offset]; 269 dis.readFully(indefData, offset, readLen); 380 int readLen = in.available(); 382 byte[] indefData = new byte[readLen + offset]; 386 dis.readFully(indefData, offset, readLen);
|
DerInputStream.java | 391 int readLen = buffer.available(); 393 byte[] indefData = new byte[readLen + offset]; 397 dis.readFully(indefData, offset, readLen);
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 205 int readLen = fread(copyBuffer, 1, amt, src); 206 if (readLen <= 0) { 216 int writeLen = fwrite(copyBuffer, 1, readLen, dest); 217 if (writeLen != readLen) { 220 writeLen, readLen, destName, strerror(errno)); 223 writeLen, readLen, strerror(errno)); 227 size -= readLen;
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
aecm_core.c | [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_smf.c | 870 EAS_I32 readLen; 887 readLen = pSMFData->metadata.bufferSize - 1; 888 if ((EAS_I32) len < readLen) 889 readLen = (EAS_I32) len; 890 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS) 892 pSMFData->metadata.buffer[readLen] = 0; [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 877 int readLen = amt < len ? amt : len; 878 amt = read(fd, contents, readLen); 879 if (amt != readLen) { 884 for (int i=0; i<readLen; i++) { [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 | |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |