/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
D | map.py | 75 self._list = [] 78 return str(self._list) 81 return 'ListAttribute' + str(self._list) 84 return len(self._list) 87 for x in self._list: 91 return self._list[index] 94 if index >= len(self._list): 95 self._list.extend([None] * (index + 1 - len(self._list))) 96 self._list[index] = value 100 for index, item in enumerate(self._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/clang/test/SemaObjC/ |
D | property-method-lookup-impl.m | 6 id _list; field
|
/external/stlport/etc/ |
D | msvcincl.dat | 239 _list.c 240 _list.h 241 _list.h
|
D | ChangeLog-5.1 | 888 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h: 919 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h: 993 * stlport/stl/_list.h: fix bug in list.swap, thanks Viktor Govako. 1392 * stlport/stl/_hashtable.h, _list.h, _deque.h, _slist.h, 1417 * stlport/stl/debug/_vector.h, _list.h: Add non template assign 1691 * stlport/stl/_tree.h, _list.h: Fixed swap implementation to 1791 * stlport/stl/_bvector.h, _deque.h, _list.h, _slist.h, _string_base.h 2046 * stlport/stl/_heap.c, _tree.c, _list.c, _slist.c: Add strict 2420 * stlport/stl/_list.h, _slist.h, _tree.h: Made iterator struct 2424 * stlport/stl/pointers/_slist.h, _list.h, _set.h: Fix implementation [all …]
|
D | ChangeLog-4.0 | 98 * _list.h - MPW - specific fixes; 372 * stl/_list.c - fixed reverse() "inline", 405 * stl/_list.c - fixed reverse() [ new SGI code, merged unported first ]
|
D | ChangeLog | 688 * stlport/stl/debug/_list.h: Remove use of std::distance in STL 729 * stlport/stl/debug/_debug.h, _deque.h, _list.h, _vector.h: Prefer to 1152 * stlport/stl/_bvector.h, _deque.h, _hashtable.h, _list.h, 2069 * stlport/stl/pointers/_deque.h, _list.h, _set.h, _slist.h: 2551 * stlport/stl/_list.h: Add assertion to signal potential stack 2754 _hash_map.h, _hash_set.h, _hashtable.h, _list.h, _map.h, _pair.h,
|
/external/opencv/cv/src/ |
D | _cvlist.h | 67 struct _list* m_list; 71 struct _list struct 82 typedef struct _list _CVLIST; argument
|
/external/stlport/stlport/ |
D | list | 36 # include <stl/_list.h>
|
/external/stlport/stlport/stl/ |
D | _hashtable.c | 50 static const size_t _list[] = __PRIME_LIST_BODY; in _S_primes() local 52 __size = sizeof(_list) / sizeof(_list[0]); in _S_primes() 56 return _list; in _S_primes()
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | utilities.js | 1303 return this._list(0); 1311 return this._list(1); 1318 _list: function(index) method in Map
|
/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()
|