Home
last modified time | relevance | path

Searched refs:four (Results 1 - 25 of 63) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp115 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest()
130 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) { in CheckFourCases()
146 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases()
151 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) { in RecordFourCases()
164 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases()
178 one + ", " + two + ", " + three + ", " + four in TestRoot()
181 CheckFourCases("", one, two, three, four, results, "TestRoot()"); in TestRoot()
187 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results, "TestBogus()")) { in TestBogus()
188 CheckFourCases("ex_PY", one, two, three, four, results, "TestBogus()"); in TestBogus()
199 one + ", " + two + ", " + three + ", and " + four in TestEnglish()
129 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) CheckFourCases() argument
150 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) RecordFourCases() argument
[all...]
H A Dlistformattertest.h100 UnicodeString four,
108 UnicodeString four,
126 const UnicodeString four; member in ListFormatterTest
/third_party/python/Modules/_decimal/libmpdec/
H A Dbench_full.c68 mpd_t *two, *four, *c; in color_point() local
82 four = new_mpd(); in color_point()
84 mpd_set_u32(four, 4, ctx); in color_point()
89 for (i = 0; i < maxiter && mpd_cmp(c, four, ctx) <= 0; i++) { in color_point()
103 mpd_del(four); in color_point()
/third_party/typescript/tests/baselines/reference/
H A DtypeUsedAsValueError.js20 let four = new TypeAliasForSomeClass();
37 var four = new TypeAliasForSomeClass();
H A DunusedLocalsAndObjectSpread.js25 function four() { function
63 function four() {
/third_party/ffmpeg/libavcodec/mips/
H A Diirfilter_mips.c91 float four = 4.0; in iir_filter_flt_mips() local
139 "madd.s %[res1], %[res1], $f8, %[four] \n\t" in iir_filter_flt_mips()
145 "madd.s %[res2], %[res2], $f0, %[four] \n\t" in iir_filter_flt_mips()
148 "madd.s %[res3], %[res3], $f8, %[four] \n\t" in iir_filter_flt_mips()
153 "madd.s %[res4], %[res4], $f8, %[four] \n\t" in iir_filter_flt_mips()
163 [four]"f"(four), [six]"f"(six) in iir_filter_flt_mips()
/third_party/python/Lib/distutils/tests/
H A Dtest_dep_util.py40 four = os.path.join(targets, 'four')
43 self.write_file(four)
45 self.assertEqual(newer_pairwise([one, two], [three, four]),
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py89 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
93 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
97 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
258 four='hello', five='goodbye')
263 dict(four='hello', five='goodbye')),
268 dict(four='hello', five='goodbye'))])
590 four='hello', five='goodbye')
595 dict(four='hello', five='goodbye')),
600 dict(four='hello', five='goodbye'))])
614 four
[all...]
/third_party/icu/icu4c/source/samples/ustring/
H A Dustring.cpp484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
485 printUnicodeString("writeable-alias string: ", four); in demoUnicodeStringStorage()
487 four.setCharAt(1, 0x39); in demoUnicodeStringStorage()
488 for(i=0; i<four.length(); ++i) { in demoUnicodeStringStorage()
494 two=four; in demoUnicodeStringStorage()
/third_party/skia/third_party/externals/icu/source/samples/ustring/
H A Dustring.cpp484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
485 printUnicodeString("writeable-alias string: ", four); in demoUnicodeStringStorage()
487 four.setCharAt(1, 0x39); in demoUnicodeStringStorage()
488 for(i=0; i<four.length(); ++i) { in demoUnicodeStringStorage()
494 two=four; in demoUnicodeStringStorage()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D2-1.c55 void *four; member
126 (mystruct.three != 3) || (mystruct.four != (void *)4)) { in main()
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp1084 using four = HelperTypedef<FunctionFour>;
1173 Functions::four::physical_device::add_implementation_to_layer(unknown_funcs.at(4), layer_0); in TEST()
1174 Functions::four::physical_device::add_to_layer(unknown_funcs.at(4), layer_1, D<4>{}); in TEST()
1192 Functions::four::device::add_to_driver(unknown_funcs.at(9), physical_device); in TEST()
1193 Functions::four::device::add_to_layer(unknown_funcs.at(9), layer_0, D<8>{}); in TEST()
1194 Functions::four::device::add_to_layer(unknown_funcs.at(9), layer_1, D<9>{}); in TEST()
1214 unknown_funcs.at(4).check<Functions::four::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1221 unknown_funcs.at(9).check<Functions::four::device>(env.vulkan_functions, inst.inst, dev.dev); in TEST()
1229 unknown_funcs.at(9).check<Functions::four::device>(env.vulkan_functions, dev.dev, dev.dev); in TEST()
1246 unknown_funcs.at(9).check<Functions::four in TEST()
[all...]
/third_party/rust/crates/proc-macro-error/tests/ui/
H A Dexplicit_span_range.rs4 explicit_span_range!(one, two, three, four);
H A Dchildren_messages.rs4 children_messages!(one, two, three, four);
H A Demit.rs4 emit!(one, two, three, four, five);
/third_party/libabigail/tests/data/test-annotate/
H A Dtest-anonymous-members-0.cc20 enum {three, four} e2; enumerator
/third_party/cJSON/tests/unity/test/expectdata/
H A Dtestsample_yaml.c31 #include <four.h>
H A Dtestsample_mock_yaml.c36 #include <four.h>
/third_party/unity/test/expectdata/
H A Dtestsample_yaml.c31 #include <four.h>
H A Dtestsample_mock_yaml.c36 #include <four.h>
/third_party/ffmpeg/libswscale/x86/
H A Dscale_avx2.asm28 four: times 8 dd 4 label
53 mova m14, [four]
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c212 char four[] = ":fe80::bed5:4695:6cac:bef8:4695:6cac:bef8:4695:bef8:4695:6cac:bef8:4695"; in getaddrinfo_1100() local
215 strcat(one, four); in getaddrinfo_1100()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_neon.S44 @ Do four 4x4 transposes, using q registers for the subtransposes that don't
804 @ Do four 4x4 transposes. Originally, d16-d31 contain the
988 @ Do four 4x4 transposes. Originally, d16-d31 contain the
1048 @ Do four 4x4 transposes. Originally, d16-d31 contain the
1362 @ Do four 4x4 transposes. Originally, d16-d31 contain the
/third_party/gn/src/gn/
H A Dfunction_exec_script.cc128 "I expected between one and four arguments.");
/third_party/ffmpeg/libavcodec/ppc/
H A Dvp3dsp_altivec.c48 vec_u16 four = vec_splat_u16(4);\
121 #define SHIFT4(a) vec_sra(a, four)

Completed in 14 milliseconds

123