Home
last modified time | relevance | path

Searched defs:sb1 (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/asio/test/
Dread_until.cpp113 std::string::allocator_type> sb1 = boost::asio::dynamic_buffer(data1); in test_dynamic_string_read_until_char() local
201 boost::asio::streambuf sb1; in test_streambuf_read_until_char() local
290 std::string::allocator_type> sb1 = boost::asio::dynamic_buffer(data1); in test_dynamic_string_read_until_string() local
378 boost::asio::streambuf sb1; in test_streambuf_read_until_string() local
496 std::string::allocator_type> sb1 = boost::asio::dynamic_buffer(data1); in test_dynamic_string_read_until_match_condition() local
584 boost::asio::streambuf sb1; in test_streambuf_read_until_match_condition() local
690 std::string::allocator_type> sb1 = boost::asio::dynamic_buffer(data1); in test_dynamic_string_async_read_until_char() local
851 boost::asio::streambuf sb1; in test_streambuf_async_read_until_char() local
1013 std::string::allocator_type> sb1 = boost::asio::dynamic_buffer(data1); in test_dynamic_string_async_read_until_string() local
1174 boost::asio::streambuf sb1; in test_streambuf_async_read_until_string() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedStringBuilderTest.java35 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() local
87 StringBuilder sb1 = new StringBuilder(); in testSplice() local
122 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCodePoint() local
129 assertCharSequenceEquals(Integer.toString(cas), sb1, sb2); in testInsertAppendCodePoint() local
157 FormattedStringBuilder sb1 = new FormattedStringBuilder(); in testCopy() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java32 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCharSequence() local
84 StringBuilder sb1 = new StringBuilder(); in testSplice() local
119 StringBuilder sb1 = new StringBuilder(); in testInsertAppendCodePoint() local
126 assertCharSequenceEquals(Integer.toString(cas), sb1, sb2); in testInsertAppendCodePoint() local
154 FormattedStringBuilder sb1 = new FormattedStringBuilder(); in testCopy() local
/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp58 UnicodeString sb1; in testInsertAppendUnicodeString() local
116 UnicodeString sb1; in testSplice() local
152 UnicodeString sb1; in testInsertAppendCodePoint() local
196 FormattedStringBuilder sb1; in testCopy() local
Dnumbertest_modifiers.cpp126 FormattedStringBuilder sb1(sb); in testCurrencySpacingEnabledModifier() local
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionWithIndexSignatures.ts16 declare let sb1: { x: A } & { y: B }; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DModifierTest.java104 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DModifierTest.java107 FormattedStringBuilder sb1 = new FormattedStringBuilder(sb); in testCurrencySpacingEnabledModifier() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_scoreboard.cpp634 const scoreboard &sb0, const scoreboard &sb1) in merge()
652 shadow(const scoreboard &sb0, const scoreboard &sb1) in shadow()
684 operator==(const scoreboard &sb0, const scoreboard &sb1) in operator ==()
701 operator!=(const scoreboard &sb0, const scoreboard &sb1) in operator !=()
/third_party/boost/libs/io/test/
Dios_state_unit_test.cpp218 std::stringbuf sb1, sb2("Hi there"); in ios_rdbuf_saver_unit_test() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Derf.c169 sb1 = 3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */ variable
Derff.c79 sb1 = 3.0338060379e+01, /* 0x41f2b459 */ variable
/third_party/musl/src/math/
Derf.c169 sb1 = 3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */ variable
Derff.c79 sb1 = 3.0338060379e+01, /* 0x41f2b459 */ variable
/third_party/openssl/crypto/aria/
Daria.c756 static const unsigned char sb1[256] = { variable
/third_party/mksh/
Dfuncs.c2783 mtimecmp(const struct stat *sb1, const struct stat *sb2) in mtimecmp()
/third_party/boost/tools/boostdep/src/
Dboostdep.cpp2606 teebuf( std::streambuf * sb1, std::streambuf * sb2 ): sb1_( sb1 ), sb2_( sb2 ) in teebuf()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c436 struct stat sb1, sb2; in samefile() local