Searched defs:ONE (Results 1 – 7 of 7) sorted by relevance
44 private enum SomeEnum { ONE, TWO } enumConstant
26 ONE = 1; enumerator
106 ONE (1), enumConstant135 ONE (1), enumConstant
27 enum class TestFlags : uint8_t { ONE = 0x1, TWO = 0x2, THREE = 0x4 }; enumerator
411 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
554 ONE = 1; enumerator
73 private static final Integer ONE = new Integer(1); field in AppTimeLimitController