/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.memberFunCall.frag.out | 12 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 …]
|
/external/testng/src/test/java/test/guice/ |
D | GuiceTestModule.java | 7 private final MyContext myContext; field in GuiceTestModule 10 GuiceTestModule(MyContext myContext) { in GuiceTestModule() argument 11 this.myContext = myContext; in GuiceTestModule() 16 bind(MySession.class).toInstance(myContext.getSession()); in configure()
|
/external/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 774 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 …]
|
D | ucurr.cpp | 2045 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 …]
|
D | uloc.cpp | 1590 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()
|
D | uresbund.cpp | 2490 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 …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.memberFunCall.frag | 3 struct myContext { 13 myContext context;
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1110 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1127 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint, 1132 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1148 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
|
D | objcmt-arc-cf-annotations.m | 1068 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1085 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint, 1090 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1106 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1063 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1080 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint, 1085 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1101 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
|