HomeSort by relevance Sort by last modified time
    Searched refs:Parity (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialcli.py 94 self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System.IO.Ports.Parity.Even
98 self._port_handle.Parity = System.IO.Ports.Parity.Odd
100 self._port_handle.Parity = System.IO.Ports.Parity.Mark
102 self._port_handle.Parity = System.IO.Ports.Parity.Spac
    [all...]
serialwin32.py 149 comDCB.Parity = win32.NOPARITY
150 comDCB.fParity = 0 # Disable Parity Check
152 comDCB.Parity = win32.EVENPARITY
153 comDCB.fParity = 1 # Enable Parity Check
155 comDCB.Parity = win32.ODDPARITY
156 comDCB.fParity = 1 # Enable Parity Check
158 comDCB.Parity = win32.MARKPARITY
159 comDCB.fParity = 1 # Enable Parity Check
161 comDCB.Parity = win32.SPACEPARITY
162 comDCB.fParity = 1 # Enable Parity Chec
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 393 int Parity = 0;
396 Changed |= colorChainSet(std::move(I), MBB, Parity);
439 int &Parity) {
448 // so the parity counter is updated and we know what color we should
463 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
467 if (Parity == 0)
471 DEBUG(dbgs() << " - Parity=" << Parity << ", Color="
485 Parity += (C == Color::Even) ? G->size() : -G->size();
486 PreferredColor = Parity < 0 ? Color::Even : Color::Odd
    [all...]
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 156 template<T N, T Parity, typename = void> struct make;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 210 UCHAR Parity;
219 /* SERIAL_LINE_CONTROL.Parity constants */
winbase.h 381 BYTE Parity;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 282 milliseconds