Home
last modified time | relevance | path

Searched refs:fs_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Denv.cc179 bool fs_result; in FilesExist() local
183 fs_result = false; in FilesExist()
190 fs_result = file_system->FilesExist(itr.second, fs_status); in FilesExist()
193 result &= fs_result; in FilesExist()
197 } else if (!fs_result) { in FilesExist()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp4668 bool fs_result = true; in executeTest() local
4670 for (unsigned int y = 0; y < m_reference_texture_height && fs_result; ++y) in executeTest()
4674 for (unsigned int x = 0; x < m_reference_texture_width && fs_result; ++x) in executeTest()
4685 fs_result = false; in executeTest()
4690 if (!fs_result) in executeTest()