Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc83 TF_RETURN_IF_ERROR(ReadFromFile()); in Inflate()
127 TF_RETURN_IF_ERROR(ReadFromFile()); in ReadCompressedBlockLength()
144 Status SnappyInputBuffer::ReadFromFile() { in ReadFromFile() function in tensorflow::io::SnappyInputBuffer
Dsnappy_inputbuffer.h77 Status ReadFromFile();
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc201 bool ReadFromFile(std::string const& fname, ArgT* arg) { in ReadFromFile() function
220 if (ReadFromFile(governor_file, &res) && res != "performance") return true; in CpuScalingEnabled()
269 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS()
271 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS()
274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
483 if (ReadFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq) in GetCPUCyclesPerSecond()
486 || ReadFromFile("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", in GetCPUCyclesPerSecond()
/external/google-benchmark/src/
Dsysinfo.cc204 bool ReadFromFile(std::string const& fname, ArgT* arg) { in ReadFromFile() function
226 if (ReadFromFile(governor_file, &res) && res != "performance") return true; in CpuScalingEnabled()
275 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS()
277 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS()
280 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
529 if (ReadFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq) in GetCPUCyclesPerSecond()
532 || ReadFromFile("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", in GetCPUCyclesPerSecond()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc132 EXPECT_TRUE(ReadFromFile(fd, buf, len1, &bytes_read)); in TEST()
137 EXPECT_TRUE(ReadFromFile(fd, buf, len2, &bytes_read)); in TEST()
Dsanitizer_linux_test.cc288 while (ReadFromFile(pipe_fds[0], ptr, 256, &bytes_read)) { in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc422 if (!ReadFromFile(fd, &dos_header, sizeof(dos_header), &bytes_read) || in GetPreferredBase()
439 if (!ReadFromFile(fd, &buf[0], sizeof(buf), &bytes_read) || in GetPreferredBase()
568 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() function
Dsanitizer_symbolizer_libcdep.cc400 bool success = ReadFromFile(input_fd_, buffer + read_len, in ReadFromSymbolizer()
Dsanitizer_posix.cc225 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() function
Dsanitizer_common.cc142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) { in ReadFileToBuffer()
Dsanitizer_common.h233 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
/external/libchrome/libchrome_tools/patch/
Dpath_service.patch50 -TEST(JSONReaderTest, ReadFromFile) {
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h335 EPVRTError ReadFromFile(
DPVRTModelPOD.cpp1869 EPVRTError CPVRTModelPOD::ReadFromFile( function in CPVRTModelPOD
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp313 if(m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp203 if(m_Mask.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp403 if (m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()