HomeSort by relevance Sort by last modified time
    Searched defs:bytesAvailable (Results 1 - 7 of 7) 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 203 long bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root);
204 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
211 bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root);
212 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
223 "space available (in bytes): " + bytesAvailable);
233 bytesAvailable = getAvailableBytesInDownloadsDataDir(mDownloadDataDir);
234 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
237 " is running low on space. space available (in bytes): " + bytesAvailable);
239 if (bytesAvailable < targetBytes) {
243 bytesAvailable = getAvailableBytesInDownloadsDataDir(mDownloadDataDir)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 123 milliseconds