Searched defs:first_field (Results 1 – 3 of 3) sorted by relevance
/external/autotest/frontend/migrations/ |
D | 037_db_constraints.py | 47 def create_unique_index(manager, pivot_table, first_field, second_field): argument 59 def drop_unique_index(manager, pivot_table, first_field): argument 84 def cleanup_m2m_pivot(manager, pivot_table, first_field, first_table, argument 102 def reverse_cleanup_m2m_pivot(manager, pivot_table, first_field, second_field, argument
|
/external/v8/test/cctest/ |
D | test-inobject-slack-tracking.cc | 925 const int first_field = 2; in TEST() local 1004 const int first_field = 1; in TEST() local 1101 const int first_field = 4; in TEST() local
|
/external/autotest/scheduler/ |
D | monitor_db_cleanup.py | 131 def _check_invalid_related_objects(self, first_model, first_field, argument
|