HomeSort by relevance Sort by last modified time
    Searched defs:verify_checksum (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
format.cc 109 const bool verify_checksum = true; local
110 if (verify_checksum) {
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Special_Events.py 139 def verify_checksum(self, _object, _attributes={}, **_arguments): member in class:Special_Events_Events
  /external/bcc/src/cc/
bcc_elf.c 370 static int verify_checksum(const char *file, unsigned int crc) { function
438 if (res && check_crc && !verify_checksum(res, crc))
  /art/dexlayout/
dexlayout.cc 1989 const bool verify_checksum = !options_.ignore_bad_checksum_; local
    [all...]

Completed in 2058 milliseconds