Searched refs:listSize (Results 1 - 25 of 44) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java51 private int listSize; field in class:LightList
82 listSize = 0;
113 if (listSize == list.length) {
116 list[listSize] = l;
117 distToOwner[listSize++] = Float.NEGATIVE_INFINITY;
126 if (index >= listSize || index < 0)
129 listSize --;
130 if (index == listSize){
131 list[listSize] = null;
135 for (int i = index; i < listSize;
[all...]
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResult.h79 * @param listSize [in/out] Size of list. If the return code is ESR_BUFFER_OVERFLOW, the required size
85 LCHAR** list, size_t* listSize);
151 * @param listSize [in/out] Size of list. If the return code is ESR_BUFFER_OVERFLOW, the required size
159 size_t* listSize);
H A DSR_RecognizerResultImpl.h101 size_t* listSize);
/external/icu4c/test/intltest/
H A Dcolldata.cpp39 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
111 if (listSize >= listMax) {
120 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
130 ces[listSize++] = ce;
135 if (index >= 0 && index < listSize) {
149 if (other == NULL || listSize - offset < other->size()) {
164 return listSize;
168 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
192 if (listSize >= listMax) {
199 for (int32_t i=0; i<listSize;
[all...]
H A Dcolldata.h117 int32_t listSize; member in class:CEList
181 int32_t listSize; member in class:StringList
H A Dssearch.cpp350 int32_t listSize; member in class:OrderList
354 : list(NULL), listMax(16), listSize(0)
360 : list(NULL), listMax(16), listSize(0)
409 if (listSize >= listMax) {
414 uprv_memcpy(newList, list, listSize * sizeof(Order));
419 list[listSize].order = order;
420 list[listSize].lowOffset = low;
421 list[listSize].highOffset = high;
423 listSize += 1;
428 if (index >= listSize) {
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java277 int elementCount = listSize(fieldAnnotations)
278 + listSize(methodAnnotations) + listSize(parameterAnnotations);
287 int fieldsSize = listSize(fieldAnnotations);
288 int methodsSize = listSize(methodAnnotations);
289 int parametersSize = listSize(parameterAnnotations);
345 private static int listSize(ArrayList<?> list) { method in class:AnnotationsDirectoryItem
H A DCatchStructs.java148 int listSize = list.size();
156 out.writeSleb128(-(listSize - 1));
157 listSize--;
159 out.writeSleb128(listSize);
162 for (int i = 0; i < listSize; i++) {
170 out.writeUleb128(list.get(listSize).getHandler());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcolldata.h151 int32_t listSize; member in class:CEList
245 int32_t listSize; member in class:StringList
/external/stlport/test/eh/
H A Dtest_list.cpp67 size_t listSize = random_number(random_base); local
69 while ( testList.size() < listSize )
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp730 size_t listSize = negZOrderList->size(); local
731 for (size_t i = 0; i < listSize; ++i) {
739 size_t listSize = normalFlowList->size(); local
740 for (size_t i = 0; i < listSize; ++i) {
748 size_t listSize = posZOrderList->size(); local
749 for (size_t i = 0; i < listSize; ++i) {
850 size_t listSize = negZOrderList->size(); local
851 for (size_t i = 0; i < listSize; ++i) {
899 size_t listSize = normalFlowList->size(); local
900 for (size_t i = 0; i < listSize;
908 size_t listSize = posZOrderList->size(); local
1092 size_t listSize = negZOrderList->size(); local
1105 size_t listSize = normalFlowList->size(); local
1114 size_t listSize = posZOrderList->size(); local
1330 size_t listSize = negZOrderList->size(); local
1337 size_t listSize = normalFlowList->size(); local
1344 size_t listSize = posZOrderList->size(); local
1381 size_t listSize = negZOrderList->size(); local
1388 size_t listSize = normalFlowList->size(); local
1395 size_t listSize = posZOrderList->size(); local
1424 size_t listSize = negZOrderList->size(); local
1437 size_t listSize = posZOrderList->size(); local
1450 size_t listSize = normalFlowList->size(); local
2511 size_t listSize = negZOrderList->size(); local
2520 size_t listSize = posZOrderList->size(); local
2530 size_t listSize = normalFlowList->size(); local
[all...]
H A DRenderMenuList.h95 virtual int listSize() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuClient.h57 virtual int listSize() const = 0;
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h370 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); local
371 collation_strings = new UnicodeString[listSize];
372 for(uint32_t k=0;k<listSize;k++) {
399 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); local
406 for(i=listSize-1; i>=1; i--) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcolldata.cpp50 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
131 if (listSize >= listMax) {
135 _histogram[listSize / CELIST_BUFFER_SIZE] += 1;
145 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
155 ces[listSize++] = ce;
160 if (index >= 0 && index < listSize) {
174 if (other == NULL || listSize - offset < other->size()) {
189 return listSize;
201 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
235 if (listSize >
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java552 int listSize = cfgWorklist.size() - 1;
553 SsaBasicBlock block = cfgWorklist.remove(listSize);
558 int listSize = cfgPhiWorklist.size() - 1;
559 SsaBasicBlock block = cfgPhiWorklist.remove(listSize);
564 int listSize = varyingWorklist.size() - 1;
565 SsaInsn insn = varyingWorklist.remove(listSize);
578 int listSize = ssaWorklist.size() - 1;
579 SsaInsn insn = ssaWorklist.remove(listSize);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFileInputType.cpp376 unsigned listSize = fileList->length(); local
377 if (!listSize) {
384 for (size_t i = 0; i < listSize; ++i) {
386 if (i != listSize - 1)
/external/icu4c/test/perf/DateFmtPerf/
H A DDateFmtPerf.h434 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); local
435 collation_strings = new UnicodeString[listSize];
436 for(uint32_t k=0;k<listSize;k++) {
463 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]); local
470 for(i=listSize-1; i>=1; i--) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp701 int32_t listSize; member in class:OrderList
705 : list(NULL), listMax(16), listSize(0)
711 : list(NULL), listMax(16), listSize(0)
760 if (listSize >= listMax) {
765 uprv_memcpy(newList, list, listSize * sizeof(Order));
770 list[listSize].order = order;
771 list[listSize].lowOffset = low;
772 list[listSize].highOffset = high;
774 listSize += 1;
779 if (index >= listSize) {
1109 int32_t listSize; member in class:PCEList
[all...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java140 public int listSize = 200; field in class:MjpegFileWriter.RIFFHeader
152 baos.write(intBytes(swapInt(listSize)));
378 public int listSize = 0; field in class:MjpegFileWriter.AVIMovieList
388 baos.write(intBytes(swapInt(listSize)));
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c61 * @param listSize the number of entries in the list
66 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { argument
70 if(listSize<1) {
71 return listSize;
75 if(listSize > itemToRemove+1) {
79 return listSize-1;
/external/icu4c/common/
H A Dicuplug.c65 * @param listSize the number of entries in the list
70 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { argument
74 if(listSize<1) {
75 return listSize;
79 if(listSize > itemToRemove+1) {
83 return listSize-1;
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h89 virtual int listSize() const { return getSuggestionsCount(); } function in class:WebKit::AutofillPopupMenuClient
H A DExternalPopupMenu.cpp164 int itemCount = m_popupMenuClient->listSize();
/external/srec/srec/Recognizer/src/
H A DRecognizerResultImpl.c125 const size_t nbest, LCHAR** list, size_t* listSize)
140 CHKLOG(rc, result->getKeyList(result, list, listSize));
124 SR_RecognizerResult_GetKeyList(const SR_RecognizerResult* self, const size_t nbest, LCHAR** list, size_t* listSize) argument

Completed in 1967 milliseconds

12