Home
last modified time | relevance | path

Searched defs:Values (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScoringParams.java51 private class Values { class in ScoringParams
82 Values() { in Values() method in ScoringParams.Values
85 Values(Values source) { in Values() method in ScoringParams.Values
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs91 public IList<EnumValueDescriptor> Values property in Google.Protobuf.Reflection.EnumDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs76 public ICollection<TValue> Values property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs230 …public ICollection<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, Con… property in Google.Protobuf.Collections.MapField
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h56 ValueList Values; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h56 ValueList Values; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h59 ValueList Values; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs573 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> Values { property in Google.Protobuf.WellKnownTypes.ListValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs417 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Values { property in UnitTest.Issues.TestProtos.NegativeEnumMessage
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc487 static PyObject* Values(PyContainer* self, PyObject* args) { in Values() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc817 TEST_F(ParseEnumTest, Values) { in TEST_F() argument