/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 83 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
|
D | snappy_inputbuffer.h | 77 Status ReadFromFile();
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 201 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/ |
D | sysinfo.cc | 204 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/ |
D | sanitizer_libc_test.cc | 132 EXPECT_TRUE(ReadFromFile(fd, buf, len1, &bytes_read)); in TEST() 137 EXPECT_TRUE(ReadFromFile(fd, buf, len2, &bytes_read)); in TEST()
|
D | sanitizer_linux_test.cc | 288 while (ReadFromFile(pipe_fds[0], ptr, 256, &bytes_read)) { in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 422 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
|
D | sanitizer_symbolizer_libcdep.cc | 400 bool success = ReadFromFile(input_fd_, buffer + read_len, in ReadFromSymbolizer()
|
D | sanitizer_posix.cc | 225 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() function
|
D | sanitizer_common.cc | 142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) { in ReadFileToBuffer()
|
D | sanitizer_common.h | 233 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
|
/external/libchrome/libchrome_tools/patch/ |
D | path_service.patch | 50 -TEST(JSONReaderTest, ReadFromFile) {
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.h | 335 EPVRTError ReadFromFile(
|
D | PVRTModelPOD.cpp | 1869 EPVRTError CPVRTModelPOD::ReadFromFile( function in CPVRTModelPOD
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | OGLES2DisplacementMap.cpp | 313 if(m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 203 if(m_Mask.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 403 if (m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
|