HomeSort by relevance Sort by last modified time
    Searched refs:DirList (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h 37 typedef std::vector<MCLDDirectory*> DirList;
38 typedef DirList::iterator iterator;
39 typedef DirList::const_iterator const_iterator;
72 DirList m_DirList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 190 # @param DirList The list of directory to be created
194 def GetCreateDirectoryCommand(self, DirList):
195 return [self._MD_TEMPLATE_[self._FileType] % {'dir':Dir} for Dir in DirList]
199 # @param DirList The list of directory to be removed
203 def GetRemoveDirectoryCommand(self, DirList):
204 return [self._RD_TEMPLATE_[self._FileType] % {'dir':Dir} for Dir in DirList]
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 89 DirList::iterator mcld_dir, mcld_dir_end = m_DirList.end();
154 DirList::const_iterator mcld_dir, mcld_dir_end = m_DirList.end();
  /external/python/cpython2/Demo/tix/samples/
DirList.py 25 dirlist = DemoDirList(root)
26 dirlist.mainloop()
27 dirlist.destroy()
45 # Create the DirList widget. By default it will show the current
49 top.dir = Tix.DirList(top)
58 # can choose from the DirList widget, or he can type in the directory
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 548 DirList = []
550 if Result[0] not in DirList:
551 DirList.append(Result[0])
557 if Result[0] not in DirList:
558 DirList.append(Result[0])
560 return DirList
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 646 class DirList(TixWidget):
647 """DirList - displays a list view of a directory, its previous
700 dirlist ScrolledListBox
705 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
720 dirlist ScrolledListBox
730 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
797 dirlist ScrolledListBox
802 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 654 class DirList(TixWidget):
655 """DirList - displays a list view of a directory, its previous
708 dirlist ScrolledListBox
713 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
728 dirlist ScrolledListBox
738 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
805 dirlist ScrolledListBox
810 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 654 class DirList(TixWidget):
655 """DirList - displays a list view of a directory, its previous
708 dirlist ScrolledListBox
713 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
728 dirlist ScrolledListBox
738 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
805 dirlist ScrolledListBox
810 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 654 class DirList(TixWidget):
655 """DirList - displays a list view of a directory, its previous
708 dirlist ScrolledListBox
713 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
728 dirlist ScrolledListBox
738 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
805 dirlist ScrolledListBox
810 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 654 class DirList(TixWidget):
655 """DirList - displays a list view of a directory, its previous
708 dirlist ScrolledListBox
713 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
728 dirlist ScrolledListBox
738 self.subwidget_list['dirlist'] = _dummyDirList(self, 'dirlist')
805 dirlist ScrolledListBox
810 self.subwidget_list['dirlist'] = _dummyScrolledListBox(self, 'dirlist'
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 728 dir = Tix.LabelFrame(w, label='Tix.DirList', options=options)
742 text='The Tix DirList widget gives a graphical representation of the file system directory and makes it easy for the user to choose and access directories.')
743 dirlist = Tix.DirList(w, options='hlist.padY 1 hlist.width 25 hlist.height 16')
745 dirlist.pack(side=Tix.TOP, padx=3, pady=3)
765 'Directory List' : 'DirList',
807 ##added {f DirList DirList.tcl }
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 183 const char *DirList = ::getenv(EnvVar);
186 if (!DirList)
193 StringRef Dirs(DirList);
    [all...]

Completed in 474 milliseconds