Searched refs:emulate (Results 1 – 25 of 212) sorted by relevance
123456789
/external/u-boot/drivers/pci/ |
D | pci_rom.c | 239 bool emulate, alloced; in dm_pci_run_vga_bios() local 273 emulate = false; in dm_pci_run_vga_bios() 280 emulate = true; in dm_pci_run_vga_bios() 284 emulate = true; in dm_pci_run_vga_bios() 291 emulate = false; in dm_pci_run_vga_bios() 295 if (emulate) { in dm_pci_run_vga_bios()
|
/external/shflags/doc/ |
D | TODO.txt | 3 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4 emulate sh
|
/external/virglrenderer/docs/ |
D | piglit-notes.txt | 5 virglrenderer could emulate GL_CLAMP, in practice 9 Edgeflag support - we would need to somehow emulate
|
/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/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/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/libcxx/include/ |
D | bit | 97 // Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls. 130 // Win32 doesn't have _BitScanReverse64 so emulate it with two 32 bit calls.
|
/external/llvm/test/Object/ |
D | objdump-sectionheaders.test | 5 ; results in a way that we don't emulate.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | objdump-sectionheaders.test | 5 ; results in a way that we don't emulate.
|
/external/swiftshader/third_party/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)
|
/external/autotest/test_suites/ |
D | control.bluetooth_chameleon | 16 and software using chameleon boards and RN42 kit to emulate
|
D | control.bluetooth_chameleon_sanity | 17 Bluetooth hardware and software using RN42 kit to emulate
|
/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/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/tensorflow/tensorflow/lite/experimental/micro/testing/ |
D | Dockerfile.bluepill | 16 # This docker configuration file lets you emulate a Blue Pill board
|
D | Dockerfile.riscv | 16 # This docker configuration file lets you emulate a Hifive1 board
|
/external/autotest/client/site_tests/logging_FeedbackReport/ |
D | logging_FeedbackReport.py | 27 self._player.emulate(input_type='keyboard')
|
/external/autotest/server/site_tests/firmware_BaseECKeyboard/ |
D | control | 18 micro-servo. It talks to the base EC to emulate key-press. It checks
|
/external/autotest/client/site_tests/ui_AppLauncher/ |
D | ui_AppLauncher.py | 60 player.emulate('keyboard', property_file)
|
/external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/ |
D | policy_KeyboardDefaultToFunctionKeys.py | 34 self.player.emulate(input_type='keyboard')
|
/external/autotest/client/site_tests/platform_InputScreenshot/ |
D | platform_InputScreenshot.py | 31 self.player.emulate(input_type='keyboard')
|
123456789