/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dcaps.h | 177 * Description for a device.
178 * This is used to describe a device that is to be created or to query
179 * the current device.
184 D3DCOLORMODEL dcmColorModel; /* Color model of device */
185 DWORD dwDevCaps; /* Capabilities of device */
187 BOOL bClipping; /* Device can do 3D clipping */
215 #define D3DDEVCAPS_FLOATTLVERTEX 0x00000001L /* Device accepts floating point */
217 #define D3DDEVCAPS_SORTINCREASINGZ 0x00000002L /* Device needs data sorted for increasing Z*/
218 #define D3DDEVCAPS_SORTDECREASINGZ 0X00000004L /* Device needs data sorted for decreasing Z*/
219 #define D3DDEVCAPS_SORTEXACT 0x00000008L /* Device needs data sorted exactly */ [all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DCAPS.H | 177 * Description for a device.
178 * This is used to describe a device that is to be created or to query
179 * the current device.
184 D3DCOLORMODEL dcmColorModel; /* Color model of device */
185 DWORD dwDevCaps; /* Capabilities of device */
187 BOOL bClipping; /* Device can do 3D clipping */
215 #define D3DDEVCAPS_FLOATTLVERTEX 0x00000001L /* Device accepts floating point */
217 #define D3DDEVCAPS_SORTINCREASINGZ 0x00000002L /* Device needs data sorted for increasing Z*/
218 #define D3DDEVCAPS_SORTDECREASINGZ 0X00000004L /* Device needs data sorted for decreasing Z*/
219 #define D3DDEVCAPS_SORTEXACT 0x00000008L /* Device needs data sorted exactly */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 78 static void BE_DeleteDevice(SDL_VideoDevice *device) 80 SDL_free(device->hidden); 81 SDL_free(device); 86 SDL_VideoDevice *device; local 89 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 90 if ( device ) { 91 SDL_memset(device, 0, (sizeof *device)); 92 device->hidden = (struct SDL_PrivateVideoData *) 93 SDL_malloc((sizeof *device->hidden)) [all...] |
/external/bluetooth/bluez/cups/ |
main.c | 122 static char *device_get_ieee1284_id(const char *adapter, const char *device) 132 message = dbus_message_new_method_call("org.bluez", device, 133 "org.bluez.Device", 211 struct cups_device *device; local 214 /* Look for the device in the list */ 216 device = (struct cups_device *) l->data; 218 if (strcmp(device->bdaddr, bdaddr) == 0) { 219 if (device->name != name) { 220 g_free(device->name); 221 device->name = g_strdup(name) 399 struct cups_device *device = (struct cups_device *) l->data; local 619 char *ptr, str[3], device[18], service[12]; local [all...] |
/frameworks/base/docs/html/guide/webapps/ |
targeting.jd | 23 <li><a href="#DensityCSS">Targeting Device Density with CSS</a></li> 24 <li><a href="#DensityJS">targeting Device Density with JavaScript</a></li> 59 <dt>The device's screen density</dt> 60 <dd>The screen density (the number of pixels per inch) on an Android-powered device affects 86 not the dimensions of the device screen. For example, although a device screen might have a width of 98 should exactly match the device screen width and that the ability to zoom should be disabled:</p> 103 <meta name="viewport" content="width=device-width, user-scalable=no" /> 113 <b>height</b> = [<em>pixel_value</em> | device-height] , 114 <b>width</b> = [<em>pixel_value</em> | device-width ] [all...] |
/bootable/recovery/ |
verifier_test.sh | 6 # DO NOT RUN THIS ON A DEVICE YOU CARE ABOUT. It will mess up your 18 # set to 0 to use a device instead 31 echo "waiting to connect to device" 32 $ADB wait-for-device 34 # run a command on the device; exit with the exit status of the device
|
/development/pdk/docs/porting/ |
system_requirements.jd | 1 page.title=Device Requirements 6 <p>While Android is designed to support a wide variety of hardware platforms and configurations, this section provides recommended minimum device requirements.</p> 46 <td>Android uses the USB interface for flashing the device system images and debugging a running device.</td> 55 <p>If available, your Android device can also benefit from the following optional device characteristics:</p>
|
/device/samsung/crespo/ |
device.mk | 16 # This file is the device-specific product definition file for 18 # that are specific to this hardware: i.e. those are device-specific 21 # Note that crespo is not a fully open device. Some of the drivers 41 $(call inherit-product, device/samsung/crespo/device_base.mk) 44 # half of the device-specific product definition file takes care 47 $(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)
|
/external/blktrace/btt/ |
latency.c | 29 FILE *latency_open(__u32 device, char *name, char *post) 37 mjr = device >> MINORBITS; 38 mnr = device & ((1 << MINORBITS) - 1); 52 dip->q2d_ofp = latency_open(dip->device, q2d_name, "q2d"); 53 dip->d2c_ofp = latency_open(dip->device, d2c_name, "d2c"); 54 dip->q2c_ofp = latency_open(dip->device, q2c_name, "q2c");
|
/external/bluetooth/bluez/tools/ |
bccmd.8 | 7 .B bccmd [-t <transport>] [-d <device>] <command> [<args>] 25 Local device with Host Controller Interface (default). 41 Specify a particular device to operate on. If not specified, default is the first available HCI device 76 Disable TX on the device 79 Enable TX on the device
|
hciattach.8 | 45 Set the HCI device into raw mode (the kernel and bluetoothd will ignore it). 48 This specifies the serial device to attach. A leading 59 of the Bluetooth device that is to be attached, i.e. vendor or other device 120 ). All above mentioned device types have 133 is specified, then the address will be used to initialize the device.
|
rfcomm.1 | 55 The command is applied to device 67 device. If not specified, the command will be use the first 68 available Bluetooth device. 87 Display the information about the specified device. 90 Connect the RFCOMM device to the remote Bluetooth device on the 102 Occurences of {} in cmd will be replaced by the name of the device 114 This binds the RFCOMM device to a remote Bluetooth device. The 115 command did not establish a connection to the remote device, i [all...] |
/external/e2fsprogs/tests/f_filetype/ |
expect.1 | 2 Special (device/socket/fifo/symlink) file (inode 14) has immutable 5 Special (device/socket/fifo/symlink) file (inode 15) has immutable 8 Special (device/socket/fifo/symlink) file (inode 16) has immutable 11 Special (device/socket/fifo/symlink) file (inode 17) has immutable 24 Inode 18 (/badchar) is an illegal character device. 27 Inode 19 (/badblock) is an illegal block device.
|
/external/grub/stage2/ |
serial.h | 1 /* serial.h - serial device interface */ 81 /* Return the port number for the UNITth serial device. */ 84 /* Initialize a serial device. */ 89 /* Set the file name of a serial device (or a pty device). This is a 91 void serial_set_device (const char *device);
|
/external/skia/src/core/ |
SkBlitter_Sprite.cpp | 31 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, 34 fDevice = &device; 67 SkBlitter* SkBlitter::ChooseSprite( const SkBitmap& device, 77 and respect that by blending the edges of the bitmap against the device. To support 85 switch (device.getConfig()) { 98 blitter->setup(device, left, top, paint);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 45 * <p>To create a {@link BluetoothSocket} for connecting to a known device, use 48 * Then call {@link #connect()} to attempt a connection to the remote device. 87 private final BluetoothDevice mDevice; /* remote device */ 110 * @param auth require the remote device to be authenticated 112 * @param device remote device that this socket can connect to 119 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException { 129 mSdp = new SdpHelper(device, uuid); 135 mDevice = device; 136 if (device == null) 345 private final BluetoothDevice device; field in class:BluetoothSocket.SdpHelper [all...] |
BluetoothHeadset.java | 81 * the disconnect was initiated by the remote device or 128 /** Default priority when not set or when the device is unpaired */ 192 public int getState(BluetoothDevice device) { 196 return mService.getState(device); 228 * Initiates auto-connection if device is null. Tries to connect to all 230 * @param device device to connect to, or null to auto-connect last connected 236 public boolean connectHeadset(BluetoothDevice device) { 237 if (DBG) log("connectHeadset(" + device + ")"); 240 if (mService.connectHeadset(device)) { [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pg.h | 10 The pg driver provides a simple character device interface for 11 sending ATAPI commands to a device. With the exception of the 13 of read and write operations to the appropriate /dev/pgN device. 16 device is offline or malfunctioning, or there is already another 22 As a special case, the device can be reset with a write operation, 57 int dlen; /* size of device transfer request */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DebugPortManager.java | 19 import com.android.ddmlib.Device; 29 * port provider on a per-<code>Client</code> basis, depending on the device/emulator they are 44 * specified {@link Device}. 45 * @param device The device the application is running on. 51 public int getPort(IDevice device, String appName);
|
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManager.java | 38 * Public interface for managing policies enforced on a device. Most clients 66 * Activity action: ask the user to add a new device administrator to the system. 69 * bring the user through adding the device administrator to the system (or 128 Log.w(TAG, "Failed talking with device policy service", e); 135 * Return a list of all currently active device administrator's component 144 Log.w(TAG, "Failed talking with device policy service", e); 158 Log.w(TAG, "Failed talking with device policy service", e); 175 Log.w(TAG, "Failed talking with device policy service", e); 218 * Called by an application that is administering the device to set the 231 * <p>The calling device admin must have requeste [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 53 #include "device.h" 90 struct btd_device *device; member in struct:service_auth 112 GSList *oor_devices; /* out of range device list */ 1009 struct btd_device *device; local 1020 device = l->data; 1022 return device; 1031 struct btd_device *device = l->data; local 1033 if (device_has_connection(device, handle)) 1034 return device; 1136 struct btd_device *device; local 1189 struct btd_device *device; local 1542 struct btd_device *device = l->data; local 1560 struct btd_device *device; local 1592 struct btd_device *device; local 1637 struct btd_device *device; local 1693 struct btd_device *device; local 1729 struct btd_device *device; local 1995 struct btd_device *device; local 2226 struct btd_device *device; local 2249 struct btd_device *device; local 2266 struct btd_device *device; local 2366 struct btd_device *device; local 2627 struct btd_device *device = l->data; local 2681 struct btd_device *device = adapter->connections->data; local 2968 struct btd_device *device; local 3303 struct btd_device *device; local 3391 struct btd_device *device; local [all...] |
/external/kernel-headers/original/linux/ |
mod_devicetable.h | 2 * Device tables which are exported to userspace via 18 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member in struct:pci_device_id 42 * Device table entry for "new style" table-driven USB drivers. 48 * to that match: device quirks, etc. 61 * @idVendor: USB vendor ID for a device; numbers are assigned 66 * a range consisting of a single device. 69 * @bDeviceClass: Class of device; numbers are assigned 71 * or be vendor-specific. Device classes specify behavior of all 73 * @bDeviceSubClass: Subclass of device; associated with bDeviceClass [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.c | 158 D(bug("CGX video device AVAILABLE\n")); 161 D(else bug("**CGX video device UNAVAILABLE\n")); 166 static void CGX_DeleteDevice(SDL_VideoDevice *device) 168 if ( device ) { 169 if ( device->hidden ) { 170 SDL_free(device->hidden); 172 if ( device->gl_data ) { 173 SDL_free(device->gl_data); 175 SDL_free(device); 181 SDL_VideoDevice *device; local [all...] |
/bootable/recovery/mtdutils/ |
mounts.c | 27 const char *device; member in struct:MountedVolume 48 free((char *)volume->device); 116 char device[64]; local 125 device, mount_point, filesystem, flags); 128 device[sizeof(device)-1] = '\0'; 135 v->device = strdup(device); 164 find_mounted_volume_by_device(const char *device) 172 if (v->device != NULL) [all...] |
/development/host/windows/usb/api/ |
adb_interface.h | 21 encapsulates a generic interface on our USB device.
31 /** \brief Encapsulates an interface on our USB device.
57 /** \brief Gets serial number for interface's device.
114 /** \brief Gets interface device name.
132 /** \brief Gets device descriptor for the USB device associated with
135 @param[out] desc Upon successful completion will have usb device
142 /** \brief Gets descriptor for the selected USB device configuration.
144 @param[out] desc Upon successful completion will have usb device
162 /// Gets name of the USB interface (device name) for this object [all...] |