Searched refs:validate_file (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils_test.py | 71 self.assertTrue(keras.utils.data_utils.validate_file(filepath, 73 self.assertTrue(keras.utils.data_utils.validate_file(filepath, hashval_md5)) 88 self.assertTrue(keras.utils.data_utils.validate_file(path, hashval_sha256)) 89 self.assertTrue(keras.utils.data_utils.validate_file(path, hashval_md5))
|
D | data_utils.py | 220 if not validate_file(fpath, file_hash, algorithm=hash_algorithm): 302 def validate_file(fpath, file_hash, algorithm='auto', chunk_size=65535): function
|
/external/python/oauth2client/oauth2client/contrib/ |
D | locked_file.py | 57 def validate_file(filename): function 129 validate_file(self._filename)
|
D | _fcntl_opener.py | 43 locked_file.validate_file(self._filename)
|
D | _win32_opener.py | 54 locked_file.validate_file(self._filename)
|
/external/libchrome/third_party/ply/ |
D | lex.py | 818 self.validate_file(f) 829 def validate_file(self,filename): member in LexerReflect
|