Home
last modified time | relevance | path

Searched refs:second_id (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/migrations/
D037_db_constraints.py8 def delete_duplicates(manager, table, first_id, second_id): argument
12 (first_id, second_id, table, first_id, second_id))
16 (table, first_id, second_id),
/external/chromium-trace/catapult/dashboard/dashboard/
Dquick_logger_test.py62 second_id = second_logger.Log('Second message.')
63 self.assertNotEqual(first_id, second_id)