Searched refs:seq_type (Results 1 – 12 of 12) 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
D | case.py | 631 msg=None, seq_type=None, max_diff=80*8): argument 646 if seq_type is not None: 647 seq_type_name = seq_type.__name__ 648 if not isinstance(seq1, seq_type): 651 if not isinstance(seq2, seq_type): 704 if (len1 == len2 and seq_type is None and 752 self.assertSequenceEqual(list1, list2, msg, seq_type=list) 763 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/chromium_org/v8/src/ |
D | spaces.h | 213 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) { } in CellPrinter() 216 if (cell == seq_type) { in Print() 226 seq_type = cell; in Print() 239 seq_type == 0 ? 0 : 1, in Flush() 249 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,
|