Home
last modified time | relevance | path

Searched refs:myContext (Results 1 - 14 of 14) sorted by relevance

/third_party/node/test/known_issues/
H A Dtestcfg.py7 myContext = copy.copy(context)
8 myContext.expect_fail = 1
9 return testpy.SimpleTestConfiguration(myContext, root, 'known_issues')
/third_party/icu/icu4c/source/common/
H A Ducnv_io.cpp774 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases() local
775 uint32_t listOffset = myContext->listOffset; in ucnv_io_countStandardAliases()
788 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases() local
789 uint32_t listOffset = myContext->listOffset; in ucnv_io_nextStandardAliases()
795 if (myContext->listIdx < listCount) { in ucnv_io_nextStandardAliases()
796 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()
847 UAliasContext *myContext; in ucnv_openStandardNames() local
855 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext))); in ucnv_openStandardNames()
856 if (myContext == NULL) { in ucnv_openStandardNames()
861 myContext in ucnv_openStandardNames()
1032 uint16_t *myContext = (uint16_t *)(enumerator->context); ucnv_io_nextAllConverters() local
1067 uint16_t *myContext; ucnv_openAllNames() local
[all...]
H A Duloc.cpp1380 LocalMemory<UKeywordsContext> myContext; in uloc_openKeywordList() local
1386 myContext.adoptInstead(static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext)))); in uloc_openKeywordList()
1388 if (myContext.isNull() || result.isNull()) { in uloc_openKeywordList()
1393 myContext->keywords = static_cast<char *>(uprv_malloc(keywordListSize+1)); in uloc_openKeywordList()
1394 if (myContext->keywords == nullptr) { in uloc_openKeywordList()
1398 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList()
1399 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList()
1400 myContext->current = myContext->keywords; in uloc_openKeywordList()
1401 result->context = myContext in uloc_openKeywordList()
[all...]
H A Ducurr.cpp2043 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local
2044 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()
2061 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local
2064 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()
2065 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
2066 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2271 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local
2279 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()
2280 if (myContext == NULL) { in ucurr_openISOCurrencies()
2285 myContext in ucurr_openISOCurrencies()
[all...]
H A Duresbund.cpp2926 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local
2931 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()
2933 if(!en || !myContext) { in ures_openAvailableLocales()
2936 uprv_free(myContext); in ures_openAvailableLocales()
2941 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()
2942 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()
2944 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()
2948 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2950 en->context = myContext; in ures_openAvailableLocales()
2955 ures_close(&myContext in ures_openAvailableLocales()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp774 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases() local
775 uint32_t listOffset = myContext->listOffset; in ucnv_io_countStandardAliases()
788 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases() local
789 uint32_t listOffset = myContext->listOffset; in ucnv_io_nextStandardAliases()
795 if (myContext->listIdx < listCount) { in ucnv_io_nextStandardAliases()
796 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()
847 UAliasContext *myContext; in ucnv_openStandardNames() local
855 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext))); in ucnv_openStandardNames()
856 if (myContext == nullptr) { in ucnv_openStandardNames()
861 myContext in ucnv_openStandardNames()
1032 uint16_t *myContext = (uint16_t *)(enumerator->context); ucnv_io_nextAllConverters() local
1067 uint16_t *myContext; ucnv_openAllNames() local
[all...]
H A Duloc.cpp1362 LocalMemory<UKeywordsContext> myContext; in uloc_openKeywordList() local
1368 myContext.adoptInstead(static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext)))); in uloc_openKeywordList()
1370 if (myContext.isNull() || result.isNull()) { in uloc_openKeywordList()
1375 myContext->keywords = static_cast<char *>(uprv_malloc(keywordListSize+1)); in uloc_openKeywordList()
1376 if (myContext->keywords == nullptr) { in uloc_openKeywordList()
1380 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList()
1381 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList()
1382 myContext->current = myContext->keywords; in uloc_openKeywordList()
1383 result->context = myContext in uloc_openKeywordList()
[all...]
H A Ducurr.cpp2069 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local
2070 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()
2087 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local
2090 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()
2091 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
2092 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2297 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local
2305 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()
2306 if (myContext == nullptr) { in ucurr_openISOCurrencies()
2311 myContext in ucurr_openISOCurrencies()
[all...]
H A Duresbund.cpp2990 ULocalesContext *myContext = nullptr; in ures_openAvailableLocales() local
2995 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()
2997 if(!en || !myContext) { in ures_openAvailableLocales()
3000 uprv_free(myContext); in ures_openAvailableLocales()
3005 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()
3006 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()
3008 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()
3012 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
3014 en->context = myContext; in ures_openAvailableLocales()
3019 ures_close(&myContext in ures_openAvailableLocales()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_io.cpp774 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases() local
775 uint32_t listOffset = myContext->listOffset; in ucnv_io_countStandardAliases()
788 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases() local
789 uint32_t listOffset = myContext->listOffset; in ucnv_io_nextStandardAliases()
795 if (myContext->listIdx < listCount) { in ucnv_io_nextStandardAliases()
796 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()
847 UAliasContext *myContext; in ucnv_openStandardNames() local
855 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext))); in ucnv_openStandardNames()
856 if (myContext == NULL) { in ucnv_openStandardNames()
861 myContext in ucnv_openStandardNames()
1032 uint16_t *myContext = (uint16_t *)(enumerator->context); ucnv_io_nextAllConverters() local
1067 uint16_t *myContext; ucnv_openAllNames() local
[all...]
H A Duloc.cpp1370 LocalMemory<UKeywordsContext> myContext; in uloc_openKeywordList() local
1376 myContext.adoptInstead(static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext)))); in uloc_openKeywordList()
1378 if (myContext.isNull() || result.isNull()) { in uloc_openKeywordList()
1383 myContext->keywords = static_cast<char *>(uprv_malloc(keywordListSize+1)); in uloc_openKeywordList()
1384 if (myContext->keywords == nullptr) { in uloc_openKeywordList()
1388 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList()
1389 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList()
1390 myContext->current = myContext->keywords; in uloc_openKeywordList()
1391 result->context = myContext in uloc_openKeywordList()
[all...]
H A Ducurr.cpp2017 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local
2018 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()
2035 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local
2038 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()
2039 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
2040 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2245 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local
2253 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()
2254 if (myContext == NULL) { in ucurr_openISOCurrencies()
2259 myContext in ucurr_openISOCurrencies()
[all...]
H A Duresbund.cpp2566 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local
2571 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()
2573 if(!en || !myContext) { in ures_openAvailableLocales()
2576 uprv_free(myContext); in ures_openAvailableLocales()
2581 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()
2582 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()
2584 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()
2588 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2590 en->context = myContext; in ures_openAvailableLocales()
2595 ures_close(&myContext in ures_openAvailableLocales()
[all...]
/third_party/skia/src/image/
H A DSkImage.cpp193 auto myContext = as_IB(this)->context(); in makeSubset() local
195 if (myContext && !myContext->priv().matches(direct)) { in makeSubset()
519 auto myContext = as_IB(this)->context(); in makeWithFilter() local
520 if (myContext && !myContext->priv().matches(rContext)) { in makeWithFilter()
592 auto myContext = as_IB(this)->context(); in makeColorTypeAndColorSpace() local
594 if (myContext && !myContext->priv().matches(dContext)) { in makeColorTypeAndColorSpace()

Completed in 41 milliseconds