HomeSort by relevance Sort by last modified time
    Searched defs:bytesAvailable (Results 1 - 9 of 9) 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;
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 316 int bytesAvailable = buffer.length - bufferPointer;
317 if (len > bytesAvailable) {
318 len = bytesAvailable;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 186 long bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root);
187 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
194 bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root);
195 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
206 "space available (in bytes): " + bytesAvailable);
216 bytesAvailable = getAvailableBytesInDownloadsDataDir(mDownloadDataDir);
217 if (bytesAvailable < sDownloadDataDirLowSpaceThreshold) {
220 " is running low on space. space available (in bytes): " + bytesAvailable);
222 if (bytesAvailable < targetBytes) {
226 bytesAvailable = getAvailableBytesInDownloadsDataDir(mDownloadDataDir)
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 506 long bytesAvailable = rootStat.getBlockSize() * rootStat.getBlockCount();
507 long internalStorageSize = bytesAvailable / (1024 * 1024);
  /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 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 4391 milliseconds