HomeSort by relevance Sort by last modified time
    Searched refs:recognize (Results 1 - 25 of 80) 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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/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-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 123 object which has a 'recognize' method. This method must accept a
163 result = r.recognize(type_obj)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl 884 # which assembler can't recognize as VIS specific...
  /external/libpng/
Android.mk 30 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 884 # which assembler can't recognize as VIS specific...
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 112 public void recognize(RecognizerClient recognizerClient, Activity activity, method in class:RecognizerEngine
168 // recognize
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js 48 // The following line causes the closureBuilder script to recognize this as
  /ndk/toolchains/x86-4.6/
setup.mk 67 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/toolchains/x86-4.7/
setup.mk 67 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/toolchains/x86-4.8/
setup.mk 67 # 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/toolchains/x86-clang3.2/
setup.mk 88 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/toolchains/x86-clang3.3/
setup.mk 88 # The ABI-specific sub-directory that the SDK tools recognize for
  /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/chromium_org/v8/test/mjsunit/regress/
regress-219.js 37 // Base tests: we recognize the basic flags
  /external/v8/test/mjsunit/regress/
regress-219.js 37 // Base tests: we recognize the basic flags
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 18 // Future loop memory idioms to recognize:
20 // Future floating point idioms to recognize in -ffast-math mode:
22 // Future integer operation idioms to recognize:
39 // This could recognize common matrix multiplies and dot product idioms and
103 bool recognize();
212 INITIALIZE_PASS_BEGIN(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
222 INITIALIZE_PASS_END(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
627 /// recognize - detect population count idiom in a non-countable loop. If
630 bool NclPopcountRecognize::recognize() { function in class:NclPopcountRecognize
701 if (Popcount.recognize())
    [all...]
  /external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 141 // functions traversal may erroneously recognize them as functions, so we are
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 141 // functions traversal may erroneously recognize them as functions, so we are

Completed in 1287 milliseconds

1 2 3 4