HomeSort by relevance Sort by last modified time
    Searched defs:emulate (Results 1 - 6 of 6) sorted by null

  /external/webrtc/tools/network_emulator/
network_emulator.py 56 def emulate(self, target_ip): member in class:NetworkEmulator
  /frameworks/compile/mclinker/lib/Support/
Target.cpp 51 /// emulate - given MCLinker default values for the other aspects of the
53 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const { function in class:mcld::Target
  /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.
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 46 /// emulate - To set up target-dependent options and default linker script.
48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) { function in class:mcld::Linker
363 return m_pTarget->emulate(pScript, *m_pConfig);
  /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) {
  /sdk/files/
android.el 81 (defun android-emulate ()

Completed in 396 milliseconds