Home
last modified time | relevance | path

Searched refs:test_pipe (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/glib/glib/tests/
Dspawn-singlethread.c219 gint test_pipe[3][2]; in test_spawn_async_with_fds() local
227 test_pipe[j][0] = -1; in test_spawn_async_with_fds()
228 test_pipe[j][1] = -1; in test_spawn_async_with_fds()
231 test_pipe[j][0] = -5; in test_spawn_async_with_fds()
232 test_pipe[j][1] = -5; in test_spawn_async_with_fds()
236 g_unix_open_pipe (test_pipe[j], FD_CLOEXEC, &error); in test_spawn_async_with_fds()
239 g_assert_cmpint (_pipe (test_pipe[j], 4096, _O_BINARY), >=, 0); in test_spawn_async_with_fds()
244 test_pipe[j][0] = test_pipe[1][0]; in test_spawn_async_with_fds()
245 test_pipe[j][1] = test_pipe[1][1]; in test_spawn_async_with_fds()
257 test_pipe[0][0], test_pipe[1][1], test_pipe[2][1], in test_spawn_async_with_fds()
[all …]
/third_party/glib/gio/tests/
Dtest-pipe-unix.c52 test_pipe (GInputStream **is, in test_pipe() function
109 if (!test_pipe (&left_in, &right_out, error)) in test_bidi_pipe()
112 if (!test_pipe (&right_in, &left_out, error)) in test_bidi_pipe()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/subgroup_uniform_control_flow/large/
Dsubgroup_reconverge_partial02.amber64 PIPELINE compute test_pipe
73 RUN test_pipe 1 1 1
Dsubgroup_reconverge02.amber64 PIPELINE compute test_pipe
73 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial01.amber62 PIPELINE compute test_pipe
71 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial05.amber65 PIPELINE compute test_pipe
74 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial06.amber70 PIPELINE compute test_pipe
79 RUN test_pipe 1 1 1
Dsubgroup_reconverge07.amber69 PIPELINE compute test_pipe
78 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial08.amber66 PIPELINE compute test_pipe
75 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial12.amber73 PIPELINE compute test_pipe
82 RUN test_pipe 1 1 1
Dsubgroup_reconverge12.amber73 PIPELINE compute test_pipe
82 RUN test_pipe 1 1 1
Dsubgroup_reconverge17.amber67 PIPELINE compute test_pipe
76 RUN test_pipe 1 1 1
Dsubgroup_reconverge_partial14.amber71 PIPELINE compute test_pipe
80 RUN test_pipe 1 1 1
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/subgroup_uniform_control_flow/small/
Dsmall_subgroup_reconverge_partial02.amber64 PIPELINE compute test_pipe
73 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge02.amber64 PIPELINE compute test_pipe
73 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge_partial12.amber73 PIPELINE compute test_pipe
82 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge_partial17.amber67 PIPELINE compute test_pipe
76 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge_partial08.amber66 PIPELINE compute test_pipe
75 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge07.amber69 PIPELINE compute test_pipe
78 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge_partial05.amber65 PIPELINE compute test_pipe
74 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge14.amber71 PIPELINE compute test_pipe
80 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge06.amber70 PIPELINE compute test_pipe
79 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge_partial14.amber71 PIPELINE compute test_pipe
80 RUN test_pipe 1 1 1
Dsmall_subgroup_reconverge03.amber64 PIPELINE compute test_pipe
73 RUN test_pipe 1 1 1
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/subgroup_uniform_control_flow/small_control/
Dsmall_subgroup_reconverge_partial02.amber71 PIPELINE compute test_pipe
84 RUN test_pipe 1 1 1

12345678