HomeSort by relevance Sort by last modified time
    Searched refs:crcValue (Results 1 - 14 of 14) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
crcmod.py 106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
    [all...]
test.py 366 crcValue = 0xFFFFFFFF'''
372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
384 crcValue = 0xF7B400A7'''
398 crcValue = 0x00000000'''
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
416 crcValue = 0x084BFF58'''
429 crcValue = 0x00000000'''
462 self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
crcmod.py 107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
    [all...]
test.py 355 crcValue = 0xFFFFFFFF'''
361 self.assertEqual(crc.crcValue, 0xF7B400A7)
373 crcValue = 0xF7B400A7'''
387 crcValue = 0x00000000'''
393 self.assertEqual(crc.crcValue, 0x84BFF58)
405 crcValue = 0x084BFF58'''
418 crcValue = 0x00000000'''
451 self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
455 self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
459 self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
crcmod.py 106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
    [all...]
test.py 366 crcValue = 0xFFFFFFFF'''
372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
384 crcValue = 0xF7B400A7'''
398 crcValue = 0x00000000'''
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
416 crcValue = 0x084BFF58'''
429 crcValue = 0x00000000'''
462 self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg)
    [all...]
  /external/aac/libFDK/include/
FDK_crc.h 130 USHORT crcValue; /*!< Crc value to be calculated. */
  /external/aac/libFDK/src/
FDK_crc.cpp 245 hCrcInfo->crcValue = hCrcInfo->startValue;
304 return ( hCrcInfo->crcValue & (((hCrcInfo->crcMask-1)<<1)+1) );
409 USHORT crc = hCrcInfo->crcValue;
457 hCrcInfo->crcValue = crc;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 509 milliseconds