Searched defs:listSize (Results 1 - 25 of 26) sorted by relevance

12

/external/stlport/test/eh/
H A Dtest_list.cpp67 size_t listSize = random_number(random_base); local
69 while ( testList.size() < listSize )
/external/icu4c/i18n/unicode/
H A Dcolldata.h152 int32_t listSize; member in class:CEList
246 int32_t listSize; member in class:StringList
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.h88 virtual int listSize() const { return getSuggestionsCount(); } function in class:WebKit::AutoFillPopupMenuClient
/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
/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/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
/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/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.h84 void initGetByIdSelfList(PolymorphicAccessStructureList* structureList, int listSize) argument
89 u.getByIdProtoList.listSize = listSize;
92 void initGetByIdProtoList(PolymorphicAccessStructureList* structureList, int listSize) argument
97 u.getByIdProtoList.listSize = listSize;
148 int listSize; member in struct:JSC::StructureStubInfo::__anon15565::__anon15569
152 int listSize; member in struct:JSC::StructureStubInfo::__anon15565::__anon15570
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp111 size_t listSize = newChildren.size(); local
112 for (size_t i = 0; i < listSize; ++i)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp234 size_t listSize = sublayers.size(); local
235 for (size_t i = 0; i < listSize; i++)
/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/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/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp498 size_t listSize = sizeof(list) / sizeof(list[0]); local
499 ESR_ReturnCode esr_status = SR_RecognizerResultGetKeyList(((SR_RecognizerImpl*)recognizer)->result, nbest, list, &listSize);
508 jobjectArray array = env->NewObjectArray(listSize, stringClass, NULL);
512 for (size_t i = 0; i < listSize; i++) {
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp511 int RenderMenuList::listSize() const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp885 ASSERT(static_cast<int>(listIndex) < listSize());
887 if (static_cast<int>(listIndex) == (listSize() - 1)) {
907 int size = listSize();
983 int RenderTextControlSingleLine::listSize() const function in class:WebCore::RenderTextControlSingleLine
1005 return static_cast<int>(listIndex) == (listSize() - 2);
H A DRenderLayerBacking.cpp858 size_t listSize = negZOrderList->size(); local
859 for (size_t i = 0; i < listSize; ++i) {
867 size_t listSize = posZOrderList->size(); local
868 for (size_t i = 0; i < listSize; ++i) {
877 size_t listSize = normalFlowList->size(); local
878 for (size_t i = 0; i < listSize; ++i) {
H A 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;
776 size_t listSize = negZOrderList->size(); local
813 size_t listSize = normalFlowList->size(); local
827 size_t listSize = posZOrderList->size(); local
999 size_t listSize = negZOrderList->size(); local
1013 size_t listSize = normalFlowList->size(); local
1022 size_t listSize = posZOrderList->size(); local
1162 size_t listSize = negZOrderList->size(); local
1170 size_t listSize = normalFlowList->size(); local
1177 size_t listSize = posZOrderList->size(); local
1210 size_t listSize = negZOrderList->size(); local
1217 size_t listSize = normalFlowList->size(); local
1224 size_t listSize = posZOrderList->size(); local
1245 size_t listSize = negZOrderList->size(); local
1258 size_t listSize = posZOrderList->size(); local
1271 size_t listSize = normalFlowList->size(); local
2004 size_t listSize = negZOrderList->size(); local
2013 size_t listSize = posZOrderList->size(); local
2023 size_t listSize = normalFlowList->size(); local
2042 size_t listSize = negZOrderList->size(); local
2048 size_t listSize = posZOrderList->size(); local
2055 size_t listSize = normalFlowList->size(); local
[all...]
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp86 virtual int listSize() const { return 10; } function in class:__anon16016::TestPopupMenuClient
/external/webkit/Source/WebCore/dom/
H A DSelectElement.cpp409 int listSize = (int) items.size(); local
410 if (optionIndex < 0 || optionIndex >= listSize)
414 for (int listIndex = 0; listIndex < listSize; ++listIndex) {
/external/webkit/Source/WebCore/page/
H A DChrome.cpp412 unsigned listSize = files->length(); local
413 if (listSize > 1) {
415 for (size_t i = 0; i < listSize; ++i) {
417 if (i != listSize - 1)
/external/icu4c/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) {
1108 int32_t listSize; member in class:PCEList
[all...]
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1411 int32_t listSize = pkg_countCharList(list); local
1443 if ((cmd = (char *)uprv_malloc((listSize + 2) * SMALL_BUFFER_MAX_SIZE)) == NULL) {
1446 } else if ((buffer = (char *)uprv_malloc((listSize + 1) * SMALL_BUFFER_MAX_SIZE)) == NULL) {
1452 for (int32_t i = 0; i < (listSize + 1); i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3267 milliseconds

12