Home
last modified time | relevance | path

Searched refs:str2 (Results 76 - 100 of 234) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
H A DprivateNameMethodCallExpression.js21 const str2 = this.getInstance().#method2`head${1}middle${2}tail`;
54 const str2 = __classPrivateFieldGet((_c = this.getInstance()), _AA_instances, "m", _AA_method2).bind(_c) `head${1}middle${2}tail`;
H A DprivateNameStaticMethodCallExpression.js21 const str2 = AA.getClass().#method2`head${1}middle${2}tail`;
50 const str2 = __classPrivateFieldGet((_d = AA.getClass()), _a, "m", _AA_method2).bind(_d) `head${1}middle${2}tail`;
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4.c178 const u8 *str2 = NULL; in sof_ipc4_log_header() local
207 str2 = ipc4_dbg_notification_type[notif]; in sof_ipc4_log_header()
208 if (!str2) in sof_ipc4_log_header()
209 str2 = "Unknown Global notification"; in sof_ipc4_log_header()
213 if (str2) { in sof_ipc4_log_header()
216 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header()
220 msg->extension, str, str2); in sof_ipc4_log_header()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DUtilityTest.java236 CaseInsensitiveString str2 = new CaseInsensitiveString("This IS a test"); in TestCaseInsensitiveString()
237 if (!str1.equals(str2) in TestCaseInsensitiveString()
239 || str1.toString().equals(str2.toString())) in TestCaseInsensitiveString()
241 errln("FAIL: str1("+str1+") != str2("+str2+")"); in TestCaseInsensitiveString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DUtilityTest.java259 CaseInsensitiveString str2 = new CaseInsensitiveString("This IS a test"); in TestCaseInsensitiveString()
260 if (!str1.equals(str2) in TestCaseInsensitiveString()
262 || str1.toString().equals(str2.toString())) in TestCaseInsensitiveString()
264 errln("FAIL: str1("+str1+") != str2("+str2+")"); in TestCaseInsensitiveString()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.cpp369 std::string ConcatPath(const std::string &str1, const std::string &str2) in ConcatPath() argument
372 if (str2.empty()) { in ConcatPath()
376 return str2; in ConcatPath()
381 return str1 + str2; in ConcatPath()
383 return str1 + '/' + str2; in ConcatPath()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.cpp369 std::string ConcatPath(const std::string &str1, const std::string &str2) in ConcatPath() argument
372 if (str2.empty()) { in ConcatPath()
376 return str2; in ConcatPath()
381 return str1 + str2; in ConcatPath()
383 return str1 + '/' + str2; in ConcatPath()
/third_party/ffmpeg/libavformat/
H A Did3v2enc.c66 static int id3v2_put_ttag(ID3v2EncContext *id3, AVIOContext *avioc, const char *str1, const char *str2, in id3v2_put_ttag() argument
78 (!str2 || string_is_ascii(str2))) in id3v2_put_ttag()
83 if (str2) in id3v2_put_ttag()
84 id3v2_encode_string(dyn_buf, str2, enc); in id3v2_put_ttag()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java1174 String str2 = "\u0b70"; in TestBengaliSortKey()
1176 int result = col.compare(str1, str2); in TestBengaliSortKey()
1182 errln(printKey(col, str2).toString()); in TestBengaliSortKey()
1258 String str1, str2; in caseFirstCompressionSub()
1272 str2 = buf2.toString(); in caseFirstCompressionSub()
1275 CollationKey key2 = col.getCollationKey(str2); in caseFirstCompressionSub()
1278 int cmpCol = col.compare(str1, str2); in caseFirstCompressionSub()
1281 errln("Inconsistent comparison(" + opt + "): str1=" + str1 + ", str2=" + str2 + ", cmpKey=" + cmpKey + " , cmpCol=" + cmpCol); in caseFirstCompressionSub()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java1177 String str2 = "\u0b70"; in TestBengaliSortKey()
1179 int result = col.compare(str1, str2); in TestBengaliSortKey()
1185 errln(printKey(col, str2).toString()); in TestBengaliSortKey()
1261 String str1, str2; in caseFirstCompressionSub()
1275 str2 = buf2.toString(); in caseFirstCompressionSub()
1278 CollationKey key2 = col.getCollationKey(str2); in caseFirstCompressionSub()
1281 int cmpCol = col.compare(str1, str2); in caseFirstCompressionSub()
1284 errln("Inconsistent comparison(" + opt + "): str1=" + str1 + ", str2=" + str2 + ", cmpKey=" + cmpKey + " , cmpCol=" + cmpCol); in caseFirstCompressionSub()
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Dstring.c72 int __weak strcmp(const char *str1, const char *str2) in strcmp() argument
76 const unsigned char *s2 = (const unsigned char *)str2; in strcmp()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dstrset.c34 const char *str2 = s->strs_data + key2; in strset_equal_fn() local
36 return strcmp(str1, str2) == 0; in strset_equal_fn()
/third_party/icu/icu4c/source/common/
H A Dcstring.h117 uprv_stricmp(const char *str1, const char *str2);
124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
/third_party/node/deps/icu-small/source/common/
H A Dcstring.h117 uprv_stricmp(const char *str1, const char *str2);
124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
/third_party/lwip/src/include/lwip/
H A Ddef.h137 int lwip_strnicmp(const char* str1, const char* str2, size_t len);
141 int lwip_stricmp(const char* str1, const char* str2);
/third_party/libbpf/src/
H A Dstrset.c34 const char *str2 = s->strs_data + key2; in strset_equal_fn() local
36 return strcmp(str1, str2) == 0; in strset_equal_fn()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcstring.h117 uprv_stricmp(const char *str1, const char *str2);
124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
/third_party/skia/gm/
H A Dpatharcto.cpp49 const char* str2 = "M10.156,30.995l4.881,2.63 16.17,8.713a1647300736,1647300736 0,0 0,31.287 16.86c0.68,0.366 1.368,0.721 2.041,1.1 2.242,1.257 3.002,3.864 1.72,6.094 -0.659,1.147 -1.296,2.31 -1.978,3.442 -1.276,2.117 -3.973,2.632 -6.102,1.536 -0.244,-0.125 -0.485,-0.259 -0.727,-0.388l-4.102,-2.19 -15.401,-8.225 -18.536,-9.9 -13.893,-7.419c-0.939,-0.501 -1.88,-0.998 -2.816,-1.504C1.2,40.935 0.087,39.5 0.004,37.75c-0.08,-1.672 1.078,-3.277 1.826,-4.702 0.248,-0.471 0.479,-0.958 0.75,-1.416 0.772,-1.306 2.224,-2.05 3.726,-2.05 1.45,0 2.627,0.754 3.85,1.414z"; in DEF_SIMPLE_GM() local
51 SkParsePath::FromSVGString(str2, &path2); in DEF_SIMPLE_GM()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h157 std::string str2 = res2; \
172 std::string str2 = res2; \
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/
H A Dcommon.h157 std::string str2 = res2; \
172 std::string str2 = res2; \
/test/xts/dcts/common/
H A Dshm_utils.cpp161 char* str2 = Int2String(code, codeStr); in writeCodeDataToShm() local
162 if (str2 == nullptr) { in writeCodeDataToShm()
163 LOG("ERROR: str2 == nullptr"); in writeCodeDataToShm()
/third_party/json/tests/src/
H A Dunit-convenience.cpp183 std::string str2 = concat(hello_data, world, '!'); variable
187 CHECK(str2 == expected);
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOID.pm223 my $str2 = join(',', @{$name2oid{$name}->{nums}});
226 unless $str1 eq $str2;
/third_party/openssl/util/perl/OpenSSL/
H A DOID.pm223 my $str2 = join(',', @{$name2oid{$name}->{nums}});
226 unless $str1 eq $str2;
/third_party/unity/test/tests/
H A Dtest_unity_strings.c127 const char str2[] = { 0x41, 0x42, 0x04, 0x00 }; in testNotEqualString5() local
129 TEST_ASSERT_EQUAL_STRING(str1, str2); in testNotEqualString5()

Completed in 17 milliseconds

12345678910