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

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 108 builder.ReadInput("crtbegin", crtbegin);
113 builder.ReadInput("plasma", plasma);
116 builder.ReadInput("m");
117 builder.ReadInput("log");
118 builder.ReadInput("jnigraphics");
119 builder.ReadInput("c");
124 builder.ReadInput("crtend", crtend);
166 builder1.ReadInput("crtbegin", crtbegin);
171 builder1.ReadInput("plasma", plasma);
174 builder1.ReadInput("m")
    [all...]
ELFReaderTest.cpp 66 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 105 /// ReadInput - To read an input file and append it to the input tree.
119 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
121 /// ReadInput - To read an input file and append it to the input tree.
128 Input* ReadInput(const std::string& pNameSpec);
130 /// ReadInput - To read an input file and append it to the input tree.
132 Input* ReadInput(FileHandle& pFileHandle);
134 /// ReadInput - To read an input file and append it to the input tree.
146 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
  /art/compiler/
elf_writer_mclinker.cc 271 // TODO: why does IRBuilder::ReadInput take a non-const pointer?
272 mcld::Input* code_input = ir_builder_->ReadInput(symbol,
282 mcld::Input* libart_so_input = ir_builder_->ReadInput(libart_so, libart_so);
296 mcld::Input* compiler_runtime_lib_input = ir_builder_->ReadInput(compiler_runtime_lib,
309 mcld::Input* libc_lib_input_input = ir_builder_->ReadInput(libc_lib, libc_lib);
321 mcld::Input* libm_lib_input_input = ir_builder_->ReadInput(libm_lib, libm_lib);
  /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)) {
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 85 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
381 RINOK(decoder.ReadInput(buf, headerSize, &processed));
  /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)

Completed in 231 milliseconds