/external/u-boot/include/ |
D | linker_lists.h | 110 #define llsym(_type, _name, _list) \ argument 111 ((_type *)&_u_boot_list_2_##_list##_2_##_name) 148 #define ll_entry_declare(_type, _name, _list) \ argument 149 _type _u_boot_list_2_##_list##_2_##_name __aligned(4) \ 151 section(".u_boot_list_2_"#_list"_2_"#_name))) 169 #define ll_entry_declare_list(_type, _name, _list) \ argument 170 _type _u_boot_list_2_##_list##_2_##_name[] __aligned(4) \ 172 section(".u_boot_list_2_"#_list"_2_"#_name))) 198 #define ll_entry_start(_type, _list) \ argument 201 section(".u_boot_list_2_"#_list"_1"))); \ [all …]
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 92 NControl::CListView _list; member in CBrowseDialog 129 if (!_list.GetItemParam(indexInListView, param)) in GetRealItemIndex() 186 _list.Attach(GetItem(IDL_BROWSE)); in OnInit() 196 _list.SetUnicodeFormat(); in OnInit() 203 _list.SetExtendedListViewStyle(LVS_EX_ONECLICKACTIVATE | LVS_EX_TRACKSELECT); in OnInit() 226 _list.SetImageList(GetSysImageList(true), LVSIL_SMALL); in OnInit() 227 _list.SetImageList(GetSysImageList(false), LVSIL_NORMAL); in OnInit() 229 _list.InsertColumn(0, LangString(IDS_PROP_NAME), 100); in OnInit() 230 _list.InsertColumn(1, LangString(IDS_PROP_MTIME), 100); in OnInit() 239 _list.InsertColumn(2, &column); in OnInit() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | regalloc-reconcile-broken-hints.ll | 12 %struct._list = type { i32*, %struct._list* } 43 define %struct._list* @make_list(i32* nocapture readonly %data, i32* nocapture %value, i32* nocaptu… 47 %tmp = bitcast i8* %next to %struct._list** 48 %tmp2 = bitcast i8* %call to %struct._list* 54 %current.077 = phi %struct._list* [ %tmp2, %entry ], [ %current.1.lcssa, %for.inc32 ] 59 …%current.173 = phi %struct._list* [ %current.2, %if.end31 ], [ %current.077, %for.cond1.preheader ] 98 %next7 = getelementptr inbounds %struct._list, %struct._list* %current.173, i64 0, i32 1 99 %tmp14 = load %struct._list*, %struct._list** %next7, align 8 100 %next12 = getelementptr inbounds %struct._list, %struct._list* %tmp14, i64 0, i32 1 101 store %struct._list* null, %struct._list** %next12, align 8 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | regalloc-reconcile-broken-hints.ll | 12 %struct._list = type { i32*, %struct._list* } 43 define %struct._list* @make_list(i32* nocapture readonly %data, i32* nocapture %value, i32* nocaptu… 47 %tmp = bitcast i8* %next to %struct._list** 48 %tmp2 = bitcast i8* %call to %struct._list* 54 %current.077 = phi %struct._list* [ %tmp2, %entry ], [ %current.1.lcssa, %for.inc32 ] 59 …%current.173 = phi %struct._list* [ %current.2, %if.end31 ], [ %current.077, %for.cond1.preheader ] 98 %next7 = getelementptr inbounds %struct._list, %struct._list* %current.173, i64 0, i32 1 99 %tmp14 = load %struct._list*, %struct._list** %next7, align 8 100 %next12 = getelementptr inbounds %struct._list, %struct._list* %tmp14, i64 0, i32 1 101 store %struct._list* null, %struct._list** %next12, align 8 [all …]
|
/external/kmod/libkmod/python/kmod/ |
D | module.pyx | 23 cimport list as _list namespace 24 import list as _list namespace 42 cpdef from_mod_list_item(self, _list.ModListItem item): 80 cdef _list.ModList ml = _list.ModList() 81 cdef _list.ModListItem mli 88 mli = <_list.ModListItem> item 101 cdef _list.ModList ml = _list.ModList() 102 cdef _list.ModListItem mli 108 mli = <_list.ModListItem> item
|
D | kmod.pyx | 25 cimport list as _list namespace 26 import list as _list namespace 62 cdef _list.ModList ml = _list.ModList() 63 cdef _list.ModListItem mli 68 mli = <_list.ModListItem> item 75 cdef _list.ModList ml = _list.ModList() 76 cdef _list.ModListItem mli 84 mli = <_list.ModListItem> item
|
D | module.pxd | 18 cimport list as _list namespace 24 cpdef from_mod_list_item(self, _list.ModListItem item)
|
/external/python/pyasn1/pyasn1/ |
D | debug.py | 134 self._list = [] 136 def __str__(self): return '.'.join(self._list) 139 self._list.append(token) 142 return self._list.pop()
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ |
D | 2006-11-01-ShrinkGlobalPhiCrash.ll | 3 %struct._list = type { i32*, %struct._list* } 4 %struct._play = type { i32, i32*, %struct._list*, %struct._play* }
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2006-11-01-ShrinkGlobalPhiCrash.ll | 3 %struct._list = type { i32*, %struct._list* } 4 %struct._play = type { i32, i32*, %struct._list*, %struct._play* }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | 2006-11-01-ShrinkGlobalPhiCrash.ll | 3 %struct._list = type { i32*, %struct._list* } 4 %struct._play = type { i32, i32*, %struct._list*, %struct._play* }
|
/external/python/cpython2/Demo/pdist/ |
D | FSProxy.py | 173 def _list(self, function, list): member in FSProxyLocal 185 return self._list(self.sum, list) 188 return self._list(self.stat, list) 191 return self._list(self.mtime, list) 194 return self._list(self.size, list) 197 return self._list(self.info, list)
|
D | RCSProxy.py | 84 return self._list(self.sum, list) 115 def _list(self, function, list = None): member in RCSProxyLocal
|
/external/python/cpython2/Lib/test/ |
D | test_index.py | 185 self._list = list(iterable) 188 return repr(self._list) 191 return self._list == other 194 return len(self._list) 197 return self.__class__(self._list*n) 201 return self._list[index] 207 return self._list.__getslice__(i, j)
|
/external/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 32 id *_list; field 49 newArray->_list = 0; 50 return *newArray->_list;
|
/external/python/cpython3/Lib/test/ |
D | test_index.py | 200 self._list = list(iterable) 203 return repr(self._list) 206 return self._list == other 209 return len(self._list) 212 return self.__class__(self._list*n) 216 return self._list[index]
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | util.py | 75 self._list = list_ 78 return iter(self._list) 81 return len(self._list) 84 return bool(self._list) 90 return self._list[i]
|
/external/protobuf/cmake/ |
D | install.cmake | 51 set(_list) variable 60 list(APPEND _list "${_item}") 64 set(${VARIABLE} ${_list} PARENT_SCOPE)
|
/external/eigen/cmake/ |
D | FindLAPACK.cmake | 31 # given by _list. If the combination is found, this macro checks (using the 40 macro(check_lapack_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _blas _path) 41 #message("DEBUG: check_lapack_libraries(${_list} in ${_path} with ${_blas})") 43 # Check for the existence of the libraries given by _list 49 foreach(_library ${_list}) 79 endforeach(_library ${_list})
|
/external/openssh/ |
D | addrmatch.c | 377 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument 388 if ((o = list = strdup(_list)) == NULL) in addr_match_list() 437 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument 448 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.h | 28 void insert_##NAME##_list(TYPE **list, TYPE *entry) { \ 42 void remove_##NAME##_list(TYPE **list, TYPE *entry) { \
|
/external/clang/test/SemaObjC/ |
D | property-method-lookup-impl.m | 6 id _list; field
|
/external/fsverity-utils/ |
D | util.h | 155 #define STRING_LIST(_list) struct string_list _list = STRING_LIST_INITIALIZER argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 232 self._list = list_to_wrap 235 return self._list
|
/external/libunwind/doc/ |
D | unw_create_addr_space.tex | 59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\ 113 \subsection{get\_dyn\_info\_list\_addr} 115 \Prog{Libunwind} invokes the \Func{get\_dyn\_info\_list\_addr}() 118 have a type of \Type{unw\_dyn\_info\_list\_t} (see 124 value returned by \Func{get\_dyn\_info\_list\_addr}() if caching is 128 On successful completion, the \Func{get\_dyn\_info\_list\_addr}()
|