Home
last modified time | relevance | path

Searched refs:seq_type (Results 1 – 12 of 12) sorted by relevance

/external/lldb/test/unittest2/
Dcase.py648 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/
Dcase.py631 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/
DphHciNfc_Emulation.h110 phHciNfc_eSeqType_t seq_type
DphHciNfc_CE_B.h279 phHciNfc_eSeqType_t seq_type
DphHciNfc_CE_A.h287 phHciNfc_eSeqType_t seq_type
DphHciNfc_CE_B.c544 phHciNfc_eSeqType_t seq_type in phHciNfc_CE_B_Update_Seq() argument
563 switch(seq_type) in phHciNfc_CE_B_Update_Seq()
DphHciNfc_CE_A.c501 phHciNfc_eSeqType_t seq_type in phHciNfc_CE_A_Update_Seq() argument
520 switch(seq_type) in phHciNfc_CE_A_Update_Seq()
DphHciNfc_Emulation.c300 phHciNfc_eSeqType_t seq_type in phHciNfc_EmuMgmt_Update_Seq() argument
320 switch(seq_type) in phHciNfc_EmuMgmt_Update_Seq()
DphDnldNfc.c729 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/
Dspaces.h213 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/
Dcxcore.h1064 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
/external/opencv/cxcore/src/
Dcxpersistence.cpp4845 CvType seq_type( CV_TYPE_NAME_SEQ, icvIsSeq, icvReleaseSeq, icvReadSeq,