HomeSort by relevance Sort by last modified time
    Searched full:predictions (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/core/java/android/gesture/
InstanceLearner.java 45 ArrayList<Prediction> predictions = new ArrayList<Prediction>(); local
76 predictions.add(new Prediction(name, score));
80 // for (Prediction prediction : predictions) {
84 Collections.sort(predictions, sComparator);
86 return predictions;
GestureStore.java 37 * GestureLibrary maintains gesture examples and makes predictions on a new
134 * @return a list of predictions of possible entries for a given gesture
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageTester.java 73 ArrayList<Prediction> predictions = mFixture.recognize(newLineGesture); local
74 assertEquals(1, predictions.size());
75 assertEquals(TEST_GESTURE_NAME, predictions.get(0).name);
  /external/chromium/chrome/browser/net/
connect_interceptor.cc 57 // We've already made any/all predictions when we navigated to the
65 // predictions now for subresources or for redirected hosts.
predictor_api.h 42 // Global APIs relating to predictions in browser.
  /frameworks/base/docs/html/resources/articles/
gestures.jd 99 ArrayList&lt;prediction&gt; predictions = mLibrary.recognize(gesture);
102 if (predictions.size() &gt; 0) {
103 Prediction prediction = predictions.get(0);
179 predictions to know what the user intended to do:</p>
182 ArrayList&lt;Prediction&gt; predictions = mLibrary.recognize(gesture);
183 if (predictions.size() &gt; 0 &amp;&amp; predictions.get(0).score &gt; 1.0) {
184 String action = predictions.get(0).name;
  /external/webp/src/enc/
vp8enci.h 82 // I16DC16 |YYYY| Intra16 predictions (16x16 block each)
98 // +----+ Chroma U/V predictions (16x8 block each)
107 // +----+ Intra 4x4 predictions (4x4 block each)
243 int modes_i4[16]; // mode numbers for intra4 predictions
249 // right neighbouring data (samples, predictions, contexts, ...)
367 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
405 // Form all the four Intra16x16 predictions in the yuv_p_ cache
407 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
409 // Form all the ten Intra4x4 predictions in the yuv_p_ cache
465 // Predictions
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
predict.def 56 theory here, as the predictions is exact. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 56 theory here, as the predictions is exact. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
predict.def 56 theory here, as the predictions is exact. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 301 * make predictions.
304 * It is wasteful to make predictions in code that is run
  /bionic/libc/include/sys/
cdefs.h 290 * make predictions.
293 * It is wasteful to make predictions in code that is run
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 296 * make predictions.
299 * It is wasteful to make predictions in code that is run
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 290 * make predictions.
293 * It is wasteful to make predictions in code that is run
  /external/opencv/ml/src/
mlrtrees.cpp 314 // (number of predictions for the i-th sample)
335 // = number of summands (number of predictions for the i-th sample)
  /external/qemu/slirp/
debug.c 234 lprint(" %6d correct ACK header predictions\r\n", tcpstat.tcps_predack);
235 lprint(" %6d correct data packet header predictions\n", tcpstat.tcps_preddat);
  /external/qemu/slirp-android/
debug.c 230 lprint(" %6d correct ACK header predictions\r\n", tcpstat.tcps_predack);
231 lprint(" %6d correct data packet header predictions\n", tcpstat.tcps_preddat);
  /external/svox/pico/lib/
picokdt.h 186 'zero' value is needed when starting the sequence of predictions.
189 predictions need to be used when constructing the input vector for
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 296 * make predictions.
299 * It is wasteful to make predictions in code that is run
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 290 * make predictions.
293 * It is wasteful to make predictions in code that is run

Completed in 4103 milliseconds

1 2 3