Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/shflags/doc/
DTODO.txt3 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4 emulate sh
/external/virglrenderer/docs/
Dpiglit-notes.txt5 virglrenderer could emulate GL_CLAMP, in practice
9 Edgeflag support - we would need to somehow emulate
/external/curl/tests/data/
Dtest103615 but we emulate that
58 but we emulate that
Dtest11014 but we emulate that
Dtest103715 but we emulate that
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
32 emulate sh
/external/llvm/test/Object/
Dobjdump-sectionheaders.test5 ; results in a way that we don't emulate.
/external/python/cpython2/Modules/
Dlinuxaudiodev.c242 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/
Dkeyboard.py21 self.keyboard.emulate(input_type=_KEYBOARD)
/external/libcxx/include/
Dbit97 // 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/
DCMakeLists.txt4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
/external/angle/src/libANGLE/renderer/metal/doc/
DAPPLE_clip_distance.md9 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/
DCMakeLists.txt5 # 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/
DCMakeLists.txt4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
/external/autotest/server/site_tests/firmware_UpdaterModes/
Dcontrol15 Test chromeos-firmwareupdate modes via --emulate, to avoid wearing out flash
/external/ImageMagick/MagickWand/tests/
DREADME13 emulate the BASH shell. In this way you would write scripts in exactly the
/external/zstd/tests/gzip/
Dinit.sh119 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
120 emulate sh
/external/rust/crates/instant/
DREADME.md53 // 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/
DCMakeLists.txt4 # 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/
DCMakeLists.txt4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
/external/autotest/client/site_tests/touch_MouseScroll/
Dcontrol19 Uses a mouse description file to emulate a USB mouse. Plays back a single
/external/llvm-project/llvm/test/Object/
Dobjdump-sectionheaders.test5 # results in a way that we don't emulate.
/external/autotest/client/site_tests/platform_InputNewTab/
Dplatform_InputNewTab.py26 self._player.emulate(input_type='keyboard')
/external/autotest/server/site_tests/firmware_BaseECKeyboard/
Dcontrol18 micro-servo. It talks to the base EC to emulate key-press. It checks
/external/autotest/client/cros/a11y/
Da11y_test_base.py28 self._player.emulate(input_type='keyboard')

12345678910