Home
last modified time | relevance | path

Searched refs:listSize (Results 1 – 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/light/
DLightList.java51 private int listSize; field in LightList
82 listSize = 0; in LightList()
113 if (listSize == list.length) { in add()
116 list[listSize] = l; in add()
117 distToOwner[listSize++] = Float.NEGATIVE_INFINITY; in add()
126 if (index >= listSize || index < 0) in remove()
129 listSize --; in remove()
130 if (index == listSize){ in remove()
131 list[listSize] = null; in remove()
135 for (int i = index; i < listSize; i++){ in remove()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp41 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList()
113 if (listSize >= listMax) { in add()
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add()
132 ces[listSize++] = ce; in add()
137 if (index >= 0 && index < listSize) { in get()
151 if (other == NULL || listSize - offset < other->size()) { in matchesAt()
166 return listSize; in size()
170 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0) in StringList()
194 if (listSize >= listMax) { in add()
201 for (int32_t i=0; i<listSize; ++i) { in add()
[all …]
Dssearch.cpp350 int32_t listSize; member in OrderList
354 : list(NULL), listMax(16), listSize(0) in OrderList()
360 : list(NULL), listMax(16), listSize(0) in OrderList()
409 if (listSize >= listMax) { in add()
414 uprv_memcpy(newList, list, listSize * sizeof(Order)); in add()
419 list[listSize].order = order; in add()
420 list[listSize].lowOffset = low; in add()
421 list[listSize].highOffset = high; in add()
423 listSize += 1; in add()
428 if (index >= listSize) { in get()
[all …]
Dcolldata.h117 int32_t listSize; variable
181 int32_t listSize; variable
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DAnnotationsDirectoryItem.java277 int elementCount = listSize(fieldAnnotations) in place0()
278 + listSize(methodAnnotations) + listSize(parameterAnnotations); in place0()
287 int fieldsSize = listSize(fieldAnnotations); in writeTo0()
288 int methodsSize = listSize(methodAnnotations); in writeTo0()
289 int parametersSize = listSize(parameterAnnotations); in writeTo0()
345 private static int listSize(ArrayList<?> list) { in listSize() method in AnnotationsDirectoryItem
DCatchStructs.java148 int listSize = list.size(); in encode() local
156 out.writeSleb128(-(listSize - 1)); in encode()
157 listSize--; in encode()
159 out.writeSleb128(listSize); in encode()
162 for (int i = 0; i < listSize; i++) { in encode()
170 out.writeUleb128(list.get(listSize).getHandler()); in encode()
/external/libvncserver/libvncserver/
Dselbox.c9 int listSize; member
61 if(m->displayStart+line<m->listSize) in selPaintLine()
73 if(_index==m->selected || _index<0 || _index>=m->listSize) in selSelect()
89 else if(_index+m->pageH-targetLine>=m->listSize) in selSelect()
90 targetLine = _index+m->pageH-m->listSize; in selSelect()
150 if(curSel+1<m->listSize) in selKbdAddEvent()
154 if(curSel+m->pageH<m->listSize) in selKbdAddEvent()
157 selSelect(m,m->listSize-1); in selKbdAddEvent()
257 selData.listSize = i; in rfbSelectBox()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java552 int listSize = cfgWorklist.size() - 1; in run() local
553 SsaBasicBlock block = cfgWorklist.remove(listSize); in run()
558 int listSize = cfgPhiWorklist.size() - 1; in run() local
559 SsaBasicBlock block = cfgPhiWorklist.remove(listSize); in run()
564 int listSize = varyingWorklist.size() - 1; in run() local
565 SsaInsn insn = varyingWorklist.remove(listSize); in run()
578 int listSize = ssaWorklist.size() - 1; in run() local
579 SsaInsn insn = ssaWorklist.remove(listSize); in run()
DEscapeAnalysis.java330 int listSize = regWorklist.size() - 1; in processRegister() local
331 RegisterSpec def = regWorklist.remove(listSize); in processRegister()
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h755 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); in init() local
756 collation_strings = new UnicodeString[listSize]; in init()
757 for(uint32_t k=0;k<listSize;k++) { in init()
784 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); in call() local
791 for(i=listSize-1; i>=1; i--) { in call()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java140 public int listSize = 200; field in MjpegFileWriter.RIFFHeader
152 baos.write(intBytes(swapInt(listSize))); in toBytes()
378 public int listSize = 0; field in MjpegFileWriter.AVIMovieList
388 baos.write(intBytes(swapInt(listSize))); in toBytes()
/external/icu/icu4c/source/common/
Dicuplug.cpp73 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemTo… in uplug_removeEntryAt() argument
77 if(listSize<1) { in uplug_removeEntryAt()
78 return listSize; in uplug_removeEntryAt()
82 if(listSize > itemToRemove+1) { in uplug_removeEntryAt()
86 return listSize-1; in uplug_removeEntryAt()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1556 int32_t listSize = pkg_countCharList(list); in pkg_createWithoutAssemblyCode() local
1588 if ((cmd = (char *)uprv_malloc((listSize + 2) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode()
1591 } else if ((buffer = (char *)uprv_malloc((listSize + 1) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode()
1597 for (int32_t i = 0; i < (listSize + 1); i++) { in pkg_createWithoutAssemblyCode()