HomeSort by relevance Sort by last modified time
    Searched defs:ReadInput (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc 141 bool ReadInput(size_t* bytes_read);
312 bool VCDiffFileBasedCoder::ReadInput(size_t* bytes_read) {
415 if (!WriteOutput(output) || !ReadInput(&bytes_read)) {
472 if (!ReadInput(&bytes_read)) {
536 if (!ReadInput(&bytes_read)) {
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 123 return ReadInput(pName, pPath);
134 /// ReadInput - To read an input file and append it to the input tree.
136 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
150 /// ReadInput - To read an input file and append it to the input tree.
151 Input* IRBuilder::ReadInput(const std::string& pNameSpec)
191 /// ReadInput - To read an input file and append it to the input tree.
192 Input* IRBuilder::ReadInput(FileHandle& pFileHandle)
210 /// ReadInput - To read an input file and append it to the input tree.
211 Input* IRBuilder::ReadInput(const std::string& pName, void* pRawMemory, size_t pSize)
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 85 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
381 RINOK(decoder.ReadInput(buf, headerSize, &processed));

Completed in 163 milliseconds