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

1 2

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 42 ArrayList<Prediction> recognize(Gesture gesture); method in interface:GestureStorageAccessor
GestureLibraryTest.java 65 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibraryTest.GestureLibraryFacade
66 return mGestureLibrary.recognize(gesture);
GestureStoreTest.java 68 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStoreTest.GestureStoreFacade
69 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/openssl/crypto/bn/asm/
sparcv9a-mont.pl 884 # which assembler can't recognize as VIS specific...
  /ndk/toolchains/x86-4.2.1/
setup.mk 68 # The ABI-specific sub-directory that the SDK tools recognize for
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 113 public void recognize(RecognizerClient recognizerClient, Activity activity, method in class:RecognizerEngine
169 // recognize
VoiceDialerActivity.java 46 * <li>The user presses the recognize key, and the VoiceDialerActivity starts.
143 mCommandEngine.recognize(mCommandClient, VoiceDialerActivity.this,
179 mCommandEngine.recognize(mCommandClient, VoiceDialerActivity.this,
BluetoothVoiceDialerActivity.java     [all...]
  /external/v8/test/mjsunit/regress/
regress-219.js 33 // Base tests: we recognize the basic flags
  /external/libvpx/vpx_ports/
x86_abi_support.asm 100 ; its register usage. YASM doesn't recognize these directives, so we just
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 734 // and then recognize the individual words.
786 // anything we don't recognize
  /ndk/build/core/
init.mk 165 # We recognize 1.5. as the prefix to look for then.
  /dalvik/docs/
prettify.js 685 * escape. It does not recognize perl's qq() style strings.
759 // TODO(mikesamuel): recognize non-latin letters and numerals in idents
772 * recognize keywords, and types.
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 33 rem the decoder will recognize the interleaved and checksum formats
  /external/iproute2/doc/
api-ip6-flowlabels.tex 241 The approach is the most promising, it is especially pleasant to recognize
  /external/libpng/
configure     [all...]
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/libffi/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]

Completed in 6386 milliseconds

1 2