HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 441 * @param {string} str Input string.
453 * @param {string} str Input string.
465 * @param {string} str Input string.
  /external/skia/legacy/src/animator/
SkDisplayType.cpp 138 CASE_NEW(Input);
293 CASE_GET_INFO(Input);
460 { "input", SkType_Input INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkDisplayType.cpp 138 CASE_NEW(Input);
293 CASE_GET_INFO(Input);
460 { "input", SkType_Input INIT_BOOL_FIELDS },
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java 35 import org.jf.dexlib.Util.Input;
101 protected void readItem(Input in, ReadContext readContext) {
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 23 #include <android/input.h>
26 #include <androidfw/Input.h>
188 ALOGW("Could not create native input dispatching pipe: %s", strerror(errno));
  /frameworks/base/native/android/
input.cpp 17 #define LOG_TAG "input"
20 #include <android/input.h>
21 #include <androidfw/Input.h>
  /frameworks/base/services/input/
EventHub.h 21 #include <androidfw/Input.h>
37 #include <linux/input.h>
49 * timestamps all input events with the time they were posted and clobbers
100 * Input device classes.
103 /* The input device is a keyboard or has buttons. */
106 /* The input device is an alpha-numeric keyboard (not just a dial pad). */
109 /* The input device is a touchscreen or a touchpad (either single-touch or multi-touch). */
112 /* The input device is a cursor device such as a trackball or mouse. */
115 /* The input device is a multi-touch touchscreen. */
118 /* The input device is a directional pad (implies keyboard, has DPAD keys). *
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 644 /// Chain/Flag as the input and updates them for the output Chain/Flag.
653 /// Chain/Flag as the input and updates them for the output Chain/Flag.
659 /// operand list. This adds the code marker, matching input operand index
670 /// Chain/Flag as the input and updates them for the output Chain/Flag.
762 /// Chain/Flag as the input and updates them for the output Chain/Flag.
    [all...]
LegalizeVectorTypes.cpp 227 // Get the dest type - it doesn't always match the input type, e.g. int_to_fp.
433 /// ScalarizeVecOp_EXTRACT_VECTOR_ELT - If the input is a vector that needs to
614 // We know the result is a vector. The input may be either a vector or a
646 // If the input is a vector that needs to be split, convert each split
647 // piece of the input now.
654 // In the general case, convert the input to an integer and split it by hand.
849 // Split the input.
    [all...]
TargetLowering.cpp 46 /// so, it sets Chain to the input chain of the tail call.
688 // variable. The low bit of the shift cannot be an input sign bit unless
706 // demand the input sign bit.
721 // If the input sign bit is known to be zero, or if none of the top bits
753 // present in the input.
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c     [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/v8/src/
liveedit.cc 68 explicit Differencer(Comparator::Input* input)
69 : input_(input), len1_(input->GetLength1()), len2_(input->GetLength2()) {
131 Comparator::Input* input_;
262 void Comparator::CalculateDifference(Comparator::Input* input,
264 Differencer differencer(input);
282 // Additional to Input interface. Lets switch Input range to subrange
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 87 "cannot generate a sample input sequence from lookahead DFA"
234 GRAMMAR_NONDETERMINISM(input,conflictingAlts,paths,disabled,hasPredicateBlockedByAction) ::=
237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
245 DANGLING_STATE(danglingAlts,input) ::= <<
246 the decision cannot distinguish between alternative(s) <danglingAlts; separator=","> for input such as "<input>"
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 83 ELFObjectImage(ObjectBuffer *Input,
85 : ObjectImageCommon(Input, Obj),
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 55 inpath = [filepath 'input/'];
134 error(['Input directory ' inpathtest ' does not exist']);
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 49 import com.android.internal.telephony.cat.Input;
61 * application's launch and user input from STK UI elements.
96 static final String INPUT = "input";
522 String input = args.getString(INPUT); local
523 Input cmdInput = mCurrentCmd.geInput();
525 boolean yesNoSelection = input
533 resMsg.setInput(input);
647 newIntent.putExtra("INPUT", mCurrentCmd.geInput())
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 305 and respond to touch input."
790 "How to optimize your app's user interface and user input for
892 <a href="<?cs var:toroot ?>training/best-user-input.html">
894 User Input
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 150 // Add extra linker input arguments which are not treated as inputs
174 // Otherwise, this is a linker input argument.
275 // Otherwise derive from the base input.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 92 /// input symbol at which the error was detected. The stop token indicates
96 /// <para>You must specify the input stream so that the erroneous text can
105 function ErrorNode(const Input: ITokenStream; const Start, Stop: IToken;
255 /// input the error occurred. If your tree of limitation does not
263 /// Where are the bounds in the input token stream for this node and
350 /// Get tree node at current input pointer + i ahead where i=1 is next node.
646 /// For example, there is probably no input symbol associated with imaginary
657 /// For example, there is probably no input symbol associated with imaginary
662 /// an actual real input token. Typically this is for converting '{'
784 // input back out
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 874 // Example: Given the following input:
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 37 // corresponding input stream to read the same data back and expect it to
41 // process is run with a variety of block sizes for both the input and
97 // Helper to read a fixed-length array of data from an input stream.
98 int ReadFromInput(ZeroCopyInputStream* input, void* data, int size);
103 void ReadString(ZeroCopyInputStream* input, const string& str);
106 // input stream.
108 // Reads text from an input stream and expects it to match what
110 void ReadStuff(ZeroCopyInputStream* input);
116 void ReadStuffLarge(ZeroCopyInputStream* input);
158 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size)
    [all...]

Completed in 1378 milliseconds

1 2 3 4 5 6 7 891011