HomeSort by relevance Sort by last modified time
    Searched refs:ReadFromFile (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 177 ReadFromFile (
283 if (ReadFromFile (fp, 0, header, 2) != 0) {
297 if (ReadFromFile (fp, 0x3C, &offset, 4) != 0) {
303 if (ReadFromFile (fp, offset, header, 4) != 0) {
330 if (ReadFromFile (fp, offset, &nvalue, 2) != 0) {
353 if (ReadFromFile (fp, offset, &NumberOfRvaAndSizes, 4) != 0) {
367 if (ReadFromFile (fp, offset + 4, &lvalue, 4) != 0) {
382 if (ReadFromFile (fp, offset + 20, &lvalue, 4) != 0) {
397 if (ReadFromFile (fp, offset + 52, &lvalue, 4) != 0) {
409 if (ReadFromFile (fp, lvalue + 24, &lvalue, 4) != 0) {
    [all...]
  /system/tools/aidl/
line_reader.h 34 static std::unique_ptr<LineReader> ReadFromFile(
line_reader.cpp 77 unique_ptr<LineReader> LineReader::ReadFromFile(const string& file_path) {
io_delegate.cpp 107 return LineReader::ReadFromFile(file_path);
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_inputbuffer.h 77 Status ReadFromFile();
snappy_inputbuffer.cc 83 TF_RETURN_IF_ERROR(ReadFromFile());
127 TF_RETURN_IF_ERROR(ReadFromFile());
144 Status SnappyInputBuffer::ReadFromFile() {
  /external/google-benchmark/src/
sysinfo.cc 172 bool ReadFromFile(std::string const& fname, ArgT* arg) {
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/
sysinfo.cc 172 bool ReadFromFile(std::string const& fname, ArgT* arg) {
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/
sanitizer_libc_test.cc 132 EXPECT_TRUE(ReadFromFile(fd, buf, len1, &bytes_read));
137 EXPECT_TRUE(ReadFromFile(fd, buf, len2, &bytes_read));
sanitizer_linux_test.cc 288 while (ReadFromFile(pipe_fds[0], ptr, 256, &bytes_read)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 138 int ReadFromFile (
490 if (ReadFromFile ((void *)&FatBpb, FileName) == 0) {
638 if (ReadFromFile ((void *)&DestFatBpb, DestFileName) == 0) {
641 if (ReadFromFile ((void *)&SourceFatBpb, SourceFileName) == 0) {
735 if (ReadFromFile ((void *)&Mbr, FileName) == 0) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 422 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,
sanitizer_posix.cc 225 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
sanitizer_symbolizer_libcdep.cc 400 bool success = ReadFromFile(input_fd_, buffer + read_len,
sanitizer_common.cc 142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) {
sanitizer_common.h 233 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.h 320 @fn ReadFromFile
335 EPVRTError ReadFromFile(
    [all...]
PVRTModelPOD.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 313 if(m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 403 if (m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 203 if(m_Mask.ReadFromFile(c_szSceneFile) != PVR_SUCCESS)
  /external/libchrome/base/json/
json_reader_unittest.cc 574 TEST(JSONReaderTest, ReadFromFile) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h     [all...]

Completed in 787 milliseconds