Searched refs:SINK (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pipes.py | 76 SINK = '-.' # Must be last, reads stdin variable 79 SOURCE, SINK] 121 if self.steps and self.steps[-1][1] == SINK: 140 if kind == SINK: 169 if self.steps[-1][1] == SINK:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pipes.py | 108 t.append('boguscmd', pipes.SINK) 132 t.append('boguscmd', pipes.SINK) 133 self.assertRaises(ValueError, t.append, 'boguscmd', pipes.SINK) 162 self.assertRaises(ValueError, t.prepend, 'boguscmd', pipes.SINK)
|
/device/google/marlin/usb/ |
D | Usb.cpp | 81 else if (role.role == static_cast<uint32_t>(PortPowerRole::SINK)) in convertRoletoString() 191 *currentRole = static_cast<uint32_t>(PortPowerRole::SINK); in getCurrentRoleHelper()
|