Searched refs:emulate (Results 1 – 25 of 234) sorted by relevance
12345678910
/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/llvm/test/Object/ |
D | objdump-sectionheaders.test | 5 ; results in a way that we don't emulate.
|
/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/autotest/client/cros/input_playback/ |
D | keyboard.py | 21 self.keyboard.emulate(input_type=_KEYBOARD)
|
/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/python/pybind11/tests/test_cmake_build/subdirectory_function/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/external/angle/src/libANGLE/renderer/metal/doc/ |
D | APPLE_clip_distance.md | 9 To emulate this enabling/disabling API, the Metal back-end uses a similar implementation as what
|
/external/python/pybind11/tests/test_cmake_build/installed_function/ |
D | CMakeLists.txt | 5 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/external/python/pybind11/tests/test_cmake_build/installed_embed/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/external/autotest/server/site_tests/firmware_UpdaterModes/ |
D | control | 15 Test chromeos-firmwareupdate modes via --emulate, to avoid wearing out flash
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 13 emulate the BASH shell. In this way you would write scripts in exactly the
|
/external/zstd/tests/gzip/ |
D | init.sh | 119 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 120 emulate sh
|
/external/rust/crates/instant/ |
D | README.md | 53 // Will emulate `std::time::Instant` based on `performance.now()`. 72 // Will emulate `std::time::Instant` based on `Date.now()`.
|
/external/python/pybind11/tests/test_cmake_build/subdirectory_target/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/external/python/pybind11/tests/test_cmake_build/subdirectory_embed/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/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/llvm-project/llvm/test/Object/ |
D | objdump-sectionheaders.test | 5 # results in a way that we don't emulate.
|
/external/autotest/client/site_tests/platform_InputNewTab/ |
D | platform_InputNewTab.py | 26 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/cros/a11y/ |
D | a11y_test_base.py | 28 self._player.emulate(input_type='keyboard')
|
12345678910