Searched refs:_list (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 85 NControl::CListView _list;
member in CBrowseDialog 126 if (!_list.GetItemParam((unsigned)indexInListView, param))
in GetRealItemIndex() 161 _list.Attach(GetItem(IDL_BROWSE));
in OnInit() 166 _list.SetUnicodeFormat();
in OnInit() 173 _list.SetExtendedListViewStyle(LVS_EX_ONECLICKACTIVATE | LVS_EX_TRACKSELECT);
in OnInit() 208 _list.SetImageList(GetSysImageList(true), LVSIL_SMALL);
in OnInit() 209 _list.SetImageList(GetSysImageList(false), LVSIL_NORMAL);
in OnInit() 211 _list.InsertColumn(0, LangString(IDS_PROP_NAME), 100);
in OnInit() 212 _list.InsertColumn(1, LangString(IDS_PROP_MTIME), 100);
in OnInit() 221 _list in OnInit() [all...] |
/third_party/python/Lib/test/ |
H A 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]
|
/third_party/libunwind/libunwind/doc/ |
H A 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}()
|
H A D | unw_step.tex | 51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
|
H A D | libunwind-ptrace.tex | 27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
|
/third_party/mbedtls/scripts/ |
H A D | min_requirements.py | 32 _list: List[typing.Any],
|
/third_party/ffmpeg/libavdevice/ |
H A D | caca.c | 75 const char *const *thing = caca_get_dither_## thing ##_list(c->dither); \
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 305 int uc_mgr_scan_master_configs(const char **_list[]);
|
H A D | parser.c | 2887 int uc_mgr_scan_master_configs(const char **_list[]) in uc_mgr_scan_master_configs() argument 3057 *_list = list; in uc_mgr_scan_master_configs()
|
/third_party/backends/backend/ |
H A D | kvs1025_low.h | 219 go_##token##_list, go_##token##_val)
|
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 609 Test* test_##name##_list[] = {Test::MakeSVETest(128, \
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 1176 self._list = values or [] 1179 size = len(self._list) 1183 return bool(self._list[0]) 1187 return len(self._list) 1190 return self._list.__iter__()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 1996 static struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset) in find_identifier() argument 1998 struct ptr_list *head = (struct ptr_list *)_list; in find_identifier()
|
Completed in 16 milliseconds