Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display-test.cpp74 .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()
Ddvr_display_manager-test.cpp60 attribute.value.bool_value = value; in MakeAttribute()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h151 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/
Dtest_extra_interfaces.proto51 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/
Djson_format_proto3.proto54 bool bool_value = 1; field
115 google.protobuf.BoolValue bool_value = 1; field
171 bool bool_value = 1; field
Dtype_resolver_util_test.cc136 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/
Ddvr_surface.h39 bool bool_value; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py66 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,
Dwell_known_types.py635 struct_value.bool_value = value
655 return struct_value.bool_value
/frameworks/base/media/proto/
Dmediaplayer2.proto31 bool bool_value = 1; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto43 bool bool_value = 13; field
/frameworks/native/libs/vr/libdvr/
Ddvr_surface.cpp48 value = static_cast<bool>(attributes[i].value.bool_value); in ConvertSurfaceAttributes()
Ddvr_display_manager.cpp36 attribute->value.bool_value = value; in operator ()()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.cc830 ::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
Dstruct.proto73 bool bool_value = 4; field
Dstruct.pb.h273 bool bool_value() const;
599 inline bool Value::bool_value() const { in bool_value() function
Dextension_set_heavy.cc550 HANDLE_TYPE( BOOL, Bool, bool_value); in InternalSerializeFieldWithCachedSizesToArray()
Dextension_set.h490 bool bool_value; member
/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp653 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/
Djson_test.proto173 google.protobuf.BoolValue bool_value = 7; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc1718 value: {bool_value: true}
1768 "optional_value: { bool_value: false}");
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py486 message.bool_value = value