Searched refs:ReadFromFile (Results 1 - 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputbuffer.h77 Status ReadFromFile();
H A Dsnappy_inputbuffer.cc83 TF_RETURN_IF_ERROR(ReadFromFile());
127 TF_RETURN_IF_ERROR(ReadFromFile());
144 Status SnappyInputBuffer::ReadFromFile() { function in class:tensorflow::io::SnappyInputBuffer
/external/google-benchmark/src/
H A Dsysinfo.cc172 bool ReadFromFile(std::string const& fname, ArgT* arg) { function in namespace:benchmark::__anon7364
191 if (ReadFromFile(governor_file, &res) && res != "performance") return true;
240 if (!ReadFromFile(StrCat(FPath, "type"), &info.type))
242 if (!ReadFromFile(StrCat(FPath, "level"), &info.level))
245 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str))
410 if (ReadFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)
413 || ReadFromFile("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc172 bool ReadFromFile(std::string const& fname, ArgT* arg) { function in namespace:benchmark::__anon11191
191 if (ReadFromFile(governor_file, &res) && res != "performance") return true;
240 if (!ReadFromFile(StrCat(FPath, "type"), &info.type))
242 if (!ReadFromFile(StrCat(FPath, "level"), &info.level))
245 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str))
410 if (ReadFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)
413 || ReadFromFile("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc132 EXPECT_TRUE(ReadFromFile(fd, buf, len1, &bytes_read));
137 EXPECT_TRUE(ReadFromFile(fd, buf, len2, &bytes_read));
H A Dsanitizer_linux_test.cc288 while (ReadFromFile(pipe_fds[0], ptr, 256, &bytes_read)) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc422 if (!ReadFromFile(fd, &dos_header, sizeof(dos_header), &bytes_read) ||
439 if (!ReadFromFile(fd, &buf[0], sizeof(buf), &bytes_read) ||
568 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, function in namespace:__sanitizer
H A Dsanitizer_posix.cc225 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, function in namespace:__sanitizer
H A Dsanitizer_symbolizer_libcdep.cc400 bool success = ReadFromFile(input_fd_, buffer + read_len,
H A Dsanitizer_common.cc142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) {
H A Dsanitizer_common.h233 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.h320 @fn ReadFromFile
335 EPVRTError ReadFromFile(
H A DPVRTModelPOD.cpp1854 @Function ReadFromFile
1869 EPVRTError CPVRTModelPOD::ReadFromFile( function in class:CPVRTModelPOD
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp313 if(m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp403 if (m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp203 if(m_Mask.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
/external/libchrome/base/json/
H A Djson_reader_unittest.cc574 TEST(JSONReaderTest, ReadFromFile) {

Completed in 971 milliseconds