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

  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 24 # - does not acknowledge SET_CONTROL (RTS/DTR) correctly, always responding
55 # - "ign_set_control": do not look at the answers to SET_CONTROL
117 SET_CONTROL = to_bytes([5])
144 SET_CONTROL: SERVER_SET_CONTROL,
422 'control': TelnetSubnegotiation(self, 'control', SET_CONTROL, SERVER_SET_CONTROL),
    [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 929 #define SET_CONTROL(Name) set_controlList(index++, &f##Name##Control, \
939 SET_CONTROL(Width);
940 SET_CONTROL(Res);
941 SET_CONTROL(Filter);
942 SET_CONTROL(Weight);
945 #undef SET_CONTROL
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 929 #define SET_CONTROL(Name) set_controlList(index++, &f##Name##Control, \
939 SET_CONTROL(Width);
940 SET_CONTROL(Res);
941 SET_CONTROL(Filter);
942 SET_CONTROL(Weight);
945 #undef SET_CONTROL
    [all...]

Completed in 123 milliseconds