HomeSort by relevance Sort by last modified time
    Searched refs:bytesAvailable (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/network/qt/
QtMIMETypeSniffer.cpp 44 if (!m_reply->isFinished() && m_reply->bytesAvailable() < m_sniffer.dataSize())
SocketStreamHandleQt.cpp 93 QByteArray data = m_socket->read(m_socket->bytesAvailable());
QNetworkReplyHandler.cpp 302 if (m_reply->bytesAvailable()) {
319 if (m_reply->bytesAvailable())
556 QByteArray data = m_replyWrapper->reply()->read(m_replyWrapper->reply()->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...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 185 while (m_tcpConnection->bytesAvailable() && !m_endOfHeaders) {
250 if (m_contentLength && (m_tcpConnection->bytesAvailable() < m_contentLength))
334 if (!m_tcpConnection->bytesAvailable())
336 QByteArray content = m_tcpConnection->read(m_tcpConnection->bytesAvailable());
  /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/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 522 public static int getVideoCaptureDurationLimit(long bytesAvailable) {
527 bytesAvailable *= 8; // convert to bits
528 long seconds = bytesAvailable / (camcorder.audioBitRate + camcorder.videoBitRate);
    [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 297 milliseconds