HomeSort by relevance Sort by last modified time
    Searched defs:typeCount (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 52 int[] typeCount = new int[itemCount];
67 int index = typeCount[typeIndex];
68 typeCount[typeIndex] += count;
FakeExpandableAdapter.java 50 int[] typeCount = new int[itemCount];
71 int index = typeCount[typeIndex];
72 typeCount[typeIndex] += count;
  /external/icu4c/i18n/
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/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;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 154 * @param typeCount When provided, will be used for the frequency count of
159 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
165 if (typeCount == null) {
167 typeCount = getTypeFrequencies(state, kind);
171 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
175 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
197 final SparseIntArray typeCount = new SparseIntArray();
201 if (mimeEntries == null) return typeCount;
211 final int count = typeCount.get(type.rawValue);
212 typeCount.put(type.rawValue, count + 1)
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 246 const uint32_t typeCount = *map;
248 if (type > typeCount) {
249 LOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
252 if (typeCount > size) {
253 LOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, size);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 276 milliseconds