Searched refs:devicepath (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_find.py | 28 def deviceFound(devicepath): argument 29 print("Device found: %s" % (devicepath)) 31 def deviceLost(devicepath): argument 32 print("Device lost: %s" % (devicepath))
|
D | p2p_flush.py | 27 def deviceLost(devicepath): argument 28 print("Device lost: %s" % (devicepath))
|
D | p2p_stop_find.py | 25 def deviceLost(devicepath): argument 26 print("Device lost: %s" % (devicepath))
|
/external/deqp/external/openglcts/scripts/ |
D | mustpass.py | 44 def __init__ (self, name, path, incpath, devicepath, copyright = None): argument 48 self.devicepath = devicepath 318 …fileBody += 'const char* mustpassDir = "' + mustpass.project.devicepath + '/' + mustpass.version +…
|
D | build_mustpass.py | 62 …P Mustpass ES", path = CTS_AOSP_MP_DATA_DIR, incpath = CTS_MP_INC_DIR, devicepath = CTS_AOSP_MP_DE… 68 …os Mustpass ES", path = CTS_KHR_MP_DATA_DIR, incpath = CTS_MP_INC_DIR, devicepath = CTS_KHR_MP_DEV… 74 …tpass EGL", path = CTS_AOSP_MP_EGL_DATA_DIR, incpath = CTS_MP_INC_DIR, devicepath = CTS_AOSP_MP_EG… 80 …oContext", path = CTS_KHR_MP_NOCTX_DATA_DIR, incpath = CTS_MP_INC_DIR, devicepath = CTS_KHR_MP_NOC… 1004 …tpass GL", path = GL_CTS_KHR_MP_DATA_DIR, incpath = GL_CTS_MP_INC_DIR, devicepath = GL_CTS_KHR_MP_… 1010 …xt", path = GL_CTS_KHR_MP_NOCTX_DATA_DIR, incpath = GL_CTS_MP_INC_DIR, devicepath = GL_CTS_KHR_MP_…
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_devicepath.c | 396 EFI_UNIT_TEST(devicepath) = {
|