Searched refs:file_ (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 240 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag() 248 const std::string& file() const { return file_; } in file() 254 std::string file_;
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 285 FileReader(FILE* file) : file_(file) {} in FileReader() 289 fseek(file_, pos, SEEK_SET) == 0 && in GetBytesAt() 290 fread(buffer_, size, 1, file_) == 1) { in GetBytesAt() 298 FILE* file_; member in __anonb60c93100111::FileReader 709 : file_(NULL), big_endian_(false), is_64bits_(false), reader_(NULL) {} in ElfFile() 718 file_ = _tfopen(path, _T("rb")); in Open() 719 if (file_ == NULL) { in Open() 724 if (fread(ident, sizeof(ident), 1, file_) != 1) { in Open() 738 reader_ = new FileBigEndianReader(file_); in Open() 740 reader_ = new FileLittleEndianReader(file_); in Open() [all …]
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 622 const char* const file_; member in testing::internal::WindowsDeathTest 721 "=" + file_ + "|" + StreamableToString(line_) + "|" + in AssumeRole() 872 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } in ExecDeathTest() 881 const char* const file_; member in testing::internal::ExecDeathTest 1123 + file_ + "|" + StreamableToString(line_) + "|" in AssumeRole()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 905 file_(1), in DwarfStateMachine() 929 file_ = 1; in reset() 950 Elf_Word file_; variable
|
D | dwarf_cu.cc | 589 state.file_ = file_num.u32; in get_pc_address_file_info() 746 file_info = get_stmt_file_info(state->file_); in set_source_info()
|