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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/libs/androidfw/
Input.cpp 17 #define LOG_TAG "Input"
23 #include <androidfw/Input.h>
  /frameworks/base/libs/androidfw/tests/
InputEvent_test.cpp 17 #include <androidfw/Input.h>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 29 # Input grammar file: <fileName>
183 * input stream is a different type.
251 def initialize( <grammar.delegators:{g|<g:delegateName()>, }>input, options = {} )
252 super( input, options )
330 <trunc(g.delegators):{p|<p:delegateName()>, }>self, input, options.merge( :state => @state )
477 return_value.start = @input.look<\n>
482 <ruleDescriptor.name>_start_index = @input.index<\n>
533 return_value.stop = @input.look( -1 )<\n>
668 <label; format="label"> = @input.look<\n>
671 @input.consum
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 94 // Input is already sorted.
  /external/llvm/lib/Support/
CommandLine.cpp 426 /// ParseCStringVector - Break INPUT up wherever one or more
433 const char *Input) {
437 StringRef WorkStr(Input);
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 30 \input{abstract.tex}
37 \input{abstract.tex}
156 Each input data file (one per device per CPU) results in a new record
165 Each submitting thread simply reads the input file of \emph{bunches}
248 [ -d <dir> : --input-directory=<dir> ] Default: .
264 \texttt{--input-directory}\\Set Input Directory}
267 name for where input files are to be found. The default directory is the
388 [ -d <dir> : --input-directory=<dir> ] Default: .
391 [ -i <base> : --input-base=<base> ] Default: repla
    [all...]
  /dalvik/docs/
prettify.js 93 /** Splits input on space and returns an Object mapping each non-empty part to
    [all...]
  /external/harfbuzz/src/
harfbuzz-dump.c 267 DUMP_USHORT_ARRAY (ChainSubClassRule, Input, ChainSubClassRule->InputGlyphCount - 1);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 23 #include <androidfw/Input.h>
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 20 #include <androidfw/Input.h>
44 * Constants used to report the outcome of input event injection.
54 * into the application with input focus. */
57 /* Injection failed because there were no available input targets. */
65 * Constants used to determine the input event injection synchronization mode.
71 /* Waits for previous events to be dispatched so that the input dispatcher can determine
72 * whether input event injection willbe permitted based on the current input focus.
73 * Does not wait for the input event to finish processing. */
76 /* Waits for the input event to be completely processed. *
    [all...]
InputReader.h 24 #include <androidfw/Input.h>
115 * Input reader configuration.
117 * Specifies various options that modify the behavior of the input reader.
255 * Input reader policy interface.
257 * The input reader policy is used by the input reader to interact with the Window Manager
263 * These methods must NOT re-enter the input reader since they may be called while
264 * holding the input reader lock.
272 /* Gets the input reader configuration. */
278 /* Notifies the input reader policy that some input devices have change
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 77 // them from input
120 // same name in input
759 // directly from the input file.
841 // It reads input's ARM attributes and copies the first ARM attributes
860 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD)
868 // If the input section's size is zero, we got a NULL region.
959 Module::obj_iterator input, inEnd = pModule.obj_end(); local
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 238 /// input and an output parameter, which can be set by the caller if the
351 /// \param Outputs The transformed input expressions will be added to this
470 bool TransformTemplateArgument(const TemplateArgumentLoc &Input,
476 /// in the input set using \c TransformTemplateArgument(), and appends
500 /// in the input set using \c TransformTemplateArgument(), and appends
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 35 /** reset the parser's state; subclasses must rewinds the input stream */
53 /** Match current input symbol against ttype. Attempt
64 public function matchStream(input:IntStream, ttype:int, follow:BitSet):Object {
65 //System.out.println("match "+((TokenStream)input).LT(1));
66 var matchedSymbol:Object = getCurrentInputSymbol(input);
67 if ( input.LA(1)==ttype ) {
68 input.consume();
77 matchedSymbol = recoverFromMismatchedToken(input, ttype, follow);
82 public function matchAnyStream(input:IntStream):void {
85 input.consume()
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 88 // If the input is a buildvector just emit a smaller one.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 301 # Main function. Performs some preprocessing on the input text
306 # Remove UTF-8 BOM and marker character in input, if present.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [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...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]

Completed in 1169 milliseconds

1 2 3 4 5 6 7 8 91011