/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 161 OffsetTo<Device> 162 deviceTable; /* Offset to Device table for X or Y
|
hb-ot-layout-common-private.hh | [all...] |
/external/chromium_org/chrome/browser/extensions/api/usb/ |
usb_api.cc | 42 using usb::Device; 64 const char kErrorOpen[] = "Failed to open device."; 66 const char kErrorDisconnect[] = "Device disconnected."; 88 const char kErrorNoDevice[] = "No such device."; 90 "Permission to access device was denied"; 98 "Error resetting the device. The device has been closed."; 221 *output = UsbDeviceHandle::DEVICE; 362 base::Value* PopulateDevice(UsbDevice* device) { 363 Device result 430 scoped_refptr<UsbDevice> device; local 686 scoped_refptr<UsbDevice> device = local 715 scoped_refptr<UsbDevice> device = local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakemediaengine.h | 759 bool SetDevices(const Device* in_device, const Device* out_device) { 876 bool SetCaptureDevice(const Device* device) { 877 in_device_ = (device) ? device->name : ""; [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 93 device. \texttt{blkparse} provides the ability to combine all the 144 \item Driver and device time -- the average time from when the 184 When tracking \emph{device mapper} devices, we also break down the 187 \item[Device Overhead] 211 \item[Device Merge Information] 232 \item[Device Seek Information] 316 how the larger number of data values for device (8,0) dominates in 382 \item[Per Device] Similar to the per-process display, \texttt{btt} 384 per-device criteria. Here's a portion of this area, displayed showing 401 \item[Per Device Averages] The average columns from the above charts [all...] |
/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/harfbuzz/src/ |
harfbuzz-gdef.c | 434 ( error = _HB_OPEN_Load_Device( &cv->cvf.cvf3.Device, 465 _HB_OPEN_Free_Device( cv->cvf.cvf3.Device );
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gdef.c | 434 ( error = _HB_OPEN_Load_Device( &cv->cvf.cvf3.Device, 465 _HB_OPEN_Free_Device( cv->cvf.cvf3.Device );
|
/external/valgrind/main/helgrind/tests/ |
tc20_verifywrap.stderr.exp | 62 with error code 16 (EBUSY: Device or resource busy)
|
/frameworks/rs/ |
Android.mk | 254 # android librsloader for libbcc (Device) 287 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
|
/ndk/ |
ndk-gdb.py | 28 adb install && <start-application-on-device> 174 help='Connect to single target device........(this,)', 175 action='store_true', dest='device') 178 help='Connect to specific emulator or device.(or this)', 217 if args.device: 564 error('''Could not connect to device or emulator! 565 Please check that an emulator is running or a device is connected 571 error('''Could not find target device's supported API level! 572 ndk-gdb will only work if your device is running Android 2.2 or higher.''') 574 log('Device API Level: %d' % (API_LEVEL) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureManager.java | 45 import org.eclipse.swt.graphics.Device; 177 Device device = gc.getDevice(); local 179 overlay.create(device); [all...] |
LayoutActionBar.java | 36 import com.android.sdklib.devices.Device; 713 Device device = config.getDevice(); local 714 Screen screen = device.getDefaultHardware().getScreen();
|
/prebuilts/misc/common/ddmlib/ |
ddmlib-prebuilt.jar | |
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api.cc | 19 #include "device/bluetooth/bluetooth_adapter.h" 20 #include "device/bluetooth/bluetooth_device.h" 21 #include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" 22 #include "device/bluetooth/bluetooth_profile.h" 23 #include "device/bluetooth/bluetooth_service_record.h" 24 #include "device/bluetooth/bluetooth_socket.h" 25 #include "device/bluetooth/bluetooth_utils.h" 30 using device::BluetoothAdapter; 31 using device::BluetoothDevice; 32 using device::BluetoothProfile 229 BluetoothDevice* device = adapter->GetDevice(options.device.address); local 313 const BluetoothDevice* device = *iter; local 351 BluetoothDevice* device = adapter->GetDevice(options.device_address); local 391 BluetoothDevice* device = adapter->GetDevice(options.device.address); local 539 BluetoothDevice* device = adapter->GetDevice(address); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.services_3.2.100.v20100503.jar | |
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
ddmlib-22.2.0.jar | |
/frameworks/base/docs/html/training/ |
training_toc.cs | 74 optimized user experience on multiple device form factors using a single APK." 150 "How to save data on the device, whether it's temporary files, downloaded 175 on the device to perform advanced user tasks, such as capture a photo or view 272 >Sending Files to Another Device</a> 275 >Receiving Files from Another Device</a></li> 319 "How to leverage existing camera apps on the user's device to capture 587 description="How to transfer data between the cloud and the device using the Android [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 348 scoped_ptr<Device> device; local 350 status = device_manager->AcquireDevice(&device); 353 capabilities.android_device_serial, &device); 363 status = device->SetUp(capabilities.android_package, 370 device->TearDown(); 385 device.Pass()));
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-common-private.hh | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine_unittest.cc | [all...] |
webrtcvoiceengine.cc | 88 // For Linux/Mac, using the default device is done by specifying index 0 for 92 // Communications Device". This means that there are two types of default 93 // devices (old Wave Audio style default and Default Communications Device). 96 // -1 or 0 to select the default device. 98 // On Windows systems which support both "Default Communication Device" and 99 // old Wave Audio style default, use -1 for Default Communications Device and 588 // First check whether there is a valid sound device for playback. 589 // TODO(juberti): Clean this up when we support setting the soundclip device. 606 LOG(LS_WARNING) << "No valid sound playout device found."; 902 // soundclip device. At that time, reinstate the soundclip pause/resume code [all...] |
/external/blktrace/doc/ |
blktrace.tex | 102 and navigate through \emph{Device Drivers} and \emph{Block devices} 213 Here we see a program issuing an INQUIRY command to the CDROM device. 218 device. An example of that would be \emph{cdrecord} burning. 226 To do this, one would specify the device (or devices) to be watched. Then 342 through the debug file system (relay). Each device being traced has 361 \emph{device}.blktrace.\emph{cpu}, where \emph{device} is the base 362 device name (e.g, if we are tracing /dev/sda, the base device name would 365 The \emph{device} portion of the event file name can be changed vi [all...] |
/frameworks/base/media/java/android/media/ |
AudioService.java | 227 * Some streams alias to different streams according to device category (phone or tablet) or 229 * mStreamVolumeAlias contains the default aliases for a voice capable device (phone) and 230 * STREAM_VOLUME_ALIAS_NON_VOICE for a non voice capable device (tablet).*/ 330 // Broadcast receiver for device connections intent broadcasts 336 // Forced device usage for communications 354 // Bluetooth headset device 449 // case, the new requested volume, stream type and device are stored in mPendingVolumeCommand 460 // If absolute volume is supported in AVRCP device 536 // Register for device connection intent broadcasts. 552 Log.v(TAG, "monitoring device orientation") 845 final int device = getDeviceForStream(streamTypeAlias); local 1000 final int device = getDeviceForStream(streamType); local 1292 int device = getDeviceForStream(streamType); local 1359 int device = getDeviceForStream(streamType); local 1673 int device = getDeviceForStream(streamType); local 2421 int device = getDeviceForStream(AudioSystem.STREAM_MUSIC); local 2785 int device = AudioSystem.getDevicesForStream(stream); local 2890 int device = (1 << i); local 2946 int device = ((Integer)entry.getKey()).intValue(); local 3030 int device = ((Integer)entry.getKey()).intValue(); local 3565 Map.Entry device = (Map.Entry)i.next(); local 4021 int device; local 4546 int device = 1 << i++; local [all...] |