Home
last modified time | relevance | path

Searched refs:ReadProgram (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DRar3Vm.h108 void ReadProgram(const Byte *code, UInt32 codeSize);
DRar3Vm.cpp697 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/
Ddwarf_cu_to_module.h159 virtual void ReadProgram(const uint8_t* program, uint64_t length,
Ddwarf_cu_to_module_unittest.cc73 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()
Ddwarf_cu_to_module.cc1262 line_reader_->ReadProgram( in ReadSourceLines()
/external/minijail/rust/minijail/src/
Dlib.rs199 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/
Ddump_syms.cc343 void ReadProgram(const uint8_t* program, in ReadProgram() function in google_breakpad::DumpSymbols::DumperLineToModule
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc274 void ReadProgram(const uint8_t* program, in ReadProgram() function in __anon8009a89a0111::DumperLineToModule