Home
last modified time | relevance | path

Searched refs:typeInt (Results 1 – 10 of 10) sorted by relevance

/external/skia/dm/
DDMGpuTestProcs.cpp59 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGaneshTestContexts() local
60 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGaneshTestContexts()
98 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGraphiteTestContexts() local
99 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGraphiteTestContexts()
/external/skia/tools/skqp/src/
Dskqp_GpuTestProcs.cpp101 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGaneshTestContexts() local
102 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType)typeInt; in RunWithGaneshTestContexts()
/external/cronet/third_party/icu/source/i18n/
Dnumparse_affixes.cpp287 for (int8_t typeInt = 0; typeInt < PATTERN_SIGN_TYPE_COUNT * 2; typeInt++) { in createAffixMatchers() local
288 auto type = static_cast<PatternSignType>(typeInt / 2); in createAffixMatchers()
289 bool dropCurrencySymbols = (typeInt % 2) == 1; in createAffixMatchers()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp287 for (int8_t typeInt = 0; typeInt < PATTERN_SIGN_TYPE_COUNT * 2; typeInt++) { in createAffixMatchers() local
288 auto type = static_cast<PatternSignType>(typeInt / 2); in createAffixMatchers()
289 bool dropCurrencySymbols = (typeInt % 2) == 1; in createAffixMatchers()
/external/skia/tests/
DVkDrawableTest.cpp294 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GANESH_TEST() local
296 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GANESH_TEST()
DSurfaceSemaphoreTest.cpp221 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GANESH_TEST() local
224 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GANESH_TEST()
/external/icu/icu4c/source/common/
Ducptrie.cpp50 int32_t typeInt = (options >> 6) & 3; in ucptrie_openFromBinary() local
52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()
57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary()
/external/cronet/third_party/icu/source/common/
Ducptrie.cpp50 int32_t typeInt = (options >> 6) & 3; in ucptrie_openFromBinary() local
52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()
57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java189 int typeInt = (options >> 6) & 3; in fromBinary() local
191 switch (typeInt) { in fromBinary()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCodePointTrie.java181 int typeInt = (options >> 6) & 3; in fromBinary() local
183 switch (typeInt) { in fromBinary()