HomeSort by relevance Sort by last modified time
    Searched refs:first_field (Results 1 - 5 of 5) sorted by null

  /external/autotest/frontend/migrations/
037_db_constraints.py 47 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...]
  /art/runtime/
entrypoints_order_test.cc 38 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \
40 - OFFSETOF_MEMBER(first_type, first_field) == diff, name)
43 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \
44 EXPECT_OFFSET_DIFF(type, first_field, type, second_field, diff, \
45 type ## _ ## first_field ## _ ## second_field)
48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \
49 EXPECT_OFFSET_DIFF(type, prefix . first_field, type, prefix . second_field, diff, \
50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
54 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \
56 - OFFSETOF_MEMBER(first_type, first_field) >= diff, name
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup.py 131 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/
test-inobject-slack-tracking.cc 925 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 217 milliseconds