/external/lzma/CPP/7zip/Compress/ |
D | Rar3Vm.h | 108 void ReadProgram(const Byte *code, UInt32 codeSize);
|
D | Rar3Vm.cpp | 697 void CProgram::ReadProgram(const Byte *code, UInt32 codeSize) in ReadProgram() function in NCompress::NRar3::NVm::CProgram 860 ReadProgram(code + 1, codeSize - 1); in PrepareProgram()
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 159 virtual void ReadProgram(const uint8_t* program, uint64_t length,
|
D | dwarf_cu_to_module_unittest.cc | 73 MOCK_METHOD9(ReadProgram, void(const uint8_t* program, uint64_t length, 163 EXPECT_CALL(line_reader_, ReadProgram(_,_,_,_,_,_,_,_,_)).Times(0); in CUFixtureBase() 351 ReadProgram(&dummy_line_program_[0], dummy_line_size_, in StartCU() 1533 EXPECT_CALL(lr, ReadProgram(_,_,_,_,_,_,_,_,_)).Times(0); in TEST_F() 1592 EXPECT_CALL(lr, ReadProgram(_,_,_,_,_,_,_,_,_)).Times(0); in TEST_F()
|
D | dwarf_cu_to_module.cc | 1262 line_reader_->ReadProgram( in ReadSourceLines()
|
/external/minijail/rust/minijail/src/ |
D | lib.rs | 199 ReadProgram(io::Error), enumerator 290 ReadProgram(e) => write!(f, "failed to read from bpf file: {}", e), in fmt() 536 let buffer = fs::read(path).map_err(Error::ReadProgram)?; in parse_seccomp_program()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 343 void ReadProgram(const uint8_t* program, in ReadProgram() function in google_breakpad::DumpSymbols::DumperLineToModule
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 274 void ReadProgram(const uint8_t* program, in ReadProgram() function in __anon8009a89a0111::DumperLineToModule
|