Home
last modified time | relevance | path

Searched refs:keypress (Results 1 – 25 of 32) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_processing/test/
Dunpack.cc220 bool keypress = msg.keypress(); in do_main() local
222 fprintf(keypress_file, "%d\n", keypress); in do_main()
224 WriteData(&keypress, sizeof(keypress), keypress_file, in do_main()
Daudio_file_processor.cc149 ap_->set_stream_key_pressed(msg.keypress()); in HandleMessage()
Ddebug_dump_test.cc326 apm_->set_stream_key_pressed(msg.keypress()); in OnStreamEvent()
Dprocess_test.cc746 apm->set_stream_key_pressed(msg.keypress()); in void_main()
/external/python/cpython3/Doc/library/
Dmsvcrt.rst95 Return true if a keypress is waiting to be read.
100 Read a keypress and return the resulting character as a byte string.
101 Nothing is echoed to the console. This call will block if a keypress
105 The :kbd:`Control-C` keypress cannot be read with this function.
115 Similar to :func:`getch`, but the keypress will be echoed if it represents a
/external/python/cpython2/Doc/library/
Dmsvcrt.rst89 Return true if a keypress is waiting to be read.
94 Read a keypress and return the resulting character. Nothing is echoed to the
95 console. This call will block if a keypress is not already available, but will
98 return the keycode. The :kbd:`Control-C` keypress cannot be read with this
111 Similar to :func:`getch`, but the keypress will be echoed if it represents a
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dfirmware_FAFTSetup.py66 def keypress(): function
71 return self.base_keyboard_checker(keypress)
/external/catch2/include/internal/
Dcatch_commandline.cpp87 auto const setWaitForKeypress = [&]( std::string const& keypress ) { in makeCommandLineParser() argument
88 auto keypressLc = toLower( keypress ); in makeCommandLineParser()
96 …timeError( "keypress argument must be one of: start, exit or both. '" + keypress + "' not recognis… in makeCommandLineParser()
/external/autotest/server/site_tests/firmware_BaseECKeyboard/
Dfirmware_BaseECKeyboard.py82 def keypress(): function
86 return self._base_keyboard_checker(keypress)
/external/u-boot/board/boundary/nitrogen6x/
Dnitrogen6x.c973 char keypress[ARRAY_SIZE(buttons)+1]; in preboot_keys() local
974 numpressed = read_keys(keypress); in preboot_keys()
987 if (!strcmp(keys, keypress)) in preboot_keys()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto36 optional bool keypress = 6; field
/external/libkmsxx/py/tests/
Dkmsmodeview.py72 def keypress(self, size, key): member in MyIntEdit
78 return super().keypress(size, key)
/external/catch2/docs/
Dcommand-line.md59 <a href="#wait-for-keypress"> ` --wait-for-keypress`</a><br />
263 <a id="wait-for-keypress"></a>
265 <pre>--wait-for-keypress &lt;start|exit|both&gt;</pre>
Drelease-notes.md546 * Added "wait-for-keypress" option
/external/skqp/docs/
DcatalogTrailer.txt196 window.addEventListener('keypress', doKeyPress, true);
/external/skia/docs/
DcatalogTrailer.txt196 window.addEventListener('keypress', doKeyPress, true);
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js1712 .on('keypress', $.proxy(this.keypress, this))
1716 this.$element.on('keydown', $.proxy(this.keypress, this))
1749 , keypress: function (e) {
/external/okhttp/website/static/
Dbootstrap.min.js6keypress,this)).on("keyup",e.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element…
/external/python/cpython3/Doc/faq/
Dwindows.rst277 How do I check for a keypress without blocking?
Dlibrary.rst190 How do I get a single keypress at a time?
/external/u-boot/board/sandbox/
DREADME.sandbox94 press Ctrl-C, U-Boot will exit instead of handling this as a keypress.
/external/python/cpython2/Doc/faq/
Dwindows.rst302 How do I check for a keypress without blocking?
Dlibrary.rst188 How do I get a single keypress at a time?
/external/python/cpython2/Doc/howto/
Dcurses.rst169 of activity, and then pause waiting for a keypress or some other action on the
/external/python/cpython3/Doc/howto/
Dcurses.rst214 of activity, and then pause waiting for a keypress or some other action on the

12