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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 88 file_list.process_template_line(line)
194 file_list.process_template_line, action)
200 file_list.process_template_line('include *.py')
204 file_list.process_template_line('include *.rb')
212 file_list.process_template_line('exclude *.py')
216 file_list.process_template_line('exclude *.rb')
224 file_list.process_template_line('global-include *.py')
228 file_list.process_template_line('global-include *.rb')
236 file_list.process_template_line('global-exclude *.py')
240 file_list.process_template_line('global-exclude *.rb'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 88 file_list.process_template_line(line)
194 file_list.process_template_line, action)
200 file_list.process_template_line('include *.py')
204 file_list.process_template_line('include *.rb')
212 file_list.process_template_line('exclude *.py')
216 file_list.process_template_line('exclude *.rb')
224 file_list.process_template_line('global-include *.py')
228 file_list.process_template_line('global-include *.rb')
236 file_list.process_template_line('global-exclude *.py')
240 file_list.process_template_line('global-exclude *.rb'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 112 def process_template_line(self, line): member in class:FileList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 112 def process_template_line(self, line): member in class:FileList
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 322 self.filelist.process_template_line(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 322 self.filelist.process_template_line(line)

Completed in 1707 milliseconds