Searched refs:emulated (Results 1 – 25 of 229) sorted by relevance
12345678910
/external/qemu/docs/ |
D | ANDROID-ELFF.TXT | 5 emulated system. 10 files corresponding to the libraries of the emulated system, in order to extract 17 - Extract information about routine, containing given PC address in the emulated 20 * Source file name and line corresponded to the given emulated PC.
|
D | AUDIO.TXT | 6 QEMUSoundCard: models a given emulated sound card 19 2/ For each emulated output, call AUD_open_out() to create a SWVoiceOut object. 20 3/ For each emulated input, call AUD_open_in() to create a SWVoiceIn object. 67 - A 'write' method callback used to write a buffer of emulated sound samples from 78 - a 'conv()' function used to read sound samples from the emulated sound card and 84 stereo buffer, not emulated hardware sound samples, which can have different 114 - a callback provided by the emulated hardware when the SWVoiceOut is created. 120 (AUD_write()) to to the mixing/volume-adjustment from emulated hardware sample 125 SWVoiceOut: emulated hardware sound buffers: 160 of sound samples in the SWVoiceOut emulated hardware sound buffer). [all …]
|
D | ANDROID-QEMUD-SERVICES.TXT | 4 emulated system can communicate with the emulator through the 'qemud' 18 can be exchanged between the emulated system and an emulated modem. 47 This service is used to allow the emulated system to control various aspects 75 emulated phone as well as provide on/off timeouts for flashing. 113 name of one of the emulated sensors, and <flag> is either "0" or "1". 115 emulated sensor hardware. 125 5/ If at least one of the emulated sensors has been enabled with 170 This service is used to set system properties in the emulated system at
|
D | CPU-EMULATION.TXT | 7 QEMU starts by isolating code "fragments" from the emulated machine code. 22 emulated CPU: one for translated kernel code, and one for translated 43 The ARM Memory Management Unit is emulated in software, since it is so 53 translation according to the emulated system's state, and modify the 65 Each TLB is also implemented as a global per-emulated-CPU hash-table. 84 emulated serial port for the Goldfish platform.
|
D | ANDROID-FRAMEBUFFER.TXT | 10 The emulated hardware provides a bunch of i/o registers to allow 23 kernel driver in the emulated system. These pages are contiguous in 24 the emulated system, but not in the emulator's process space which 67 a QFrameBuffer object as it can also be used to emulated text-based 77 any animation in the emulated framebuffer will be displayed at the same
|
D | ANDROID-QEMUD.TXT | 8 communication channel between the emulated system and the emulator program 9 itself. Another way to support communication between the emulated system and 19 - dealing with device allocation and permission issues in the emulated system 21 The emulator provides 'services' to various parts of the emulated system. 25 "gsm" Used to communicate with the emulated GSM modem with 29 emulated GPS device. 31 "sensors" Used to list the number of emulated sensors, as well as 34 "control" Used to control misc. simple emulated hardware devices 43 - A 'qemud client' is any part of the emulated system that wants to talk 58 The daemon also opens an emulated serial port (e.g. /dev/ttyS1) and
|
D | CHAR-DEVICES.TXT | 11 an emulated device, etc... 107 from the emulated /dev/ttyS0 serial port. 112 the emulated system. 122 A CharDriverState that is used to connect the emulated system to 128 A CharDriverState that is used to connect the emulated system to a 148 - The Android emulated modem also uses a CS to talk with its client, 149 which will in most cases be an emulated serial port.
|
/external/guava/guava-gwt/test/com/google/common/net/ |
D | TestPlatform.java | 24 @GwtCompatible(emulated = true)
|
/external/libusb-compat/ |
D | libusb.pc.in | 6 emulated=1 var
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 199 description = Color bit depth of emulated framebuffer. 224 description = Enable/Disable emulated OpenGLES GPU 230 enum = emulated, none, webcam0, ... 231 default = emulated 233 description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if back… 239 enum = emulated, none, webcam0, ... 242 description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if fron…
|
/external/guava/guava/src/com/google/common/base/ |
D | Platform.java | 26 @GwtCompatible(emulated = true)
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConstrainedSetMultimapTest.java | 27 @GwtCompatible(emulated = true)
|
D | LenientSerializableTester.java | 39 @GwtCompatible(emulated = true)
|
D | ConstrainedBiMapTest.java | 29 @GwtCompatible(emulated = true)
|
/external/guava/guava/src/com/google/common/annotations/ |
D | GwtCompatible.java | 87 boolean emulated() default false; in emulated() method
|
/external/qemu/ |
D | CHANGES.TXT | 53 - a computational bug sent the wrong latitude/longitude to the emulated 220 at boot time in the emulated system. This only works for system images 346 specifying the amount of physical RAM in the emulated device in megabytes. 429 previously disabled because it crashed the emulated kernel in previous 465 previously disabled because it crashed the emulated kernel in previous 484 send a simple GPS fix to the emulated system, without the headaches of 532 emulated system is idle. this is a known issue related to QEMU's internal 537 emulated system will start but GPS emulation will not work. 541 emulated system, though a single serial port. 577 it came from an emulated GPS unit. NOTE: this doesn't work unless you [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | HashMultiset.java | 30 @GwtCompatible(serializable = true, emulated = true)
|
D | LinkedHashMultiset.java | 35 @GwtCompatible(serializable = true, emulated = true)
|
D | EnumMultiset.java | 30 @GwtCompatible(emulated = true)
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableAsList.java | 31 @GwtCompatible(serializable = true, emulated = true)
|
D | RegularImmutableSet.java | 28 @GwtCompatible(serializable = true, emulated = true)
|
D | Platform.java | 29 @GwtCompatible(emulated = true)
|
D | EmptyImmutableSet.java | 31 @GwtCompatible(serializable = true, emulated = true)
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | EquivalencesTest.java | 33 @GwtCompatible(emulated = true)
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | ImmutableAsList_CustomFieldSerializer.java | 34 @GwtCompatible(emulated = true)
|
12345678910