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 101 builder.ReadInput("crtbegin", crtbegin);
106 builder.ReadInput("plasma", plasma);
109 builder.ReadInput("m");
110 builder.ReadInput("log");
111 builder.ReadInput("jnigraphics");
112 builder.ReadInput("c");
117 builder.ReadInput("crtend", crtend);
160 builder1.ReadInput("crtbegin", crtbegin);
165 builder1.ReadInput("plasma", plasma);
168 builder1.ReadInput("m")
    [all...]
ELFReaderTest.cpp 63 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path);
  /external/skia/include/gpu/
GrInvariantOutput.h 76 enum ReadInput {
199 void invalidateComponents(uint8_t invalidateFlags, ReadInput readsInput) {
210 void setToOther(uint8_t validFlags, GrColor color, ReadInput readsInput) {
233 void setToUnknown(ReadInput readsInput) {
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 91 /// ReadInput - To read an input file and append it to the input tree.
105 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
107 /// ReadInput - To read an input file and append it to the input tree.
114 Input* ReadInput(const std::string& pNameSpec);
116 /// ReadInput - To read an input file and append it to the input tree.
118 Input* ReadInput(FileHandle& pFileHandle);
120 /// ReadInput - To read an input file and append it to the input tree.
132 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 41 inputData = ReadInput.getInputData();
242 public static class ReadInput {
  /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 127 return ReadInput(pName, pPath);
138 /// ReadInput - To read an input file and append it to the input tree.
139 Input* IRBuilder::ReadInput(const std::string& pName,
155 /// ReadInput - To read an input file and append it to the input tree.
156 Input* IRBuilder::ReadInput(const std::string& pNameSpec) {
194 /// ReadInput - To read an input file and append it to the input tree.
195 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) {
211 /// ReadInput - To read an input file and append it to the input tree.
212 Input* IRBuilder::ReadInput(const std::string& pName,
  /external/skia/src/effects/
SkColorFilters.cpp 337 GrInvariantOutput::ReadInput readInput = GrInvariantOutput::kWill_ReadInput;
341 readInput = GrInvariantOutput::kWillNot_ReadInput;
343 inout->setToOther(result.getValidComponents(), result.getColor(), readInput);

Completed in 394 milliseconds