/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/angle/third_party/vulkan-deps/glslang/src/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 | uloc.cpp | 1370 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()
|
D | ucurr.cpp | 2017 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 …]
|
D | uresbund.cpp | 2555 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local 2560 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales() 2562 if(!en || !myContext) { in ures_openAvailableLocales() 2565 uprv_free(myContext); in ures_openAvailableLocales() 2570 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales() 2571 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales() 2573 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales() 2577 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales() 2579 en->context = myContext; in ures_openAvailableLocales() 2584 ures_close(&myContext->installed); in ures_openAvailableLocales() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.memberFunCall.frag | 3 struct myContext { 13 myContext context;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.memberFunCall.frag | 3 struct myContext { 13 myContext context;
|
/external/skia/src/image/ |
D | SkImage.cpp | 195 auto myContext = as_IB(this)->context(); in makeSubset() local 197 if (myContext && !myContext->priv().matches(direct)) { in makeSubset() 531 auto myContext = as_IB(this)->context(); in makeWithFilter() local 532 if (myContext && !myContext->priv().matches(rContext)) { in makeWithFilter() 604 auto myContext = as_IB(this)->context(); in makeColorTypeAndColorSpace() local 606 if (myContext && !myContext->priv().matches(dContext)) { in makeColorTypeAndColorSpace()
|
/external/llvm-project/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/ARCMT/ |
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,
|
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,
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 1174 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1191 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint, 1196 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1212 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,
|