OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PrintMessage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/build/android/
screenshot.py
18
def
_PrintMessage
(heading, eol='\n'):
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))
adb_profile_chrome.py
261
def
_PrintMessage
(heading, eol='\n'):
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
...]
/development/testrunner/
create_test.py
104
_PrintMessage
("%s already exists, not overwritten" % tests_manifest_path)
121
_PrintMessage
("Created %s" % tests_manifest_path)
141
_PrintMessage
("%s already exists, not overwritten" % tests_mk_path)
171
_PrintMessage
("Created %s" % tests_mk_path)
191
def
_PrintMessage
(msg):
/external/chromium_org/build/android/pylib/utils/
findbugs.py
16
def
_PrintMessage
(warnings, title, action, known_bugs_file):
39
_PrintMessage
(sorted(new_warnings), 'New', 'Please fix, or perhaps add to',
43
_PrintMessage
(sorted(obsolete_warnings), 'Obsolete', 'Please remove from',
Completed in 3063 milliseconds