OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/dashboard/dashboard/
quick_logger_test.py
43
first_id
= logger.Log('First message.')
49
logger.Log('Updated first message.',
first_id
)
61
first_id
= first_logger.Log('First message.')
63
self.assertNotEqual(
first_id
, second_id)
/external/autotest/frontend/migrations/
037_db_constraints.py
8
def delete_duplicates(manager, table,
first_id
, second_id):
12
(
first_id
, second_id, table,
first_id
, second_id))
16
(table,
first_id
, second_id),
Completed in 785 milliseconds