/development/samples/browseable/BasicRenderScript/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/samples/browseable/BatchStepSensor/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/samples/browseable/RenderScriptIntrinsic/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/tutorials/MoarRam/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/device/generic/goldfish/ |
fstab.goldfish | 8 /devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
|
fstab.ranchu | 8 #/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
|
/device/generic/qemu/ |
fstab.ranchu | 8 #/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
|
/device/lge/hammerhead/sepolicy/ |
qmux.te | 18 # Access to /sys/devices/virtual/smdpkt/smdcntl*/open_timeout
|
thermald.te | 26 # Access /sys/devices/system/cpu/ 29 # Some files in /sys/devices/system/cpu may pop in and out of existance, 34 # /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq 35 # /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
|
/device/moto/shamu/sepolicy/ |
tee.te | 6 # Need to directly minipulate certain block devices
|
/external/bluetooth/bluedroid/btif/include/ |
btif_hh.h | 73 /* Control block to maintain properties of devices */ 82 * BTIF-HH control block to maintain added devices and currently 83 * connected hid devices 88 btif_hh_device_t devices[BTIF_HH_MAX_HID]; member in struct:__anon5640
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_media_menu_model.cc | 25 const content::MediaStreamDevices& devices = local 30 for (size_t i = 0; i < devices.size(); ++i) { 31 commands_.insert(std::make_pair(commands_.size(), devices[i])); 32 AddItem(i, base::UTF8ToUTF16(devices[i].name));
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
gpu_info.py | 14 raise Exception('Missing required "devices" property') 28 devices (array of dictionaries, each of which contains 31 return cls(attrs['devices'], attrs.get('aux_attributes'), 36 def devices(self): member in class:GPUInfo
|
/external/libmtp/ |
libmtp.pc | 9 Description: libmtp is a library for accessing Media Transfer Protocol devices
|
libmtp.pc.in | 9 Description: libmtp is a library for accessing Media Transfer Protocol devices
|
/external/oprofile/events/x86-64/family15h/ |
unit_masks | 4 # Copyright (c) 2006-2010 Advanced Micro Devices
|
/external/qemu/include/hw/ |
boards.h | 1 /* Declarations for use by board files for creating devices. */
|
/frameworks/base/core/java/android/app/admin/ |
package.html | 5 require rich control over employee devices.</p>
|
/frameworks/base/core/java/android/hardware/ |
package.html | 4 not all Android-powered devices support all hardware features, so you should declare hardware
|
/frameworks/base/docs/html/training/ |
building-connectivity.jd | 9 You'll learn how to connect to other devices in the area, connect to the Internet, backup and
|
/frameworks/base/tests/TransitionTests/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/frameworks/opt/datetimepicker/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/ |
lbxbuf.h | 3 * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc. 9 * documentation, and that the name Network Computing Devices, Inc. not be 13 * THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC., 17 * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
lbxbuf.h | 3 * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc. 9 * documentation, and that the name Network Computing Devices, Inc. not be 13 * THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC., 17 * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
|
/external/chromium_org/content/browser/ |
device_monitor_mac.mm | 23 // This class is used to keep track of system devices names and their types. 66 // devices were added nor removed and not notifying the |monitor_|. 99 // Compare the current system devices snapshot with the ones cached to detect 117 // All the remaining entries in cached_devices are removed devices. 127 // Update the cached devices with the current system snapshot. 191 NSArray* devices = [QTCaptureDevice inputDevices]; 192 for (QTCaptureDevice* device in devices) { 194 // Act as if suspended video capture devices are not attached. For 228 // Member to keep track of the devices we are already monitoring. 250 // Create |suspend_observer_| for all devices and register OnDeviceChanged( [all...] |