OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_log_entry
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/common_lib/
base_job_unittest.py
[
all
...]
base_job.py
428
class
status_log_entry
(object):
class in inherits:object
553
parse(entry.render()) produces a new
status_log_entry
equivalent to
556
@return: A new
status_log_entry
instance with fields extracted from the
621
copy of the
status_log_entry
object.
631
"""Render a
status_log_entry
as it would be written to a log file.
633
@param log_entry: A
status_log_entry
instance to be rendered.
646
"""Record a
status_log_entry
into the appropriate status log files.
648
@param log_entry: A
status_log_entry
instance to be recorded into the
[
all
...]
/external/autotest/server/cros/dynamic_suite/
job_status.py
233
class sle(base_job.
status_log_entry
):
235
Thin wrapper around
status_log_entry
that supports stringification.
335
record_entry(base_job.
status_log_entry
)
349
record_entry(base_job.
status_log_entry
)
363
record_entry(base_job.
status_log_entry
)
376
record_entry(base_job.
status_log_entry
)
/external/autotest/server/site_tests/tast/
tast.py
491
entry = base_job.
status_log_entry
(status_code, None, full_name, message,
tast_unittest.py
486
- get expected base_job.
status_log_entry
objects that unit tests compare
562
"""Returns expected base_job.
status_log_entry
objects for this test.
566
@return: List of Autotest base_job.
status_log_entry
objects.
579
"""Makes a base_job.
status_log_entry
.
584
@return: base_job.
status_log_entry
object.
587
return base_job.
status_log_entry
(
685
@return: Flattened list of base_job.
status_log_entry
objects produced by
692
"""Returns a string describing a list of base_job.
status_log_entry
objects.
694
@param entries: List of base_job.
status_log_entry
objects.
699
timestamp = entry.fields[base_job.
status_log_entry
.TIMESTAMP_FIELD
[
all
...]
/external/autotest/server/
server_job.py
209
warning_entry = base_job.
status_log_entry
(
[
all
...]
autotest.py
[
all
...]
Completed in 881 milliseconds