HomeSort by relevance Sort by last modified time
    Searched refs:second_id (Results 1 - 2 of 2) sorted by null

  /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),
  /external/chromium-trace/catapult/dashboard/dashboard/
quick_logger_test.py 62 second_id = second_logger.Log('Second message.')
63 self.assertNotEqual(first_id, second_id)

Completed in 74 milliseconds