Searched refs:first_field (Results 1 - 3 of 3) sorted by relevance

/external/autotest/frontend/migrations/
H A D037_db_constraints.py47 def create_unique_index(manager, pivot_table, first_field, second_field):
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):
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,
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/
H A Dmonitor_db_cleanup.py131 def _check_invalid_related_objects(self, first_model, first_field,
134 first_model, first_field, second_model)
147 for first_model, first_field, second_model, second_field in model_pairs:
149 first_model, first_field, second_model, second_field))
/external/v8/test/cctest/
H A Dtest-inobject-slack-tracking.cc925 const int first_field = 2; local
926 TestSubclassBuiltin("A1", JS_OBJECT_TYPE, "Error", "'err'", first_field);
927 TestSubclassBuiltin("A2", JS_OBJECT_TYPE, "EvalError", "'err'", first_field);
928 TestSubclassBuiltin("A3", JS_OBJECT_TYPE, "RangeError", "'err'", first_field);
930 first_field);
932 first_field);
933 TestSubclassBuiltin("A6", JS_OBJECT_TYPE, "TypeError", "'err'", first_field);
934 TestSubclassBuiltin("A7", JS_OBJECT_TYPE, "URIError", "'err'", first_field);
1004 const int first_field = 1; local
1006 first_field);
1101 const int first_field = 4; local
[all...]

Completed in 217 milliseconds