Searched refs:next_item (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Objects/ |
D | enumobject.c | 103 enum_next_long(enumobject *en, PyObject* next_item) in enum_next_long() argument 114 Py_DECREF(next_item); in enum_next_long() 122 Py_DECREF(next_item); in enum_next_long() 132 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long() 145 Py_DECREF(next_item); in enum_next_long() 149 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long() 157 PyObject *next_item; in enum_next() local 163 next_item = (*Py_TYPE(it)->tp_iternext)(it); in enum_next() 164 if (next_item == NULL) in enum_next() 168 return enum_next_long(en, next_item); in enum_next() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ |
D | playout.c | 457 PlayoutItem *next_item; in playout_item_pad_probe_event() local 459 next_item = playout_app_get_current_item (item->app); in playout_item_pad_probe_event() 460 GST_DEBUG ("%s: next item is %s, %i/%i", item->fn, next_item->fn, in playout_item_pad_probe_event() 461 next_item->state, PLAYOUT_ITEM_STATE_ACTIVATED); in playout_item_pad_probe_event() 463 g_assert (next_item != NULL); in playout_item_pad_probe_event() 467 gst_pad_add_probe (next_item->video_pad, GST_PAD_PROBE_TYPE_BUFFER, in playout_item_pad_probe_event()
|
/third_party/glib/gio/ |
D | gnetworkaddress.c | 844 GList *next_item; in init_and_query_next_address() local 854 next_item = addr_enum->current_item = addr_enum->addresses; in init_and_query_next_address() 856 next_item = g_list_next (addr_enum->current_item); in init_and_query_next_address() 858 if (next_item) in init_and_query_next_address() 860 addr_enum->current_item = next_item; in init_and_query_next_address()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | common.py | 525 key, prev_item, next_item = self.map.pop(key) 526 prev_item[2] = next_item 527 next_item[1] = prev_item
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common.py | 541 key, prev_item, next_item = self.map.pop(key) 542 prev_item[2] = next_item 543 next_item[1] = prev_item
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/ |
D | quickbook_output.hpp | 67 inline void next_item(std::string const& first, std::string const& indent, in next_item() function 106 next_item("", indent, 4, index, out); in quickbook_template_parameter_list() 147 next_item("(", indent, 3, index, out); in quickbook_synopsis()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsource.c | 1832 GList *next_item = g_list_next (item); in timeout_conflicting_addresses() local 1843 item = next_item; in timeout_conflicting_addresses()
|