Home
last modified time | relevance | path

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

/tools/doc_generation/
Dswitcher4.py32 global work, verbose, show_solo, max_stubs
39 max_stubs = 0 # set positive to create a limited number of stubs (--max 12) variable
121 global work, verbose, show_solo, max_stubs
176 if max_stubs>0 and stubs>=max_stubs:
178 print "max java stubs: ", max_stubs
226 if (max_stubs>0 and stubs>=max_stubs):
228 print "max koltin stubs: ", max_stubs
240 global work, verbose, show_solo, max_stubs
261 max_stubs = int(arg)
262 print "max ", max_stubs