HomeSort by relevance Sort by last modified time
    Searched refs:second_field (Results 1 - 8 of 8) 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))
85 second_field, second_table, create_unique):
86 delete_duplicates(manager, pivot_table, first_field, second_field)
88 delete_invalid_foriegn_keys(manager, pivot_table, second_field,
94 create_unique_index(manager, pivot_table, second_field, first_field)
98 create_foreign_key_constraint(manager, pivot_table, second_field,
102 def reverse_cleanup_m2m_pivot(manager, pivot_table, first_field, second_field,
104 drop_foreign_key_constraint(manager, pivot_table, second_field)
107 drop_unique_index(manager, pivot_table, second_field)
    [all...]
  /art/runtime/
entrypoints_order_test.cc 39 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \
40 CHECKED(OFFSETOF_MEMBER(second_type, second_field) \
44 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \
45 EXPECT_OFFSET_DIFF(type, first_field, type, second_field, diff, \
46 type ## _ ## first_field ## _ ## second_field)
50 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \
51 EXPECT_OFFSET_DIFF(type, prefix . first_field, type, prefix . second_field, diff, /* NOLINT */ \
52 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
56 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \
57 CHECKED(OFFSETOF_MEMBER(second_type, second_field) \
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup.py 171 second_model, second_field):
179 second_field,
190 for first_model, first_field, second_model, second_field in model_pairs:
195 second_field,
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_parse.c 186 pInfo->img.second_field = h264_is_second_field(pInfo);
187 if(pInfo->img.second_field == 0)
h264parse_dpb.c     [all...]
h264parse.c 422 //pInfo->img.second_field = 0;
444 //pInfo->img.second_field = 1;
536 if((pInfo->img.structure == FRAME) || (pInfo->img.second_field)) {
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 128 unsigned second_field : 1; // 7 0x80: nfi yet member in struct:h264_picparm_vp
343 h->second_field = 0; // set in nouveau_vp3_fill_picparm_h264_vp_refs
414 h->second_field = 1;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 897 uint8_t second_field; // Set to one if this is the second field of a set of paired fields... member in struct:_h264_img_par

Completed in 328 milliseconds