/external/webrtc/webrtc/modules/audio_processing/test/ |
D | unpack.cc | 220 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()
|
D | audio_file_processor.cc | 149 ap_->set_stream_key_pressed(msg.keypress()); in HandleMessage()
|
D | debug_dump_test.cc | 326 apm_->set_stream_key_pressed(msg.keypress()); in OnStreamEvent()
|
D | process_test.cc | 746 apm->set_stream_key_pressed(msg.keypress()); in void_main()
|
/external/python/cpython3/Doc/library/ |
D | msvcrt.rst | 95 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/ |
D | msvcrt.rst | 89 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/ |
D | firmware_FAFTSetup.py | 66 def keypress(): function 71 return self.base_keyboard_checker(keypress)
|
/external/catch2/include/internal/ |
D | catch_commandline.cpp | 87 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/ |
D | firmware_BaseECKeyboard.py | 82 def keypress(): function 86 return self._base_keyboard_checker(keypress)
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | nitrogen6x.c | 973 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/ |
D | debug.proto | 36 optional bool keypress = 6; field
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 72 def keypress(self, size, key): member in MyIntEdit 78 return super().keypress(size, key)
|
/external/catch2/docs/ |
D | command-line.md | 59 <a href="#wait-for-keypress"> ` --wait-for-keypress`</a><br /> 263 <a id="wait-for-keypress"></a> 265 <pre>--wait-for-keypress <start|exit|both></pre>
|
D | release-notes.md | 546 * Added "wait-for-keypress" option
|
/external/skqp/docs/ |
D | catalogTrailer.txt | 196 window.addEventListener('keypress', doKeyPress, true);
|
/external/skia/docs/ |
D | catalogTrailer.txt | 196 window.addEventListener('keypress', doKeyPress, true);
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 1712 .on('keypress', $.proxy(this.keypress, this)) 1716 this.$element.on('keydown', $.proxy(this.keypress, this)) 1749 , keypress: function (e) {
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …keypress,this)).on("keyup",e.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element…
|
/external/python/cpython3/Doc/faq/ |
D | windows.rst | 277 How do I check for a keypress without blocking?
|
D | library.rst | 190 How do I get a single keypress at a time?
|
/external/u-boot/board/sandbox/ |
D | README.sandbox | 94 press Ctrl-C, U-Boot will exit instead of handling this as a keypress.
|
/external/python/cpython2/Doc/faq/ |
D | windows.rst | 302 How do I check for a keypress without blocking?
|
D | library.rst | 188 How do I get a single keypress at a time?
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 169 of activity, and then pause waiting for a keypress or some other action on the
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 214 of activity, and then pause waiting for a keypress or some other action on the
|