Searched refs:getDevices (Results 1 - 12 of 12) sorted by relevance

/external/deqp/android/scripts/
H A Dinstall.py39 devices = common.getDevices(common.ADB_BIN)
50 devices = common.getDevices(common.ADB_BIN)
H A Dcommon.py87 def getDevices (adb): function
/external/chromium_org/extensions/renderer/resources/
H A Dserial_custom_bindings.js49 apiFunctions.setHandleRequestWithPromise('getDevices', function() {
51 return serialService.getDevices();
H A Dserial_service.js30 function getDevices() {
31 return service.getDevices().then(function(response) {
419 getDevices: getDevices,
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dhidgnubbydevice.js423 chrome.hid.getDevices({filters: [{usagePage: 0xf1d0}]}, cb);
430 chrome.hid.getDevices(devs[i], enumerated);
H A Dusbgnubbydevice.js412 chrome.usb.getDevices(UsbGnubbyDevice.WINUSB_VID_PIDS[i], enumerated);
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_main.cpp77 platform.getDevices(CL_DEVICE_TYPE_ALL, &deviceList);
/external/skia/tools/skpdiff/
H A Dskpdiff_main.cpp68 platform.getDevices(CL_DEVICE_TYPE_ALL, &deviceList);
/external/chromium_org/extensions/test/data/
H A Dserial_unittest.js145 // Test that getDevices correctly transforms the data returned by the
148 serial.getDevices(test.callbackPass(function(devices) {
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js652 * @see https://developer.chrome.com/apps/bluetooth#method-getDevices
654 chrome.bluetooth.getDevices = function(callback) {};
5727 * @see https://developer.chrome.com/apps/hid#method-getDevices
5737 * @see https://developer.chrome.com/apps/hid#method-getDevices
5751 * @see https://developer.chrome.com/apps/hid#method-getDevices
5766 * @see https://developer.chrome.com/apps/hid#method-getDevices
5774 chrome.hid.getDevices = function(options, callback) {};
6281 * @see http://developer.chrome.com/apps/usb.html#method-getDevices
6286 chrome.usb.getDevices = function(options, callback) {};
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp1297 cl_int getDevices( function in class:cl::Platform
1334 * returned by cl::getDevices. This can be used by the application to
1341 cl_int getDevices( function in class:cl::Platform
/external/mesa3d/include/CL/
H A Dcl.hpp1297 cl_int getDevices( function in class:cl::Platform
1334 * returned by cl::getDevices. This can be used by the application to
1341 cl_int getDevices( function in class:cl::Platform

Completed in 264 milliseconds