/third_party/icu/icu4c/source/test/intltest/ |
H A D | citrtest.cpp | 209 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local 220 if (*test1 != *test5) in TestConstructionAndEquality() 227 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality() 241 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality() 245 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality() 251 delete test5; in TestConstructionAndEquality() 295 UCharCharacterIterator* test5 = test1->clone(); in TestConstructionAndEqualityUChariter() local 317 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter() 327 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter() 339 test5 in TestConstructionAndEqualityUChariter() [all...] |
H A D | ustrtest.cpp | 273 UnicodeString test5((UChar)0x5000); in TestCompare() 286 !(test5 < test6) in TestCompare() 472 UnicodeString test5; in TestExtract() local 482 test1.extractBetween(-3, 7, test5); in TestExtract() 483 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract() 487 test1.extractBetween(11, 23, test5); in TestExtract() 518 if (test1.charAt((int32_t)(11 + i)) != test5.charAt(i)) { in TestExtract() 660 UnicodeString& test5 = test1; in TestRemoveReplace() local 683 if (test5[i] != 0x53 && test5[ in TestRemoveReplace() [all...] |
/third_party/alsa-utils/alsaloop/ |
H A D | test.sh | 65 test5() { function 91 test5) shift; ARGS="$@"; test5 ;;
|
/third_party/node/test/parallel/ |
H A D | test-process-warning.js | 50 setImmediate(test5); 53 function test5() { function
|
H A D | test-domain-uncaught-exception.js | 99 function test5() { function 117 fn: test5,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | numericLiteralsWithTrailingDecimalPoints01.js | 13 var test5 = 3 .toString(); variable 51 var test5 = 3..toString();
variable
|
H A D | numericLiteralsWithTrailingDecimalPoints02.js | 13 var test5 = 3 .toString(); variable 50 var test5 = 3..toString();
variable
|
H A D | noImplicitReturnsInAsync2.js | 17 async function test5(isError: boolean = true): Promise<any> { //should not be error 65 function test5(isError = true) {
function
|
H A D | optionalPropertiesTest.js | 30 var test5: i1 = { M: function () { } }; 61 var test5 = { M: function () { } };
|
H A D | dependentDestructuredVariables.js | 340 test5 = value1.test5, 650 function foo({ value1, test1 = value1.test1, test2 = value1.test2, test3 = value1.test3, test4 = value1.test4, test5 = value1.test5, test6 = value1.test6, test7 = value1.test7, test8 = value1.test8, test9 = value1.test9 }) { }
809 declare function foo({ value1, test1, test2, test3, test4, test5, test6, test7, test8, test9 }: {
815 test5?: any;
|
H A D | typeGuardTypeOfUndefined.js | 49 function test5(a: boolean | void) { function 232 function test5(a) {
|
H A D | callsOnComplexSignatures.js | 75 function test5() { function 153 function test5() {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 188 std::string test5 = "foo \t\f\r\v\n"; in TEST() local 189 absl::StripAsciiWhitespace(&test5); in TEST() 190 EXPECT_EQ(test5, "foo"); in TEST()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_structures.py | 619 test5 = Test5() 624 result = func(test5) 648 test5.an_int = 0x12000000 649 test5.nested.an_int = 0x345600 650 test5.another_int = 0x78 654 result = func(byref(test5)) 656 self.assertEqual(test5.an_int, 0) 657 self.assertEqual(test5.nested.an_int, 0) 658 self.assertEqual(test5.another_int, 0)
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | acl1.c | 193 static void test5(char *file) in test5() function 314 test5(path); in test_acl_default() 343 test5(argv[1]); in main()
|
/third_party/ltp/lib/newlib_tests/shell/ |
H A D | tst_errexit.sh | 53 test5() function
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_force_empty.sh | 44 test5() function
|
H A D | memcg_stat_rss.sh | 39 test5() function
|
H A D | memcg_memsw_limit_in_bytes_test.sh | 33 test5() function
|
H A D | memcg_limit_in_bytes.sh | 49 test5() function
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
H A D | main.c | 252 test5(void) in test5() function 363 n = test5(); in main() 364 lwsl_user("%s: test5: %d\n", __func__, n); in main()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty01.c | 329 static void test5(void) in test5() function 377 tst_resm(TPASS, "test5"); in test5() 389 test5(); in main()
|
/third_party/rust/crates/heck/src/ |
H A D | shouty_kebab.rs | 64 t!(test5: "kebab-case" => "KEBAB-CASE");
|
H A D | title.rs | 64 t!(test5: "kebab-case" => "Kebab Case");
|
H A D | kebab.rs | 63 t!(test5: "kebab-case" => "kebab-case");
|