Home
last modified time | relevance | path

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

123

/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/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.h84 void initGetByIdSelfList(PolymorphicAccessStructureList* structureList, int listSize) in initGetByIdSelfList()
89 u.getByIdProtoList.listSize = listSize; in initGetByIdSelfList()
92 void initGetByIdProtoList(PolymorphicAccessStructureList* structureList, int listSize) in initGetByIdProtoList()
97 u.getByIdProtoList.listSize = listSize; in initGetByIdProtoList()
148 int listSize; member
152 int listSize; member
DStructureStubInfo.cpp82 polymorphicStructures->markAggregate(markStack, u.getByIdSelfList.listSize); in markAggregate()
87 polymorphicStructures->markAggregate(markStack, u.getByIdProtoList.listSize); in markAggregate()
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp506 size_t listSize = negZOrderList->size(); local
507 for (size_t i = 0; i < listSize; ++i) {
517 size_t listSize = posZOrderList->size(); local
518 for (size_t i = 0; i < listSize; ++i) {
528 size_t listSize = normalFlowList->size(); local
529 for (size_t i = 0; i < listSize; ++i) {
627 int listSize = list->size(); local
637 for (int i = 0; i < listSize; ++i) {
645 for (int j = i + 1; j < listSize; ++j) {
659 for (int j = 0; j < listSize; ++j) {
[all …]
/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/webkit/LayoutTests/dom/xhtml/level3/core/
Ddomstringlistgetlength01.js95 var listSize;
107 listSize = paramList.length;
109 assert("domstringlistgetlength01_notZero",0 != listSize);
Ddomstringlistitem02.js94 var listSize;
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm179 size_t listSize = negZOrderList->size();
181 if (listSize) {
187 for (size_t i = 0; i < listSize; ++i) {
199 size_t listSize = normalFlowList->size();
201 if (listSize) {
207 for (size_t i = 0; i < listSize; ++i) {
219 size_t listSize = posZOrderList->size();
221 if (listSize) {
227 for (size_t i = 0; i < listSize; ++i) {
/external/icu4c/i18n/
Dcolldata.cpp51 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList()
132 if (listSize >= listMax) { in add()
136 _histogram[listSize / CELIST_BUFFER_SIZE] += 1; in add()
146 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add()
156 ces[listSize++] = ce; in add()
161 if (index >= 0 && index < listSize) { in get()
175 if (other == NULL || listSize - offset < other->size()) { in matchesAt()
190 return listSize; in size()
202 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0) in StringList()
236 if (listSize >= listMax) { in add()
[all …]
/external/icu4c/test/intltest/
Dssearch.cpp701 int32_t listSize; member in OrderList
705 : list(NULL), listMax(16), listSize(0) in OrderList()
711 : list(NULL), listMax(16), listSize(0) in OrderList()
760 if (listSize >= listMax) { in add()
765 uprv_memcpy(newList, list, listSize * sizeof(Order)); in add()
770 list[listSize].order = order; in add()
771 list[listSize].lowOffset = low; in add()
772 list[listSize].highOffset = high; in add()
774 listSize += 1; in add()
779 if (index >= listSize) { in get()
[all …]
/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()
/external/srec/srec/Recognizer/include/
DSR_RecognizerResult.h85 LCHAR** list, size_t* listSize);
159 size_t* listSize);
DSR_RecognizerResultImpl.h101 size_t* listSize);
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp136 if (!m_scrollbar && visibleItems() < client()->listSize()) { in show()
307 int itemCount = client()->listSize(); in calculatePositionAndSize()
384 if (i < 0 || i >= client()->listSize() || i == focusedIndex()) in setFocusedIndex()
424 int size = client()->listSize(); in focusFirst()
438 int size = client()->listSize(); in focusLast()
452 int size = client()->listSize(); in down()
471 int size = client()->listSize(); in up()
598 int itemCount = client()->listSize(); in paint()
805 scrollbar()->setEnabled(visibleItems < client()->listSize()); in wndProc()
807 scrollbar()->setProportion(visibleItems, client()->listSize()); in wndProc()
/external/icu4c/test/perf/DateFmtPerf/
DDateFmtPerf.h434 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); in init() local
435 collation_strings = new UnicodeString[listSize]; in init()
436 for(uint32_t k=0;k<listSize;k++) { in init()
463 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); in call() local
470 for(i=listSize-1; i>=1; i--) { in call()
/external/stlport/test/eh/
Dtest_list.cpp67 size_t listSize = random_number(random_base); in test_list() local
69 while ( testList.size() < listSize ) in test_list()
/external/icu4c/i18n/unicode/
Dcolldata.h152 int32_t listSize; variable
246 int32_t listSize; variable
/external/webkit/Source/WebCore/page/
DChrome.cpp412 unsigned listSize = files->length(); in setToolTip() local
413 if (listSize > 1) { in setToolTip()
415 for (size_t i = 0; i < listSize; ++i) { in setToolTip()
417 if (i != listSize - 1) in setToolTip()
/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/icu4c/common/
Dicuplug.c70 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemTo… in uplug_removeEntryAt() argument
74 if(listSize<1) { in uplug_removeEntryAt()
75 return listSize; in uplug_removeEntryAt()
79 if(listSize > itemToRemove+1) { in uplug_removeEntryAt()
83 return listSize-1; in uplug_removeEntryAt()
/external/webkit/Source/WebCore/platform/
DPopupMenuClient.h56 virtual int listSize() const = 0;
/external/webkit/Source/WebCore/platform/wx/
DPopupMenuWx.cpp93 int size = client()->listSize(); in show()
/external/srec/srec/Recognizer/src/
DRecognizerResultImpl.c125 const size_t nbest, LCHAR** list, size_t* listSize) in SR_RecognizerResult_GetKeyList() argument
140 CHKLOG(rc, result->getKeyList(result, list, listSize)); in SR_RecognizerResult_GetKeyList()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.cpp234 size_t listSize = sublayers.size(); in setSublayers() local
235 for (size_t i = 0; i < listSize; i++) in setSublayers()

123