Home
last modified time | relevance | path

Searched defs:_list (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/include/
Dlinker_lists.h110 #define llsym(_type, _name, _list) \ argument
148 #define ll_entry_declare(_type, _name, _list) \ argument
169 #define ll_entry_declare_list(_type, _name, _list) \ argument
198 #define ll_entry_start(_type, _list) \ argument
221 #define ll_entry_end(_type, _list) \ argument
243 #define ll_entry_count(_type, _list) \ argument
269 #define ll_entry_get(_type, _name, _list) \ argument
/external/protobuf/cmake/
Dinstall.cmake51 set(_list) variable
/external/kmod/libkmod/python/kmod/
Dmodule.pxd18 cimport list as _list namespace
Dkmod.pyx25 cimport list as _list namespace
26 import list as _list namespace
Dmodule.pyx23 cimport list as _list namespace
24 import list as _list namespace
/external/clang/test/SemaObjC/
Dproperty-method-lookup-impl.m6 id _list; field
/external/openssh/
Daddrmatch.c377 addr_match_list(const char *addr, const char *_list) in addr_match_list()
437 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list()
/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm32 id *_list; field
/external/python/cpython2/Demo/pdist/
DRCSProxy.py115 def _list(self, function, list = None): member in RCSProxyLocal
DFSProxy.py173 def _list(self, function, list): member in FSProxyLocal
/external/fsverity-utils/
Dutil.h155 #define STRING_LIST(_list) struct string_list _list = STRING_LIST_INITIALIZER argument
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp92 NControl::CListView _list; member in CBrowseDialog
/external/kmod/libkmod/
Dlibkmod-module.c501 #define CHECK_ERR_AND_FINISH(_err, _label_err, _list, label_finish) \ argument