/third_party/python/Python/ |
H A D | import.c | 2054 PyObject *list; in _imp_extension_suffixes_impl() local [all...] |
H A D | pystate.c | 1163 PyThreadState *list = interp->threads.head; in _PyThreadState_DeleteExcept() local
|
/third_party/python/Modules/_sre/ |
H A D | sre.c | 803 PyObject* list; in _sre_SRE_Pattern_findall_impl() local 961 PyObject* list; in _sre_SRE_Pattern_split_impl() local 1058 PyObject* list; pattern_subx() local [all...] |
/third_party/python/Objects/ |
H A D | listobject.c | 2810 PyObject *list = PyType_GenericAlloc(_PyType_CAST(type), 0); list_vectorcall() local 3453 PyObject *list; listiter_reduce_general() local [all...] |
H A D | object.c | 2162 PyObject *list; in Py_ReprEnter() local 2196 PyObject *list; Py_ReprLeave() local [all...] |
H A D | bytearrayobject.c | 1444 PyObject *list; in bytearray_split_impl() local 1555 PyObject *list; in bytearray_rsplit_impl() local [all...] |
H A D | setobject.c | 778 PyObject *list = PySequence_List((PyObject*)&tmp); in setiter_reduce() local
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 1188 PyObject *list; member [all...] |
H A D | gcmodule.c | 232 gc_list_init(PyGC_Head *list) in gc_list_init() argument 241 gc_list_is_empty(PyGC_Head *list) gc_list_is_empty() argument 248 gc_list_append(PyGC_Head *node, PyGC_Head *list) gc_list_append() argument 279 gc_list_move(PyGC_Head *node, PyGC_Head *list) gc_list_move() argument 318 gc_list_size(PyGC_Head *list) gc_list_size() argument 1652 gc_referrers_for(PyObject *objs, PyGC_Head *list, PyObject *resultlist) gc_referrers_for() argument 1698 referentsvisit(PyObject *obj, PyObject *list) referentsvisit() argument 2154 gc_fini_untrack(PyGC_Head *list) gc_fini_untrack() argument [all...] |
H A D | selectmodule.c | 187 PyObject *list, *o; in set2list() local [all...] |
H A D | pyexpat.c | 1860 PyObject *list = PyList_New(0); in add_features() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageV3.java | 402 protected static IntList mutableCopy(IntList list) { in mutableCopy() argument 416 protected static LongList mutableCopy(LongList list) { in mutableCopy() argument 430 protected static FloatList mutableCopy(FloatList list) { in mutableCopy() argument 444 mutableCopy(DoubleList list) mutableCopy() argument 458 mutableCopy(BooleanList list) mutableCopy() argument [all...] |
H A D | GeneratedMessageLite.java | 1437 protected static IntList mutableCopy(IntList list) { in mutableCopy() argument 1447 protected static LongList mutableCopy(LongList list) { in mutableCopy() argument 1457 protected static FloatList mutableCopy(FloatList list) { in mutableCopy() argument 1467 mutableCopy(DoubleList list) mutableCopy() argument 1477 mutableCopy(BooleanList list) mutableCopy() argument 1487 mutableCopy(ProtobufList<E> list) mutableCopy() argument [all...] |
H A D | TextFormat.java | 1296 private void consumeByteString(List<ByteString> list) throws ParseException { in consumeByteString() argument [all...] |
/third_party/python/Lib/ |
H A D | pydoc.py | 2083 def list(self, items, columns=4, width=80): global() function [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes_test.c | 1038 _testfunc_pylist_append(PyObject *list, PyObject *item) in _testfunc_pylist_append() argument
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 1675 PyObject *list = PyList_New(2); in _io_TextIOWrapper_write_impl() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 494 int __cil_verify_ranges(struct cil_list *list) in __cil_verify_ranges() argument
|
H A D | cil_post.c | 140 static int cil_verify_is_list(struct cil_list *list, enum cil_flavor flavor) in cil_verify_is_list() argument
|
/third_party/selinux/libsepol/src/ |
H A D | link.c | 1225 static int copy_avrule_list(avrule_t * list, avrule_t ** dst, in copy_avrule_list() argument 1327 static int copy_role_trans_list(role_trans_rule_t * list, in copy_role_trans_list() argument 1373 static int copy_role_allow_list(role_allow_rule_t * list, in copy_role_allow_list() argument 1415 static int copy_filename_trans_list(filename_trans_rule_t * list, in copy_filename_trans_list() argument 1499 static int copy_cond_list(cond_node_t * list, cond_node_t ** dst, in copy_cond_list() argument [all...] |
H A D | expand.c | 1999 cond_avrule_list_copy(policydb_t * dest_pol, avrule_t * source_rules, avtab_t * dest_avtab, cond_av_list_t ** list, cond_av_list_t ** other, uint32_t * typemap, int enabled, expand_state_t * state) cond_avrule_list_copy() argument
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 419 let mut list = f.debug_list(); in fmt() variables
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_bsd.c | 60 struct dl_list list; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit.c | 28 struct dl_list list; member 426 complete(int list) complete() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_registrar.c | 32 struct dl_list list; member 79 struct dl_list list; member [all...] |