HomeSort by relevance Sort by last modified time
    Searched refs:second_field (Results 1 - 7 of 7) 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 38 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \
39 CHECKED(OFFSETOF_MEMBER(second_type, second_field) \
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) \
56 CHECKED(OFFSETOF_MEMBER(second_type, second_field) \
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup.py 134 second_model, second_field):
138 second_model, second_field, first_model))
149 for first_model, first_field, second_model, second_field in model_pairs:
151 first_model, first_field, second_model, 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)) {
  /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 115 milliseconds