/external/fdlibm/ |
Android.mk | 18 # Common definitions for host and device. 50 # Build for the target (device).
|
/external/grub/netboot/ |
pci.c | 403 unsigned short vendor, device; local 419 else if (!(hdr_type & 0x80)) /* not a multi-function device */ 428 device = (l >> 16) & 0xffff; 431 printf("bus %hhX, function %hhX, vendor %hX, device %hX\n", 432 bus, devfn, vendor, device); 436 || device != pcidev[i].dev_id) 481 * Set device to be a busmaster in case BIOS neglected to do so. 492 printf("The PCI BIOS has not enabled this device!\nUpdating PCI command %hX->%hX. pci_bus %hhX pci_device_fn %hhX\n",
|
/external/kernel-headers/original/linux/mmc/ |
card.h | 52 * MMC device 56 struct mmc_host *host; /* the host this device belongs to */ 57 struct device dev; /* the device */ 58 unsigned int rca; /* relative card address of device */ 61 #define MMC_STATE_DEAD (1<<1) /* device no longer in stack */ 62 #define MMC_STATE_BAD (1<<2) /* unrecognised device */ 93 * MMC device driver (e.g., Flash card, I/O card...)
|
mmc.h | 13 #include <linux/device.h>
|
/external/skia/include/core/ |
SkShader.h | 106 device matrix. Return true if your shader supports these 110 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, 115 correspond to the specified device coordinates.
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 55 #include <linux/device.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 55 #include <linux/device.h>
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mmc/ |
card.h | 56 struct device dev;
|
/sdk/ddms/app/src/com/android/ddms/ |
DeviceCommandDialog.java | 0 /* //device/tools/ddms/src/com/android/ddms/DeviceCommandDialog.java 48 * Execute a command on an ADB-attached device and save the output. 226 * @param device 228 public Gatherer(Shell shell, IDevice device, String command, Text text) { 230 mDevice = device; 246 Log.w("ddms", "Cannot execute command: no device selected."); 310 private void executeCommand(Shell shell, IDevice device) { 311 Gatherer gath = new Gatherer(shell, device, commandString(), mText);
|
/sdk/eclipse/scripts/ |
create_ddms_symlinks.sh | 64 d.png debug-attach.png debug-error.png debug-wait.png delete.png device.png down.png \
|
/system/core/include/diskconfig/ |
diskconfig.h | 89 char *device; member in struct:disk_info
|
/build/tools/releasetools/ |
amend_generator.py | 69 """Assert that the build on the device is older (or the same as) 74 def AssertDevice(self, device): 75 """Assert that the device identifier is the given string.""" 76 self.script.append('assert getprop("ro.product.device") == "%s" || ' 77 'getprop("ro.build.product") == "%s"' % (device, device))
|
edify_generator.py | 82 """Assert that the build on the device is older (or the same as) 87 def AssertDevice(self, device): 88 """Assert that the device identifier is the given string.""" 89 cmd = ('assert(getprop("ro.product.device") == "%s" ||\0' 90 'getprop("ro.build.product") == "%s");' % (device, device)) 135 partition name if kind is "MTD", or a block device if kind is
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 60 IO layer -- indicating the device, CPU number, time stamp, IO direction, 70 device or devices that you wish to trace and later replay IOs upon. Note: 95 \item[Device] The IOs are replayed on the same device as was seen 100 \item[IO offset] The same device offset is maintained. 110 \item[Device IO Stream Ordering] All IOs on a device are submitted in 116 devices is not necessarily maintained. (Each device with an IO stream 156 Each input data file (one per device per CPU) results in a new record 157 data file (again, one per device per CPU) which contains informatio [all...] |
/external/bluetooth/bluez/src/ |
adapter.h | 97 struct btd_device *device); 132 struct btd_device *device, uint16_t handle); 134 struct btd_device *device, uint16_t handle);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/ |
SDL_ahiaudio.c | 74 static void Audio_DeleteDevice(SDL_AudioDevice *device) 76 SDL_free(device->hidden); 77 SDL_free(device); 189 D(bug("Reqs breaked, closing device...\n")); 191 D(bug("Device closed, freeing memory...\n")); 290 SDL_SetError("Unable to open AHI device!\n");
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 154 static void Audio_DeleteDevice(SDL_AudioDevice *device) 156 SDL_free(device->hidden); 157 SDL_free(device); 311 SDL_SetError("ARTS can not open audio device");
|
/external/qemu/distrib/sdl-1.2.12/src/audio/bsd/ |
SDL_bsdaudio.c | 54 /* Open the audio device for playback, and don't block if busy */ 98 Audio_DeleteDevice(SDL_AudioDevice *device) 100 SDL_free(device->hidden); 101 SDL_free(device); 317 /* Open the audio device */ 327 SDL_SetError("Couldn't put device into play mode");
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
SDL_dcaudio.c | 50 static void DCAUD_DeleteDevice(SDL_AudioDevice *device) 52 SDL_free(device->hidden); 53 SDL_free(device);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 59 /* Open the audio device for playback, and don't block if busy */ 93 static void Audio_DeleteDevice(SDL_AudioDevice *device) 95 SDL_free(device->hidden); 96 SDL_free(device); 256 /* Close and then reopen the audio device */ 320 /* Open the audio device */ 405 after setting the format, we must re-open the audio device
|