Home
last modified time | relevance | path

Searched refs:outchannel (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgspawn-win32.c936 GIOChannel *outchannel = NULL; in g_spawn_sync() local
991 outchannel = g_io_channel_win32_new_fd (outpipe); in g_spawn_sync()
992 g_io_channel_set_encoding (outchannel, NULL, NULL); in g_spawn_sync()
993 g_io_channel_set_buffered (outchannel, FALSE); in g_spawn_sync()
994 g_io_channel_win32_make_pollfd (outchannel, in g_spawn_sync()
1049 switch (read_data (outstr, outchannel, error)) in g_spawn_sync()
1059 g_io_channel_unref (outchannel); in g_spawn_sync()
1060 outchannel = NULL; in g_spawn_sync()
1137 if (outchannel != NULL) in g_spawn_sync()
1138 g_io_channel_unref (outchannel); in g_spawn_sync()
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Ddarknet.py105 self.outchannel = out_channels[-1]
196 return self.outchannel