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

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Support/
Signals.cpp 96 sys::fs::createTemporaryFile("symbolizer-input", "", InputFD, InputFile);
102 raw_fd_ostream Input(InputFD, true);
105 Input << Modules[i] << " " << (void*)Offsets[i] << "\n";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java 184 Input mInput = null;
186 GetInputParams(CommandDetails cmdDet, Input input) {
188 mInput = input;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.d 3 #name: Motorola Assembly Language Input Standard
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 34 : Input(CommandLine), Position(Input.begin()-1) {}
47 // All private methods return true if there is more input available.
106 return Position != Input.end();
109 const StringRef Input;
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMouseHandler.java 25 import com.badlogic.gdx.Input.Buttons;
35 public boolean onGenericMotion (MotionEvent event, AndroidInput input) {
44 synchronized (input) {
50 postTouchEvent(input, TouchEvent.TOUCH_MOVED, x, y, 0, timeStamp);
58 postTouchEvent(input, TouchEvent.TOUCH_SCROLLED, 0, 0, scrollAmount, timeStamp);
81 private void postTouchEvent (AndroidInput input, int type, int x, int y, int scrollAmount, long timeStamp) {
82 TouchEvent event = input.usedTouchEvents.obtain();
88 input.touchEvents.add(event);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragListener.java 19 import com.badlogic.gdx.Input.Buttons;
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.cpp 20 using namespace Windows::UI::Xaml::Input;
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
App.xaml.cpp 20 using namespace Windows::UI::Xaml::Input;
  /external/webrtc/webrtc/
video_send_stream.h 40 // If your application switches input sources synchronization must be done
176 virtual VideoCaptureInput* Input() = 0;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdClearMbLayer.s 24 ; Input / output registers
h264bsdFlushBits.s 24 ; Input / output registers
  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 55 Input& pInput) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 102 Input& pInput);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 82 Input& pInput);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_pointwise.java 50 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); local
51 input.copyFrom(array);
55 ScriptGroup.Input unbound = builder.addInput();
70 ((Allocation)group.execute(input)[0]).copyTo(a);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_script_group2_pointwise.java 48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); local
49 input.copyFrom(array);
53 ScriptGroup.Input unbound = builder.addInput();
68 ((Allocation)group.execute(input)[0]).copyTo(a);
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 42 Input(cl::Positional, cl::desc("<input>"));
200 if (Input.getNumOccurrences()) {
202 MemoryBuffer::getFileOrSTDIN(Input);
  /external/v8/src/debug/
liveedit.h 200 class Input {
207 virtual ~Input() {}
222 static void CalculateDifference(Input* input,
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextArea.java 20 import com.badlogic.gdx.Input;
33 /** A multiple-line text input field, entirely based on {@link TextField} */
362 /** Input listener for the text area **/
396 boolean shift = Gdx.input.isKeyPressed(Input.Keys.SHIFT_LEFT) || Gdx.input.isKeyPressed(Input.Keys.SHIFT_RIGHT);
397 if (keycode == Input.Keys.DOWN) {
409 } else if (keycode == Input.Keys.UP) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 148 Module::input_iterator input, inEnd = m_pModule->input_end(); local
149 for (input = m_pModule->input_begin(); input != inEnd; ++input) {
151 if (isGroup(input)) {
153 input, inEnd, m_pBuilder->getInputBuilder(), m_Config);
159 if ((*input)->type() == Input::Script ||
160 (*input)->type() == Input::Archive |
289 mcld::InputTree::bfs_iterator input, local
583 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
787 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
872 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 172 const FrontendInputFile &Input) {
174 assert(!Input.isEmpty() && "Unexpected empty filename!");
175 setCurrentInput(Input);
178 StringRef InputFile = Input.getFile();
185 if (Input.getKind() == IK_AST) {
211 setCurrentInput(Input, std::move(AST));
241 if (Input.getKind() == IK_LLVM_IR) {
  /external/llvm/include/llvm/Support/
YAMLTraits.h 96 /// static StringRef input(StringRef scalar, void*, MyType &value) {
112 //static StringRef input(StringRef scalar, void *ctxt, T &value);
129 /// static StringRef input(StringRef Scalar, void*, MyType &Value) {
144 // static StringRef input(StringRef Scalar, void *ctxt, T &Value);
231 static char test(SameType<Signature_input, &U::input> *,
251 static char test(SameType<Signature_input, &U::input> *,
455 // Base class for Input and Output.
669 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val);
689 BlockScalarTraits<T>::input(Str, YamlIO.getContext(), Val);
773 static StringRef input(StringRef, void*, bool &)
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 578 // Ignore input from stdin or any inputs that cannot be preprocessed.
585 "ignoring input from stdin.";
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c 40 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data
55 _cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels is known in advance
205 void Eval16nop1D(register const cmsUInt16Number Input[],
209 Output[0] = Input[0];
215 void PrelinEval16(register const cmsUInt16Number Input[],
226 p16 ->EvalCurveIn16[i](&Input[i], &StageABC[i], p16 ->ParamsCurveIn16[i]);
755 // Precomputes tables for 8-bit on input devicelink.
760 cmsUInt16Number Input[3];
767 // Since this only works for 8 bit input, values comes always as x * 257,
775 Input[0] = cmsEvalToneCurve16(G[0], FROM_8_TO_16(i))
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 63 cl::desc("<input PDB files>"),
142 static void reportError(StringRef Input, StringRef Message) {
143 if (Input == "-")
144 Input = "<stdin>";
145 errs() << Input << ": " << Message << "\n";
150 static void reportError(StringRef Input, std::error_code EC) {
151 reportError(Input, EC.message());

Completed in 634 milliseconds

1 2 3 4 5 6 78 91011>>