Searched refs:list_copy (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferlist.c | 166 GstBufferList *list_copy; in GST_START_TEST() local 181 list_copy = gst_buffer_list_copy (list); in GST_START_TEST() 183 fail_unless (GST_MINI_OBJECT_REFCOUNT_VALUE (list_copy) == 1); in GST_START_TEST() 184 fail_unless (list_copy != list); in GST_START_TEST() 185 fail_unless_equals_int (gst_buffer_list_length (list_copy), 2); in GST_START_TEST() 186 buf = gst_buffer_list_get (list_copy, 0); in GST_START_TEST() 190 buf = gst_buffer_list_get (list_copy, 1); in GST_START_TEST() 196 gst_buffer_list_unref (list_copy); in GST_START_TEST() 203 GstBufferList *list_copy; in GST_START_TEST() local 217 list_copy = gst_buffer_list_copy_deep (list); in GST_START_TEST() [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | lists.h | 77 LIST * list_copy( LIST * ); 145 : list_obj(list_copy(other.list_obj)) {} in list() 149 : list_obj(list_copy(l)) {} in list() 165 list_obj = list_append(list_obj, list_copy(other.list_obj)); in append()
|
D | command.cpp | 84 lol_add( frame->args, list_copy( targets ) ); in cmd_new() 85 lol_add( frame->args, list_copy( sources ) ); in cmd_new()
|
D | hcache.cpp | 495 return list_copy( c->includes ); in hcache() 527 c->includes = list_copy( l ); in hcache() 528 c->hdrscan = list_copy( hdrscan ); in hcache()
|
D | lists.cpp | 143 LIST * list_copy( LIST * l ) in list_copy() function 207 result = list_copy( l ); in list_sort()
|
D | function.cpp | 308 return list_copy( lol_get( frame->args, idx ) ); in frame_get_local() 319 return list_copy( var_get( frame->module, function->constants[ idx ] ) ); in function_get_variable() 417 ? list_copy( var_get( frame->module, name ) ) in function_get_named_variable() 418 : list_copy( lol_get( frame->args, idx ) ); in function_get_named_variable() 3966 stack_push( s, list_copy( frame->module->fixed_variables[ code->arg in function_run() 4223 result = list_copy( stack_top( s ) ); in function_run() 4317 list_item( iter ), list_copy( value ) ) ); in function_run() 4400 vars_iter ), list_copy( value ) ); in function_run() 4425 list_item( vars_iter ), list_copy( value ) ); in function_run() 4450 list_item( vars_iter ), list_copy( value ) ); in function_run() [all …]
|
D | make1.cpp | 1188 cmd = cmd_new( rule, list_copy( nt ), list_sublist( ns, start, in make1cmds() 1189 chunk ), list_copy( shell ) ); in make1cmds()
|
D | rules.cpp | 406 copy = addsettings( copy, VAR_SET, v->symbol, list_copy( v->value ) ); in copysettings()
|
D | builtins.cpp | 1452 LIST * result = list_copy( targets_to_update() ); in builtin_update() 1920 debug_print_result = list_copy( lol_get( frame->args, 0 ) ); in builtin_debug_print_helper()
|
/third_party/python/Objects/clinic/ |
D | listobject.c.h | 71 {"copy", (PyCFunction)list_copy, METH_NOARGS, list_copy__doc__}, 77 list_copy(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_copy() function
|
/third_party/boost/libs/fusion/test/support/ |
D | unused.cpp | 25 boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED list_copy = {}; in unused_construction() local
|
/third_party/boost/libs/fusion/test/ |
D | Jamfile | 94 [ run sequence/list_copy.cpp ]
|