Searched refs:seq_type (Results 1 – 11 of 11) sorted by relevance
/external/lldb/test/unittest2/ |
D | case.py | 648 msg=None, seq_type=None, max_diff=80*8): argument 663 if seq_type is not None: 664 seq_type_name = seq_type.__name__ 665 if not isinstance(seq1, seq_type): 668 if not isinstance(seq2, seq_type): 721 if (len1 == len2 and seq_type is None and 769 self.assertSequenceEqual(list1, list2, msg, seq_type=list) 780 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Emulation.h | 110 phHciNfc_eSeqType_t seq_type
|
D | phHciNfc_CE_B.h | 279 phHciNfc_eSeqType_t seq_type
|
D | phHciNfc_CE_A.h | 287 phHciNfc_eSeqType_t seq_type
|
D | phHciNfc_CE_B.c | 544 phHciNfc_eSeqType_t seq_type in phHciNfc_CE_B_Update_Seq() argument 563 switch(seq_type) in phHciNfc_CE_B_Update_Seq()
|
D | phHciNfc_CE_A.c | 501 phHciNfc_eSeqType_t seq_type in phHciNfc_CE_A_Update_Seq() argument 520 switch(seq_type) in phHciNfc_CE_A_Update_Seq()
|
D | phHciNfc_Emulation.c | 300 phHciNfc_eSeqType_t seq_type in phHciNfc_EmuMgmt_Update_Seq() argument 320 switch(seq_type) in phHciNfc_EmuMgmt_Update_Seq()
|
D | phDnldNfc.c | 729 phDnldNfc_eSeqType_t seq_type 1037 phDnldNfc_eSeqType_t seq_type in phDnldNfc_Set_Seq() argument 1045 switch(seq_type) in phDnldNfc_Set_Seq()
|
/external/v8/src/heap/ |
D | spaces.h | 208 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {} in CellPrinter() 211 if (cell == seq_type) { in Print() 221 seq_type = cell; in Print() 232 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1, in Flush() 242 uint32_t seq_type; variable
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1064 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4845 CvType seq_type( CV_TYPE_NAME_SEQ, icvIsSeq, icvReleaseSeq, icvReadSeq,
|