Searched refs:wlist (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferlist.c | 103 GstBufferList *wlist; in GST_START_TEST() local 118 wlist = gst_buffer_list_make_writable (list); in GST_START_TEST() 119 fail_unless (wlist == list); in GST_START_TEST() 134 wlist = gst_buffer_list_make_writable (list); in GST_START_TEST() 136 fail_unless_equals_int (GST_MINI_OBJECT_REFCOUNT_VALUE (wlist), 1); in GST_START_TEST() 137 fail_unless (wlist != list); in GST_START_TEST() 149 fail_unless_equals_int (gst_buffer_list_length (wlist), 2); in GST_START_TEST() 150 buf = gst_buffer_list_get (wlist, 0); in GST_START_TEST() 154 buf = gst_buffer_list_get (wlist, 1); in GST_START_TEST() 158 gst_buffer_list_unref (wlist); in GST_START_TEST()
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | sync_and_compile.py | 75 wlist = checkout_root.join( 77 api.file.copy('copy whitelist', wlist, dst)
|
/third_party/curl/lib/ |
D | checksrc.pl | 37 my $wlist=""; 204 $wlist .= " $1 "; 251 if("$wlist" !~ / $file /) {
|
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 36 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, 44 PyObject *wlist; in select_select() local 52 wlist = args[1]; in select_select() 59 return_value = select_select_impl(module, rlist, wlist, xlist, timeout_obj); in select_select()
|
/third_party/python/Modules/ |
D | selectmodule.c | 246 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, in select_select_impl() argument 312 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl() 367 wlist = set2list(&ofdset, wfd2obj); in select_select_impl() 372 ret = PyTuple_Pack(3, rlist, wlist, xlist); in select_select_impl() 375 Py_XDECREF(wlist); in select_select_impl()
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2016 def wm_colormapwindows(self, *wlist): argument 2020 if len(wlist) > 1: 2021 wlist = (wlist,) # Tk needs a list of windows here 2022 args = ('wm', 'colormapwindows', self._w) + wlist 2023 if wlist:
|
/third_party/python/Doc/library/ |
D | select.rst | 117 .. function:: select(rlist, wlist, xlist[, timeout]) 125 * *wlist*: wait until ready for writing
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 186637 set wlist 1
|