OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentsize
(Results
1 - 18
of
18
) sorted by null
/external/proguard/src/proguard/evaluation/
Stack.java
37
protected int
currentSize
;
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
; index++
[
all
...]
/external/webkit/Source/WebCore/platform/audio/
AudioResampler.cpp
59
unsigned
currentSize
= m_kernels.size();
60
if (numberOfChannels ==
currentSize
)
64
if (numberOfChannels >
currentSize
) {
65
for (unsigned i =
currentSize
; i < numberOfChannels; ++i)
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksParserWorker.js
37
var
currentSize
= 0;
41
currentSize
= parseInt(match[1], 10);
48
leaks.push({ size:
currentSize
, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) });
49
currentSize
= 0;
/external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp
234
int
currentSize
= static_cast<int>(m_entries.size());
235
if (
currentSize
> 0) {
236
while (m_lastCommittedEntryIndex < (
currentSize
- 1)) {
238
currentSize
--;
/external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp
79
guint64
currentSize
;
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/WebKit/mac/Misc/
WebIconDatabase.mm
377
NSValue *
currentSize
, *largestSize=nil;
380
while ((
currentSize
= [enumerator nextObject]) != nil) {
381
NSSize currentSizeSize = [
currentSize
sizeValue];
384
largestSize =
currentSize
;
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java
896
long
currentSize
= -1
[
all
...]
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp
400
int64_t
currentSize
= fileSize + flatFileAreaSize();
404
if (m_maximumSize <
currentSize
) {
418
totalAvailableSize = (m_maximumSize -
currentSize
) + m_database.freeSpaceSize();
[
all
...]
/dalvik/vm/alloc/
Copying.cpp
231
size_t
currentSize
;
453
heapSource->
currentSize
= heapSource->maximumSize;
710
return gDvm.gcHeap->heapSource->
currentSize
;
[
all
...]
/external/icu4c/i18n/
ucol_elm.cpp
510
uint8_t *
currentsize
= pexpansionsize + result;
local
511
if (*
currentsize
< expansionsize) {
512
*
currentsize
= expansionsize;
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderLayer.cpp
[
all
...]
/libcore/luni/src/main/java/java/io/
ObjectInputStream.java
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
org.eclipse.equinox.registry_3.5.0.v20100503.jar
/external/webkit/Source/WebKit/gtk/
ChangeLog
[
all
...]
Completed in 890 milliseconds