/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 88 NControl::CListView _list; member in CBrowseDialog 125 if (!_list.GetItemParam(indexInListView, param)) in GetRealItemIndex() 182 _list.Attach(GetItem(IDL_BROWSE)); in OnInit() 192 _list.SetUnicodeFormat(); in OnInit() 197 _list.SetExtendedListViewStyle(LVS_EX_ONECLICKACTIVATE | LVS_EX_TRACKSELECT); in OnInit() 220 _list.SetImageList(GetSysImageList(true), LVSIL_SMALL); in OnInit() 221 _list.SetImageList(GetSysImageList(false), LVSIL_NORMAL); in OnInit() 223 _list.InsertColumn(0, LangString(IDS_PROP_NAME), 100); in OnInit() 224 _list.InsertColumn(1, LangString(IDS_PROP_MTIME), 100); in OnInit() 233 _list.InsertColumn(2, &column); in OnInit() [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/jetty/src/java/org/eclipse/jetty/xml/ |
D | XmlParser.java | 494 private ArrayList<Object> _list; field in XmlParser.Node 586 if (_list != null) in size() 587 return _list.size(); in size() 599 if (_list != null) in get() 600 return _list.get(i); in get() 613 if (_list != null) in get() 615 for (int i = 0; i < _list.size(); i++) in get() 617 Object o = _list.get(i); in get() 633 if (_list == null) in add() 634 _list = new ArrayList<Object>(); in add() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/ |
D | debug.py | 55 self._list = [] 57 def __str__(self): return '.'.join(self._list) 60 self._list.append(token) 63 return self._list.pop()
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | JarFileResource.java | 41 private String[] _list; field in JarFileResource 65 _list=null; in release() 104 _list=null; in checkConnection() 121 _list=null; in newConnection() 267 if (isDirectory() && _list==null) in list() 290 _list=new String[list.size()]; in list() 291 list.toArray(_list); in list() 294 return _list; in list()
|
/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/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 32 id *_list; field 49 newArray->_list = 0; 50 return *newArray->_list;
|
/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})
|
D | FindBLAS.cmake | 32 # given by _list. If the combination is found, this macro checks (using the 41 macro(check_fortran_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _path) 42 #message("DEBUG: check_fortran_libraries(${_list} in ${_path})") 44 # Check for the existence of the libraries given by _list 50 foreach(_library ${_list}) 80 endforeach(_library ${_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/opencv/cv/src/ |
D | _cvlist.h | 67 struct _list* m_list; 71 struct _list struct 82 typedef struct _list _CVLIST; argument
|
/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}()
|
D | unw_step.tex | 51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
|
D | libunwind-ptrace.tex | 27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~…
|
/external/v8/src/ast/ |
D | ast.h | 3080 auto _list = (list); \ 3082 AST_REWRITE(Type, _list->at(_index), _list->Set(_index, replacement)); \
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 1779 CvAttrList** _list, int* _tag_type ); 2028 CvAttrList** _list, int* _tag_type ) in icvXMLParseTag() argument 2169 *_list = first; in icvXMLParseTag()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 1818 CvAttrList** _list, int* _tag_type ); 2065 CvAttrList** _list, int* _tag_type ) in icvXMLParseTag() argument 2202 *_list = first; in icvXMLParseTag()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 122 FILE 120 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_list.c 123 FILE 121 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_list.h 148 …146 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_list.h
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 117 FILE 115 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_list.c 118 FILE 116 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_list.h 143 …141 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_list.h
|