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

1 2

  /frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp 16 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy)
22 Input::Input(llvm::StringRef pName,
33 Input::~Input()
  /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/llvm/unittests/Support/
YAMLParserTest.cpp 19 // Checks that the given input gives a parse error. Makes sure that an error
21 static void ExpectParseError(StringRef Message, StringRef Input) {
23 yaml::Stream Stream(Input, SM);
24 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input;
25 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input;
28 // Checks that the given input can be parsed without error.
29 static void ExpectParseSuccess(StringRef Message, StringRef Input) {
31 yaml::Stream Stream(Input, SM);
32 EXPECT_TRUE(Stream.validate()) << Message << ": " << 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/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 {
  /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.
34 class Input : public MCLDFile
47 explicit Input(llvm::StringRef pName,
50 Input(llvm::StringRef pName,
57 ~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/astl/tests/
test_iterator.cpp 38 struct Input {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
81 return INPUT;
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
  /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/base/telephony/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) {
90 public static final Parcelable.Creator<Input> CREATOR = new Parcelable.Creator<Input>() {
91 public Input createFromParcel(Parcel in) {
92 return new Input(in);
95 public Input[] newArray(int size) {
96 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/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);
93 * @param text is a string of characters you want to input to the device.
156 Log.i("Input", "InjectPointerEvent: " + event);
166 System.err.println("usage: input ...");
167 System.err.println(" input text <string>");
168 System.err.println(" input keyevent <key code number or name>")
    [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::__anon3027::__anon3028
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) {}
99 const Arg &Input;
103 const Arg &getInputArg() const { return Input; }
118 BindArchAction(Action *Input, const char *_ArchName);
131 JobAction(ActionClass Kind, Action *Input, types::ID Type);
145 PreprocessJobAction(Action *Input, types::ID OutputType);
156 PrecompileJobAction(Action *Input, types::ID OutputType)
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 32 : Input(CommandLine), Position(Input.begin()-1) {}
45 // All private methods return true if there is more input available.
93 return Position != Input.end();
96 const StringRef Input;
Tooling.cpp 159 // Since the input might only be virtual, don't check whether it exists.
226 const llvm::MemoryBuffer *Input =
230 It->getKey(), Input->getBufferSize(), 0);
232 Sources.overrideFileContents(FromFile, Input, true);
  /external/clang/lib/Driver/
Driver.cpp 410 // Ignore input from stdin or any inputs that cannot be preprocessed.
413 << "Error generating preprocessed source(s) - ignoring input from stdin"
780 /// \brief Check whether the given input tree contains any compilation or
878 // have a compile input. We need to run 'dsymutil' ourselves in such cases
903 // Track the current user specified (-x) input. We also explicitly track the
917 // Infer the input type if necessary.
925 // If running with -E, treat as a C input (this changes the builtin
    [all...]
Tools.cpp 129 // Add extra linker input arguments which are not treated as inputs
153 // Otherwise, this is a linker input argument.
245 // Otherwise derive from the base input.
    [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/lib/Analysis/
ConstantFolding.cpp 76 // Now that we know that the input value is a vector of integers, just shift
96 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
138 // Okay, we know the destination is integer, if the input is FP, convert
152 // Now we know that the input and output vectors are both integer vectors
154 // conversion here, which depends on whether the input or output has
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [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 948 milliseconds

1 2