Searched defs:ONE (Results 1 – 8 of 8) sorted by relevance
44 private enum SomeEnum { ONE, TWO } enumConstant
26 ONE = 1; enumerator
23 enum class TestEnums { ZERO = 0x0, ONE = 0x1, TWO = 0x2, THREE = 0x3, SEVEN = 0x7 }; enumerator
26 enum class TestFlags { ONE = 0x1, TWO = 0x2, THREE = 0x4 }; enumerator
106 ONE (1), enumConstant135 ONE (1), enumConstant
412 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
531 ONE = 1; enumerator
73 private static final Integer ONE = new Integer(1); field in AppTimeLimitController