Home
last modified time | relevance | path

Searched refs:myContext (Results 1 – 20 of 20) sorted by relevance

/third_party/glslang/Test/baseResults/
Dhlsl.memberFunCall.frag.out12 0:4 Function Definition: myContext::method1( ( temp float)
17 0:4 Function Call: myContext::method2( ( temp float)
19 0:5 Function Definition: myContext::method2( ( temp float)
24 0:5 Function Call: myContext::method3(f1; ( temp float)
28 0:6 Function Definition: myContext::method3(f1; ( temp float)
34 0:6 Function Call: myContext::method4(f1;f1; ( temp float)
38 0:7 Function Definition: myContext::method4(f1;f1; ( temp float)
65 0:15 Function Call: myContext::method1( ( temp float)
90 0:4 Function Definition: myContext::method1( ( temp float)
95 0:4 Function Call: myContext::method2( ( temp float)
[all …]
/third_party/node/test/known_issues/
Dtestcfg.py7 myContext = copy.copy(context)
8 myContext.expect_fail = 1
9 return testpy.SimpleTestConfiguration(myContext, root, 'known_issues')
/third_party/flutter/skia/third_party/externals/icu/source/common/
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->listOffset = listOffset; in ucnv_openStandardNames()
[all …]
Ducurr.cpp2045 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local
2046 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()
2063 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local
2066 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()
2067 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
2068 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2273 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local
2281 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()
2282 if (myContext == NULL) { in ucurr_openISOCurrencies()
2287 myContext->currType = currType; in ucurr_openISOCurrencies()
[all …]
Duloc.cpp1590 UKeywordsContext *myContext = NULL; in uloc_openKeywordList() local
1603 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext))); in uloc_openKeywordList()
1604 if (myContext == NULL) { in uloc_openKeywordList()
1609 myContext->keywords = (char *)uprv_malloc(keywordListSize+1); in uloc_openKeywordList()
1610 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList()
1611 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList()
1612 myContext->current = myContext->keywords; in uloc_openKeywordList()
1613 result->context = myContext; in uloc_openKeywordList()
Duresbund.cpp2490 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local
2495 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()
2497 if(!en || !myContext) { in ures_openAvailableLocales()
2500 uprv_free(myContext); in ures_openAvailableLocales()
2505 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()
2506 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()
2508 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()
2512 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2514 en->context = myContext; in ures_openAvailableLocales()
2519 ures_close(&myContext->installed); in ures_openAvailableLocales()
[all …]
/third_party/icu/icu4c/source/common/
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->listOffset = listOffset; in ucnv_openStandardNames()
[all …]
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.orphan(); in uloc_openKeywordList()
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->currType = currType; in ucurr_openISOCurrencies()
[all …]
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->installed); in ures_openAvailableLocales()
[all …]
/third_party/node/deps/icu-small/source/common/
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->listOffset = listOffset; in ucnv_openStandardNames()
[all …]
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.orphan(); in uloc_openKeywordList()
Ducurr.cpp2018 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local
2019 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()
2036 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local
2039 while (myContext->listIdx < UPRV_LENGTHOF(gCurrencyList)-1) { in ucurr_nextCurrencyList()
2040 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()
2041 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2246 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local
2254 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()
2255 if (myContext == NULL) { in ucurr_openISOCurrencies()
2260 myContext->currType = currType; in ucurr_openISOCurrencies()
[all …]
Duresbund.cpp2754 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local
2759 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()
2761 if(!en || !myContext) { in ures_openAvailableLocales()
2764 uprv_free(myContext); in ures_openAvailableLocales()
2769 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()
2770 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()
2772 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()
2776 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2778 en->context = myContext; in ures_openAvailableLocales()
2783 ures_close(&myContext->installed); in ures_openAvailableLocales()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
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->listOffset = listOffset; in ucnv_openStandardNames()
[all …]
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.orphan(); in uloc_openKeywordList()
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->currType = currType; in ucurr_openISOCurrencies()
[all …]
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->installed); in ures_openAvailableLocales()
[all …]
/third_party/glslang/Test/
Dhlsl.memberFunCall.frag3 struct myContext {
13 myContext context;
/third_party/skia/src/image/
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()