Home
last modified time | relevance | path

Searched refs:paired (Results 1 - 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DanyInferenceAnonymousFunctions.js2 var paired: any[]; variable
4 paired.reduce(function (a1, a2) {
10 paired.reduce((b1, b2) => {
15 paired.reduce((b3, b4) => b3.concat({}), []);
17 paired.map((c1) => c1.count);
18 paired.map(function (c2) { return c2.count; });
21 var paired; variable
22 paired.reduce(function (a1, a2) {
25 paired.reduce(function (b1, b2) {
28 paired
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtextencoding.js103 const paired = 0x10000 + (((c1 & 0x3FF) << 10) | (c2 & 0x3FF));
104 buffer.push((paired >> 18) | 0xF0);
105 buffer.push(((paired >> 12) & 0x3F) | 0x80);
106 buffer.push(((paired >> 6) & 0x3F) | 0x80);
107 buffer.push((paired & 0x3F) | 0x80);
/third_party/libinput/udev/
H A Dlibinput-device-group.c43 const WacomMatch *paired; in wacom_handle_paired() local
52 paired = libwacom_get_paired_device(tablet); in wacom_handle_paired()
53 if (!paired) in wacom_handle_paired()
56 *vendor_id = libwacom_match_get_vendor_id(paired); in wacom_handle_paired()
57 *product_id = libwacom_match_get_product_id(paired); in wacom_handle_paired()
/third_party/ffmpeg/tests/fate/
H A Dhevc.mak233 fate-hevc-paired-fields: CMD = probeframes -show_entries frame=interlaced_frame,top_field_first $(TARGET_SAMPLES)/hevc/paired_fields.hevc
234 FATE_HEVC_FFPROBE-$(call DEMDEC, HEVC, HEVC) += fate-hevc-paired-fields
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c67 /** If the scheduler has paired an RGB and an Alpha instruction together,
981 int paired = 0; in try_convert_and_pair() local
1004 paired = 1; in try_convert_and_pair()
1010 if (!paired) { in try_convert_and_pair()
/third_party/libinput/src/
H A Devdev-mt-touchpad.c3912 we need to loop through all devices and check their paired in tp_requires_rotation()
3926 const WacomMatch *paired; in tp_requires_rotation() local
3928 paired = libwacom_get_paired_device(*d); in tp_requires_rotation()
3929 if (paired && in tp_requires_rotation()
3930 libwacom_match_get_vendor_id(paired) == vid && in tp_requires_rotation()
3931 libwacom_match_get_product_id(paired) == pid) { in tp_requires_rotation()
/third_party/libinput/test/
H A Dtest-tablet.c5327 enum litest_device_type paired = paired_device(tablet); in START_TEST() local
5328 if (paired == LITEST_NO_DEVICE) in START_TEST()
5339 struct litest_device *finger = litest_add_device(li, paired); in START_TEST()

Completed in 14 milliseconds