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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 125 // same name in input
137 // same name in input
431 void MipsGNULDBackend::mergeFlags(Input& pInput, const char* ELF_hdr) {
448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) {
676 uint64_t MipsGNULDBackend::getTPOffset(const Input& pInput) const {
680 uint64_t MipsGNULDBackend::getDTPOffset(const Input& pInput) const {
684 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const {
802 for (Module::obj_iterator input = pModule.obj_begin();
803 input != pModule.obj_end();
804 ++input) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 73 /// Get int at current input pointer + I ahead (where I=1 is next int)
82 /// Executing Rewind(Mark()) on a stream should not affect the input position.
83 /// The Lexer tracks line/col info as well as input index so its markers are
84 /// not pure input indexes. Same for tree node streams. */
88 /// This could be the current input position, a value return from
93 /// Return the current input symbol index 0..N where N indicates the
115 /// Rewind to the input position of the last marker.
119 /// a sem/syn predicate to get the input position back to the start
123 /// It's like Seek(last marker's input position).
142 /// Set the input cursor to the position indicated by index. This i
    [all...]
  /build/core/tasks/tools/
compatibility.mk 17 # Input variables:
48 # Reset all input variables
package-modules.mk 4 # Input variables:
  /external/bison/doc/
bison.x 8 It should be upwardly compatible with input files designed
12 Input files should follow the
19 of the input file.
22 code in the input file, you can end his name by a C++-like extension
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 101 struct Input
108 std::vector<Input> m_inputs;
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
HeadlessApplication.java 25 import com.badlogic.gdx.Input;
31 import com.badlogic.gdx.backends.headless.mock.input.MockInput;
46 protected final MockInput input; field in class:HeadlessApplication
72 this.input = new MockInput();
81 Gdx.input = input;
172 public Input getInput() {
173 return input;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
CameraInputController.java 20 import com.badlogic.gdx.Input.Keys;
22 import com.badlogic.gdx.Input.Buttons;
24 import com.badlogic.gdx.input.GestureDetector;
FirstPersonCameraController.java 20 import com.badlogic.gdx.Input.Keys;
71 float deltaX = -Gdx.input.getDeltaX() * degreesPerPixel;
72 float deltaY = -Gdx.input.getDeltaY() * degreesPerPixel;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SpriteCacheTest.java 20 import com.badlogic.gdx.Input;
184 Gdx.input.setInputProcessor(this);
189 if (keycode != Input.Keys.SPACE) return false;
ViewportTest1.java 20 import com.badlogic.gdx.Input;
70 Gdx.input.setInputProcessor(new InputMultiplexer(new InputAdapter() {
72 if (keycode == Input.Keys.SPACE) {
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 95 // enough bits left on the input stream to read N bits, and we are using a data
100 // constructor, using internal constant kChunkSize, we must fill the input
106 StringRef Input(Text);
109 auto MemoryBuf = MemoryBuffer::getMemBuffer(Input);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 715 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output)
724 *Input = PostColorSpace = cmsGetColorSpace(hProfiles[0]);
756 *Input = ColorSpaceIn;
835 cmsSignalError(ContextID, cmsERROR_NULL, "NULL input profiles on transform");
841 cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "Wrong input color space on transform");
891 // Try to read input and output colorant table
894 // Input table can only come in this way.
    [all...]
  /external/snakeyaml/
ApplyAndroidPatches.mk 22 # Input variables:
  /external/v8/build/android/gyp/util/
md5_check_test.py 29 file1_contents = 'input file 1'
90 input_file1.write('some more input')
92 CheckCallAndRecord(True, 'changed input file should trigger call',
105 CheckCallAndRecord(True, 'added input file should trigger call',
110 CheckCallAndRecord(True, 'changed input string should trigger call',
111 expected_changes='*Input strings changed*',
116 expected_changes='*Input strings changed*')
122 CheckCallAndRecord(True, 'added input string should trigger call')
  /frameworks/av/media/img_utils/src/
Android.mk 24 Input.cpp \
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 26 class Input;
176 EhFrame& merge(const Input& pInput, EhFrame& pInFrame);
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 16 #include "mcld/MC/Input.h"
38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) {
186 bool ELFAttribute::Subsection::merge(const Input& pInput,
  /frameworks/native/libs/input/
Android.mk 21 Input.cpp \
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java 32 private Input mInput;
216 public Input geInput() {
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 195 // Test supported input/output formats with the largest sizes.
197 mStaticInfo.getAvailableFormats(StaticMetadata.StreamDirection.Input);
203 getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input);
225 // Test one supported input format -> JPEG
241 getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input);
337 * Test aborting reprocess capture requests of the largest input and output sizes for each
351 mStaticInfo.getAvailableFormats(StaticMetadata.StreamDirection.Input);
367 * Test reprocess timestamps for the largest input and output sizes for each supported format.
380 mStaticInfo.getAvailableFormats(StaticMetadata.StreamDirection.Input);
396 * Test reprocess jpeg output's exif data for the largest input and output sizes for eac
    [all...]
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 21 #include "mcld/MC/Input.h"
76 typedef std::set<Input*> FoldedObjects;
82 Input* obj = (*kept).second.first;
91 Input* kept_obj = (*it).second.first;
  /external/clang/include/clang/Lex/
LiteralSupport.h 36 /// Copy characters from Input to Buf, expanding any UCNs.
37 void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input);
92 /// matches Val's input width. If there is an overflow (i.e., if the unsigned
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteSender.java 17 package com.badlogic.gdx.input;
23 import com.badlogic.gdx.Input.Peripheral;
53 out.writeBoolean(Gdx.input.isPeripheralAvailable(Peripheral.MultitouchScreen));
55 Gdx.input.setInputProcessor(this);
67 out.writeFloat(Gdx.input.getAccelerometerX());
68 out.writeFloat(Gdx.input.getAccelerometerY());
69 out.writeFloat(Gdx.input.getAccelerometerZ());
71 out.writeFloat(Gdx.input.getAzimuth());
72 out.writeFloat(Gdx.input.getPitch());
73 out.writeFloat(Gdx.input.getRoll());
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ClickListener.java 20 import com.badlogic.gdx.Input.Buttons;
71 if (pressed && pointer == 0 && button != -1 && !Gdx.input.isButtonPressed(button)) pressed = false;

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>