Home
last modified time | relevance | path

Searched refs:sample_output (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Drotation.c35 struct sample_output { struct
53 struct sample_output *sample_output = wl_container_of(listener, sample_output, frame); in output_frame_notify() argument
80 sample_output->x_offs += sample_output->x_vel * seconds; in output_frame_notify()
81 sample_output->y_offs += sample_output->y_vel * seconds; in output_frame_notify()
83 sample_output->x_offs = 0; in output_frame_notify()
93 struct sample_output *sample_output; in update_velocities() local
101 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
104 free(sample_output); in output_remove_notify()
110 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
115 sample_output->x_offs = sample_output->y_offs = 0; in new_output_notify()
[all …]
H A Dsimple.c25 struct sample_output { struct
40 struct sample_output *sample_output = in output_frame_notify() local
74 struct sample_output *sample_output = in output_remove_notify() local
77 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
78 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
79 free(sample_output); in output_remove_notify()
86 struct sample_output *sample_output = in new_output_notify() local
87 calloc(1, sizeof(struct sample_output)); in new_output_notify()
93 sample_output->output = output; in new_output_notify()
94 sample_output->sample = sample; in new_output_notify()
[all …]
H A Dtouch.c50 struct sample_output { struct
65 struct sample_output *sample_output = wl_container_of(listener, sample_output, frame); in output_frame_notify() argument
66 struct sample_state *sample = sample_output->sample; in output_frame_notify()
144 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
145 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
146 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
147 free(sample_output); in output_remove_notify()
153 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
158 sample_output->output = output; in new_output_notify()
159 sample_output->sample = sample; in new_output_notify()
[all …]
H A Dmulti-pointer.c55 struct sample_output { struct
72 struct sample_output *output; in configure_cursor() argument
130 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
132 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
133 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
134 wl_list_remove(&sample_output->link); in output_remove_notify()
135 free(sample_output); in output_remove_notify()
146 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
151 sample_output->output = output; in new_output_notify()
152 sample_output->sample = sample; in new_output_notify()
[all …]
H A Doutput-layout.c36 struct sample_output { struct
149 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
150 struct sample_state *sample = sample_output->sample; in output_remove_notify()
152 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
153 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
154 free(sample_output); in output_remove_notify()
160 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
166 sample_output->output = output; in new_output_notify()
167 sample_output->sample = sample; in new_output_notify()
169 sample_output->frame.notify = output_frame_notify; in new_output_notify()
[all …]
H A Dpointer.c59 struct sample_output { struct
93 struct sample_output *sample_output = wl_container_of(listener, sample_output, frame); in output_frame_notify() local
94 struct sample_state *state = sample_output->state; in output_frame_notify()
240 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
243 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
244 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
245 free(sample_output); in output_remove_notify()
251 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
256 sample_output->output = output; in new_output_notify()
257 sample_output->state = sample; in new_output_notify()
[all …]
H A Dtablet.c64 struct sample_output { struct
79 struct sample_output *sample_output = wl_container_of(listener, sample_output, frame); in output_frame_notify() argument
80 struct sample_state *sample = sample_output->sample; in output_frame_notify()
231 struct sample_output *sample_output = wl_container_of(listener, sample_output, destroy); in output_remove_notify() local
232 wl_list_remove(&sample_output->frame.link); in output_remove_notify()
233 wl_list_remove(&sample_output->destroy.link); in output_remove_notify()
234 free(sample_output); in output_remove_notify()
240 struct sample_output *sample_output = calloc(1, sizeof(struct sample_output)); in new_output_notify() local
245 sample_output->output = output; in new_output_notify()
246 sample_output->sample = sample; in new_output_notify()
[all …]
/dports/www/py-hpack/hpack-4.0.0/
H A DMakefile1 .PHONY: publish sample_output
8 sample_output: target
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/forwarders/
H A Dforwarder_utils_unittest.py15 sample_output = [
19 for line in sample_output:
/dports/devel/py-botocore/botocore-1.21.61/tests/functional/
H A Dtest_waiter_config.py180 sample_output = arg_gen.generate_skeleton(op_model.output_shape)
181 search_result = jmespath.search(expression, sample_output)
/dports/devel/antlr/antlr-2.7.7/examples/cpp/HTML/
H A Dhtml.g142 : emphasize | strong | definition | code | sample_output|
328 sample_output
/dports/devel/antlr/antlr-2.7.7/examples/java/HTML/
H A Dhtml.g139 : emphasize | strong | definition | code | sample_output|
330 sample_output
/dports/devel/antlr/antlr-2.7.7/examples/csharp/HTML/
H A Dhtml.g144 : emphasize | strong | definition | code | sample_output|
335 sample_output
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/connectors/
H A Dtest_iscsi.py293 sample_output = ('# BEGIN RECORD 2.0-872\n'
302 mock_iscsiadm.return_value = (sample_output % (tport, tport), '')
/dports/graphics/py-pyrsgis/pyrsgis-0.4.1/pyrsgis.egg-info/
H A DPKG-INFO313 out_file_path = r'D:/sample_output.tif'
/dports/graphics/py-pyrsgis/pyrsgis-0.4.1/
H A DPKG-INFO313 out_file_path = r'D:/sample_output.tif'
H A DREADME.md305 out_file_path = r'D:/sample_output.tif'
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/
H A Ddevice_utils_test.py2896 self.sample_output = [
2907 return [line for line in self.sample_output if substring in line]
2980 self.sample_output):
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_file.py3575 sample_output = textwrap.dedent(
3594 {"cmd.run": MagicMock(return_value=sample_output)},