/external/webrtc/tools/network_emulator/ |
network_emulator.py | 56 def emulate(self, target_ip): member in class:NetworkEmulator
|
/external/autotest/client/cros/input_playback/ |
input_playback.py | 43 player.emulate(property_file=path_to_file) 123 def emulate(self, input_type='mouse', property_file=None): member in class:InputPlayback 125 Emulate the given input (or default for type) with evemu-device.
|
/external/u-boot/drivers/pci/ |
pci_rom.c | 239 bool emulate, alloced; local 273 emulate = false; 280 emulate = true; 284 emulate = true; 291 emulate = false; 295 if (emulate) {
|
/external/python/cpython2/Modules/ |
linuxaudiodev.c | 242 int rate, ssize, nchannels, n, fmt, emulate=0; local 245 &rate, &ssize, &nchannels, &fmt, &emulate)) 278 if (emulate == 0) {
|