Home
last modified time | relevance | path

Searched refs:list_append (Results 1 - 17 of 17) sorted by relevance

/third_party/libinput/src/
H A Dutil-list.h56 * list_append(&f->list_of_bars, &b->link);
79 void list_append(struct list *list, struct list *elm);
H A Dutil-list.c56 list_append(struct list *list, struct list *elm) in list_append() function
H A Dquirks.c674 list_append(&s->properties, &p->link); in parse_model()
867 list_append(&s->properties, &p->link); in parse_attr()
1018 list_append(&ctx->sections, &section->link); in parse_file()
1424 list_append(&q->floating_properties, &newprop->link); in quirk_merge_event_codes()
/third_party/ffmpeg/libavformat/
H A Did3v2.c517 static void list_append(ID3v2ExtraMeta *new_elem, ExtraMetaList *list) in list_append() function
587 list_append(new_extra, extra_meta); in read_geobtag()
738 list_append(new_extra, extra_meta); in read_apic()
801 list_append(new_extra, extra_meta); in read_chapter()
842 list_append(meta, extra_meta); in read_priv()
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h195 void list_append(list_t *list, void *data);
H A Dutil.c946 list_append(l, data[i]); in list_create_from_array()
976 list_append(l, i->data); in list_copy()
1002 void list_append(list_t *list, void *data) in list_append() function
H A Doptions.c1830 list_append (qualifier_data, entry); in read_ppd_file()
/third_party/python/Objects/clinic/
H A Dlistobject.c.h89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
/third_party/python/Python/
H A Dpylifecycle.c788 PyObject *list_append = _PyType_Lookup(&PyList_Type, &_Py_ID(append)); in pycore_init_builtins() local
789 assert(list_append); in pycore_init_builtins()
790 interp->callable_cache.list_append = list_append; in pycore_init_builtins()
H A Dspecialize.c1456 PyObject *list_append = interp->callable_cache.list_append; in specialize_method_descriptor() local
1460 if ((PyObject *)descr == list_append && oparg == 1 && pop) { in specialize_method_descriptor()
H A Dceval.c5188 DEOPT_IF(callable != interp->callable_cache.list_append, PRECALL);
/third_party/python/Include/internal/
H A Dpycore_code.h121 PyObject *list_append; member
/third_party/libinput/test/
H A Dtest-utils.c1451 list_append(&head, &t->node); in START_TEST()
1480 list_append(&head, &t->node); in START_TEST()
H A Dlitest.c1501 list_append(created_files_list, &file->link); in litest_install_source_quirks()
1553 list_append(created_files_list, &file->link); in litest_setup_quirks()
4802 list_append(&devices, &t->device->node); in litest_init_test_devices()
/third_party/libinput/tools/
H A Dlibinput-record.c2114 list_append(&ctx->sources, &source->link); in add_source()
2446 list_append(&ctx->devices, &d->link); in init_device()
H A Dlibinput-debug-gui.c1310 list_append(&w->evdev_devices, &d->node); in register_evdev_device()
/third_party/python/Objects/
H A Dlistobject.c859 list_append(PyListObject *self, PyObject *object) in list_append() function

Completed in 48 milliseconds