Searched refs:typeCount (Results 1 - 25 of 25) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesTest.java26 int typeCount = DebugUtilities.typeCount();
27 if(typeCount==0) {
30 for(int j=0;j<typeCount;j++) {
32 logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount);
39 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
42 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
H A DDebugUtilities.java20 public static int typeCount() { method in class:DebugUtilities
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DTypeIdItem.java84 int typeCount = mapItem.getItemCount();
85 String[] ret = new String[typeCount];
86 for (int i=0; i<typeCount; i++) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/external/wpa_supplicant_8/src/common/
H A Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java267 int typeCount = 0;
283 typeCount = typeIndex;
294 VerificationType[] types = new VerificationType[typeCount];
300 for (int index = 0; typeIndex < typeCount; index++)
350 int typeCount = 0;
358 typeCount++;
368 VerificationType[] types = new VerificationType[typeCount];
370 int typeIndex = typeCount;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedDexFile.java53 private final int typeCount; field in class:DexBackedDexFile
75 typeCount = readSmallUint(HeaderItem.TYPE_COUNT_OFFSET);
172 if (typeIndex < 0 || typeIndex >= typeCount) {
215 return typeCount;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java427 typeCount != o.typeCount ||
464 typeCount = 1;
565 typeCount = typeOffsets.length / 2;
785 buf.append(",typeCount=" + typeCount);
840 private int typeCount; field in class:OlsonTimeZone
849 * Length is equal to typeCount
855 * type indices (from 0..typeCount-1).
908 typeCount
[all...]
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp105 typeCount = 1;
183 typeCount = (int16_t) len >> 1;
285 typeCount = other.typeCount;
637 if (typeCount != z->typeCount
648 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
769 historicRuleCount = typeCount;
H A Dolsontz.h347 int16_t typeCount; member in class:OlsonTimeZone
351 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
358 * type indices (from 0..typeCount-1).
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java296 private short typeCount; field in class:ClassWriter
1210 ++typeCount;
1211 Item result = new Item(typeCount, key);
1216 if (typeCount == typeTable.length) {
1221 typeTable[typeCount] = result;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c110 TNC_UInt32 typeCount)
116 "typeCount=%lu)",
117 (unsigned long) imcID, (unsigned long) typeCount);
119 for (i = 0; i < typeCount; i++) {
130 os_malloc(typeCount * sizeof(TNC_MessageType));
134 typeCount * sizeof(TNC_MessageType));
135 imc->num_supported_types = typeCount;
107 TNC_TNCC_ReportMessageTypes( TNC_IMCID imcID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c146 TNC_UInt32 typeCount)
152 "typeCount=%lu)",
153 (unsigned long) imvID, (unsigned long) typeCount);
155 for (i = 0; i < typeCount; i++) {
165 os_malloc(typeCount * sizeof(TNC_MessageType));
169 typeCount * sizeof(TNC_MessageType));
170 imv->num_supported_types = typeCount;
143 TNC_TNCS_ReportMessageTypes( TNC_IMVID imvID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c110 TNC_UInt32 typeCount)
116 "typeCount=%lu)",
117 (unsigned long) imcID, (unsigned long) typeCount);
119 for (i = 0; i < typeCount; i++) {
130 os_malloc(typeCount * sizeof(TNC_MessageType));
134 typeCount * sizeof(TNC_MessageType));
135 imc->num_supported_types = typeCount;
107 TNC_TNCC_ReportMessageTypes( TNC_IMCID imcID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c146 TNC_UInt32 typeCount)
152 "typeCount=%lu)",
153 (unsigned long) imvID, (unsigned long) typeCount);
155 for (i = 0; i < typeCount; i++) {
165 os_malloc(typeCount * sizeof(TNC_MessageType));
169 typeCount * sizeof(TNC_MessageType));
170 imv->num_supported_types = typeCount;
143 TNC_TNCS_ReportMessageTypes( TNC_IMVID imvID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c110 TNC_UInt32 typeCount)
116 "typeCount=%lu)",
117 (unsigned long) imcID, (unsigned long) typeCount);
119 for (i = 0; i < typeCount; i++) {
130 os_malloc(typeCount * sizeof(TNC_MessageType));
134 typeCount * sizeof(TNC_MessageType));
135 imc->num_supported_types = typeCount;
107 TNC_TNCC_ReportMessageTypes( TNC_IMCID imcID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c146 TNC_UInt32 typeCount)
152 "typeCount=%lu)",
153 (unsigned long) imvID, (unsigned long) typeCount);
155 for (i = 0; i < typeCount; i++) {
165 os_malloc(typeCount * sizeof(TNC_MessageType));
169 typeCount * sizeof(TNC_MessageType));
170 imv->num_supported_types = typeCount;
143 TNC_TNCS_ReportMessageTypes( TNC_IMVID imvID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java651 final int typeCount = mStaticData.getCount();
652 for (int x = 0; x < typeCount; x++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 854 milliseconds