Home
last modified time | relevance | path

Searched defs:bcd (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DCopyOnWriteArrayListTest.java56 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 DdecNumberLocal.h479 #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 DdecNumberLocal.h479 #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 Dnumber_utils.cpp186 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 DdecNumberLocal.h479 #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 Dnumber_utils.cpp186 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 DdecNumberLocal.h479 #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 DDecimalQuantity_64BitBCD.java20 private long bcd; field in DecimalQuantity_64BitBCD
124 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
H A DDecimalQuantity_ByteArrayBCD.java20 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 DDecimalQuantity_64BitBCD.java23 private long bcd; field in DecimalQuantity_64BitBCD
127 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
H A DDecimalQuantity_ByteArrayBCD.java23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java99 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 DStringPoolTest.java26 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 DStringPoolTest.java36 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 DPatchWriter.h686 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 DSkPath_cubicTo_example_parametric_animated.cpp51 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 DCharSetTest.java387 final CharSet bcd = CharSet.getInstance("bcd"); in testContains_Char() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp99 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 Dddr2.c162 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 Dsmcbiosinfo.c95 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/
DUtils.java41 kotlin.Triple<? extends B, ? extends C, ? extends D> bcd) { in toQuad()
/aosp_15_r20/external/skia/tools/viewer/
H A DFitCubicToCircleSlide.cpp98 double bcd = lerp(bc, cd, T); in eval_cubic() local
/aosp_15_r20/external/python/cpython2/Lib/
Dplatform.py716 def _bcd2str(bcd): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dtoy_spirit.cpp641 literal<char const *> bcd = lit("bcd"); in test_toy_spirit() local
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp492 float2 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
526 float4 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local

1234