OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emit_warning
(Results
1 - 3
of
3
) sorted by null
/external/skia/infra/bots/recipe_modules/swarming/resources/
standard_gtest_merge.py
31
def
emit_warning
(title, log=None):
function
50
emit_warning
(
71
emit_warning
('Shard #%d had a Swarming internal failure' % index)
73
emit_warning
('There wasn\'t enough capacity to run your test')
75
emit_warning
(
93
emit_warning
('Task ran but no result was found: %s' % err_msg)
95
emit_warning
('Invalid Swarming task state: %s' % state)
103
emit_warning
(
/external/skqp/infra/bots/recipe_modules/swarming/resources/
standard_gtest_merge.py
31
def
emit_warning
(title, log=None):
function
50
emit_warning
(
71
emit_warning
('Shard #%d had a Swarming internal failure' % index)
73
emit_warning
('There wasn\'t enough capacity to run your test')
75
emit_warning
(
93
emit_warning
('Task ran but no result was found: %s' % err_msg)
95
emit_warning
('Invalid Swarming task state: %s' % state)
103
emit_warning
(
/external/autotest/client/cros/
dhcp_handling_rule.py
178
def
emit_warning
(self, warning):
member in class:DhcpHandlingRule
262
self.
emit_warning
("Packet's message type was %s, not %s." % (
407
self.
emit_warning
("REQUEST packet's server ip did not match our "
413
self.
emit_warning
("REQUEST packet's requested IP did not match "
490
self.
emit_warning
("REQUEST packet's requested IP did not match "
536
self.
emit_warning
("RELEASE packet's server ip did not match our "
620
self.
emit_warning
("DECLINE packet's server ip did not match our "
Completed in 672 milliseconds