Home
last modified time | relevance | path

Searched refs:repeating (Results 1 – 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DKeyInputEvent.java47 private boolean repeating; field in KeyInputEvent
49 public KeyInputEvent(int keyCode, char keyChar, boolean pressed, boolean repeating) { in KeyInputEvent() argument
53 this.repeating = repeating; in KeyInputEvent()
91 return repeating; in isRepeating()
109 if (repeating){ in toString()
/external/libvncserver/x11vnc/
Dkeyboard.h58 extern double typing_rate(double time_window, int *repeating);
Dkeyboard.c71 double typing_rate(double time_window, int *repeating);
2959 double typing_rate(double time_window, int *repeating) { in typing_rate() argument
2965 if (repeating) { in typing_rate()
2966 *repeating = 0; in typing_rate()
2993 if (repeating) { in typing_rate()
2995 *repeating = repeat_keys; in typing_rate()
2997 *repeating = 0; in typing_rate()
Duserinput.c1798 int repeating, lat, rate; in push_scr_ev() local
1808 trate = typing_rate(0.0, &repeating); in push_scr_ev()
1810 if (xrecord_set_by_mouse || repeating >= 3) { in push_scr_ev()
2464 int repeating; in repeat_check() local
2465 double rate = typing_rate(0.0, &repeating); in repeat_check()
2467 if (rate > 2.0 && repeating && now > last_key_scroll + delay) { in repeat_check()
2662 int repeating; in check_xrecord_keys() local
2665 double rate = typing_rate(0.0, &repeating); in check_xrecord_keys()
2667 if (repeating) { in check_xrecord_keys()
DChangeLog235 Workaround Xorg bug that yields infinitely repeating keys
824 repeating)
1071 (this is workaround for the repeating keystroke bug. Note that
DRELEASE-NOTES391 gnome bug where the key will never stop repeating.
452 involving infinitely repeating keys when turning off key
453 repeating. Use -repeat if the automatic workaround fails.
DREADME1125 involving infinitely repeating keys when turning off key
1126 repeating. Use -repeat if the automatic workaround fails.
6300 * When repeating keys (e.g. Up arrow) should be discarded to
15722 repeating keystrokes bug (triggered by long processing
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox181 to every column of the matrix. Alternatively, it can be interpreted as repeating the vector \c v fo…
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt211 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
/external/pcre/dist/
DHACKING267 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
DChangeLog5068 2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g and /G,
/external/llvm/docs/
DPasses.rst416 instructions, repeating this process until no additional pairs are selected for
DLangRef.rst2294 assembler accepts 1.25 but rejects 1.3 because 1.3 is a repeating
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1402 repeating his remark, with variations. `I shall sit here,' he
2894 quiet till she got to the part about her repeating `YOU ARE OLD,
2965 `What IS the use of repeating all that stuff,' the Mock Turtle
/external/jpeg/
Dlibjpeg.doc1827 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
2296 repeating the jpeg_read_header() ... jpeg_finish_decompress() sequence,
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td441 // instructions for splatting repeating bit patterns across the immediate.
/external/pcre/dist/doc/
Dpcre.txt2461 55 repeating a DEFINE group is not allowed
10202 All values in repeating quantifiers must be less than 65536.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/bison/
DChangeLog-201231 * configure.ac: Use $PACKAGE_COPYRIGHT_YEAR instead of repeating it.