Searched refs:emulate (Results 1 – 25 of 200) sorted by relevance
12345678
/external/shflags/doc/ |
D | TODO.txt | 3 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4 emulate sh
|
/external/curl/tests/data/ |
D | test1036 | 15 but we emulate that 58 but we emulate that
|
D | test110 | 14 but we emulate that
|
D | test1037 | 15 but we emulate that
|
/external/libmicrohttpd/doc/ |
D | mdate-sh | 31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 32 emulate sh
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | mdate-sh | 31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 32 emulate sh
|
/external/bison/build-aux/ |
D | mdate-sh | 31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 32 emulate sh
|
/external/python/cpython2/Modules/ |
D | linuxaudiodev.c | 242 int rate, ssize, nchannels, n, fmt, emulate=0; in lad_setparameters() local 245 &rate, &ssize, &nchannels, &fmt, &emulate)) in lad_setparameters() 278 if (emulate == 0) { in lad_setparameters()
|
/external/swiftshader/third_party/LLVM/test/Object/ |
D | objdump-sectionheaders.test | 5 ; results in a way that we don't emulate.
|
/external/llvm/test/Object/ |
D | objdump-sectionheaders.test | 5 ; results in a way that we don't emulate.
|
/external/autotest/client/cros/input_playback/ |
D | keyboard.py | 21 self.keyboard.emulate(input_type=_KEYBOARD)
|
D | stylus.py | 41 self.stylus.emulate(input_type=_STYLUS_DEVICE,
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 13 emulate the BASH shell. In this way you would write scripts in exactly the
|
/external/autotest/client/site_tests/platform_InputBrightness/ |
D | platform_InputBrightness.py | 24 self._player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | control | 19 Uses a mouse description file to emulate a USB mouse. Plays back a single
|
/external/autotest/client/site_tests/platform_InputNewTab/ |
D | platform_InputNewTab.py | 26 self._player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/logging_FeedbackReport/ |
D | logging_FeedbackReport.py | 27 self._player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/ui_AppLauncher/ |
D | ui_AppLauncher.py | 60 player.emulate('keyboard', property_file)
|
/external/autotest/client/cros/a11y/ |
D | a11y_test_base.py | 28 self._player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/platform_InputScreenshot/ |
D | platform_InputScreenshot.py | 31 self.player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/platform_InputVolume/ |
D | platform_InputVolume.py | 30 self._player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/policy_DisableScreenshots/ |
D | policy_DisableScreenshots.py | 42 self.player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/platform_InputBrowserNav/ |
D | platform_InputBrowserNav.py | 28 self._player.emulate(input_type='keyboard')
|
/external/python/cpython2/Doc/library/ |
D | code.rst | 27 Closely emulate the behavior of the interactive Python interpreter. This class 45 This function is useful for programs that want to emulate Python's interpreter 137 Closely emulate the interactive Python console. The optional banner argument
|
/external/autotest/test_suites/ |
D | control.chameleon_vga | 16 The Chameleon board can emulate a monitor such that the test can control
|
12345678