/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableCollection.java | 442 boolean forceCopy; field in ImmutableCollection.ArrayBasedBuilder 459 forceCopy = false; in getReadyToExpandTo() 460 } else if (forceCopy) { in getReadyToExpandTo() 462 forceCopy = false; in getReadyToExpandTo()
|
D | ImmutableSet.java | 565 forceCopy = true;
|
D | ImmutableSortedSet.java | 493 this.forceCopy = true; in build()
|
D | ImmutableList.java | 786 forceCopy = true; in build()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 430 UBool forceCopy, 697 UBool forceCopy, 790 UBool forceCopy,
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 430 UBool forceCopy, 697 UBool forceCopy, 790 UBool forceCopy,
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableList.java | 751 private boolean forceCopy; 769 forceCopy = false; 770 } else if (forceCopy) { 772 forceCopy = false; 863 forceCopy = true;
|
D | ImmutableSet.java | 448 boolean forceCopy; 468 if (forceCopy) { 470 forceCopy = false; 524 forceCopy = true;
|
D | ImmutableSortedSet.java | 566 forceCopy = true; in build()
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 2917 UBool forceCopy; in tres_getString() local 2935 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString() 2939 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2941 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2943 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2956 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2958 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2960 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2971 if(forceCopy && s8 != p8) { in tres_getString()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1309 UBool forceCopy, in ures_toUTF8String() argument 1331 if (forceCopy) { in ures_toUTF8String() 1343 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1371 UBool forceCopy, in ures_getUTF8String() argument 1375 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1702 UBool forceCopy, in ures_getUTF8StringByIndex() argument 1706 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 2200 UBool forceCopy, in ures_getUTF8StringByKey() argument 2204 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 729 sk_sp<SkSpecialImage> SkBitmapDevice::snapSpecial(const SkIRect& bounds, bool forceCopy) { in snapSpecial() argument 730 if (forceCopy) { in snapSpecial()
|
D | SkDevice.h | 268 virtual sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false);
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1221 sk_sp<SkSpecialImage> SkGpuDevice::snapSpecial(const SkIRect& subset, bool forceCopy) { in snapSpecial() argument 1236 if (forceCopy || !view.asTextureProxy()) { in snapSpecial()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2524 …roid(const UResourceBundle * resB, char * dest, int32_t * length, UBool forceCopy, UErrorCode * st… in ures_getUTF8String_android() argument 2525 return ures_getUTF8String(resB, dest, length, forceCopy, status); in ures_getUTF8String_android() 2527 …ndle * resB, int32_t stringIndex, char * dest, int32_t * pLength, UBool forceCopy, UErrorCode * st… in ures_getUTF8StringByIndex_android() argument 2528 return ures_getUTF8StringByIndex(resB, stringIndex, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex_android() 2530 …eBundle * resB, const char * key, char * dest, int32_t * pLength, UBool forceCopy, UErrorCode * st… in ures_getUTF8StringByKey_android() argument 2531 return ures_getUTF8StringByKey(resB, key, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey_android()
|