HomeSort by relevance Sort by last modified time
    Searched full:recognize (Results 1 - 25 of 989) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/gesture/
package.html 3 Provides classes to create, recognize, load and save gestures.
GestureLibrary.java 63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibrary
64 return mStore.recognize(gesture);
  /external/clang/test/SemaCXX/
virtuals.cpp 21 // Needs to recognize that overridden function is virtual.
24 // Needs to recognize that function does not override.
28 // Needs to recognize invalid uses of abstract classes.
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 25 * Different tools will recognize different syntaxes, but some proposed
39 * should ignore any keys they don't recognize.
  /external/pcre/dist/doc/
pcre_exec.3 47 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
48 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, & CRLF as newline sequences
49 PCRE_NEWLINE_CR Recognize CR as the only newline sequence
50 PCRE_NEWLINE_CRLF Recognize CRLF as the only newline sequence
51 PCRE_NEWLINE_LF Recognize LF as the only newline sequence
pcre_dfa_exec.3 54 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
55 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, & CRLF as newline sequences
56 PCRE_NEWLINE_CR Recognize CR as the only newline sequence
57 PCRE_NEWLINE_CRLF Recognize CRLF as the only newline sequence
58 PCRE_NEWLINE_LF Recognize LF as the only newline sequence
  /external/icu/icu4c/source/layout/
LEGlyphFilter.h 17 * recognize a set of glyph indices.
  /external/libxml2/test/schemas/
any7_1.xml 9 Tiny glitch: the error report mechanism fails to recognize
  /external/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
  /external/llvm/test/Transforms/LoopSimplify/
single-backedge.ll 2 ; for all loops. This allows the -indvars pass to recognize the %IV
  /external/valgrind/memcheck/tests/
long_namespace_xml.cpp 27 // A function that returns p in such a way that gcc 4.5.x does not recognize
  /frameworks/base/telecomm/java/android/telecom/
Conferenceable.java 21 * call with. The {@link ConnectionService} implementation will only recognize
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java 63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibraryTest.GestureLibraryFacade
64 return mGestureLibrary.recognize(gesture);
GestureStorageAccessor.java 42 ArrayList<Prediction> recognize(Gesture gesture); method in interface:GestureStorageAccessor
  /external/pcre/dist/doc/html/
pcre_dfa_exec.html 68 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
69 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, & CRLF as newline sequences
70 PCRE_NEWLINE_CR Recognize CR as the only newline sequence
71 PCRE_NEWLINE_CRLF Recognize CRLF as the only newline sequence
72 PCRE_NEWLINE_LF Recognize LF as the only newline sequence
pcre_exec.html 61 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
62 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, & CRLF as newline sequences
63 PCRE_NEWLINE_CR Recognize CR as the only newline sequence
64 PCRE_NEWLINE_CRLF Recognize CRLF as the only newline sequence
65 PCRE_NEWLINE_LF Recognize LF as the only newline sequence
  /external/jsoncpp/
LICENSE 6 jurisdictions which recognize such a disclaimer. In such jurisdictions,
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
NOTICE 6 jurisdictions which recognize such a disclaimer. In such jurisdictions,
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
  /external/jsoncpp/chromium-overrides/
LICENSE 6 jurisdictions which recognize such a disclaimer. In such jurisdictions,
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
  /external/bison/m4/
fopen.m4 51 [Define to 1 if fopen() fails to recognize a trailing slash.])
  /external/icu/icu4c/source/i18n/
csrecog.h 26 * Note that some recognizers can recognize more than one charset, but that this API
  /external/llvm/test/Transforms/InstCombine/
preserve-sminmax.ll 7 ; other analyses wouldn't recognize it.
  /external/toybox/toys/android/
setprop.c 31 // recognize most failures (because it doesn't wait for init), so
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 39 * recognize forced unwinding.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 39 * recognize forced unwinding.

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011>>