HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 51 - 75 of 522) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptReader.h 19 class Input;
40 bool isMyFormat(Input& pInput, bool& pContinue) const;
InputToken.h 36 return pToken->kind() == StrToken::Input;
  /external/clang/unittests/Rewrite/
RewriteBufferTest.cpp 30 StringRef Input = "hello world";
34 Buf.Initialize(Input);
36 size_t Pos = Input.find(RemoveStr);
40 Pos = Input.find(TagStr);
  /external/libgdx/gdx/src/com/badlogic/gdx/
Gdx.java 23 * {@link Input} instances. The references are held in public static fields which allows static access to all sub systems. Do not
32 public static Input input; field in class:Gdx
InputProcessor.java 19 import com.badlogic.gdx.Input.Buttons;
21 /** An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop). For this it
22 * has to be registered with the {@link Input#setInputProcessor(InputProcessor)} method. It will be called each frame before the
24 * {@link InputMultiplexer} to chain input processors.
30 * @param keycode one of the constants in {@link Input.Keys}
31 * @return whether the input was processed */
36 * @param keycode one of the constants in {@link Input.Keys}
37 * @return whether the input was processed */
43 * @return whether the input was processed */
51 * @return whether the input was processed */
    [all...]
  /external/skia/src/animator/
SkDisplayInput.h 17 DECLARE_MEMBER_INFO(Input);
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h 27 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig) {}
IdenticalCodeFolding.h 19 class Input;
33 typedef std::pair<Input*, size_t> ObjectAndId;
40 FoldingCandidate(LDSection* pCode, LDSection* pReloc, Input* pInput)
52 Input* obj;
Archive.h 23 class Input;
77 Input* file;
111 Archive(Input& pInputFile, InputBuilder& pBuilder);
115 /// getARFile - get the Input& of the archive file
116 Input& getARFile();
118 /// getARFile - get the Input& of the archive file
119 const Input& getARFile() const;
121 /// inputs - get the input tree built from this archive
124 /// inputs - get the input tree built from this archive
138 /// @param pIter - the iterator in the input tree built from this archiv
    [all...]
EhFrameReader.h 18 class Input;
24 * EhFrameReader is responsible to parse the input eh_frame sections and create
35 /// @param pInput [in] the Input contains this eh_frame
36 /// @param pEhFrame [inout] the input eh_frame
40 bool read(Input& pInput, EhFrame& pEhFrame);
56 /// @param pSection - the input .eh_frame section
87 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame);
  /frameworks/compile/mclinker/lib/Script/
InputToken.cpp 20 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded) {
GroupCmd.cpp 53 assert((*it)->kind() == StrToken::Input);
54 InputToken* input = llvm::cast<InputToken>(*it); local
55 cur = input->asNeeded();
61 if (input->type() == InputToken::NameSpec)
63 mcld::outs() << input->name() << " ";
86 assert((*it)->kind() == StrToken::Input);
109 script.directories().find(token->name(), Input::Script);
119 path.filename().native(), path, Input::Unknown);
130 path = script.directories().find(token->name(), Input::Archive);
134 path = script.directories().find(token->name(), Input::DynObj)
154 Input* input = *m_Builder.getCurrentNode(); local
    [all...]
ScriptReader.cpp 11 #include "mcld/MC/Input.h"
37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const {
45 Input& input = pScriptFile.input(); local
46 size_t size = input.memArea()->size();
47 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
expected_move_errors.l 2 .*:3: Error: Cannot move A1 to low half of register. Input text was A1.
3 .*:4: Error: Cannot move A0 to high half of register. Input text was A0.
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 33 Input(cl::Positional, cl::desc("<input>"), cl::init("-"));
50 cl::desc("Interpret input as this type of object file"),
58 cl::desc("Read specified document from input (default = 1)"));
63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 static int convertYAML(yaml::Input &YIn, raw_ostream &Out,
96 MemoryBuffer::getFileOrSTDIN(Input);
110 yaml::Input YIn(Buf.get()->getBuffer());
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 27 BinaryTreeBase<Input>::m_Root.summon(pTree.BinaryTreeBase<Input>::m_Root);
28 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);
43 Input& pInput) {
44 BinaryTree<Input>::node_type* node = createNode();
  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 50 Module::input_iterator input = --pRoot; local
53 while (input != pEnd) {
56 if ((*input)->type() == Input::Script ||
57 (*input)->type() == Input::Archive ||
58 (*input)->type() == Input::External) {
59 ++input;
63 if (Input::Object == (*input)->type())
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 29 // This module incorporates several interpolation routines, for 1 to 8 channels on input and
114 cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputChan, MAX_INPUT_DIMENSIONS);
129 // Fill samples per input direction and domain (which is number of nodes minus one)
256 // Eval gray LUT having only one input channel
258 void Eval1Input(register const cmsUInt16Number Input[],
268 v = Input[0] * p16 -> Domain[0];
274 k1 = k0 + (Input[0] != 0xFFFFU ? 1 : 0);
287 // Eval gray LUT having only one input channel
329 void BilinearInterpFloat(const cmsFloat32Number Input[],
348 px = fclamp(Input[0]) * p->Domain[0]
    [all...]
  /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/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 50 StringRef Input((const char *)Data, Size);
52 // end of the input string. The parser assumes that the string
54 std::unique_ptr<MemoryBuffer> MemBuf = MemoryBuffer::getMemBufferCopy(Input);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 21 class Input;
38 /// specify where input sections are placed into output sections. This
44 /// To create an input LDSection in mcld::LDContext, use @ref
62 /// @param [in] pInputSection The merged input section.
65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
70 /// UpdateSectionAlign - update alignment for input section
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 43 mcld::Input* m_pInput;
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 45 FileID ID = Context.createInMemoryFile("input.cpp", "text");
53 FileID ID = Context.createInMemoryFile("input.cpp", "line1\nline2\nline3");
61 FileID ID = Context.createInMemoryFile("input.cpp", "");
69 FileID ID = Context.createInMemoryFile("input.cpp",
78 FileID ID = Context.createInMemoryFile("input.cpp",
112 FileID ID = Context.createInMemoryFile("input.cpp",
127 FileID ID = Context.createInMemoryFile("input.cpp",
139 FileID ID = Context.createInMemoryFile("input.cpp",
273 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
280 getFileContentFromDisk("input.cpp"))
    [all...]
  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 22 /// input with modifications get a new RewriteBuffer associated with them. The
24 /// to map between SourceLocation's in the original input and offsets in the
40 /// input buffer.
44 void Initialize(StringRef Input) {
45 Initialize(Input.begin(), Input.end());
84 /// ReplaceText - This method replaces a range of characters in the input
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 22 class Input;
56 /// merge - merge attributes from input (attribute) section
57 bool merge(const Input& pInput, LDSection& pInputAttrSectHdr);
88 /// merge - Merge the attributes from the section in the input data.
89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);

Completed in 2500 milliseconds

1 23 4 5 6 7 8 91011>>