Home
last modified time | relevance | path

Searched refs:DirList (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/walkdir/src/
Dlib.rs556 stack_list: Vec<DirList>,
638 enum DirList { enum
886 let mut list = DirList::Opened { depth: self.depth, it: rd }; in push()
895 list = DirList::Closed(entries.into_iter()); in push()
979 impl DirList { implementation
981 if let DirList::Opened { .. } = *self { in close()
982 *self = DirList::Closed(self.collect::<Vec<_>>().into_iter()); in close()
987 impl Iterator for DirList { implementation
993 DirList::Closed(ref mut it) => it.next(), in next()
994 DirList::Opened { depth, ref mut it } => match *it { in next()
/external/python/cpython2/Demo/tix/samples/
DDirList.py49 top.dir = Tix.DirList(top)
/external/python/cpython2/Doc/library/
Dtix.rst231 .. class:: DirList()
233 The `DirList
240 .. \ulink{DirList}{http://tix.sourceforge.net/dist/current/demos/samples/DirList.tcl}
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst219 .. class:: DirList()
221 The `DirList
228 .. \ulink{DirList}{http://tix.sourceforge.net/dist/current/demos/samples/DirList.tcl}
/external/python/cpython2/Lib/lib-tk/
DTix.py642 class DirList(TixWidget): class
1685 class _dummyDirList(DirList, TixSubWidget):
/external/python/cpython3/Lib/tkinter/
Dtix.py642 class DirList(TixWidget): class
1683 class _dummyDirList(DirList, TixSubWidget):
/external/python/cpython2/Demo/tix/
Dtixwidgets.py743 dirlist = Tix.DirList(w, options='hlist.padY 1 hlist.width 25 hlist.height 16')
/external/clang/lib/Driver/
DTools.cpp183 const char *DirList = ::getenv(EnvVar); in addDirectoryList() local
186 if (!DirList) in addDirectoryList()
193 StringRef Dirs(DirList); in addDirectoryList()
/external/python/cpython2/Misc/
DHISTORY17398 DirList, FormSplit, TextEdit, WindowSched
/external/python/cpython3/Misc/
DHISTORY34777 DirList, FormSplit, TextEdit, WindowSched