OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remainingbytes
(Results
1 - 10
of
10
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c
[
all
...]
phFriNfc_MifareULMap.c
[
all
...]
/frameworks/base/media/libstagefright/
MP3Extractor.cpp
101
ssize_t
remainingBytes
= 0;
112
if (
remainingBytes
< 4) {
116
memcpy(buf, tmp,
remainingBytes
);
117
bytesToRead = kMaxReadBytes -
remainingBytes
;
124
totalBytesRead = source->readAt(pos +
remainingBytes
,
125
buf +
remainingBytes
,
131
totalBytesRead +=
remainingBytes
;
132
remainingBytes
= totalBytesRead;
143
--
remainingBytes
;
154
--
remainingBytes
;
[
all
...]
OMXCodec.cpp
[
all
...]
/external/webkit/Source/WebCore/loader/
ProgressTracker.cpp
192
long long
remainingBytes
, estimatedBytesForPendingRequests;
202
remainingBytes
= ((m_totalPageAndResourceBytesToLoad + estimatedBytesForPendingRequests) - m_totalBytesReceived);
203
if (
remainingBytes
> 0) // Prevent divide by 0.
204
percentOfRemainingBytes = (double)bytesReceived / (double)
remainingBytes
;
/external/webkit/Source/WebCore/plugins/
PluginStream.cpp
378
int
remainingBytes
= totalBytes - totalBytesDelivered;
379
memmove(m_deliveryData->data(), m_deliveryData->data() + totalBytesDelivered,
remainingBytes
);
380
m_deliveryData->resize(
remainingBytes
);
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp
130
const unsigned int
remainingBytes
= BYTES_IN_ONE_CHAR * codesRemain;
131
if (0 !=
remainingBytes
)
132
memcpy(codesDest, codesSrc,
remainingBytes
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
[
all
...]
Completed in 312 milliseconds