/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.h | 57 struct Value : public AData<C2Value, int32_t, int64_t, AString, sp<ABuffer>>::Basic { struct 60 explicit Value(C2Value i) { set(i); } in Value() function 61 explicit Value(int32_t i) { set(i); } in Value() function 62 explicit Value(int64_t i) { set(i); } in Value() argument 63 explicit Value(const AString &i) { set(i); } in Value() argument 64 explicit Value(const sp<ABuffer> &i) { set(i); } in Value() function
|
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 268 struct Value { struct 269 Value() : type(UNKNOWN) {} in Value() argument 271 Value(int32_t v) { in Value() argument 276 Value(int64_t v) { in Value() argument 281 Value(float v) { in Value() argument 286 Value(double v) { in Value() function 291 Value(const std::string& v) { in Value() function 296 Value(const std::vector<uint8_t>& v) { in Value() function 301 void setInt(int32_t v) { in setInt() 306 void setLong(int64_t v) { in setLong() [all …]
|
/frameworks/native/libs/binder/include/binder/ |
D | Value.h | 156 explicit Value(const String8& value): Value(String16(value)) { } in Value() function 157 explicit Value(const ::std::string& value): Value(String8(value.c_str())) { } in Value() function
|
D | Map.h | 27 class Value; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 97 public double Value { property in Google.Protobuf.WellKnownTypes.DoubleValue 222 public float Value { property in Google.Protobuf.WellKnownTypes.FloatValue 347 public long Value { property in Google.Protobuf.WellKnownTypes.Int64Value 472 public ulong Value { property in Google.Protobuf.WellKnownTypes.UInt64Value 597 public int Value { property in Google.Protobuf.WellKnownTypes.Int32Value 722 public uint Value { property in Google.Protobuf.WellKnownTypes.UInt32Value 847 public bool Value { property in Google.Protobuf.WellKnownTypes.BoolValue 972 public string Value { property in Google.Protobuf.WellKnownTypes.StringValue 1097 public pb::ByteString Value { property in Google.Protobuf.WellKnownTypes.BytesValue
|
D | ValuePartial.cs | 35 public partial class Value class
|
D | Struct.cs | 198 public sealed partial class Value : pb::IMessage<Value> { class 214 public Value() { in Value() method in Google.Protobuf.WellKnownTypes.Value 221 public Value(Value other) : this() { in Value() method in Google.Protobuf.WellKnownTypes.Value
|
D | Any.cs | 184 public pb::ByteString Value { property in Google.Protobuf.WellKnownTypes.Any
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/ |
D | TestAnnotation3.java | 24 public enum Value { enum
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | value.h | 32 } Value; typedef
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | ContiguousFIFOAggregator.java | 298 private class Value { class in ContiguousFIFOAggregator 303 Value(final Callback<T> callback, final Runnable task) { in Value() method in ContiguousFIFOAggregator.Value
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 63 internal static JsonToken Value(string value) in Value() method in Google.Protobuf.JsonToken 68 internal static JsonToken Value(double value) in Value() method in Google.Protobuf.JsonToken
|
/frameworks/base/media/proto/ |
D | mediaplayer2.proto | 27 message Value { message
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_QPD_Process.c | 325 LVM_INT16 Value ) in LVPSA_QPD_WritePeak() 345 LVM_FLOAT Value ) in LVPSA_QPD_WritePeak_Float()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | struct.proto | 63 message Value { message
|
D | reflection_internal.h | 274 typedef void Value; typedef 305 typedef void Value; typedef 333 virtual string* New(const Value*) const { in New() 349 typedef void Value; typedef
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | enum_type_wrapper.py | 58 def Value(self, name): member in EnumTypeWrapper
|
/frameworks/native/libs/binder/ |
D | Value.cpp | 146 Value::Value() : mContent(nullptr) in Value() function in android::binder::Value 150 Value::Value(const Value& value) in Value() function in android::binder::Value
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Sampler.java | 43 public enum Value { enum in Sampler 53 Value(int id) { in Value() method in Sampler.Value
|
/frameworks/hardware/interfaces/stats/1.0/test_client/ |
D | StatsClient.cpp | 35 using Value = android::frameworks::stats::V1_0::VendorAtom::Value; typedef
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 38 private static class Value { class in TokenCache 42 public Value(String token, long expiryEpochMillis) { in Value() method in TokenCache.Value
|
/frameworks/base/rs/java/android/renderscript/ |
D | Sampler.java | 30 public enum Value { enum in Sampler 40 Value(int id) { in Value() method in Sampler.Value
|
/frameworks/compile/libbcc/lib/ |
D | RSInvariant.cpp | 110 bool markInvariantUserLoads(llvm::Value *Value) { in markInvariantUserLoads()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_single_source_alloc.java | 47 public int Value() { return value; } in Value() method in UT_single_source_alloc.rsDataType
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_single_source_alloc.java | 45 public int Value() { return value; } in Value() method in UT_single_source_alloc.rsDataType
|