Lines Matching refs:out0
66 zx_handle_t out0, out1; in close_single_present_handle() local
67 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_single_present_handle()
68 *channel_0 = out0; in close_single_present_handle()
100 zx_handle_t out0, out1; in close_multiple_present_handles_with_some_invalid() local
101 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_multiple_present_handles_with_some_invalid()
102 channels_0[i] = out0; in close_multiple_present_handles_with_some_invalid()
155 zx_handle_t out0, out1; in close_array_of_present_handles() local
156 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_array_of_present_handles()
157 channels_0[i] = out0; in close_array_of_present_handles()
209 zx_handle_t out0, out1; in close_out_of_line_array_of_nonnullable_handles() local
210 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_out_of_line_array_of_nonnullable_handles()
211 channels_0[i] = out0; in close_out_of_line_array_of_nonnullable_handles()
293 zx_handle_t out0, out1; in close_present_too_large_nullable_vector_of_handles() local
294 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_present_too_large_nullable_vector_of_handles()
295 channels_0[i] = out0; in close_present_too_large_nullable_vector_of_handles()