/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | FormattedStringBuilderTest.java | 32 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() 36 sb1.append(str); in testInsertAppendCharSequence() 39 assertCharSequenceEquals(str, sb1, sb2); in testInsertAppendCharSequence() 84 StringBuilder sb1 = new StringBuilder(); in testSplice() 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 in testSplice() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | FormattedStringBuilderTest.java | 35 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() 39 sb1.append(str); in testInsertAppendCharSequence() 42 assertCharSequenceEquals(str, sb1, sb2); in testInsertAppendCharSequence() 87 StringBuilder sb1 = new StringBuilder(); in testSplice() 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 in testSplice() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A 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 in testSplice() 154 UnicodeString sb1; testInsertAppendCodePoint() local 198 FormattedStringBuilder sb1; testCopy() local [all...] |
H A D | numbertest_modifiers.cpp | 126 FormattedStringBuilder sb1(sb); in testCurrencySpacingEnabledModifier() 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/ |
H A D | intersectionWithIndexSignatures.js | 15 declare let sb1: { x: A } & { y: B }; 18 tb1 = sb1; // Error 45 tb1 = sb1; // Error
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | ModifierTest.java | 107 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | ModifierTest.java | 104 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() 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/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 665 const scoreboard &sb0, const scoreboard &sb1) 670 sb.grf_deps[i] = merge(eq, sb0.grf_deps[i], sb1.grf_deps[i]); 672 sb.addr_dep = merge(eq, sb0.addr_dep, sb1.addr_dep); 673 sb.accum_dep = merge(eq, sb0.accum_dep, sb1.accum_dep); 683 shadow(const scoreboard &sb0, const scoreboard &sb1) 688 sb.grf_deps[i] = shadow(sb0.grf_deps[i], sb1.grf_deps[i]); 690 sb.addr_dep = shadow(sb0.addr_dep, sb1.addr_dep); 691 sb.accum_dep = shadow(sb0.accum_dep, sb1.accum_dep); 715 operator==(const scoreboard &sb0, const scoreboard &sb1) 718 if (sb0.grf_deps[i] != sb1 [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A 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()
|
H A 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/musl/src/math/ |
H A 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()
|
H A 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/ |
H A D | s_erfl.c | 152 sb1 = 1.08512869705594540211033733976348506e2L, /* 0x4005b20d, 0x2db7528d, 0x00d20dcb, 0x858f6191 */ 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/mksh/ |
H A 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/ |
H A 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/node/deps/openssl/openssl/crypto/aria/ |
H A 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/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 950 for (const auto& sb1 : simpleBindings) 952 if ((sb.set == sb1.set) && (sb1.type == VK_DESCRIPTOR_TYPE_SAMPLER))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 949 for (const auto& sb1 : simpleBindings) 951 if ((sb.set == sb1.set) && (sb1.type == VK_DESCRIPTOR_TYPE_SAMPLER))
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 408 static AvahiServiceBrowser *sb1 = NULL, *sb2 = NULL; variable 10516 if (sb1) { in avahi_browser_shutdown() 10517 avahi_service_browser_free(sb1); in avahi_browser_shutdown() 10518 sb1 = NULL; in avahi_browser_shutdown() 10571 if (!sb1) in client_callback() 10572 if (!(sb1 = in client_callback()
|