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

  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 20 class _Constant(object):
32 class _Axis(_Constant):
41 class _DeviceType(_Constant):
49 class _Fuzzy_MF(_Constant):
61 class _GestureVariation(_Constant):
144 class _Mode(_Constant):
160 class _MTB(_Constant):
173 class _Options(_Constant):
195 class _Platform(_Constant):
205 class _RobotControl(_Constant)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 284 lambda constant: _Constant(module, constant, struct),
431 lambda constant: _Constant(module, constant, interface),
531 def _Constant(module, parsed_const, parent_kind):
600 lambda constant: _Constant(module, constant, None),
  /external/python/cpython3/Tools/parser/
unparse.py 391 def _Constant(self, t):

Completed in 277 milliseconds