/frameworks/native/libs/vr/libdvr/tests/ |
D | dvr_display-test.cpp | 74 .value.bool_value = true}, in TEST_F() 80 .value.bool_value = true}, in TEST_F() 126 .value.bool_value = true}, in TEST_F() 132 .value.bool_value = true}, in TEST_F() 196 .value.bool_value = true}, in TEST_F() 202 .value.bool_value = true}, in TEST_F() 213 .value.bool_value = true}, in TEST_F() 219 .value.bool_value = true}, in TEST_F()
|
D | dvr_display_manager-test.cpp | 60 attribute.value.bool_value = value; in MakeAttribute()
|
/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
D | display_protocol.h | 151 bool bool_value = false; in GetVisible() local 152 GetAttribute(SurfaceAttribute::Visible, &bool_value, in GetVisible() 154 return bool_value; in GetVisible()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_extra_interfaces.proto | 51 optional bool bool_value = 2; field 60 optional bool bool_value = 1; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_format_proto3.proto | 54 bool bool_value = 1; field 115 google.protobuf.BoolValue bool_value = 1; field 171 bool bool_value = 1; field
|
D | type_resolver_util_test.cc | 136 BoolValue bool_value; in HasBoolOption() local 137 if (option.value().UnpackTo(&bool_value) && in HasBoolOption() 138 bool_value.value() == value) { in HasBoolOption()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_surface.h | 39 bool bool_value; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | json_format_test.py | 66 message.bool_value = True 347 message.bool_value.value = False 411 message.repeated_value.add().bool_value = False 436 message.value.values.add().bool_value = True 480 bool_value=True,
|
D | well_known_types.py | 635 struct_value.bool_value = value 655 return struct_value.bool_value
|
/frameworks/base/media/proto/ |
D | mediaplayer2.proto | 31 bool bool_value = 1; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | default_value_test.proto | 43 bool bool_value = 13; field
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_surface.cpp | 48 value = static_cast<bool>(attributes[i].value.bool_value); in ConvertSurfaceAttributes()
|
D | dvr_display_manager.cpp | 36 attribute->value.bool_value = value; in operator ()()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | struct.pb.cc | 830 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output); in SerializeWithCachedSizes() 875 …target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(4, this->bool_value(), tar… in InternalSerializeWithCachedSizesToArray() 984 set_bool_value(from.bool_value()); in MergeFrom() 1194 bool Value::bool_value() const { in bool_value() function in google::protobuf::Value
|
D | struct.proto | 73 bool bool_value = 4; field
|
D | struct.pb.h | 273 bool bool_value() const; 599 inline bool Value::bool_value() const { in bool_value() function
|
D | extension_set_heavy.cc | 550 HANDLE_TYPE( BOOL, Bool, bool_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | extension_set.h | 490 bool bool_value; member
|
/frameworks/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 653 bool bool_value = false; member 658 void Visit(bool value) { bool_value = value; } in Visit() 675 EXPECT_EQ(true, visitor.bool_value); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 173 google.protobuf.BoolValue bool_value = 7; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_test.cc | 1718 value: {bool_value: true} 1768 "optional_value: { bool_value: false}");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | json_format.py | 486 message.bool_value = value
|