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

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 106 builder.ReadInput("crtbegin", crtbegin);
111 builder.ReadInput("plasma", plasma);
114 builder.ReadInput("m");
115 builder.ReadInput("log");
116 builder.ReadInput("jnigraphics");
117 builder.ReadInput("c");
122 builder.ReadInput("crtend", crtend);
163 builder1.ReadInput("crtbegin", crtbegin);
168 builder1.ReadInput("plasma", plasma);
171 builder1.ReadInput("m")
    [all...]
ELFReaderTest.cpp 62 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 104 /// ReadInput - To read an input file and append it to the input tree.
118 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
120 /// ReadInput - To read an input file and append it to the input tree.
127 Input* ReadInput(const std::string& pNameSpec);
129 /// ReadInput - To read an input file and append it to the input tree.
140 Input* ReadInput(raw_mem_ostream& pMemOStream);
142 /// ReadInput - To read an input file and append it to the input tree.
144 Input* ReadInput(FileHandle& pFileHandle);
146 /// ReadInput - To read an input file and append it to the input tree.
158 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize)
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 124 mcld::Input* input = mBuilder->ReadInput(pNameSpec);
132 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath);
140 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize);
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 117 mcld::Input* input = mBuilder->ReadInput(pNameSpec);
125 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath);
133 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize);
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 140 bool ReadInput(size_t* bytes_read);
311 bool VCDiffFileBasedCoder::ReadInput(size_t* bytes_read) {
411 if (!WriteOutput(output) || !ReadInput(&bytes_read)) {
468 if (!ReadInput(&bytes_read)) {
532 if (!ReadInput(&bytes_read)) {
  /external/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 119 return ReadInput(pName, pPath);
130 /// ReadInput - To read an input file and append it to the input tree.
132 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
146 /// ReadInput - To read an input file and append it to the input tree.
147 Input* IRBuilder::ReadInput(const std::string& pNameSpec)
187 /// ReadInput - To read an input file and append it to the input tree.
188 Input* IRBuilder::ReadInput(raw_mem_ostream& pMemOStream)
210 /// ReadInput - To read an input file and append it to the input tree.
211 Input* IRBuilder::ReadInput(FileHandle& pFileHandle)
229 /// ReadInput - To read an input file and append it to the input tree
    [all...]

Completed in 171 milliseconds