Home
last modified time | relevance | path

Searched defs:ONE (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_multiple_nano.proto41 ONE = 1; enumerator
51 ONE = 1; enumerator
Dunittest_enum_class_nano.proto39 ONE = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dmissing_enum_values.proto38 ONE = 1; enumerator
/frameworks/base/libs/protoutil/tests/
Dtest.proto26 ONE = 1; enumerator
/frameworks/base/rs/java/android/renderscript/
DProgramStore.java101 ONE (1), enumConstant
130 ONE (1), enumConstant
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
Dunittest_objc.proto394 ONE = 1; enumerator
410 ONE = 1; enumerator
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp412 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
/frameworks/base/tools/aapt2/
DResources.proto497 ONE = 1; enumerator
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java67 private static final Integer ONE = new Integer(1); field in AppTimeLimitController