HomeSort by relevance Sort by last modified time
    Searched defs:Input (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp 17 // mcld::Input
19 Input::Input(llvm::StringRef pName)
30 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy)
41 Input::Input(llvm::StringRef pName,
55 Input::Input(llvm::StringRef pName,
70 Input::~Input(
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Input.java 33 package com.jme3.input;
36 * Abstract interface for an input device.
42 public interface Input {
50 * Queries the device for input. All events should be sent to the
53 * @see #setInputListener(com.jme3.input.RawInputListener)
70 * Sets the input listener to receive events from this device. The
  /external/v8/src/
liveedit.h 148 class Input {
155 virtual ~Input() {}
170 static void CalculateDifference(Input* input,
  /external/guava/guava-tests/test/com/google/common/io/
CheckCloseSupplier.java 40 abstract static class Input<T> extends CheckCloseSupplier<T>
44 public Input(InputSupplier<? extends T> delegate) {
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 31 // Checks that the given input gives a parse error. Makes sure that an error
33 static void ExpectParseError(StringRef Message, StringRef Input) {
35 yaml::Stream Stream(Input, SM);
37 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input;
38 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input;
41 // Checks that the given input can be parsed without error.
42 static void ExpectParseSuccess(StringRef Message, StringRef Input) {
44 yaml::Stream Stream(Input, SM);
45 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Input.java 28 * Interface for a source for binary input. This is similar to
30 * are declared, and multibyte input is defined to be little-endian.
32 public interface Input {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 65 * problem occurred and/or what was the expected input. While the parser
66 * knows its state (such as current input symbol and line info) that
69 * perhaps print an entire line of input not just a single token, for example.
76 /** <summary>What input stream did the error occur in?</summary> */
127 public RecognitionException(IIntStream input)
128 : this("A recognition error occurred.", input, null) {
135 public RecognitionException(string message, IIntStream input)
136 : this(message, input, null) {
143 public RecognitionException(string message, IIntStream input, Exception innerException)
145 this._input = input;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 66 * problem occurred and/or what was the expected input. While the parser
67 * knows its state (such as current input symbol and line info) that
70 * perhaps print an entire line of input not just a single token, for example.
78 /** <summary>What input stream did the error occur in?</summary> */
130 public RecognitionException( IIntStream input )
131 : this("A recognition error occurred.", input, null)
140 public RecognitionException(string message, IIntStream input)
141 : this(message, input, null)
150 public RecognitionException(string message, IIntStream input, Exception innerException)
153 this._input = input;
    [all...]
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 191 unsigned Input = phi->getOperand(1).getReg();
199 if (Input != Output) {
201 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
202 MRI.replaceRegWith(Output, Input);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 24 * Container class for CAT GET INPUT, GET IN KEY commands parameters.
27 public class Input implements Parcelable {
41 Input() {
56 private Input(Parcel in) {
92 public static final Parcelable.Creator<Input> CREATOR = new Parcelable.Creator<Input>() {
94 public Input createFromParcel(Parcel in) {
95 return new Input(in);
99 public Input[] newArray(int size) {
100 return new Input[size]
    [all...]
  /external/llvm/test/Scripts/
coff-dump.py 235 Input = None
250 def write(input):
254 for char in input:
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
273 char = Input.read(1)
282 Stack [0:0] = [Input.tell()]
284 Input.seek(seek_to)
288 Input.seek(Stack[0])
295 data = Input.read(16)
298 data = Input.read(size
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 10 // Input class inherits MCLDFile, which is used to represent a input file
29 /** \class Input
30 * \brief Input provides the information of a input file.
32 class Input
48 explicit Input(llvm::StringRef pName);
50 Input(llvm::StringRef pName,
53 Input(llvm::StringRef pName,
58 Input(llvm::StringRef pName
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 40 // Input
43 Input::Input(StringRef InputContent, void *Ctxt)
50 Input::~Input() {
54 error_code Input::error() {
58 void Input::setDiagHandler(SourceMgr::DiagHandlerTy Handler, void *Ctxt) {
62 bool Input::outputting() {
66 bool Input::setCurrentDocument() {
81 void Input::nextDocument()
601 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { function in class:ScalarTraits
617 StringRef ScalarTraits<StringRef>::input(StringRef Scalar, void *, function in class:ScalarTraits
630 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { function in class:ScalarTraits
645 StringRef ScalarTraits<uint16_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
661 StringRef ScalarTraits<uint32_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
677 StringRef ScalarTraits<uint64_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
692 StringRef ScalarTraits<int8_t>::input(StringRef Scalar, void *, int8_t &Val) { function in class:ScalarTraits
707 StringRef ScalarTraits<int16_t>::input(StringRef Scalar, void *, int16_t &Val) { function in class:ScalarTraits
722 StringRef ScalarTraits<int32_t>::input(StringRef Scalar, void *, int32_t &Val) { function in class:ScalarTraits
737 StringRef ScalarTraits<int64_t>::input(StringRef Scalar, void *, int64_t &Val) { function in class:ScalarTraits
749 StringRef ScalarTraits<double>::input(StringRef Scalar, void *, double &Val) { function in class:ScalarTraits
762 StringRef ScalarTraits<float>::input(StringRef Scalar, void *, float &Val) { function in class:ScalarTraits
776 StringRef ScalarTraits<Hex8>::input(StringRef Scalar, void *, Hex8 &Val) { function in class:ScalarTraits
791 StringRef ScalarTraits<Hex16>::input(StringRef Scalar, void *, Hex16 &Val) { function in class:ScalarTraits
806 StringRef ScalarTraits<Hex32>::input(StringRef Scalar, void *, Hex32 &Val) { function in class:ScalarTraits
821 StringRef ScalarTraits<Hex64>::input(StringRef Scalar, void *, Hex64 &Val) { function in class:ScalarTraits
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 26 struct Input { // Fields of chromeos::ProxyConfigServiceImpl::ProxyConfig.
53 Input input; member in struct:chromeos::__anon3981::__anon3982
66 { // Input.
82 { // Input.
98 { // Input.
115 { // Input.
132 { // Input.
152 { // Input.
172 { // Input
455 const Input& input = tests[i].input; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 64 void Input(const char * data, int len) {
196 // the the input voice and video streams.
212 // will get input from the console, parse it, and pass the appropriate
231 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
233 DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /external/clang/include/clang/Driver/
Action.h 24 /// it is a job to transform an input using some tool.
69 Action(ActionClass _Kind, Action *Input, types::ID _Type)
70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
97 const Arg &Input;
101 const Arg &getInputArg() const { return Input; }
115 BindArchAction(Action *Input, const char *_ArchName);
127 JobAction(ActionClass Kind, Action *Input, types::ID Type);
140 PreprocessJobAction(Action *Input, types::ID OutputType);
150 PrecompileJobAction(Action *Input, types::ID OutputType)
    [all...]
  /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;
Tooling.cpp 172 // Since the input might only be virtual, don't check whether it exists.
228 const llvm::MemoryBuffer *Input =
232 It->getKey(), Input->getBufferSize(), 0);
233 Sources.overrideFileContents(FromFile, Input);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
32 public class Input {
33 private static final String TAG = "Input";
41 (new Input()).run(args);
80 // determine input source
140 * @param text is a string of characters you want to input to the device.
204 * @param inputSource the InputDevice.SOURCE_* sending the input event
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
240 Log.i("Input", "injectMotionEvent: " + event)
    [all...]
  /external/dropbear/libtommath/
bn.tex 309 \hline MP\_VAL & The function input was invalid. \\
692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 95 /// static StringRef input(StringRef scalar, void*, MyType &value) {
110 //static StringRef input(StringRef scalar, void *ctxt, T &value);
202 static char test(SameType<Signature_input, &U::input>*,
313 // Base class for Input and Output.
476 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val);
531 static StringRef input(StringRef, void*, bool &);
537 static StringRef input(StringRef, void*, StringRef &);
543 static StringRef input(StringRef, void*, uint8_t &);
549 static StringRef input(StringRef, void*, uint16_t &);
555 static StringRef input(StringRef, void*, uint32_t &)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 78 // Now that we know that the input value is a vector of integers, just shift
98 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
140 // Okay, we know the destination is integer, if the input is FP, convert
154 // Now we know that the input and output vectors are both integer vectors
156 // conversion here, which depends on whether the input or output has
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 387 // Ignore input from stdin or any inputs that cannot be preprocessed.
390 << "Error generating preprocessed source(s) - ignoring input from stdin"
778 /// \brief Check whether the given input tree contains any compilation or
876 // have a compile input. We need to run 'dsymutil' ourselves in such cases
901 // Track the current user specified (-x) input. We also explicitly track the
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 174 HB_UShort* Input; /* array of input glyph IDs */
178 HB_UShort GlyphCount; /* total number of input glyphs */
252 HB_UShort GlyphCount; /* number of input glyphs */
279 HB_UShort* Input; /* array of input glyph IDs */
286 /* total number of input glyphs */
320 HB_UShort* Input; /* array of context classes */
377 /* maximal input length */
389 /* array of input coverag
    [all...]

Completed in 1695 milliseconds

1 2