Home
last modified time | relevance | path

Searched defs:first_field (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/migrations/
D037_db_constraints.py47 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/
Dtest-inobject-slack-tracking.cc925 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/
Dmonitor_db_cleanup.py131 def _check_invalid_related_objects(self, first_model, first_field, argument