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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilitiesTest.java30 int typeCount = DebugUtilities.typeCount();
31 if(typeCount==0) {
34 for(int j=0;j<typeCount;j++) {
36 logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount);
43 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
46 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
H A DDebugUtilities.java21 public static int typeCount() { method in class:DebugUtilities
/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/opencv3/modules/videoio/src/cap_winrt/
H A DMediaStreamSink.cpp247 HRESULT MediaStreamSink::GetMediaTypeCount(__out DWORD *typeCount)
249 return ExceptionBoundary([this, typeCount]()
253 CHKNULL(typeCount);
258 *typeCount = 0;
H A DMediaStreamSink.hpp71 IFACEMETHODIMP GetMediaTypeCount(__out DWORD *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);
178 if (typeIndex < 0 || typeIndex >= typeCount) {
221 return typeCount;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java429 typeCount != o.typeCount ||
466 typeCount = 1;
567 typeCount = typeOffsets.length / 2;
787 buf.append(",typeCount=" + typeCount);
842 private int typeCount; field in class:OlsonTimeZone
851 * Length is equal to typeCount
857 * type indices (from 0..typeCount-1).
910 typeCount
[all...]
/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/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp120 const VkDescriptorPoolSize typeCount = local
126 m_counts.push_back(typeCount);
/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++) {

Completed in 2037 milliseconds

12