Home
last modified time | relevance | path

Searched refs:first_field (Results 1 – 9 of 9) 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))
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/
Dmonitor_db_cleanup.py170 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/mesa3d/src/gallium/drivers/r600/
Deg_debug.c88 bool first_field = true; in eg_dump_reg() local
109 if (!first_field) in eg_dump_reg()
122 first_field = false; in eg_dump_reg()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c79 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/libhevc/encoder/
Dihevce_frame_process.h96 WORD32 first_field,
Dihevce_frame_process.c1990 WORD32 first_field, in ihevce_get_frame_lambda_prms() argument
2016 (void)first_field; in ihevce_get_frame_lambda_prms()
2053 if(first_field) in ihevce_get_frame_lambda_prms()
2736 WORD32 first_field = 1; in ihevce_frame_init() local
2750 first_field, in ihevce_frame_init()
3305 WORD32 first_field = 1; in ihevce_enc_frm_proc_slave_thrd() local
3431 WORD32 first_field = 1; in ihevce_enc_frm_proc_slave_thrd() local
3815 first_field = in ihevce_enc_frm_proc_slave_thrd()
3824 first_field, in ihevce_enc_frm_proc_slave_thrd()
5002 WORD32 first_field = 1; in ihevce_pre_enc_init() local
[all …]
Dihevce_lap_interface.c849 WORD32 first_field = (ps_lap_inp->s_input_buf.i4_topfield_first ^ i4_bottom_field); in ref_b_pic_population() local
855 if(0 == first_field) in ref_b_pic_population()
Dihevce_rc_interface.c4060 WORD32 num_b_frms = i4_num_b_frms, first_field = i4_first_field; in ihevce_get_frame_lambda_modifier() local
4071 if(first_field) in ihevce_get_frame_lambda_modifier()
/external/mesa3d/src/amd/common/
Dac_debug.c129 bool first_field = true; in ac_dump_reg() local
150 if (!first_field) in ac_dump_reg()
163 first_field = false; in ac_dump_reg()