Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDebugUtilitiesTest.java30 int typeCount = DebugUtilities.typeCount(); in TestStrings() local
31 if(typeCount==0) { in TestStrings()
34 for(int j=0;j<typeCount;j++) { in TestStrings()
36 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings()
43 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
46 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
DDebugUtilities.java26 public static int typeCount() { in typeCount() method in DebugUtilities
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilitiesTest.java27 int typeCount = DebugUtilities.typeCount(); in TestStrings() local
28 if(typeCount==0) { in TestStrings()
31 for(int j=0;j<typeCount;j++) { in TestStrings()
33 … logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount); in TestStrings()
40 …errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCou… in TestStrings()
43 …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/testing/src/com/android/i18n/test/timezone/
DZoneInfoDataTest.java578 int typeCount = 257; // Max types allowed is 256 in testReadTimeZone_TooManyTypes() local
580 long[][] transitions = createTransitions(transitionCount, typeCount); in testReadTimeZone_TooManyTypes()
581 int[][] types = createTypes(typeCount); in testReadTimeZone_TooManyTypes()
598 int typeCount = 5; in testReadTimeZone_TooManyTransitions() local
600 long[][] transitions = createTransitions(transitionCount, typeCount); in testReadTimeZone_TooManyTransitions()
601 int[][] types = createTypes(typeCount); in testReadTimeZone_TooManyTransitions()
868 private static int[][] createTypes(int typeCount) { in createTypes() argument
869 int[][] types = new int[typeCount][2]; in createTypes()
870 for (int i = 0; i < typeCount; i++) { in createTypes()
872 types[i][0] = typeCount; in createTypes()
[all …]
/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/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/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java153 int typeCount = 0; in isValidU() local
183 typeCount = 0; in isValidU()
190 ++typeCount; in isValidU()
193 if (typeCount > 1) { in isValidU()
198 if (typeCount == 1) { in isValidU()
207 if (typeCount == 1) { in isValidU()
/external/icu/icu4j/main/classes/core/src/com/ibm/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/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp107 for (const auto& typeCount : typeCounts) in getAliveTypes() local
109 if (typeCount.second.alive) in getAliveTypes()
110 aliveTypes.insert(typeCount.first); in getAliveTypes()
405 map<vk::VkDescriptorType, deUint32> typeCount; in getBindingsDescription() local
410 auto iter = typeCount.find(b.descriptorType); in getBindingsDescription()
411 if (iter == typeCount.end()) in getBindingsDescription()
412 iter = typeCount.insert(make_pair(b.descriptorType, (deUint32)0)).first; in getBindingsDescription()
422 for (const auto& tc : typeCount) in getBindingsDescription()
/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()
784 buf.append(",typeCount=" + typeCount); in toString()
839 private int typeCount; field in OlsonTimeZone
907 typeCount == z.typeCount && in equals()
919 typeCount ^ (typeCount>>>8) + in hashCode()
1145 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1164 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()
786 buf.append(",typeCount=" + typeCount); in toString()
841 private int typeCount; field in OlsonTimeZone
909 typeCount == z.typeCount && in equals()
921 typeCount ^ (typeCount>>>8) + in hashCode()
1147 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1166 historicRules = new TimeArrayTimeZoneRule[typeCount]; in initTransitionRules()
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
DSharedSteps.java134 int typeCount = 0; in getMemberByTypeAndPosition() local
137 if (typeCount == position) { in getMemberByTypeAndPosition()
140 typeCount++; in getMemberByTypeAndPosition()
/external/wpa_supplicant_8/src/common/
Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java62 private final int typeCount; field in DexBackedDexFile
92 typeCount = readSmallUint(HeaderItem.TYPE_COUNT_OFFSET); in DexBackedDexFile()
165 if (typeIndex < 0 || typeIndex >= typeCount) {
224 return typeCount;
/external/icu/icu4c/source/i18n/
Dolsontz.cpp107 typeCount = 1; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
184 typeCount = (int16_t) len >> 1; in OlsonTimeZone()
288 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/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp162 const VkDescriptorPoolSize typeCount = in addType() local
168 m_counts.push_back(typeCount); in addType()
/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 typeCount * sizeof(TNC_MessageType)); in TNC_TNCS_ReportMessageTypes()
168 imv->num_supported_types = typeCount; in TNC_TNCS_ReportMessageTypes()
/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 typeCount * sizeof(TNC_MessageType)); in TNC_TNCC_ReportMessageTypes()
133 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
/external/icu/libicu/cts_headers/
Dolsontz.h349 int16_t typeCount; variable
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java550 final int typeCount = classifications.length; in createClassificationResult() local
552 typeCount > 0 ? classifications[0] : null; in createClassificationResult()
553 for (int i = 0; i < typeCount; i++) { in createClassificationResult()
/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java70 …public static final ConcurrentHashMap<String, Long> typeCount = GET_TYPE_COUNTS ? new ConcurrentHa… field in LogicalGrouping
123 typeCount.compute(pathType.toString(), (k, v) -> (v == null) ? 1 : v + 1); in getPaths()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java538 final int typeCount = typeList.size();
539 for (int i = 0; i < typeCount; i++) {
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java846 for (String s : LogicalGrouping.typeCount.keySet()) { in main()
847 System.out.println(s + "=" + LogicalGrouping.typeCount.get(s)); in main()

12