HomeSort by relevance Sort by last modified time
    Searched refs:typeCount (Results 1 - 25 of 25) 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/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/icu4c/i18n/
olsontz.cpp 104 typeCount = 1;
182 typeCount = (int16_t) len >> 1;
284 typeCount = other.typeCount;
631 if (typeCount != z->typeCount
642 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
735 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
752 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/Contacts/src/com/android/contacts/model/
RawContactModifier.java 168 * @param typeCount When provided, will be used for the frequency count of
173 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
179 if (typeCount == null) {
181 typeCount = getTypeFrequencies(state, kind);
185 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
189 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
211 final SparseIntArray typeCount = new SparseIntArray();
215 if (mimeEntries == null) return typeCount;
225 final int count = typeCount.get(type.rawValue);
226 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 246 const uint32_t typeCount = *map;
248 if (type > typeCount) {
249 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
252 if (typeCount > size) {
253 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size);
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.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 
  /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 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1635 milliseconds