Home
last modified time | relevance | path

Searched refs:second_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
50 (index_name, pivot_table, first_field, second_field))
85 second_field, second_table, create_unique): argument
86 delete_duplicates(manager, pivot_table, first_field, second_field)
88 delete_invalid_foriegn_keys(manager, pivot_table, second_field,
94 create_unique_index(manager, pivot_table, second_field, first_field)
98 create_foreign_key_constraint(manager, pivot_table, second_field,
102 def reverse_cleanup_m2m_pivot(manager, pivot_table, first_field, second_field, argument
104 drop_foreign_key_constraint(manager, pivot_table, second_field)
107 drop_unique_index(manager, pivot_table, second_field)
[all …]
/external/autotest/scheduler/
Dmonitor_db_cleanup.py171 second_model, second_field): argument
179 second_field,
190 for first_model, first_field, second_model, second_field in model_pairs:
195 second_field,
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c128 unsigned second_field : 1; // 7 0x80: nfi yet member
343 h->second_field = 0; // set in nouveau_vp3_fill_picparm_h264_vp_refs in nouveau_vp3_fill_picparm_h264_vp()
414 h->second_field = 1; in nouveau_vp3_fill_picparm_h264_vp_refs()