Home
last modified time | relevance | path

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

/tools/doc_generation/
Dswitcher4.py30 global work, verbose, show_solo, max_stubs
37 max_stubs = 0 # set positive to create a limited number of stubs (--max 12) variable
119 global work, verbose, show_solo, max_stubs
174 if max_stubs>0 and stubs>=max_stubs:
176 print "max java stubs: ", max_stubs
224 if (max_stubs>0 and stubs>=max_stubs):
226 print "max koltin stubs: ", max_stubs
238 global work, verbose, show_solo, max_stubs
259 max_stubs = int(arg)
260 print "max ", max_stubs