Home
last modified time | relevance | path

Searched refs: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
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/v8/test/cctest/
Dtest-inobject-slack-tracking.cc925 const int first_field = 2; in TEST() local
926 TestSubclassBuiltin("A1", JS_OBJECT_TYPE, "Error", "'err'", first_field); in TEST()
927 TestSubclassBuiltin("A2", JS_OBJECT_TYPE, "EvalError", "'err'", first_field); in TEST()
928 TestSubclassBuiltin("A3", JS_OBJECT_TYPE, "RangeError", "'err'", first_field); in TEST()
930 first_field); in TEST()
932 first_field); in TEST()
933 TestSubclassBuiltin("A6", JS_OBJECT_TYPE, "TypeError", "'err'", first_field); in TEST()
934 TestSubclassBuiltin("A7", JS_OBJECT_TYPE, "URIError", "'err'", first_field); in TEST()
1004 const int first_field = 1; in TEST() local
1006 first_field); in TEST()
[all …]
/external/autotest/scheduler/
Dmonitor_db_cleanup.py131 def _check_invalid_related_objects(self, first_model, first_field, argument
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))