OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actualbytes
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java
102
byte[]
actualBytes
= FileUtils.readInputStreamFully(photoStream);
103
assertTrue(
actualBytes
.length > 0);
/frameworks/av/media/libstagefright/
NuCachedSource2.cpp
457
size_t
actualBytes
= mCache->releaseFromStart(maxBytes);
458
mCacheOffset +=
actualBytes
;
Completed in 585 milliseconds