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

1 2 3

  /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/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
SpeechActivity.java 265 recognize();
279 private void recognize() { method in class:SpeechActivity
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
SpeechActivity.java 288 recognize();
302 private void recognize() { method in class:SpeechActivity
  /external/antlr/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
  /build/soong/cc/config/
arm_device.go 144 // Use cortex-a53 because the GNU assembler doesn't recognize -mcpu=kryo
  /external/libaom/libaom/aom_ports/
x86_abi_support.asm 182 ; 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
  /external/syzkaller/prog/
any.go 377 // TODO: hints code won't recognize this, because it won't find
  /external/syzkaller/vendor/google.golang.org/api/iterator/
iterator.go 192 // the special iterator sentinel value Done. To recognize the end of the
  /external/testng/doc/
prettify.js     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 747 // The parser stores options it doesn't recognize here. See above.
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 716 // The parser stores options it doesn't recognize here. See above.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 126 return "Recognize Hexagon-specific loop idioms";
258 "Recognize Hexagon-specific loop idioms", false, false)
267 "Recognize Hexagon-specific loop idioms", false, false)
564 bool recognize();
1760 bool PolynomialMultiplyRecognize::recognize() { function in class:PolynomialMultiplyRecognize
    [all...]
  /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/ImageMagick/config/
config.guess     [all...]
  /external/curl/
config.guess     [all...]
  /external/expat/conftools/
config.guess     [all...]
  /external/libpcap/
config.guess     [all...]
  /external/python/cpython3/
config.guess     [all...]
  /external/e2fsprogs/config/
config.guess     [all...]

Completed in 2244 milliseconds

1 2 3