Searched refs:_PrintMessage (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/build/android/ |
D | adb_profile_chrome.py | 261 def _PrintMessage(heading, eol='\n'): function 277 _PrintMessage('Downloading...', eol='') 300 _PrintMessage('done') 301 _PrintMessage('Trace written to %s' % os.path.abspath(result)) 310 _PrintMessage('Capturing %d-second %s. Press Ctrl-C to stop early...' % \ 314 _PrintMessage('Capturing %s. Press Enter to stop...' % trace_type, eol='') 317 _PrintMessage('\nInterrupted...', eol='') 321 _PrintMessage('done') 410 _PrintMessage('\n'.join(SystraceController.GetCategories(adb))) 414 _PrintMessage('Time interval or continuous tracing should be specified.') [all …]
|
D | screenshot.py | 18 def _PrintMessage(heading, eol='\n'): function 25 _PrintMessage('Screenshot written to %s' % os.path.abspath(host_file)) 37 _PrintMessage('Recording. Press Enter to stop...', eol='') 42 _PrintMessage('Video written to %s' % os.path.abspath(host_file))
|
/external/chromium_org/build/android/pylib/utils/ |
D | findbugs.py | 16 def _PrintMessage(warnings, title, action, known_bugs_file): function 39 _PrintMessage(sorted(new_warnings), 'New', 'Please fix, or perhaps add to', 43 _PrintMessage(sorted(obsolete_warnings), 'Obsolete', 'Please remove from',
|