HomeSort by relevance Sort by last modified time
    Searched refs:typeCount (Results 1 - 23 of 23) 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 166 * @param typeCount When provided, will be used for the frequency count of
171 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
177 if (typeCount == null) {
179 typeCount = getTypeFrequencies(state, kind);
183 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
187 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
209 final SparseIntArray typeCount = new SparseIntArray();
213 if (mimeEntries == null) return typeCount;
223 final int count = typeCount.get(type.rawValue);
224 typeCount.put(type.rawValue, count + 1)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 163 TNC_UInt32 typeCount)
169 "typeCount=%lu)",
170 (unsigned long) imcID, (unsigned long) typeCount);
172 for (i = 0; i < typeCount; i++) {
183 os_malloc(typeCount * sizeof(TNC_MessageTypeList));
187 typeCount * sizeof(TNC_MessageTypeList));
188 imc->num_supported_types = typeCount;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 218 TNC_UInt32 typeCount)
224 "typeCount=%lu)",
225 (unsigned long) imvID, (unsigned long) typeCount);
227 for (i = 0; i < typeCount; i++) {
237 os_malloc(typeCount * sizeof(TNC_MessageTypeList));
241 typeCount * sizeof(TNC_MessageTypeList));
242 imv->num_supported_types = typeCount;
  /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;
  /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 
  /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 2611 milliseconds