Searched refs:Input (Results 101 - 125 of 148) sorted by relevance

123456

/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp16 #include <mcld/MC/Input.h>
104 m_pInput->setType(Input::Object);
H A DLinkerTest.cpp360 Input* input = builder.CreateInput("gotplt.o", gotplt_o, Input::Object);
/frameworks/native/libs/input/
H A DAndroid.mk21 Input.cpp \
/frameworks/base/libs/input/
H A DPointerController.h23 #include <input/Input.h>
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp156 void TextDiagnosticPrinter::beginInput(const Input& pInput, const LinkerConfig& pConfig)
H A DEhFrameReader.cpp12 #include <mcld/MC/Input.h>
94 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame)
H A DEhFrame.cpp17 #include <mcld/MC/Input.h>
175 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame)
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h88 Input& pInput);
/frameworks/native/services/inputflinger/
H A DInputListener.h20 #include <input/Input.h>
H A DInputWindow.h20 #include <input/Input.h>
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java35 public class Input { class
36 private static final String TAG = "Input";
59 (new Input()).run(args);
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h19 class Input;
395 bool isInExcludeLIBS(const Input& pInput) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp354 const Input& pInput,
361 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD)
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp603 llvm::Value *Input = Builder.CreateStructGEP(Arg_p, 0); local
604 llvm::LoadInst *InBasePtr = Builder.CreateLoad(Input, "input_base");
711 llvm::Value *Input; local
714 Input = InPtr;
723 Input = InputLoad;
726 RootArgs.push_back(Input);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp230 Input& pInput)
265 bool MipsRelocator::initializeScan(Input& pInput)
272 bool MipsRelocator::finalizeScan(Input& pInput)
279 bool MipsRelocator::initializeApply(Input& pInput)
285 bool MipsRelocator::finalizeApply(Input& pInput)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s24 ; Input / output registers
H A Dh264bsdWriteMacroblock.s24 ; Input / output registers
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp26 #include <input/Input.h>
H A Dandroid_view_KeyCharacterMap.cpp20 #include <input/Input.h>
H A Dandroid_view_KeyEvent.cpp24 #include <input/Input.h>
H A Dandroid_view_VelocityTracker.cpp23 #include <input/Input.h>
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp56 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile,
/frameworks/native/include/input/
H A DInputTransport.h30 #include <input/Input.h>
H A DKeyCharacterMap.h26 #include <input/Input.h>
H A DVelocityTracker.h20 #include <input/Input.h>

Completed in 418 milliseconds

123456