Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilitiesTest.java24 int typeCount = DebugUtilities.typeCount(); in TestStrings() local
25 if(typeCount==0) { in TestStrings()
28 for(int j=0;j<typeCount;j++) { in TestStrings()
30 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings()
37 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
40 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
DDebugUtilities.java22 public static int typeCount() { in typeCount() method in DebugUtilities
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDebugUtilitiesTest.java25 int typeCount = DebugUtilities.typeCount(); in TestStrings() local
26 if(typeCount==0) { in TestStrings()
29 for(int j=0;j<typeCount;j++) { in TestStrings()
31 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings()
38 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
41 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
DDebugUtilities.java23 public static int typeCount() { in typeCount() method in DebugUtilities
/external/proguard/src/proguard/preverify/
DCodePreverifier.java267 int typeCount = 0; in correspondingVerificationTypes() local
283 typeCount = typeIndex; in correspondingVerificationTypes()
294 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes()
300 for (int index = 0; typeIndex < typeCount; index++) in correspondingVerificationTypes()
350 int typeCount = 0; in correspondingVerificationTypes() local
358 typeCount++; in correspondingVerificationTypes()
368 VerificationType[] types = new VerificationType[typeCount]; in correspondingVerificationTypes()
370 int typeIndex = typeCount; in correspondingVerificationTypes()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DTypeIdItem.java84 int typeCount = mapItem.getItemCount();
85 String[] ret = new String[typeCount];
86 for (int i=0; i<typeCount; i++) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java148 int typeCount = 0; in isValidU() local
178 typeCount = 0; in isValidU()
185 ++typeCount; in isValidU()
188 if (typeCount > 1) { in isValidU()
193 if (typeCount == 1) { in isValidU()
202 if (typeCount == 1) { in isValidU()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java146 int typeCount = 0; in isValidU() local
176 typeCount = 0; in isValidU()
183 ++typeCount; in isValidU()
186 if (typeCount > 1) { in isValidU()
191 if (typeCount == 1) { in isValidU()
200 if (typeCount == 1) { in isValidU()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java429 typeCount != o.typeCount || in hasSameRules()
466 typeCount = 1; in constructEmpty()
567 typeCount = typeOffsets.length / 2; in construct()
787 buf.append(",typeCount=" + typeCount); in toString()
842 private int typeCount; field in OlsonTimeZone
910 typeCount == z.typeCount && in equals()
922 typeCount ^ (typeCount>>>8) + in hashCode()
1148 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1167 historicRules = new TimeArrayTimeZoneRule[typeCount]; in initTransitionRules()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java431 typeCount != o.typeCount || in hasSameRules()
468 typeCount = 1; in constructEmpty()
569 typeCount = typeOffsets.length / 2; in construct()
789 buf.append(",typeCount=" + typeCount); in toString()
844 private int typeCount; field in OlsonTimeZone
912 typeCount == z.typeCount && in equals()
924 typeCount ^ (typeCount>>>8) + in hashCode()
1150 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1169 historicRules = new TimeArrayTimeZoneRule[typeCount]; in initTransitionRules()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java61 private final int typeCount; field in DexBackedDexFile
83 typeCount = readSmallUint(HeaderItem.TYPE_COUNT_OFFSET); in DexBackedDexFile()
155 if (typeIndex < 0 || typeIndex >= typeCount) {
198 return typeCount;
/external/wpa_supplicant_8/src/common/
Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/external/icu/icu4c/source/i18n/
Dolsontz.cpp107 typeCount = 1; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
185 typeCount = (int16_t) len >> 1; in OlsonTimeZone()
287 typeCount = other.typeCount; in operator =()
639 if (typeCount != z->typeCount in hasSameRules()
650 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules()
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
771 historicRuleCount = typeCount; in initTransitionRules()
Dolsontz.h349 int16_t typeCount; variable
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c146 TNC_UInt32 typeCount) in TNC_TNCS_ReportMessageTypes() argument
153 (unsigned long) imvID, (unsigned long) typeCount); in TNC_TNCS_ReportMessageTypes()
155 for (i = 0; i < typeCount; i++) { in TNC_TNCS_ReportMessageTypes()
165 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes()
169 typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes()
170 imv->num_supported_types = typeCount; in TNC_TNCS_ReportMessageTypes()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp120 const VkDescriptorPoolSize typeCount = in addType() local
126 m_counts.push_back(typeCount); in addType()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c110 TNC_UInt32 typeCount) in TNC_TNCC_ReportMessageTypes() argument
117 (unsigned long) imcID, (unsigned long) typeCount); in TNC_TNCC_ReportMessageTypes()
119 for (i = 0; i < typeCount; i++) { in TNC_TNCC_ReportMessageTypes()
130 os_malloc(typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes()
134 typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes()
135 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java651 final int typeCount = mStaticData.getCount();
652 for (int x = 0; x < typeCount; x++) {