/external/jmonkeyengine/engine/src/core/com/jme3/light/ |
D | LightList.java | 51 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/ |
D | StructureStubInfo.h | 84 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
|
D | StructureStubInfo.cpp | 82 polymorphicStructures->markAggregate(markStack, u.getByIdSelfList.listSize); in markAggregate() 87 polymorphicStructures->markAggregate(markStack, u.getByIdProtoList.listSize); in markAggregate()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 506 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/ |
D | AnnotationsDirectoryItem.java | 277 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
|
D | CatchStructs.java | 148 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/ |
D | domstringlistgetlength01.js | 95 var listSize; 107 listSize = paramList.length; 109 assert("domstringlistgetlength01_notZero",0 != listSize);
|
D | domstringlistitem02.js | 94 var listSize;
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebRenderLayer.mm | 179 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/ |
D | colldata.cpp | 51 : 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/ |
D | ssearch.cpp | 701 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/ |
D | SCCP.java | 552 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/ |
D | SR_RecognizerResult.h | 85 LCHAR** list, size_t* listSize); 159 size_t* listSize);
|
D | SR_RecognizerResultImpl.h | 101 size_t* listSize);
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 136 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/ |
D | DateFmtPerf.h | 434 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/ |
D | test_list.cpp | 67 size_t listSize = random_number(random_base); in test_list() local 69 while ( testList.size() < listSize ) in test_list()
|
/external/icu4c/i18n/unicode/ |
D | colldata.h | 152 int32_t listSize; variable 246 int32_t listSize; variable
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 412 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/ |
D | MjpegFileWriter.java | 140 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/ |
D | icuplug.c | 70 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/ |
D | PopupMenuClient.h | 56 virtual int listSize() const = 0;
|
/external/webkit/Source/WebCore/platform/wx/ |
D | PopupMenuWx.cpp | 93 int size = client()->listSize(); in show()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerResultImpl.c | 125 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/ |
D | LayerChromium.cpp | 234 size_t listSize = sublayers.size(); in setSublayers() local 235 for (size_t i = 0; i < listSize; i++) in setSublayers()
|