HomeSort by relevance Sort by last modified time
    Searched refs:listSize (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java 53 int listSize = list.size();
55 for (int i = 0; i < listSize; i++) {
58 for (int j = i + 1; j < listSize; j++) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
Collapser.java 62 int listSize = list.size();
64 if (listSize > MAX_LISTSIZE_TO_COLLAPSE) {
68 for (int i = 0; i < listSize; i++) {
71 for (int j = i + 1; j < listSize; j++) {
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 47 virtual int listSize() const = 0;
  /external/icu/icu4c/source/test/intltest/
colldata.h 117 int32_t listSize;
181 int32_t listSize;
colldata.cpp 41 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
113 if (listSize >= listMax) {
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
132 ces[listSize++] = ce;
137 if (index >= 0 && index < listSize) {
151 if (other == NULL || listSize - offset < other->size()) {
166 return listSize;
170 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
194 if (listSize >= listMax) {
201 for (int32_t i=0; i<listSize; ++i)
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerResult.h 79 * @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);
SR_RecognizerResultImpl.h 101 size_t* listSize);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 277 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) {
CatchStructs.java 150 int listSize = list.size();
158 out.writeSignedLeb128(-(listSize - 1));
159 listSize--;
161 out.writeSignedLeb128(listSize);
164 for (int i = 0; i < listSize; i++) {
172 out.writeUnsignedLeb128(list.get(listSize).getHandler());
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 281 int elementCount = listSize(fieldAnnotations)
282 + listSize(methodAnnotations) + listSize(parameterAnnotations);
291 int fieldsSize = listSize(fieldAnnotations);
292 int methodsSize = listSize(methodAnnotations);
293 int parametersSize = listSize(parameterAnnotations);
349 private static int listSize(ArrayList<?> list) {
CatchStructs.java 147 int listSize = list.size();
155 out.writeSleb128(-(listSize - 1));
156 listSize--;
158 out.writeSleb128(listSize);
161 for (int i = 0; i < listSize; i++) {
169 out.writeUleb128(list.get(listSize).getHandler());
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 277 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) {
CatchStructs.java 148 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());
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 183 int listSize = 0;
243 if (listSize == 0 || stateSpec.length == 0) {
247 colorList = GrowingArrayUtils.append(colorList, listSize, color);
248 stateSpecList = GrowingArrayUtils.append(stateSpecList, listSize, stateSpec);
249 listSize++;
252 mColors = new int[listSize];
253 mStateSpecs = new int[listSize][];
254 System.arraycopy(colorList, 0, mColors, 0, listSize);
255 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 178 final int listSize = cursor.getCount();
179 if (!isDataLoaded(cursor) || listSize == 0) {
198 if (foundPosition >= listSize) {
200 newPosition = listSize - 1;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Predictor.java 121 int listSize = topApps.size();
122 ArrayList<StringFloat> result = new ArrayList<StringFloat>(listSize);
123 for (int i = 0; i < listSize; ++i) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 151 int32_t listSize;
245 int32_t listSize;
  /external/stlport/test/eh/
test_list.cpp 67 size_t listSize = random_number(random_base);
69 while ( testList.size() < listSize )
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize,
383 for (int i = 0; i < listSize; i++) {
389 if (!found && listSize < maxListSize) {
390 techList[listSize] = techToAdd;
391 handleList[listSize] = handleToAdd;
392 typeList[listSize] = typeToAdd;
393 return listSize + 1;
396 return listSize;
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 370 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]);
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]);
406 for(i=listSize-1; i>=1; i--) {
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 434 uint32_t listSize = sizeof(collation_strings_escaped)/sizeof(collation_strings_escaped[0]);
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]);
470 for(i=listSize-1; i>=1; i--) {
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 50 : 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 >= listMax)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 551 int listSize = cfgWorklist.size() - 1;
552 SsaBasicBlock block = cfgWorklist.remove(listSize);
557 int listSize = cfgPhiWorklist.size() - 1;
558 SsaBasicBlock block = cfgPhiWorklist.remove(listSize);
563 int listSize = varyingWorklist.size() - 1;
564 SsaInsn insn = varyingWorklist.remove(listSize);
577 int listSize = ssaWorklist.size() - 1;
578 SsaInsn insn = ssaWorklist.remove(listSize);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 552 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);
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 117 int listSize = source.readInt();
119 if (listSize > 0) {

Completed in 654 milliseconds

1 2 3 4