Searched refs:first_field (Results 1 – 4 of 4) 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 50 (index_name, pivot_table, first_field, second_field)) 54 old_index_name = basic_index_name(pivot_table, first_field) 59 def drop_unique_index(manager, pivot_table, first_field): argument 63 old_index_name = basic_index_name(pivot_table, first_field) 65 (old_index_name, pivot_table, first_field)) 84 def cleanup_m2m_pivot(manager, pivot_table, first_field, first_table, argument 86 delete_duplicates(manager, pivot_table, first_field, second_field) 87 delete_invalid_foriegn_keys(manager, pivot_table, first_field, first_table) 94 create_unique_index(manager, pivot_table, second_field, first_field) [all …]
|
/external/autotest/scheduler/ |
D | monitor_db_cleanup.py | 170 def _check_invalid_related_objects(self, first_model, first_field, argument 174 first_field, 190 for first_model, first_field, second_model, second_field in model_pairs: 193 first_field,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | message.c | 79 const upb_fielddef* first_field; in which_oneof_field() local 90 first_field = upb_oneof_iter_field(&it); in which_oneof_field() 91 assert(upb_fielddef_containingoneof(first_field) != NULL); in which_oneof_field() 95 fields[upb_fielddef_index(first_field)].case_offset; in which_oneof_field()
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 87 bool first_field = true; in ac_dump_reg() local 108 if (!first_field) in ac_dump_reg() 121 first_field = false; in ac_dump_reg()
|