Home
last modified time | relevance | path

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

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDebugUtilitiesTest.java30 int typeCount = DebugUtilities.typeCount(); in TestStrings()
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+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k); in TestStrings()
46 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k); in TestStrings()
H A DDebugUtilities.java26 public static int typeCount() { in typeCount() method in DebugUtilities
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesTest.java27 int typeCount = DebugUtilities.typeCount(); in TestStrings()
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+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k); in TestStrings()
43 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k); in TestStrings()
H A DDebugUtilities.java22 public static int typeCount() { in typeCount() method in DebugUtilities
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java148 int typeCount = 0; in isValidU()
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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleValidityChecker.java153 int typeCount = 0; in isValidU()
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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMaintenance3Check.cpp112 for (const auto& typeCount : typeCounts) in getAliveTypes()
114 if (typeCount.second.alive) in getAliveTypes()
115 aliveTypes.insert(typeCount.first); in getAliveTypes()
441 map<vk::VkDescriptorType, deUint32> typeCount; in getBindingsDescription() local
446 auto iter = typeCount.find(b.descriptorType); in getBindingsDescription()
447 if (iter == typeCount.end()) in getBindingsDescription()
448 iter = typeCount.insert(make_pair(b.descriptorType, (deUint32)0)).first; in getBindingsDescription()
462 for (const auto& tc : typeCount) in getBindingsDescription()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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
848 * Length is equal to typeCount
854 * type indices (from 0..typeCount-1).
907 typeCount in equals()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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
850 * Length is equal to typeCount
856 * type indices (from 0..typeCount-1).
909 typeCount in equals()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp113 for (const auto& typeCount : typeCounts) in getAliveTypes()
115 if (typeCount.second.alive) in getAliveTypes()
116 aliveTypes.insert(typeCount.first); in getAliveTypes()
442 map<vk::VkDescriptorType, deUint32> typeCount; in getBindingsDescription() local
447 auto iter = typeCount.find(b.descriptorType); in getBindingsDescription()
448 if (iter == typeCount.end()) in getBindingsDescription()
449 iter = typeCount.insert(make_pair(b.descriptorType, (deUint32)0)).first; in getBindingsDescription()
463 for (const auto& tc : typeCount) in getBindingsDescription()
/third_party/icu/icu4c/source/i18n/
H A Dolsontz.cpp107 typeCount = 1; in constructEmpty()
184 typeCount = (int16_t) len >> 1; in OlsonTimeZone()
288 typeCount = other.typeCount; in operator =()
638 if (typeCount != z->typeCount in hasSameRules()
649 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules()
753 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
770 historicRuleCount = typeCount; in initTransitionRules()
H A Dolsontz.h351 int16_t typeCount; member in OlsonTimeZone
355 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
362 * type indices (from 0..typeCount-1).
/third_party/node/deps/icu-small/source/i18n/
H A Dolsontz.cpp107 typeCount = 1; in constructEmpty()
184 typeCount = (int16_t) len >> 1; in OlsonTimeZone()
288 typeCount = other.typeCount; in operator =()
638 if (typeCount != z->typeCount in hasSameRules()
649 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules()
753 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
770 historicRuleCount = typeCount; in initTransitionRules()
H A Dolsontz.h351 int16_t typeCount; member in OlsonTimeZone
355 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
362 * type indices (from 0..typeCount-1).
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.cpp107 typeCount = 1; in constructEmpty()
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()
H A Dolsontz.h351 int16_t typeCount; member in OlsonTimeZone
355 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
362 * type indices (from 0..typeCount-1).
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dtnc.h38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp516 for (deUint32 typeCount = 1u; typeCount <= 4u; ++typeCount) in createNonUniformArgsTests()
518 params.hitParams.rayTypeCount = typeCount; in createNonUniformArgsTests()
519 for (deUint32 rayType = 0u; rayType < typeCount; ++rayType) in createNonUniformArgsTests()
522 nonUniformGroup->addChild(new NonUniformArgsCase(testCtx, "chit_" + de::toString(typeCount) + "_types_" + de::toString(rayType), params)); in createNonUniformArgsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp515 for (deUint32 typeCount = 1u; typeCount <= 4u; ++typeCount) in createNonUniformArgsTests()
517 params.hitParams.rayTypeCount = typeCount; in createNonUniformArgsTests()
518 for (deUint32 rayType = 0u; rayType < typeCount; ++rayType) in createNonUniformArgsTests()
521 nonUniformGroup->addChild(new NonUniformArgsCase(testCtx, "chit_" + de::toString(typeCount) + "_types_" + de::toString(rayType), "", params)); in createNonUniformArgsTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c110 TNC_UInt32 typeCount) in TNC_TNCC_ReportMessageTypes()
116 "typeCount=%lu)", in TNC_TNCC_ReportMessageTypes()
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()
107 TNC_TNCC_ReportMessageTypes( TNC_IMCID imcID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) TNC_TNCC_ReportMessageTypes() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c146 TNC_UInt32 typeCount) in TNC_TNCS_ReportMessageTypes()
152 "typeCount=%lu)", in TNC_TNCS_ReportMessageTypes()
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()
143 TNC_TNCS_ReportMessageTypes( TNC_IMVID imvID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) TNC_TNCS_ReportMessageTypes() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c110 TNC_UInt32 typeCount) in TNC_TNCC_ReportMessageTypes()
116 "typeCount=%lu)", in TNC_TNCC_ReportMessageTypes()
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()
107 TNC_TNCC_ReportMessageTypes( TNC_IMCID imcID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) TNC_TNCC_ReportMessageTypes() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dtncs.c146 TNC_UInt32 typeCount) in TNC_TNCS_ReportMessageTypes()
152 "typeCount=%lu)", in TNC_TNCS_ReportMessageTypes()
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()
143 TNC_TNCS_ReportMessageTypes( TNC_IMVID imvID, TNC_MessageTypeList supportedTypes, TNC_UInt32 typeCount) TNC_TNCS_ReportMessageTypes() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp162 const VkDescriptorPoolSize typeCount = in addType() local
168 m_counts.push_back(typeCount); in addType()

Completed in 24 milliseconds

12