HomeSort by relevance Sort by last modified time
    Searched full:second_field (Results 1 - 25 of 37) sorted by null

1 2

  /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 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.c 422 //pInfo->img.second_field = 0;
444 //pInfo->img.second_field = 1;
536 if((pInfo->img.structure == FRAME) || (pInfo->img.second_field)) {
h264parse_dpb.c     [all...]
  /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;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
SimpleDateFormatTest.java 314 assertFormat(format, " s", cal, " 6", DateFormat.SECOND_FIELD);
316 DateFormat.SECOND_FIELD);
317 assertFormat(format, " ss", cal, " 06", DateFormat.SECOND_FIELD);
318 assertFormat(format, " ssss", cal, " 0006", DateFormat.SECOND_FIELD);
    [all...]
  /external/libavc/common/
ih264_structs.h 1302 * second_field
    [all...]
  /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
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_workload.c 478 BF_WRITE( VC1_0_SEQPIC_FIELD_REF_FRAME_ID, SECOND_FIELD, spr->fieldref_ctrl_id, pic->CurrField);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 111 "", //"SECOND_FIELD",
131 "SECOND_FIELD",
    [all...]
DateFormatTest.java 559 "SECOND_FIELD",
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 155 (UnicodeString) "", //"SECOND_FIELD",
185 (UnicodeString) "SECOND_FIELD",
    [all...]
dtfmttst.cpp 463 "SECOND_FIELD",
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 110 "", //"SECOND_FIELD",
130 "SECOND_FIELD",
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 200 public final static int SECOND_FIELD = 7;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h     [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 213 public final static int SECOND_FIELD = 7;
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 213 public final static int SECOND_FIELD = 7;
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 223 public final static int SECOND_FIELD = 7;
    [all...]
SimpleDateFormat.java     [all...]
  /prebuilts/sdk/23/
android.jar 

Completed in 1190 milliseconds

1 2