HomeSort by relevance Sort by last modified time
    Searched refs:recognize (Results 1 - 25 of 41) 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 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);
  /external/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 884 # which assembler can't recognize as VIS specific...
  /external/libpng/
Android.mk 44 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
  /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
  /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/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
102 bool recognize();
216 INITIALIZE_PASS_BEGIN(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
226 INITIALIZE_PASS_END(LoopIdiomRecognize, "loop-idiom", "Recognize loop idioms",
623 /// recognize - detect population count idiom in a non-countable loop. If
626 bool NclPopcountRecognize::recognize() { function in class:NclPopcountRecognize
697 if (Popcount.recognize())
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 212 * if possible, since this method can't recognize directories.
  /external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 145 // functions traversal may erroneously recognize them as functions, so we are
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 179 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 179 ; its register usage. YASM doesn't recognize these directives, so we just
  /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_org/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/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 613 // arrays, seen in Firefox. Thus we recognize an array as an object
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin_impl.js 352 // At the moment the webapp does not recognize any of
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 580 // arrays, seen in Firefox. Thus we recognize an array as an object
  /external/chromium_org/third_party/libxml/src/
configure     [all...]
  /external/chromium_org/third_party/sqlite/src/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libusb/
configure     [all...]

Completed in 543 milliseconds

1 2