Home
last modified time | relevance | path

Searched refs:test5 (Results 1 - 25 of 55) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp209 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 Dustrtest.cpp273 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 Dtest.sh65 test5() { function
91 test5) shift; ARGS="$@"; test5 ;;
/third_party/node/test/parallel/
H A Dtest-process-warning.js50 setImmediate(test5);
53 function test5() { function
H A Dtest-domain-uncaught-exception.js99 function test5() { function
117 fn: test5,
/third_party/typescript/tests/baselines/reference/
H A DnumericLiteralsWithTrailingDecimalPoints01.js13 var test5 = 3 .toString(); variable
51 var test5 = 3..toString(); variable
H A DnumericLiteralsWithTrailingDecimalPoints02.js13 var test5 = 3 .toString(); variable
50 var test5 = 3..toString(); variable
H A DnoImplicitReturnsInAsync2.js17 async function test5(isError: boolean = true): Promise<any> { //should not be error
65 function test5(isError = true) { function
H A DoptionalPropertiesTest.js30 var test5: i1 = { M: function () { } };
61 var test5 = { M: function () { } };
H A DdependentDestructuredVariables.js340 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 DtypeGuardTypeOfUndefined.js49 function test5(a: boolean | void) { function
232 function test5(a) {
H A DcallsOnComplexSignatures.js75 function test5() { function
153 function test5() {
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstrip_test.cc188 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 Dtest_structures.py619 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 Dacl1.c193 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 Dtst_errexit.sh53 test5() function
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_force_empty.sh44 test5() function
H A Dmemcg_stat_rss.sh39 test5() function
H A Dmemcg_memsw_limit_in_bytes_test.sh33 test5() function
H A Dmemcg_limit_in_bytes.sh49 test5() function
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c252 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 Dpty01.c329 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 Dshouty_kebab.rs64 t!(test5: "kebab-case" => "KEBAB-CASE");
H A Dtitle.rs64 t!(test5: "kebab-case" => "Kebab Case");
H A Dkebab.rs63 t!(test5: "kebab-case" => "kebab-case");

Completed in 11 milliseconds

123