/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | list_append_operation.h | 35 friend std::ostream &operator<<(std::ostream &os, const ListAppend &list_append) { 36 os << list_append.name_;
|
/third_party/boost/tools/build/src/engine/ |
D | lists.h | 76 LIST * list_append( LIST * destination, LIST * source ); 165 list_obj = list_append(list_obj, list_copy(other.list_obj)); in append()
|
D | w32_getreg.cpp | 151 result = list_append(result, list_new(object_new(name))); in get_subkey_names() 178 result = list_append(result, list_new(object_new(name))); in get_value_names()
|
D | variable.cpp | 309 *v = list_append( *v, value ); in var_set()
|
D | lists.cpp | 61 LIST * list_append( LIST * l, LIST * nl ) in list_append() function
|
D | rules.cpp | 361 v->value = list_append( v->value, value ); in addsettings()
|
D | function.cpp | 490 *l = list_append( trailing, *l ); in function_call_rule() 600 *l = list_append( trailing, *l ); in function_call_member_rule() 3981 value = list_append( value, function_get_named_variable( in function_run() 3994 stack_push( s, list_append( l, r ) ); in function_run() 4538 *ptr = list_append( *ptr, stack_pop( s ) ); in function_run() 4716 result = list_append( result, apply_modifiers( s, n ) ); in function_run() 4739 result = list_append( result, apply_subscript( s ) ); in function_run() 4764 result = list_append( result, apply_subscript_and_modifiers( s, in function_run()
|
D | builtins.cpp | 898 result = list_append( result, glob1( list_item( iter ), b ) in glob_recursive() 938 result = list_append( result, glob1( constant_dot, p ) ); in glob_recursive() 958 result = list_append( result, glob_recursive( object_str( list_item( in builtin_glob_recursive()
|
/third_party/libinput/src/ |
D | util-list.h | 45 void list_append(struct list *list, struct list *elm);
|
D | util-list.c | 56 list_append(struct list *list, struct list *elm) in list_append() function
|
D | quirks.c | 594 list_append(&s->properties, &p->link); in parse_model() 761 list_append(&s->properties, &p->link); in parse_attr() 915 list_append(&ctx->sections, §ion->link); in parse_file()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | sequence.cpp | 76 result = list_append( result, evaluate_rule( rule, function_name, inner ) ); in sequence_transform()
|
/third_party/python/Objects/clinic/ |
D | listobject.c.h | 89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
|
/third_party/libinput/test/ |
D | test-utils.c | 1202 list_append(&head, &t->node); in START_TEST()
|
D | litest.c | 1503 list_append(created_files_list, &file->link); in litest_install_source_quirks() 1555 list_append(created_files_list, &file->link); in litest_setup_quirks() 4468 list_append(&devices, &t->device->node); in litest_init_test_devices()
|
/third_party/mindspore/mindspore/_extends/parse/ |
D | standard_method.py | 1785 def list_append(self_, item): function
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 981 list_append(&w->evdev_devices, &d->node); in register_evdev_device()
|
/third_party/python/Objects/ |
D | listobject.c | 842 list_append(PyListObject *self, PyObject *object) in list_append() function
|