Home
last modified time | relevance | path

Searched refs:boolean_value (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_full_proto.txt1056 boolean_value: true
1068 boolean_value: false
1080 boolean_value: true
1092 boolean_value: true
1172 boolean_value: true
1196 boolean_value: true
1422 boolean_value: true
1434 boolean_value: true
1446 boolean_value: true
1479 boolean_value: true
[all …]
/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_options.cc49 BOOL boolean_value = reuse ? TRUE : FALSE; in SetReuseAddr() local
51 int boolean_value = reuse ? 1 : 0; in SetReuseAddr()
54 reinterpret_cast<const char*>(&boolean_value), in SetReuseAddr()
55 sizeof(boolean_value)); in SetReuseAddr()
/aosp_15_r20/external/libchrome/base/test/
H A Dvalues_test_util.cc20 bool boolean_value = false; in ExpectDictBooleanValue() local
21 EXPECT_TRUE(value.GetBoolean(key, &boolean_value)) << key; in ExpectDictBooleanValue()
22 EXPECT_EQ(expected_value, boolean_value) << key; in ExpectDictBooleanValue()
/aosp_15_r20/external/icing/icing/
H A Ddocument-builder.h187 for (bool boolean_value : boolean_values) { in AddBooleanProperty() local
188 property->mutable_boolean_values()->Add(boolean_value); in AddBooleanProperty()
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dextra_types.py126 return JsonValue(boolean_value=py_value)
162 boolean_value = messages.BooleanField(2) variable in JsonValue
Dextra_types_test.py76 extra_types.JsonValue(boolean_value=False),
/aosp_15_r20/frameworks/base/packages/SettingsLib/Graph/
H A Dgraph.proto109 bool boolean_value = 1; field
177 bool boolean_value = 5; field
/aosp_15_r20/external/nanopb-c/tests/regression/issue_647/
H A Drepro.proto7 bool boolean_value = 1; field
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Djson_proto_converter.cc66 data_ << (json_value.boolean_value().value() ? "true" : "false"); in AppendValue()
H A Djson.proto40 BooleanValue boolean_value = 5; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/common/
H A Dvalue.proto35 bool boolean_value = 1; field
H A Dmatching_function.proto82 bool boolean_value = 7; field
/aosp_15_r20/packages/apps/ManagedProvisioning/proto/
Ddevicepolicy.proto33 optional bool boolean_value = 4; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/common/
H A Dvalue.proto35 bool boolean_value = 1; field
H A Dmatching_function.proto82 bool boolean_value = 7; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/common/
H A Dvalue.proto35 bool boolean_value = 1; field
H A Dmatching_function.proto82 bool boolean_value = 7; field
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/common/
H A Dvalue.proto35 bool boolean_value = 1; field
/aosp_15_r20/external/openscreen/cast/streaming/
H A Drpc_messenger.cc28 return out << ", boolean_value=" << message.boolean_value(); in operator <<()
H A Dremoting.proto416 bool boolean_value = 6; field
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/
H A Dvalue_type.proto38 bool boolean_value = 4; field
/aosp_15_r20/prebuilts/bazel/common/proto/build/
Dbuild.proto142 // (To be explicit: BOOLEAN populates the boolean_value field and TRISTATE
146 optional bool boolean_value = 4; field
199 optional bool boolean_value = 14; field
/aosp_15_r20/external/accessibility-test-framework/src/main/proto/com/google/android/apps/common/testing/accessibility/framework/
H A DAccessibilityEvaluation.proto104 bool boolean_value = 2; field
/aosp_15_r20/external/googleapis/google/firestore/v1beta1/
H A Ddocument.proto89 bool boolean_value = 1; field
/aosp_15_r20/external/googleapis/google/firestore/v1/
H A Ddocument.proto89 bool boolean_value = 1; field

123