OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytesAvailable
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp
120
size_t
bytesAvailable
= dataSize - static_cast<size_t>(position);
121
bytesToRead = requestCount <=
bytesAvailable
? requestCount :
bytesAvailable
;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java
195
long
bytesAvailable
= getAvailableBytesInFileSystemAtGivenRoot(root);
196
if (
bytesAvailable
< sDownloadDataDirLowSpaceThreshold) {
203
bytesAvailable
= getAvailableBytesInFileSystemAtGivenRoot(root);
204
if (
bytesAvailable
< sDownloadDataDirLowSpaceThreshold) {
215
"space available (in bytes): " +
bytesAvailable
);
225
bytesAvailable
= getAvailableBytesInDownloadsDataDir(mDownloadDataDir);
226
if (
bytesAvailable
< sDownloadDataDirLowSpaceThreshold) {
229
" is running low on space. space available (in bytes): " +
bytesAvailable
);
231
if (
bytesAvailable
< targetBytes) {
235
bytesAvailable
= getAvailableBytesInDownloadsDataDir(mDownloadDataDir)
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 1011 milliseconds