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

1 2

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 60 int[] typeCount = new int[itemCount];
75 int index = typeCount[typeIndex];
76 typeCount[typeIndex] += count;
FakeExpandableAdapter.java 59 int[] typeCount = new int[itemCount];
80 int index = typeCount[typeIndex];
81 typeCount[typeIndex] += count;
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 255 int typeCount = 0;
271 typeCount = typeIndex;
282 VerificationType[] types = new VerificationType[typeCount];
288 for (int index = 0; typeIndex < typeCount; index++)
338 int typeCount = 0;
346 typeCount++;
356 VerificationType[] types = new VerificationType[typeCount];
358 int typeIndex = typeCount;
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 101 typeCount = 1;
178 typeCount = (int16_t) len >> 1;
275 typeCount = other.typeCount;
622 if (typeCount != z->typeCount
633 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
726 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
743 historicRuleCount = typeCount;
    [all...]
olsontz.h 338 int16_t typeCount;
342 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
349 * type indices (from 0..typeCount-1).
  /external/icu4c/i18n/
olsontz.cpp 105 typeCount = 1;
183 typeCount = (int16_t) len >> 1;
285 typeCount = other.typeCount;
632 if (typeCount != z->typeCount
643 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
758 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
775 historicRuleCount = typeCount;
    [all...]
olsontz.h 346 int16_t typeCount;
350 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
357 * type indices (from 0..typeCount-1).
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 167 * @param typeCount When provided, will be used for the frequency count of
172 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
178 if (typeCount == null) {
180 typeCount = getTypeFrequencies(state, kind);
184 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
188 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
210 final SparseIntArray typeCount = new SparseIntArray();
214 if (mimeEntries == null) return typeCount;
224 final int count = typeCount.get(type.rawValue);
225 typeCount.put(type.rawValue, count + 1)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 157 TNC_UInt32 typeCount)
163 "typeCount=%lu)",
164 (unsigned long) imcID, (unsigned long) typeCount);
166 for (i = 0; i < typeCount; i++) {
177 os_malloc(typeCount * sizeof(TNC_MessageType));
181 typeCount * sizeof(TNC_MessageType));
182 imc->num_supported_types = typeCount;
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 212 TNC_UInt32 typeCount)
218 "typeCount=%lu)",
219 (unsigned long) imvID, (unsigned long) typeCount);
221 for (i = 0; i < typeCount; i++) {
231 os_malloc(typeCount * sizeof(TNC_MessageType));
235 typeCount * sizeof(TNC_MessageType));
236 imv->num_supported_types = typeCount;
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 799 final int typeCount = mViewTypeCount;
800 for (int i = 0; i < typeCount; i++) {
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 245 const uint32_t typeCount = *map;
247 if (type > typeCount) {
248 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
251 if (typeCount > size) {
252 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size);
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 651 final int typeCount = mStaticData.getCount();
652 for (int x = 0; x < typeCount; x++) {
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 897 milliseconds

1 2