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

1 2 3 4

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 42 ArrayList<Prediction> recognize(Gesture gesture); method in interface:GestureStorageAccessor
GestureLibraryTest.java 63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibraryTest.GestureLibraryFacade
64 return mGestureLibrary.recognize(gesture);
GestureStoreTest.java 66 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStoreTest.GestureStoreFacade
67 return mGestureStore.recognize(gesture);
GestureStorageTester.java 64 * Test method for {@link android.gesture.GestureStore#recognize(Gesture)}.
73 ArrayList<Prediction> predictions = mFixture.recognize(newLineGesture);
  /frameworks/base/core/java/android/gesture/
GestureLibrary.java 63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibrary
64 return mStore.recognize(gesture);
GestureStore.java 131 * Recognize a gesture
136 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStore
  /external/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
  /toolchain/binutils/binutils-2.25/gold/
target-select.h 80 recognize(Input_file* input_file, off_t offset, function in class:gold::Target_selector
158 // Recognize an object file given a machine code, OSABI code, and
168 // Recognize a target by name. When this is called we already know
171 // recognize more than one name.
186 // Recognize a target by emulation. When this is called we already
189 // to recognize more than one emulation.
target-select.cc 112 Target* ret = p->recognize(input_file, offset,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 123 object which has a 'recognize' method. This method must accept a
163 result = r.recognize(type_obj)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 123 object which has a 'recognize' method. This method must accept a
163 result = r.recognize(type_obj)
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 123 object which has a 'recognize' method. This method must accept a
163 result = r.recognize(type_obj)
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 123 object which has a 'recognize' method. This method must accept a
163 result = r.recognize(type_obj)
  /ndk/build/core/toolchains/x86-4.9/
setup.mk 62 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/build/core/toolchains/x86_64-4.9/
setup.mk 60 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/build/core/toolchains/x86_64-clang3.6/
setup.mk 80 # The ABI-specific sub-directory that the SDK tools recognize for
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 152 recognize( in_stream )
159 recognize( in_stream )
162 recognize( in_stream )
168 def recognize( *args ) method in class:ANTLR3.Main.Main
218 recognize( stream )
324 def recognize( in_stream ) method in class:LexerMain
446 def recognize( in_stream ) method
562 def recognize( in_stream ) method
  /ndk/build/core/toolchains/x86-clang3.6/
setup.mk 82 # The ABI-specific sub-directory that the SDK tools recognize for
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java 295 // If this was the second finger, attempt to recognize double
404 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 3 /** The set of fields needed by an abstract recognizer to recognize input
  /external/v8/test/mjsunit/regress/
regress-219.js 37 // Base tests: we recognize the basic flags
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 145 // functions traversal may erroneously recognize them as functions, so we are
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 771 // and then recognize the individual words.
823 // anything we don't recognize

Completed in 945 milliseconds

1 2 3 4