/external/webkit/Source/WebCore/css/ |
MediaFeatureNames.h | 36 macro(device_aspect_ratio, "device-aspect-ratio") \ 37 macro(device_pixel_ratio, "-webkit-device-pixel-ratio") \ 38 macro(device_height, "device-height") \ 39 macro(device_width, "device-width") \ 42 macro(max_device_aspect_ratio, "max-device-aspect-ratio") \ 43 macro(max_device_pixel_ratio, "-webkit-max-device-pixel-ratio") \ 44 macro(max_device_height, "max-device-height") \ 45 macro(max_device_width, "max-device-width") \ 51 macro(min_device_aspect_ratio, "min-device-aspect-ratio") \ 52 macro(min_device_pixel_ratio, "-webkit-min-device-pixel-ratio") [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
virtio_config.h | 9 /* We have seen device and processed generic fields (VIRTIO_CONFIG_F_VIRTIO) */ 11 /* We have found a driver for the device. */ 15 /* We've given up on this device. */
|
/sdk/emulator/qtools/tests/gtrace/ |
Makefile | 4 QEMU=$(P4ROOT)/device/tools/qemu/arm-softmmu/qemu-system-arm 5 QTOOLS=$(P4ROOT)/device/tools/qtools 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
|
/system/core/rootdir/etc/ |
mountd.conf | 5 ## root block device with partition map or raw FAT file system 8 ## mount point for block device 14 ## path to the UMS driver file for specifying the block device path
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 41 * <p> Android only supports one connected Bluetooth A2dp device at a time. 56 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> 78 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> 92 * A2DP sink device is streaming music. This state can be one of 99 * A2DP sink device is NOT streaming music. This state can be one of 133 * Initiate connection to a profile of the remote bluetooth device. 140 * device is already connected or Bluetooth is not turned on. 149 * @param device Remote Bluetooth Device 154 public boolean connect(BluetoothDevice device) { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysvideo.cc | 79 static void QT_DeleteDevice(SDL_VideoDevice *device) 81 SDL_free(device->hidden); 82 SDL_free(device); 87 SDL_VideoDevice *device; local 90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 91 if ( device ) { 92 SDL_memset(device, 0, (sizeof *device)); 93 device->hidden = (struct SDL_PrivateVideoData *) 94 SDL_malloc((sizeof *device->hidden)) [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEventManager.java | 55 void onReceive(Context context, Intent intent, BluetoothDevice device); 130 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local 131 if (device != null) { 132 return device.getAddress(); 145 BluetoothDevice device = intent 150 handler.onReceive(context, intent, device); 157 BluetoothDevice device) { 178 BluetoothDevice device) { 191 BluetoothDevice device) { 197 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
VMHostTest.java | 19 import com.android.tradefed.device.DeviceNotAvailableException; 20 import com.android.tradefed.device.ITestDevice; 30 * A wrapper around {@link JarHostTest} that includes additional device setup and clean up. 45 "Failed to install vm-tests prereqs on device %s", 55 * @param device the {@link ITestDevice} 58 * @return true if test jar files are extracted and pushed to device successfully 60 private boolean installVmPrereqs(ITestDevice device, CtsBuildHelper ctsBuild) 62 cleanupDeviceFiles(device); 66 CLog.d("Creating device temp directory, including dalvik-cache."); 67 createRemoteDir(device, VM_TEST_TEMP_DIR + "/dalvik-cache" ) [all...] |
/external/libpcap/ |
pcap-dos.h | 109 extern struct device el2_dev LOCKED_VAR; /* 3Com EtherLink II */ 110 extern struct device el3_dev LOCKED_VAR; /* EtherLink III */ 111 extern struct device tc59_dev LOCKED_VAR; /* 3Com Vortex Card (?) */ 112 extern struct device tc515_dev LOCKED_VAR; 113 extern struct device tc90x_dev LOCKED_VAR; 114 extern struct device tc90bcx_dev LOCKED_VAR; 115 extern struct device wd_dev LOCKED_VAR; 116 extern struct device ne_dev LOCKED_VAR; 117 extern struct device acct_dev LOCKED_VAR; 118 extern struct device cs89_dev LOCKED_VAR 142 struct device { struct [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
SDL_dcvideo.c | 70 static void DC_DeleteDevice(SDL_VideoDevice *device) 72 SDL_free(device->hidden); 73 SDL_free(device); 78 SDL_VideoDevice *device; local 81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 82 if ( device ) { 83 SDL_memset(device, 0, (sizeof *device)); 84 device->hidden = (struct SDL_PrivateVideoData *) 85 SDL_malloc((sizeof *device->hidden)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigManagerDialog.java | 86 public DeviceSelection(DeviceType type, LayoutDevice device, 89 this.device = device; 94 final LayoutDevice device; field in class:ConfigManagerDialog.DeviceSelection 135 LayoutDevice device = (LayoutDevice)parentElement; local 136 return device.getConfigs().toArray(); 157 LayoutDevice device = (LayoutDevice)element; local 158 return device.getConfigs().size() > 0; 244 newShell.setText("Device Configurations"); 287 if (selection.device != null) 473 LayoutDevice device = null; local [all...] |
/system/core/libusbhost/ |
usbhost.c | 148 D("Created device discovery thread\n"); 193 D("new device %s\n", path); 196 D("gone device %s\n", path); 237 void usb_device_close(struct usb_device *device) 239 close(device->fd); 240 free(device); 245 struct usb_device *device = calloc(1, sizeof(struct usb_device)); local 252 length = read(fd, device->desc, sizeof(device->desc)); 257 strncpy(device->dev_name, dev_name, sizeof(device->dev_name) - 1) [all...] |
/external/skia/src/core/ |
SkBlitter_A8.cpp | 23 SkA8_Blitter::SkA8_Blitter(const SkBitmap& device, const SkPaint& paint) 24 : INHERITED(device) { 44 uint8_t* device = fDevice.getAddr8(x, y); local 47 memset(device, 0xFF, width); 53 device[i] = SkToU8(srcA + SkAlphaMul(device[i], scale)); 64 uint8_t* device = fDevice.getAddr8(x, y); local 76 memset(device, 0xFF, count); 82 device[i] = SkToU8(sa + SkAlphaMul(device[i], scale)) 150 uint8_t* device = fDevice.getAddr8(x, y); local 190 uint8_t* device = fDevice.getAddr8(x, y); local 217 uint8_t* device = fDevice.getAddr8(x, y); local 260 uint8_t* device = fDevice.getAddr8(x, y); local 297 uint8_t* device = fDevice.getAddr8(x, y); local 338 uint8_t* device = fDevice.getAddr8(x, y); local [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothPanProfileHandler.java | 122 int getPanDeviceConnectionState(BluetoothDevice device) { 123 BluetoothPanDevice panDevice = mPanDevices.get(device); 130 boolean connectPanDevice(BluetoothDevice device) { 131 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); 133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) { 134 errorLog(device + " already connected to PAN"); 144 debugLog(device + " could not connect to PAN because 8 other devices are" 150 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_CONNECTING, 156 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_DISCONNECTED, 166 for (BluetoothDevice device: mPanDevices.keySet()) [all...] |
/bionic/libc/kernel/common/linux/ |
device.h | 30 struct device; 48 int (*match)(struct device * dev, struct device_driver * drv); 49 int (*uevent)(struct device *dev, char **envp, 51 int (*probe)(struct device * dev); 52 int (*remove)(struct device * dev); 53 void (*shutdown)(struct device * dev); 54 int (*suspend)(struct device * dev, pm_message_t state); 55 int (*resume)(struct device * dev); 58 struct device * bus_find_device(struct bus_type *bus, struct device *start 172 struct device { struct [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
DevicePickerActivity.java | 44 * {@link Activity} that shows a list of paired and new devices and returns the device selected 45 * by the user. When the user selects a paired device, it forwards them to the Bluetooth settings 58 private ArrayAdapter<Device> mNewDevicesAdapter; 60 private ArrayAdapter<Device> mPairedDevicesAdapter; 70 mPairedDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 78 mNewDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 134 for (BluetoothDevice device : pairedDevices) { 135 mPairedDevicesAdapter.add(Device.fromBluetoothDevice(device)); 152 Device device = (Device) parent.getItemAtPosition(position) local 190 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local [all...] |
/dalvik/dx/tests/116-leb128/ |
info.txt | 4 test. You'll also need a device or host VM for vogar to attach to.
|
/development/ndk/platforms/android-3/include/linux/ |
device.h | 30 struct device; 48 int (*match)(struct device * dev, struct device_driver * drv); 49 int (*uevent)(struct device *dev, char **envp, 51 int (*probe)(struct device * dev); 52 int (*remove)(struct device * dev); 53 void (*shutdown)(struct device * dev); 54 int (*suspend)(struct device * dev, pm_message_t state); 55 int (*resume)(struct device * dev); 58 struct device * bus_find_device(struct bus_type *bus, struct device *start 172 struct device { struct [all...] |
/external/bluetooth/bluez/test/ |
simple-agent | 28 def Authorize(self, device, uuid): 29 print "Authorize (%s, %s)" % (device, uuid) 37 def RequestPinCode(self, device): 38 print "RequestPinCode (%s)" % (device) 43 def RequestPasskey(self, device): 44 print "RequestPasskey (%s)" % (device) 50 def DisplayPasskey(self, device, passkey): 51 print "DisplayPasskey (%s, %d)" % (device, passkey) 55 def RequestConfirmation(self, device, passkey): 56 print "RequestConfirmation (%s, %d)" % (device, passkey [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.h | 35 // Used to house an instance of each found mount device. 51 // The path of the device, used by devicekit-disks. 53 // The path to the mount point of this device. Will be empty if not mounted. 55 // The path of the device according to the udev system. 57 // The path of the device according to filesystem. 59 // Device's label. 63 // Parents device path. If device has no parent, then empty string. 65 // Device type. 67 // Total size of the device [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.h | 44 // Used to represent an audio or video capture or render device. 45 struct Device { 46 Device() {} 47 Device(const std::string& first, int second) 51 Device(const std::string& first, const std::string& second) 73 // Device enumeration 74 virtual bool GetAudioInputDevices(std::vector<Device>* devices); 75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices); 77 bool GetAudioInputDevice(const std::string& name, Device* out); 78 bool GetAudioOutputDevice(const std::string& name, Device* out) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/baudio/ |
SDL_beaudio.cc | 53 static void Audio_DeleteDevice(SDL_AudioDevice *device) 55 SDL_free(device->hidden); 56 SDL_free(device); 61 SDL_AudioDevice *device; local 64 device = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 65 if ( device ) { 66 SDL_memset(device, 0, (sizeof *device)); 67 device->hidden = (struct SDL_PrivateAudioData *) 68 SDL_malloc((sizeof *device->hidden)) [all...] |
/external/qemu/ |
kvm-android.c | 10 * corresponding device file is accessible by the user. 20 /* Is there a /dev/kvm device file here? */ 23 D("No kvm device file detected"); 29 D("KVM device file is not readable for this user.");
|
/external/srec/config/en.us/ |
adb_pull_system_usr_srec_liveaudio.sh | 1 # Run this from Ubuntu to copy files from device
|
run-liveaudio.sh | 3 # mv is not supported on Android device
|