/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);
|
/frameworks/base/docs/html/resources/articles/ |
gestures.jd | 97 ArrayList<prediction> predictions = mLibrary.recognize(gesture); 100 if (predictions.size() > 0) { 101 Prediction prediction = predictions.get(0); 177 predictions to know what the user intended to do:</p> 180 ArrayList<Prediction> predictions = mLibrary.recognize(gesture); 181 if (predictions.size() > 0 && predictions.get(0).score > 1.0) { 182 String action = predictions.get(0).name;
|
/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. */
|
tree-flow.h | 542 Structure representing predictions in tree level. [all...] |
/bionic/libc/include/sys/ |
cdefs.h | 301 * make predictions. 304 * It is wasteful to make predictions in code that is run
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/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
|
/external/jpeg/ |
jchuff.c | 157 /* Initialize DC predictions to 0 */ 447 * Emit a restart marker & resynchronize predictions. 461 /* Re-initialize DC predictions to 0 */ 654 /* Re-initialize DC predictions to 0 */
|
jcphuff.c | 148 /* Initialize DC predictions to 0 */ 343 * Emit a restart marker & resynchronize predictions. 360 /* Re-initialize DC predictions to 0 */
|
jdhuff.c | 110 /* Initialize DC predictions to 0 */ 482 /* Re-initialize DC predictions to 0 */
|
jdphuff.c | 179 /* Initialize DC predictions to 0 */ 242 /* Re-initialize DC predictions to 0 */
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 179 // Do not display predictions / what the user is typing 187 // Our predictions are not useful for e-mail addresses 193 // If this is an auto-complete text view, then our predictions
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 310 - Explicit branch predictions (based on measured branch probabilities)
|
/external/quake/quake/src/QW/server/ |
server.h | 134 usercmd_t lastcmd; // for filling in big drops and partial predictions
|
/external/zlib/ |
inffast.c | 310 - Explicit branch predictions (based on measured branch probabilities)
|
/dalvik/vm/compiler/codegen/arm/ |
ArmLIR.h | [all...] |