/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 | 770 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases() local 771 uint32_t listOffset = myContext->listOffset; in ucnv_io_countStandardAliases() 784 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases() local 785 uint32_t listOffset = myContext->listOffset; in ucnv_io_nextStandardAliases() 791 if (myContext->listIdx < listCount) { in ucnv_io_nextStandardAliases() 792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases() 841 UAliasContext *myContext; in ucnv_openStandardNames() local 849 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext))); in ucnv_openStandardNames() 850 if (myContext == NULL) { in ucnv_openStandardNames() 855 myContext->listOffset = listOffset; in ucnv_openStandardNames() [all …]
|
D | uloc.cpp | 1528 UKeywordsContext *myContext = NULL; in uloc_openKeywordList() local 1541 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext))); in uloc_openKeywordList() 1542 if (myContext == NULL) { in uloc_openKeywordList() 1547 myContext->keywords = (char *)uprv_malloc(keywordListSize+1); in uloc_openKeywordList() 1548 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList() 1549 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList() 1550 myContext->current = myContext->keywords; in uloc_openKeywordList() 1551 result->context = myContext; in uloc_openKeywordList()
|
D | uresbund.cpp | 2475 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local 2480 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales() 2482 if(!en || !myContext) { in ures_openAvailableLocales() 2485 uprv_free(myContext); in ures_openAvailableLocales() 2490 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales() 2491 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales() 2493 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales() 2497 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales() 2499 en->context = myContext; in ures_openAvailableLocales() 2504 ures_close(&myContext->installed); in ures_openAvailableLocales() [all …]
|
/external/opencv3/modules/highgui/src/ |
D | window_carbon.cpp | 222 CGContextRef myContext; in icvDrawImage() local 245 QDBeginCGContext (GetWindowPort (window->window), &myContext); in icvDrawImage() 246 CGContextSetInterpolationQuality (myContext, kCGInterpolationLow); in icvDrawImage() 247 CGContextDrawImage(myContext,rect,window->imageRef); in icvDrawImage() 248 CGContextFlush(myContext);// 4 in icvDrawImage() 249 QDEndCGContext (GetWindowPort(window->window), &myContext);// 5 in icvDrawImage()
|
/external/icu/icu4c/source/i18n/ |
D | ucurr.cpp | 2026 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local 2027 uint32_t currType = myContext->currType; in ucurr_countCurrencyList() 2044 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local 2047 while (myContext->listIdx < (sizeof(gCurrencyList)/sizeof(gCurrencyList[0]))-1) { in ucurr_nextCurrencyList() 2048 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList() 2049 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList() 2250 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local 2258 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies() 2259 if (myContext == NULL) { in ucurr_openISOCurrencies() 2264 myContext->currType = currType; in ucurr_openISOCurrencies() [all …]
|
/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/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,
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |