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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
OWNERS 3 per-file typing-asm.*=aseemgarg@chromium.org
4 per-file typing-asm.*=bradnelson@chromium.org
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TypingTimeRecorder.java 42 // Record the letter typing time when
44 // 2. A letter key is typed within the threshold time since the last any key typing.
45 // 3. A non-letter key is typed within the threshold time since the last letter key typing.
53 // This non-letter typing should be treated as a part of fast typing.
DrawingProxy.java 52 * Start a while-typing-animation.
53 * @param fadeInOrOut {@link #FADE_IN} starts while-typing-fade-in animation.
54 * {@link #FADE_OUT} starts while-typing-fade-out animation.
GestureStrokeRecognitionParams.java 26 * This class also has parameters to distinguish gesture input events from fast typing events.
40 // Static threshold for gesture after fast typing
44 // Dynamic threshold for gesture after fast typing
TimerProxy.java 26 * Start a timer to detect if a user is typing keys.
32 * Check if a user is key typing.
33 * @return true if a user is in typing.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
GestureSettingsFragment.java 24 * "Gesture typing preferences" settings sub screen.
26 * This settings sub screen handles the following gesture typing preferences.
27 * - Enable gesture typing
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_suggest_policy.h 22 #include "suggest/policyimpl/typing/typing_scoring.h"
23 #include "suggest/policyimpl/typing/typing_traversal.h"
24 #include "suggest/policyimpl/typing/typing_weighting.h"
typing_scoring.cpp 17 #include "suggest/policyimpl/typing/typing_scoring.h"
typing_suggest_policy.cpp 17 #include "suggest/policyimpl/typing/typing_suggest_policy.h"
typing_traversal.cpp 17 #include "suggest/policyimpl/typing/typing_traversal.h"
  /external/v8/src/compiler/
verifier.h 23 enum Typing { TYPED, UNTYPED };
26 static void Run(Graph* graph, Typing typing = TYPED,
operation-typer.h 26 // Typing Phi.
31 // Helpers for number operation typing.
  /external/llvm/lib/Fuzzer/
pull_and_push_fuzz_corpus.sh 7 # can be done w/o typing a password.
  /external/sonivox/jet_tools/JetCreator_content/
README.txt 7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed on your system)
  /external/v8/src/wasm/
asm-wasm-builder.h 10 #include "src/typing-asm.h"
  /frameworks/base/docs/html/guide/topics/text/
index.jd 13 <a href="http://android-developers.blogspot.com/2011/12/add-voice-typing-to-your-ime.html">
14 <h4>Add Voice Typing To Your IME</h4>
15 <p>A new feature available in Android 4.0 is voice typing: the difference for users is that
17 developer, you can easily integrate with voice typing.</p>
  /external/webrtc/webrtc/modules/audio_processing/
typing_detection.h 25 // typing is detected, or false if not, based on the update period as set with
62 // Penalty added for a typing + activity coincide.
71 // How old typing events we allow.
84 // of the last N calls to Process() has detected typing for each respective
86 // calls has detected typing, Process() will return true. And that returned
  /development/samples/JetBoy/
JETBOY_content_README.txt 7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed on your system)
  /external/v8/test/cctest/
expression-type-collector.h 16 // structure and types. Used for testing of the typing information attached
  /packages/inputmethods/LatinIME/java/res/values/
strings-config-important-notice.xml 22 <!-- Description for option enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=68] -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-actual-applyCompletion1.xml 5 typing for interactive code completion
completion1.xml 5 typing for interactive code completion
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
DuckTypingDispatcher.java 24 * Duck typing dispatcher; converts dispatch methods calls from one class to another by
39 * Create a new duck typing dispatcher.
  /toolchain/binutils/binutils-2.25/cpu/
simplify.inc 53 ; For those who don't like typing.
72 ; For those who don't like typing.
101 ; For those who don't like typing.
138 ; For those who don't like typing.
181 ; To reduce the amount of typing.
201 ; To reduce the amount of typing.
221 ; For those who don't like typing.
  /platform_testing/tests/jank/ime_wear/src/com/android/wearable/ime/janktests/
KeyboardJankTests.java 77 // Measure keyboard jank when typing simple sequence of characters
90 // Measure keyboard jank when typing complex sequence of characters, del and spaces
122 // Measure keyboard jank when typing gesture sequence

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>