Home
last modified time | relevance | path

Searched refs:forceCopy (Results 1 – 15 of 15) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DImmutableCollection.java442 boolean forceCopy; field in ImmutableCollection.ArrayBasedBuilder
459 forceCopy = false; in getReadyToExpandTo()
460 } else if (forceCopy) { in getReadyToExpandTo()
462 forceCopy = false; in getReadyToExpandTo()
DImmutableSet.java565 forceCopy = true;
DImmutableSortedSet.java493 this.forceCopy = true; in build()
DImmutableList.java786 forceCopy = true; in build()
/external/icu/icu4c/source/common/unicode/
Dures.h430 UBool forceCopy,
697 UBool forceCopy,
790 UBool forceCopy,
/external/icu/libandroidicu/include/unicode/
Dures.h430 UBool forceCopy,
697 UBool forceCopy,
790 UBool forceCopy,
/external/guava/guava/src/com/google/common/collect/
DImmutableList.java751 private boolean forceCopy;
769 forceCopy = false;
770 } else if (forceCopy) {
772 forceCopy = false;
863 forceCopy = true;
DImmutableSet.java448 boolean forceCopy;
468 if (forceCopy) {
470 forceCopy = false;
524 forceCopy = true;
DImmutableSortedSet.java566 forceCopy = true; in build()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2917 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/
Duresbund.cpp1309 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/
DSkBitmapDevice.cpp729 sk_sp<SkSpecialImage> SkBitmapDevice::snapSpecial(const SkIRect& bounds, bool forceCopy) { in snapSpecial() argument
730 if (forceCopy) { in snapSpecial()
DSkDevice.h268 virtual sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false);
/external/skia/src/gpu/
DSkGpuDevice.cpp1221 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/
Dshim.cpp2524 …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()