OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveCount
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
MPreFixups.cpp
68
le_int32
moveCount
= baseIndex - mpreLimit;
87
for (i = 0; i <
moveCount
; i += 1) {
/dalvik/vm/
ReferenceTable.cpp
140
int
moveCount
= pRef->nextEntry - ptr;
141
if (
moveCount
!= 0) {
143
memmove(ptr, ptr+1,
moveCount
* sizeof(Object*));
144
//LOGV("LREF delete %p, shift %d down", obj,
moveCount
);
/external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp
454
unsigned
moveCount
= clientsToMove.size();
455
for (unsigned n = 0; n <
moveCount
; ++n)
457
for (unsigned n = 0; n <
moveCount
; ++n) {
/prebuilt/common/ant/
ant.jar
Completed in 150 milliseconds