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

1 2 3 4 5 67 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ArraySelection.java 7 import com.badlogic.gdx.Input.Keys;
24 && (Gdx.input.isKeyPressed(Keys.SHIFT_LEFT) || Gdx.input.isKeyPressed(Keys.SHIFT_RIGHT))) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
EarClippingTriangulatorTest.java 23 import com.badlogic.gdx.Input.Keys;
144 // Gdx.input.setInputProcessor(new InputAdapter() {
ViewportTest2.java 20 import com.badlogic.gdx.Input;
71 Gdx.input.setInputProcessor(new InputAdapter() {
73 if (keycode == Input.Keys.SPACE) {
ViewportTest3.java 20 import com.badlogic.gdx.Input;
88 Gdx.input.setInputProcessor(new InputAdapter() {
90 if (keycode == Input.Keys.SPACE) {
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 630 const Value *Input = Inputs.pop_back_val();
632 if (isa<GlobalValue>(Input) || isa<Argument>(Input) || isa<CallInst>(Input) ||
633 isa<InvokeInst>(Input))
649 if (auto *LI = dyn_cast<LoadInst>(Input)) {
653 if (auto *SI = dyn_cast<SelectInst>(Input)) {
662 if (auto *PN = dyn_cast<PHINode>(Input)) {
717 const Value *Input = Inputs.pop_back_val();
719 if (auto *InputGV = dyn_cast<GlobalValue>(Input)) {
    [all...]
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 184 unsigned Input = phi->getOperand(1).getReg();
192 if (Input != Output) {
194 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
195 MRI.replaceRegWith(Output, Input);
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp 36 using namespace Windows::UI::Xaml::Input;
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.cpp 20 using namespace Windows::UI::Xaml::Input;
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.cpp 24 using namespace Windows::UI::Xaml::Input;
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.cpp 24 using namespace Windows::UI::Xaml::Input;
75 // Windows::Phone::UI::Input::HardwareButtons.BackPressed event.
  /external/webrtc/webrtc/video/
video_send_stream.h 61 VideoCaptureInput* Input() override;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 24 ; Input / output registers
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 20 #include <input/Input.h>
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 93 Input& pInput);
  /frameworks/native/include/input/
Keyboard.h 20 #include <input/Input.h>
21 #include <input/InputDevice.h>
22 #include <input/InputEventLabels.h>
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 221 if (obj instanceof Input) {
222 Input unbound = (Input)obj;
356 public static final class Input {
364 Input() {
396 private List<Input> mInputs2;
404 List<Input> inputs, Future[] outputs) {
445 if (obj instanceof Future || obj instanceof Input) {
446 Log.e(TAG, this.toString() + ": input " + i +
450 Input unbound = mInputs2.get(i)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
labelbug.s 10 ; Input scrubbing in gas makes life a real nightmare for assemblers
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 17 package com.badlogic.gdx.input;
26 import com.badlogic.gdx.Input;
27 import com.badlogic.gdx.Input.TextInputListener;
33 * An {@link Input} implementation that receives touch, key, accelerometer and compass events from a remote Android device. Just
35 * instance in Gdx.input. That's it.
49 public class RemoteInput implements Runnable, Input {
104 processor.touchDown(touchEvent.x, touchEvent.y, touchEvent.pointer, Input.Buttons.LEFT);
109 processor.touchUp(touchEvent.x, touchEvent.y, touchEvent.pointer, Input.Buttons.LEFT);
391 if (key == Input.Keys.ANY_KEY) {
402 if (key == Input.Keys.ANY_KEY) {
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 238 CompilerInvocation &origCI, const FrontendInputFile &Input,
257 CInvok->getFrontendOpts().Inputs.push_back(Input);
339 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input,
350 if (arcmt::checkForManualIssues(CInvokForCheck, Input, PCHContainerOps,
357 CInvok.getFrontendOpts().Inputs.push_back(Input);
385 CompilerInvocation &origCI, const FrontendInputFile &Input,
388 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient,
393 CompilerInvocation &origCI, const FrontendInputFile &Input,
398 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient, outputDir,
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken,
47 Input.LT(-1), RE) as I<ASTLabelType>;
129 <label> := Input.LT(1) as I<labelType>;<\n>
  /build/core/
android_manifest.mk 2 # Input: LOCAL_MANIFEST_FILE, LOCAL_FULL_MANIFEST_FILE, LOCAL_FULL_LIBS_MANIFEST_FILES
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 54 protected ITreeNodeStream input; field in class:Antlr.Runtime.Tree.TreeParser
56 public TreeParser(ITreeNodeStream input)
59 SetTreeNodeStream(input);
62 public TreeParser(ITreeNodeStream input, RecognizerSharedState state)
65 SetTreeNodeStream(input);
70 if (input != null) {
71 input.Seek(0); // rewind the input
75 /** <summary>Set the input stream</summary> */
76 public virtual void SetTreeNodeStream(ITreeNodeStream input) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 56 protected ITreeNodeStream input; field in class:Antlr.Runtime.Tree.TreeParser
58 public TreeParser( ITreeNodeStream input )
61 SetTreeNodeStream( input );
64 public TreeParser( ITreeNodeStream input, RecognizerSharedState state )
67 SetTreeNodeStream( input );
73 if ( input != null )
75 input.Seek( 0 ); // rewind the input
79 /** <summary>Set the input stream</summary> */
80 public virtual void SetTreeNodeStream( ITreeNodeStream input )
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 71 struct Input
78 std::vector<Input> m_inputs;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
VerticalStack.java 31 import com.badlogic.gdx.Input;
100 if (keyCode == Input.Keys.COMMA) {

Completed in 1110 milliseconds

1 2 3 4 5 67 8 91011>>