HomeSort by relevance Sort by last modified time
    Searched refs:emulate (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/include/mcld/
Linker.h 35 /// emulate - To set up target-dependent options and default linker script.
36 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
  /build/target/board/generic/
BoardConfig.mk 19 # that are slower to emulate. On the other hand, it is possible to emulate
  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 77 /// emulate - given MCLinker default values for the other aspects of the
79 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig) const;
  /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
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 54 linker.emulate(script, config);
89 linker.emulate(script, config);
147 linker.emulate(script1, config1);
197 linker.emulate(script2, config2);
245 linker.emulate(script1, config1);
300 linker.emulate(script2, config2);
345 linker.emulate(script, config);
  /external/bison/build-aux/
mdate-sh 31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
32 emulate sh
  /external/libmicrohttpd/doc/
mdate-sh 31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
32 emulate sh
  /external/autotest/client/site_tests/ui_AppLauncher/
ui_AppLauncher.py 60 player.emulate('keyboard', property_file)
  /external/autotest/client/cros/
touch_playback_test_base.py 46 Emulate a USB mouse if a property file is provided.
49 @param mouse_props: optional property file for a mouse to emulate.
55 self.player.emulate(input_type='mouse', property_file=mouse_props)
118 """Emulate a mouse with the given property file.
123 self.player.emulate(input_type='mouse', property_file=property_file)
  /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/webrtc/tools/network_emulator/
network_emulator.py 56 def emulate(self, target_ip): member in class:NetworkEmulator
emulate.py 169 emulator.emulate(external_ip)
  /external/autotest/client/cros/input_playback/
input_playback.py 42 player.emulate(property_file=path_to_file)
117 def emulate(self, input_type='mouse', property_file=None): member in class:InputPlayback
119 Emulate the given input (or default for type) with evemu-device.
  /ndk/build/core/
default-build-commands.mk 85 # directly needed. ld.gold (default for ARM and X86) doesn't emulate this buggy
  /external/srtp/
config.status 16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
  /external/fdlibm/
configure 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
    [all...]
  /external/liblzf/
configure 14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh
237 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
238 emulate sh
257 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
258 emulate sh
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 666 .emulate-content-left-padding {
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
ui_webui_resources_js_util.js 273 * a timer and emulate the event if it is not fired when the timer expires.
  /external/fec/
configure 13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
    [all...]
  /external/iputils/ninfod/
configure 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 emulate sh
    [all...]
  /external/libusb-compat/
configure 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
280 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281 emulate sh
    [all...]
  /external/libvorbis/
configure 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
    [all...]
  /external/mksh/src/
Build.sh 35 if test -n "${ZSH_VERSION+x}" && (emulate sh) >/dev/null 2>&1; then
36 emulate sh
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
    [all...]

Completed in 397 milliseconds

1 2 3 4 5