HomeSort by relevance Sort by last modified time
    Searched full:first_field (Results 1 - 12 of 12) 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)
49 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \
50 EXPECT_OFFSET_DIFF(type, prefix . first_field, type, prefix . second_field, diff, /* NOLINT */ \
51 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
55 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \
57 - OFFSETOF_MEMBER(first_type, first_field) >= (diff), name
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup.py 170 def _check_invalid_related_objects(self, first_model, first_field,
174 first_field,
190 for first_model, first_field, second_model, second_field in model_pairs:
193 first_field,
  /external/mesa3d/src/amd/common/
ac_debug.c 87 bool first_field = true; local
108 if (!first_field)
121 first_field = false;
  /external/protobuf/ruby/ext/google/protobuf_c/
message.c 79 const upb_fielddef* first_field; local
90 first_field = upb_oneof_iter_field(&it);
91 assert(upb_fielddef_containingoneof(first_field) != NULL);
95 fields[upb_fielddef_index(first_field)].case_offset;
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libform.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libform.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libform.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libform.a     [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 790 milliseconds