Home
last modified time | relevance | path

Searched refs:typeCount (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/preverify/
DCodePreverifier.java255 int typeCount = 0; in correspondingVerificationTypes() local
271 typeCount = typeIndex; in correspondingVerificationTypes()
282 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes()
288 for (int index = 0; typeIndex < typeCount; index++) in correspondingVerificationTypes()
338 int typeCount = 0; in correspondingVerificationTypes() local
346 typeCount++; in correspondingVerificationTypes()
356 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes()
358 int typeIndex = typeCount; in correspondingVerificationTypes()
/external/icu4c/i18n/
Dolsontz.cpp104 typeCount = 1; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
182 typeCount = (int16_t) len >> 1; in OlsonTimeZone()
284 typeCount = other.typeCount; in operator =()
631 if (typeCount != z->typeCount in hasSameRules()
642 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules()
735 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
752 historicRuleCount = typeCount; in initTransitionRules()
Dolsontz.h346 int16_t typeCount; variable
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c212 TNC_UInt32 typeCount) in TNC_TNCS_ReportMessageTypes() argument
219 (unsigned long) imvID, (unsigned long) typeCount); in TNC_TNCS_ReportMessageTypes()
221 for (i = 0; i < typeCount; i++) { in TNC_TNCS_ReportMessageTypes()
231 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes()
235 typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes()
236 imv->num_supported_types = typeCount; in TNC_TNCS_ReportMessageTypes()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c157 TNC_UInt32 typeCount) in TNC_TNCC_ReportMessageTypes() argument
164 (unsigned long) imcID, (unsigned long) typeCount); in TNC_TNCC_ReportMessageTypes()
166 for (i = 0; i < typeCount; i++) { in TNC_TNCC_ReportMessageTypes()
177 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes()
181 typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes()
182 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
/external/webkit/Tools/Scripts/
Dold-run-webkit-tests2600 my $typeCount = $counts{$type};
2601 next unless $typeCount;
2604 if ($typeCount == 1) {
2608 … $message = sprintf "%d test cases (%d%%) %s\n", $typeCount, $typeCount * 100 / $count, $typeText;
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java651 final int typeCount = mStaticData.getCount();
652 for (int x = 0; x < typeCount; x++) {