Home
last modified time | relevance | path

Searched refs:_list (Results 1 - 13 of 13) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp85 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 Dtest_index.py200 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 Dunw_create_addr_space.tex59 \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 Dunw_step.tex51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
H A Dlibunwind-ptrace.tex27 \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 Dmin_requirements.py32 _list: List[typing.Any],
/third_party/ffmpeg/libavdevice/
H A Dcaca.c75 const char *const *thing = caca_get_dither_## thing ##_list(c->dither); \
/third_party/alsa-lib/src/ucm/
H A Ducm_local.h305 int uc_mgr_scan_master_configs(const char **_list[]);
H A Dparser.c2887 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 Dkvs1025_low.h219 go_##token##_list, go_##token##_val)
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h609 Test* test_##name##_list[] = {Test::MakeSVETest(128, \
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py1176 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 Devaluate.c1996 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