/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 35 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() local 39 sb1.append(str); in testInsertAppendCharSequence() 42 assertCharSequenceEquals(str, sb1, sb2); in testInsertAppendCharSequence() 87 StringBuilder sb1 = new StringBuilder(); in testSplice() local 95 sb1.setLength(0); in testSplice() 96 sb1.append(input); in testSplice() 97 sb1.replace(startThis, endThis, replacement); in testSplice() 101 assertCharSequenceEquals(input, sb1, sb2); in testSplice() 107 sb1.setLength(0); in testSplice() 108 sb1.append(input); in testSplice() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 32 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() local 36 sb1.append(str); in testInsertAppendCharSequence() 39 assertCharSequenceEquals(str, sb1, sb2); in testInsertAppendCharSequence() 84 StringBuilder sb1 = new StringBuilder(); in testSplice() local 92 sb1.setLength(0); in testSplice() 93 sb1.append(input); in testSplice() 94 sb1.replace(startThis, endThis, replacement); in testSplice() 98 assertCharSequenceEquals(input, sb1, sb2); in testSplice() 104 sb1.setLength(0); in testSplice() 105 sb1.append(input); in testSplice() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 60 UnicodeString sb1; in testInsertAppendUnicodeString() local 66 sb1.append(str); in testInsertAppendUnicodeString() 71 assertEqualsImpl(sb1, sb2); in testInsertAppendUnicodeString() 118 UnicodeString sb1; in testSplice() local 125 sb1.remove(); in testSplice() 126 sb1.append(cas.input); in testSplice() 127 sb1.replace(cas.startThis, cas.endThis - cas.startThis, replacement); in testSplice() 132 assertEqualsImpl(sb1, sb2); in testSplice() 138 sb1.remove(); in testSplice() 139 sb1.append(cas.input); in testSplice() [all …]
|
D | numbertest_modifiers.cpp | 126 FormattedStringBuilder sb1(sb); in testCurrencySpacingEnabledModifier() local 127 assertModifierEquals(mod2, sb1, 3, true, u"USD\u00A0123", u"$$$niii", status); in testCurrencySpacingEnabledModifier() 136 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionWithIndexSignatures.types | 48 declare let sb1: { x: A } & { y: B }; 49 >sb1 : { x: A; } & { y: B; } 57 tb1 = sb1; // Error 58 >tb1 = sb1 : { x: A; } & { y: B; } 60 >sb1 : { x: A; } & { y: B; }
|
D | intersectionWithIndexSignatures.symbols | 52 declare let sb1: { x: A } & { y: B }; 53 >sb1 : Symbol(sb1, Decl(intersectionWithIndexSignatures.ts, 13, 11)) 64 tb1 = sb1; // Error 66 >sb1 : Symbol(sb1, Decl(intersectionWithIndexSignatures.ts, 13, 11))
|
D | intersectionWithIndexSignatures.js | 15 declare let sb1: { x: A } & { y: B }; 18 tb1 = sb1; // Error 45 tb1 = sb1; // Error
|
D | intersectionWithIndexSignatures.errors.txt | 27 declare let sb1: { x: A } & { y: B }; 30 tb1 = sb1; // Error
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_scoreboard.cpp | 665 const scoreboard &sb0, const scoreboard &sb1) in merge() argument 670 sb.grf_deps[i] = merge(eq, sb0.grf_deps[i], sb1.grf_deps[i]); in merge() 672 sb.addr_dep = merge(eq, sb0.addr_dep, sb1.addr_dep); in merge() 673 sb.accum_dep = merge(eq, sb0.accum_dep, sb1.accum_dep); in merge() 683 shadow(const scoreboard &sb0, const scoreboard &sb1) in shadow() argument 688 sb.grf_deps[i] = shadow(sb0.grf_deps[i], sb1.grf_deps[i]); in shadow() 690 sb.addr_dep = shadow(sb0.addr_dep, sb1.addr_dep); in shadow() 691 sb.accum_dep = shadow(sb0.accum_dep, sb1.accum_dep); in shadow() 715 operator==(const scoreboard &sb0, const scoreboard &sb1) in operator ==() argument 718 if (sb0.grf_deps[i] != sb1.grf_deps[i]) in operator ==() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | ModifierTest.java | 104 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() local 105 assertModifierEquals(mod2, sb1, 3, true, "USD\u00A0123", "$$$niii"); in testCurrencySpacingEnabledModifier() 111 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | ModifierTest.java | 107 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() local 108 assertModifierEquals(mod2, sb1, 3, true, "USD\u00A0123", "$$$niii"); in testCurrencySpacingEnabledModifier() 114 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionWithIndexSignatures.ts | 16 declare let sb1: { x: A } & { y: B }; variable 19 tb1 = sb1; // Error
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erff.c | 79 sb1 = 3.0338060379e+01, /* 0x41f2b459 */ variable 115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
D | erf.c | 169 sb1 = 3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
/third_party/musl/src/math/ |
D | erf.c | 169 sb1 = 3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
D | erff.c | 79 sb1 = 3.0338060379e+01, /* 0x41f2b459 */ variable 115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | s_erfl.c | 152 sb1 = 1.08512869705594540211033733976348506e2L, /* 0x4005b20d, 0x2db7528d, 0x00d20dcb, 0x858f619… variable 244 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+ in erfl() 311 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+ in erfcl()
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
D | aria.c | 756 static const unsigned char sb1[256] = { variable 995 o->c[i ] = sb1[x->c[i ] ^ y->c[i ]]; in sl1() 1012 o[i + 2] = sb1[x->c[i + 2] ^ y->c[i + 2]]; in sl2()
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 756 static const unsigned char sb1[256] = { variable 995 o->c[i ] = sb1[x->c[i ] ^ y->c[i ]]; in sl1() 1012 o[i + 2] = sb1[x->c[i + 2] ^ y->c[i + 2]]; in sl2()
|
/third_party/mksh/ |
D | funcs.c | 2783 mtimecmp(const struct stat *sb1, const struct stat *sb2) in mtimecmp() argument 2785 if (sb1->st_mtime < sb2->st_mtime) in mtimecmp() 2787 if (sb1->st_mtime > sb2->st_mtime) in mtimecmp() 2790 if (sb1->st_mtimensec < sb2->st_mtimensec) in mtimecmp() 2792 if (sb1->st_mtimensec > sb2->st_mtimensec) in mtimecmp()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 436 struct stat sb1, sb2; in samefile() local 438 if (stat(path1, &sb1) != 0) in samefile() 442 return sb1.st_ino == sb2.st_ino && sb1.st_dev == sb2.st_dev; in samefile()
|
/third_party/curl/ |
D | config.sub | 1102 sb1-*)
|
/third_party/python/ |
D | config.sub | 1097 sb1-*)
|
/third_party/node/deps/cares/config/ |
D | config.sub | 1102 sb1-*)
|
/third_party/icu/icu4c/source/ |
D | config.sub | 1102 sb1-*)
|