/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | CopyOnWriteArrayListTest.java | 56 List<String> bcd = list.subList(1, 4); in testSubListAndNonStructuralChanges() local 68 List<String> bcd = list.subList(1, 4); in testSubListAndStructuralChanges() local 80 List<String> bcd = list.subList(1, 4); in testSubListAndSizePreservingStructuralChanges() local 116 List<String> bcd = list.subList(1, 4); in testSubListClear() local 130 Iterator<String> bcd = list.subList(1, 4).iterator(); in testSubListIteratorGetsSnapshot() local 141 List<String> bcd = list.subList(1, 4); in testSubListRemoveByValue() local 150 List<String> bcd = list.subList(1, 4); in testSubListRemoveByIndex() local 215 List<String> bcd = list.subList(1, 4); in testSubListAddIsAtEnd() local 224 List<String> bcd = list.subList(1, 4); in testSubListAddAll() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 479 #define GETCOEFF(df, bcd) { \ argument 484 #define GETWCOEFF(df, bcd) { \ argument 495 #define GETCOEFF(df, bcd) { \ argument 504 #define GETWCOEFF(df, bcd) { \ argument 523 #define GETCOEFF(df, bcd) { \ argument 541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 479 #define GETCOEFF(df, bcd) { \ argument 484 #define GETWCOEFF(df, bcd) { \ argument 495 #define GETCOEFF(df, bcd) { \ argument 504 #define GETWCOEFF(df, bcd) { \ argument 523 #define GETCOEFF(df, bcd) { \ argument 541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
|
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | decNumberLocal.h | 479 #define GETCOEFF(df, bcd) { \ argument 484 #define GETWCOEFF(df, bcd) { \ argument 495 #define GETCOEFF(df, bcd) { \ argument 504 #define GETWCOEFF(df, bcd) { \ argument 523 #define GETCOEFF(df, bcd) { \ argument 541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
|
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | decNumberLocal.h | 479 #define GETCOEFF(df, bcd) { \ argument 484 #define GETWCOEFF(df, bcd) { \ argument 495 #define GETCOEFF(df, bcd) { \ argument 504 #define GETWCOEFF(df, bcd) { \ argument 523 #define GETCOEFF(df, bcd) { \ argument 541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_64BitBCD.java | 20 private long bcd; field in DecimalQuantity_64BitBCD 124 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
|
H A D | DecimalQuantity_ByteArrayBCD.java | 20 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/ |
H A D | DecimalQuantity_64BitBCD.java | 23 private long bcd; field in DecimalQuantity_64BitBCD 127 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
|
H A D | DecimalQuantity_ByteArrayBCD.java | 23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
|
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/uicc/ |
H A D | IccUtils.java | 99 public static byte[] bcdToBytes(String bcd) { in bcdToBytes() 112 public static void bcdToBytes(String bcd, byte[] bytes) { in bcdToBytes() 124 public static void bcdToBytes(String bcd, byte[] bytes, int offset) { in bcdToBytes()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/internal/ |
H A D | StringPoolTest.java | 26 String bcd = stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3); in testStringPool() local
|
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | StringPoolTest.java | 36 String bcd = stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3); in testStringPool() local
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | PatchWriter.h | 686 float4 bcd = mix(bc, cd, T); in chopAndWriteCubics() local 706 float2 bcd = (bc + cd) * .5f; in chopAndWriteCubics() local
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | SkPath_cubicTo_example_parametric_animated.cpp | 51 SkPoint bcd = interpolate(bc, cd, frame); in draw() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | CharSetTest.java | 387 final CharSet bcd = CharSet.getInstance("bcd"); in testContains_Char() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 99 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 661 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
|
/aosp_15_r20/external/coreboot/src/device/dram/ |
H A D | ddr2.c | 162 static enum cb_err spd_decode_bcd_time(u32 *bcd, u8 c) in spd_decode_bcd_time()
|
/aosp_15_r20/external/coreboot/util/supermicro/smcbiosinfo/ |
H A D | smcbiosinfo.c | 95 static int get_line_as_int(char *fn, char *match, int bcd) in get_line_as_int()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/ |
D | Utils.java | 41 kotlin.Triple<? extends B, ? extends C, ? extends D> bcd) { in toQuad()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | FitCubicToCircleSlide.cpp | 98 double bcd = lerp(bc, cd, T); in eval_cubic() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | platform.py | 716 def _bcd2str(bcd): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | toy_spirit.cpp | 641 literal<char const *> bcd = lit("bcd"); in test_toy_spirit() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGeometry.cpp | 492 float2 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local 526 float4 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
|