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

12 3 4 5 6 7 8 91011

  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 10 // Input class inherits MCLDFile, which is used to represent a input file
29 /** \class Input
30 * \brief Input provides the information of a input file.
32 class Input
48 explicit Input(llvm::StringRef pName);
50 Input(llvm::StringRef pName,
53 Input(llvm::StringRef pName,
58 Input(llvm::StringRef pName
    [all...]
InputBuilder.h 34 * InputBuilder build input tree and inputs.
49 // ----- input tree operations ----- //
55 // ----- root of input tree ----- //
62 unsigned int pType = Input::Unknown);
64 // ----- input operations ----- //
65 Input* createInput(const std::string& pName,
67 unsigned int pType = Input::Unknown,
70 bool setContext(Input& pInput, bool pCheck = true);
72 bool setMemory(Input& pInput,
76 bool setMemory(Input& pInput, void* pMemBuffer, size_t pSize)
115 Input* input = createInput(pName, pPath, pType); local
130 Input* input = createInput(pName, pPath, pType); local
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 33 ObjectImage(ObjectBuffer *Input) : Buffer(Input) {}
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ArrayEncodedValue.java 33 import org.jf.dexlib.Util.Input;
37 * Constructs a new <code>ArrayEncodedValue</code> by reading the value from the given <code>Input</code> object.
38 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value
40 * @param in The <code>Input</code> object to read from
42 protected ArrayEncodedValue(DexFile dexFile, Input in) {
AnnotationEncodedValue.java 35 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>AnnotationEncodedValue</code> by reading the value from the given <code>Input</code>
40 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value
42 * @param in The <code>Input</code> object to read from
44 protected AnnotationEncodedValue(DexFile dexFile, Input in) {
ByteEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>ByteEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value
41 * @param in The <code>Input</code> object to read from
43 protected ByteEncodedValue(Input in) {
  /frameworks/compile/mclinker/include/mcld/LD/
TextDiagnosticPrinter.h 37 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig);
44 const Input* m_pInput;
Archive.h 26 class Input;
89 Input* file;
132 Archive(Input& pInputFile, InputBuilder& pBuilder);
136 /// getARFile - get the Input& of the archive file
137 Input& getARFile();
139 /// getARFile - get the Input& of the archive file
140 const Input& getARFile() const;
142 /// inputs - get the input tree built from this archive
145 /// inputs - get the input tree built from this archive
159 /// @param pIter - the iterator in the input tree built from this archiv
    [all...]
DiagnosticPrinter.h 31 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig) {}
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
TouchInput.java 33 package com.jme3.input;
38 public interface TouchInput extends Input {
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
InputEvent.java 33 package com.jme3.input.event;
35 import com.jme3.input.Input;
38 * An abstract input event.
49 * {@link Input#getInputTimeNanos() }.
67 * Returns true if the input event has been consumed, meaning it is no longer valid
68 * and should not be forwarded to input listeners.
70 * @return true if the input event has been consumed
77 * Call to mark this input event as consumed, meaning it is no longer valid
78 * and should not be forwarded to input listeners
    [all...]
  /external/skia/legacy/src/animator/
SkDisplayInput.h 17 DECLARE_MEMBER_INFO(Input);
  /external/skia/src/animator/
SkDisplayInput.h 17 DECLARE_MEMBER_INFO(Input);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Input.java 28 * Interface for a source for binary input. This is similar to
30 * are declared, and multibyte input is defined to be little-endian.
32 public interface Input {
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 29 bool BSDArchiveReader::isMyFormat(Input& pInput) const
GroupReader.cpp 48 Module::input_iterator input = --pRoot; local
51 // take the end of the whole input tree for conventience.
55 while (input != input_end) {
58 if ((*input)->type() == Input::Script ||
59 (*input)->type() == Input::Object ||
60 (*input)->type() == Input::DynObj ||
61 (*input)->type() == Input::Archive |
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
78 assert(Input::DynObj == pType || Input::Archive == pType);
90 case Input::DynObj: {
101 case Input::Archive : {
120 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const
122 assert(Input::DynObj == pType || Input::Archive == pType);
134 case Input::DynObj: {
145 case Input::Archive :
    [all...]
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 28 BinaryTreeBase<Input>::m_Root.summon(
29 pTree.BinaryTreeBase<Input>::m_Root);
30 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);
46 mcld::Input& pInput)
48 BinaryTree<Input>::node_type* node = createNode();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 77 _Last := Input.LT(1) as I<ASTLabelType>;
95 if (Input.LA(1) = TToken.DOWN) then
97 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
99 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
102 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
104 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
119 _Last := Input.LT(1) as I<ASTLabelType>;
125 _Last := Input.LT(1) as I<ASTLabelType>;
155 _Last := Input.LT(1) as I<ASTLabelType>;
183 _Llast := Input.LT(1) as I<ASTLabelType>
    [all...]
  /external/llvm/test/Scripts/
coff-dump.py 235 Input = None
250 def write(input):
254 for char in input:
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
273 char = Input.read(1)
282 Stack [0:0] = [Input.tell()]
284 Input.seek(seek_to)
288 Input.seek(Stack[0])
295 data = Input.read(16)
298 data = Input.read(size
    [all...]
  /external/clang/include/clang/Driver/
Action.h 24 /// it is a job to transform an input using some tool.
69 Action(ActionClass _Kind, Action *Input, types::ID _Type)
70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
97 const Arg &Input;
101 const Arg &getInputArg() const { return Input; }
115 BindArchAction(Action *Input, const char *_ArchName);
127 JobAction(ActionClass Kind, Action *Input, types::ID Type);
140 PreprocessJobAction(Action *Input, types::ID OutputType);
150 PrecompileJobAction(Action *Input, types::ID OutputType)
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
IndexedSection.java 32 import org.jf.dexlib.Util.Input;
46 protected void readItems(Input in, ReadContext readContext) {
OdexDependencies.java 31 import org.jf.dexlib.Util.Input;
43 public OdexDependencies (Input in) {
OdexHeader.java 31 import org.jf.dexlib.Util.Input;
54 public OdexHeader(Input in) {
OffsettedSection.java 31 import org.jf.dexlib.Util.Input;
38 public void readItems(Input in, ReadContext readContext) {

Completed in 637 milliseconds

12 3 4 5 6 7 8 91011