Searched defs:currentSize (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DAudioResampler.cpp59 unsigned currentSize = m_kernels.size(); local
60 if (numberOfChannels == currentSize)
64 if (numberOfChannels > currentSize) {
65 for (unsigned i = currentSize; i < numberOfChannels; ++i)
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.cpp234 int currentSize = static_cast<int>(m_entries.size()); local
235 if (currentSize > 0) {
236 while (m_lastCommittedEntryIndex < (currentSize - 1)) {
238 currentSize--;
/external/proguard/src/proguard/evaluation/
H A DStack.java37 protected int currentSize; field in class:Stack
106 System.arraycopy(other.values, 0, this.values, 0, other.currentSize);
109 currentSize = other.currentSize;
121 if (this.currentSize != other.currentSize)
123 throw new IllegalArgumentException("Stacks have different current sizes ["+this.currentSize+"] and ["+other.currentSize+"]");
129 for (int index = 0; index < currentSize; index++)
166 for (int index = 0; index < currentSize; inde
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp79 guint64 currentSize; member in struct:_WebKitDownloadPrivate
396 priv->currentSize = 0;
773 return MAX(priv->currentSize, static_cast<guint64>(soup_message_headers_get_content_length(message->response_headers)));
791 return priv->currentSize;
817 return ((gdouble)priv->currentSize) / total_size;
847 if (priv->currentSize == 0)
865 priv->currentSize += length;
869 if (priv->currentSize > webkit_download_get_total_size(download))
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2061 IntSize currentSize = IntSize(width(), height()); local
2063 bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZoomFactor);
2064 m_lastLayoutSize = currentSize;
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp1661 IntSize currentSize = IntSize(renderer->width() / zoomFactor, renderer->height() / zoomFactor); local
1662 IntSize minimumSize = element->minimumSizeForResizing().shrunkTo(currentSize);
1667 IntSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - currentSize;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c40905 i64 currentSize, newSize; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40918 i64 currentSize, newSize; local
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 1803 milliseconds