Home
last modified time | relevance | path

Searched defs:float_value (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/proto/
Dmediaplayer2.proto41 double float_value = 6; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto38 float float_value = 3; field
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_surface.h40 float float_value; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto59 float float_value = 6; field
120 google.protobuf.FloatValue float_value = 6; field
/frameworks/base/libs/services/include/android/os/
DStatsLogEventWrapper.h76 float float_value; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto171 google.protobuf.FloatValue float_value = 5; field
/frameworks/base/cmds/statsd/src/
DFieldValue.h324 float float_value; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc394 string float_value = SimpleFtoa(value); in DefaultValue() local
/frameworks/base/tools/aapt2/
DResources.proto360 float float_value = 3; field
/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp654 float float_value = 0.0; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h488 float float_value; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py835 def __init__(self, float_value, places=7): argument