HomeSort by relevance Sort by last modified time
    Searched refs:seq_type (Results 1 - 25 of 28) sorted by null

1 2

  /external/libnfc-nxp/src/
phHciNfc_CE_A.h 271 * specified \ref seq_type
275 * \param[in] seq_type sequence type specified in
287 phHciNfc_eSeqType_t seq_type
phHciNfc_CE_B.h 263 * specified \ref seq_type
267 * \param[in] seq_type sequence type specified in
279 phHciNfc_eSeqType_t seq_type
phHciNfc_Emulation.h 110 phHciNfc_eSeqType_t seq_type
phHciNfc_CE_A.c 501 phHciNfc_eSeqType_t seq_type
520 switch(seq_type)
phHciNfc_CE_B.c 544 phHciNfc_eSeqType_t seq_type
563 switch(seq_type)
phHciNfc_Emulation.c 300 phHciNfc_eSeqType_t seq_type
320 switch(seq_type)
    [all...]
phDnldNfc.c 729 phDnldNfc_eSeqType_t seq_type
1037 phDnldNfc_eSeqType_t seq_type
1045 switch(seq_type)
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_camsensor_sdk.h 206 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_camsensor_sdk.h 174 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
msm_cam_sensor.h 294 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting32
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py 625 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
634 seq_type: The expected datatype of the sequences, or None if no
639 if seq_type is not None:
640 seq_type_name = seq_type.__name__
641 if not isinstance(seq1, seq_type):
644 if not isinstance(seq2, seq_type):
697 if (len1 == len2 and seq_type is None and
744 self.assertSequenceEqual(list1, list2, msg, seq_type=list)
755 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py 625 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
634 seq_type: The expected datatype of the sequences, or None if no
639 if seq_type is not None:
640 seq_type_name = seq_type.__name__
641 if not isinstance(seq1, seq_type):
644 if not isinstance(seq2, seq_type):
697 if (len1 == len2 and seq_type is None and
744 self.assertSequenceEqual(list1, list2, msg, seq_type=list)
755 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 625 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
634 seq_type: The expected datatype of the sequences, or None if no
639 if seq_type is not None:
640 seq_type_name = seq_type.__name__
641 if not isinstance(seq1, seq_type):
644 if not isinstance(seq2, seq_type):
697 if (len1 == len2 and seq_type is None and
744 self.assertSequenceEqual(list1, list2, msg, seq_type=list)
755 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 625 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
634 seq_type: The expected datatype of the sequences, or None if no
639 if seq_type is not None:
640 seq_type_name = seq_type.__name__
641 if not isinstance(seq1, seq_type):
644 if not isinstance(seq2, seq_type):
697 if (len1 == len2 and seq_type is None and
744 self.assertSequenceEqual(list1, list2, msg, seq_type=list)
755 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
    [all...]
  /external/autotest/client/common_lib/test_utils/
unittest.py 661 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
670 seq_type: The expected datatype of the sequences, or None if no
675 if seq_type != None:
676 seq_type_name = seq_type.__name__
677 if not isinstance(seq1, seq_type):
680 if not isinstance(seq2, seq_type):
724 if (len1 == len2 and seq_type is None and
764 self.assertSequenceEqual(list1, list2, msg, seq_type=list)
775 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camsensor_sdk.h 219 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camsensor_sdk.h 191 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 1249 typedef std::pair<_RAIter1, _RAIter1> seq_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 1249 typedef std::pair<_RAIter1, _RAIter1> seq_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 1249 typedef std::pair<_RAIter1, _RAIter1> seq_type; typedef
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_merge.h 1249 typedef std::pair<_RAIter1, _RAIter1> seq_type; typedef
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_cam_sensor.h 305 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_cam_sensor.h 275 enum msm_sensor_power_seq_type_t seq_type; member in struct:msm_sensor_power_setting
  /external/v8/src/heap/
spaces.h 212 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {}
215 if (cell == seq_type) {
225 seq_type = cell;
236 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1,
246 uint32_t seq_type; member in class:v8::internal::Bitmap::CellPrinter
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 886 milliseconds

1 2