Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp98 bool BitcodeWrapperer::Seek(uint32_t pos) { in Seek() function in BitcodeWrapperer
99 if (infile_ != nullptr && infile_->Seek(pos)) { in Seek()
258 Seek(0); in ParseWrapperHeader()
372 Seek(infile_bc_offset_) && in GenerateWrappedBitcodeFile()
384 return !error_ && Seek(infile_bc_offset_) && in GenerateRawBitcodeFile()
Din_memory_wrapper_input.cpp53 bool InMemoryWrapperInput::Seek(uint32_t pos) { in Seek() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek() function in FileWrapperInput
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h44 virtual bool Seek(uint32_t pos) = 0;
Dfile_wrapper_input.h42 virtual bool Seek(uint32_t pos);
Din_memory_wrapper_input.h42 virtual bool Seek(uint32_t pos);
Dbitcode_wrapperer.h164 bool Seek(uint32_t pos);
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2182 XAresult (*Seek) ( member