HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 48 "Linker::setOutput() is not called before add input files",
124 mcld::Input* input = mBuilder->ReadInput(pNameSpec); local
125 if (NULL == input)
132 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath); local
133 if (NULL == input)
140 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize); local
141 if (NULL == input)
147 mcld::Input* input = mBuilder->CreateInput("NAN", "NAN", mcld::Input::Object); local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 49 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
103 ELFReaderIF::getSymFragmentRef(Input& pInput,
108 if (Input::DynObj == pInput.type())
142 const Input& pInput) const
144 if (Input::Object == pInput.type()) {
154 // to virtual address by adding input section's virtual address.
ELFDynObjReader.cpp 47 bool ELFDynObjReader::isMyFormat(Input &pInput) const
65 else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr))
72 bool ELFDynObjReader::readHeader(Input& pInput)
91 bool ELFDynObjReader::readSymbols(Input& pInput)
GNUArchiveReader.cpp 45 bool GNUArchiveReader::isMyFormat(Input& pInput) const
74 bool GNUArchiveReader::isThinArchive(Input& pInput) const
113 // include the needed members in the archive and build up the input tree
146 /// return the corresponding archive member (it may be an input object or
154 Input* GNUArchiveReader::readMemberHeader(Archive& pArchiveRoot,
155 Input& pArchiveFile,
202 Input* member = NULL;
353 Input* cur_archive = &(pArchive.getARFile());
354 Input* member = NULL;
368 if (Input::Archive == member->type())
    [all...]
ELFReader.cpp 56 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const
67 bool ELFReader<32, true>::readSymbols(Input& pInput,
106 if (pInput.type() == Input::Object &&
160 bool ELFReader<32, true>::readRela(Input& pInput,
197 bool ELFReader<32, true>::readRel(Input& pInput,
252 Input::Type ELFReader<32, true>::fileType(void* pELFHeader) const
264 return Input::Object;
266 return Input::Exec;
268 return Input::DynObj;
270 return Input::CoreFile
    [all...]
ELFObjectReader.cpp 60 bool ELFObjectReader::isMyFormat(Input &pInput) const
78 else if (Input::Object != m_pELFReader->fileType(ELF_hdr))
85 bool ELFObjectReader::readHeader(Input& pInput)
99 bool ELFObjectReader::readSections(Input& pInput)
104 // ignore the section if the LDSection* in input context is NULL
120 // if the signature is a section symbol in input object, we use the
239 /// readSymbols - read symbols from the input relocatable object.
240 bool ELFObjectReader::readSymbols(Input& pInput)
274 bool ELFObjectReader::readRelocations(Input& pInput)
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 41 "Linker::setOutput() is not called before add input files",
117 mcld::Input* input = mBuilder->ReadInput(pNameSpec); local
118 if (NULL == input)
125 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath); local
126 if (NULL == input)
133 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize); local
134 if (NULL == input)
140 mcld::Input* input = mBuilder->CreateInput("NAN", "NAN", mcld::Input::Object); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 76 * trace (Boolean): should we trace input/output?
147 function AlreadyParsedRule(const Input: IIntStream;
149 procedure Memoize(const Input: IIntStream; const RuleIndex,
245 if (Input.LA(1) = Integer(cscEOF)) then
250 State.TokenStartCharIndex := Input.Index;
251 State.TokenStartCharPositionInLine := Input.CharPositionInLine;
252 State.TokenStartLine := Input.Line;
255 M := Input.Mark();
266 Input.Rewind(M);
267 Input.Consume; <! // advance one char and try again !
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 33 import org.jf.dexlib.Util.Input;
125 * Read the specified number of items from the given <code>Input</code> object
127 * @param in The <code>Input</code> object to read from
131 protected void readFrom(int size, Input in, ReadContext readContext) {
147 * This method in the concrete item subclass should read in all the items from the given <code>Input</code>
150 * @param in the <code>Input</code>
154 protected abstract void readItems(Input in, ReadContext readContext);
AnnotationItem.java 33 import org.jf.dexlib.Util.Input;
78 protected void readItem(Input in, ReadContext readContext) {
  /frameworks/base/include/androidfw/
VelocityControl.h 20 #include <androidfw/Input.h>
32 // factor should be used to adapt the input device resolution
VirtualKeyMap.h 22 #include <androidfw/Input.h>
  /frameworks/base/services/input/
InputManager.h 21 * Native input manager.
28 #include <androidfw/Input.h>
39 * The input manager is the core of the system event processing.
41 * The input manager uses two threads.
43 * 1. The InputReaderThread (called "InputReader") reads and preprocesses raw input events,
63 /* Starts the input manager threads. */
66 /* Stops the input manager threads and waits for them to exit. */
69 /* Gets the input reader. */
72 /* Gets the input dispatcher. */
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 52 path = m_SearchDirs.find(namespec(), Input::Archive);
57 path = m_SearchDirs.find(namespec(), Input::DynObj);
62 path = m_SearchDirs.find(namespec(), Input::Archive);
83 pBuilder.createNode<InputTree::Positional>("bitcode", path(), Input::External);
InputBuilder.cpp 53 Input* InputBuilder::createInput(const std::string& pName,
108 bool InputBuilder::setContext(Input& pInput, bool pCheck)
129 bool InputBuilder::setMemory(Input& pInput,
142 bool InputBuilder::setMemory(Input& pInput, void* pMemBuffer, size_t pSize)
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 43 mcld::Input *m_pInput;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ArrayEncodedSubValue.java 33 import org.jf.dexlib.Util.Input;
46 * Constructs a new <code>ArrayEncodedSubValue</code> by reading the value from the given <code>Input</code> object.
47 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value
49 * @param in The <code>Input</code> object to read from
51 public ArrayEncodedSubValue(DexFile dexFile, Input in) {
EncodedValue.java 33 import org.jf.dexlib.Util.Input;
50 public static EncodedValue readEncodedValue(DexFile dexFile, Input in) {
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 20 class Input;
119 Input* file;
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 35 class Input;
73 /// @param pInputSym - the input LDSymbol of relocation target symbol
84 /// @param pInputSym - the input LDSymbol of relocation target symbol
141 /// update the output section flags based on input section flags.
148 virtual bool readSection(Input& pInput, SectionData& pSD)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 114 /// CreateInput - To create an input file and append it to the input tree.
115 Input* IRBuilder::CreateInput(const std::string& pName,
116 const sys::fs::Path& pPath, Input::Type pType)
118 if (Input::Unknown == pType)
122 Input* input = *m_InputBuilder.getCurrentNode(); local
124 if (!input->hasContext())
125 m_InputBuilder.setContext(*input, false);
127 return input;
135 Input* input = *m_InputBuilder.getCurrentNode(); local
176 Input* input = *m_InputBuilder.getCurrentNode(); local
190 Input* input = NULL; local
216 Input* input = *m_InputBuilder.getCurrentNode(); local
233 Input* input = *m_InputBuilder.getCurrentNode(); local
    [all...]
Linker.cpp 93 // 4. - normalize the input tree
102 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end(); local
103 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) {
104 mcld::outs() << counter++ << " * " << (*input)->name();
105 switch((*input)->type()) {
106 case Input::Archive:
109 case Input::Object:
112 case Input::DynObj
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 42 /// encoding form of \a Input.
44 /// @param Input A string of length 0 or more.
45 /// @returns An EncodingInfo indicating the Unicode encoding form of the input
47 static EncodingInfo getUnicodeEncoding(StringRef Input) {
48 if (Input.size() == 0)
51 switch (uint8_t(Input[0])) {
53 if (Input.size() >= 4) {
54 if ( Input[1] == 0
55 && uint8_t(Input[2]) == 0xFE
56 && uint8_t(Input[3]) == 0xFF
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 119 Module::input_iterator input, inEnd = m_pModule->input_end(); local
120 for (input = m_pModule->input_begin(); input!=inEnd; ++input) {
122 if (isGroup(input)) {
123 getGroupReader()->readGroup(input, m_pBuilder->getInputBuilder(), m_Config);
129 if ((*input)->type() == Input::Script ||
130 (*input)->type() == Input::Archive |
225 mcld::InputTree::bfs_iterator input, inEnd = m_pModule->getInputTree().bfs_end(); local
334 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
    [all...]
  /external/v8/src/
unicode.h 220 template <class Reader, class Input = Reader*, unsigned kSize = 256>
224 inline void Reset(Input input);
226 inline void Reset(unsigned position, Input input);
229 explicit InputBuffer(Input input) { Reset(input); }
235 // The input string
236 Input input_
    [all...]

Completed in 770 milliseconds

1 2 34 5 6 7 8 91011