Home
last modified time | relevance | path

Searched defs:Bool (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go11 type Bool struct { struct
12 _ noCopy
13 v uint32
17 func (x *Bool) Load() bool { return LoadUint32(&x.v) != 0 }
20 func (x *Bool) Store(val bool) { StoreUint32(&x.v, b32(val)) }
23 func (x *Bool) Swap(new bool) (old bool) { return SwapUint32(&x.v, b32(new)) != 0 }
26 func (x *Bool) CompareAndSwap(old, new bool) (swapped bool) {
/aosp_15_r20/build/blueprint/parser/
H A Dast.go700 type Bool struct { struct
701 LiteralPos scanner.Position
702 Value bool
703 Token string
706 func (x *Bool) Pos() scanner.Position { return x.LiteralPos }
707 func (x *Bool) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) }
709 func (x *Bool) Copy() Expression {
714 func (x *Bool) Eval(scope *Scope) (Expression, error) {
718 func (x *Bool) PrintfInto(value string) error {
722 func (x *Bool) MarkReferencedVariables(scope *Scope) {
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_execution_policies.h51 struct Bool { struct
53 Bool() = default; argument
54 Bool(bool b) : b_(b) {} in Bool() argument
/aosp_15_r20/external/golang-protobuf/internal/testprotos/required/
H A Drequired.pb.go487 type Bool struct { struct
488 state protoimpl.MessageState
489 sizeCache protoimpl.SizeCache
490 unknownFields protoimpl.UnknownFields
492 V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
495 func (x *Bool) Reset() {
504 func (x *Bool) String() string {
508 func (*Bool) ProtoMessage() {}
510 func (x *Bool) ProtoReflect() protoreflect.Message {
523 func (*Bool) Descriptor() ([]byte, []int) {
[all …]
/aosp_15_r20/external/clang/test/Index/
H A Dcomplete-super.m4 typedef int Bool; typedef
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
/aosp_15_r20/external/clang/test/OpenMP/
H A Dfor_codegen.cpp429 struct Bool { struct
430 Bool(bool b) : b(b) {} in Bool() argument
431 operator bool() const { return b; } in operator bool()
432 const bool b;
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Ddecode_test.go110 type Bool struct { struct
111 val bool
114 func (b Bool) checkOk(tok text.Token) string {
125 func (b Bool) checkNok(tok text.Token) string {
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dclient_sync.cc168 struct Bool { struct in grpc::testing::SynchronousStreamingClient
169 bool val;
170 Bool() : val(false) {} in Bool() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go159 type Bool struct { struct
161 u Uint8
167 func (b *Bool) Load() bool {
174 func (b *Bool) Store(value bool) {
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Denv.rs79 Bool(TestBool), in test_parse_bool() enumerator
171 Bool(TestBool), in test_parse_off_bool() enumerator
258 Bool(TestBool), in test_parse_bool_fail() enumerator
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dnamed1.go13 type Bool bool type
23 func asBool(Bool) {} argument
Dnamed.go13 type Bool bool type
24 func asBool(Bool) {} argument
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/annotation/
DAnnotationParam.kt23 data class Bool(val value: Boolean) : AnnotationParam() dataClass
/aosp_15_r20/build/soong/android/soongconfig/
H A Dconfig.go26 Bool(name string) bool methodSpec
51 func (c soongConfig) Bool(name string) bool { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Ddecode_test.go74 type Bool struct { struct
75 val bool
78 func (x Bool) check(tok json.Token) string {
H A Ddecode_token.go20 Bool const
106 func (t Token) Bool() bool { func
/aosp_15_r20/external/google-fruit/include/fruit/impl/meta/
H A Dbasics.h32 struct Bool { struct
33 static constexpr bool value = b;
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DStruct.java108 Bool, // bool, size = 1 byte enumConstant
763 public static class Bool extends Struct { class in Struct
767 public Bool(final boolean val) { in Bool() method in Struct.Bool
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/annotation/
DAnnotationParam.java14 …public static final class Bool extends com.android.libraries.pcc.chronicle.api.policy.annotation.A… class in AnnotationParam
17 public Bool(boolean value) { in Bool() method in AnnotationParam.Bool
/aosp_15_r20/external/llvm/lib/Fuzzer/test/
H A DFuzzerFnAdapterUnittest.cpp17 TEST(Unpack, Bool) { in TEST() argument
93 TEST(Apply, Bool) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Denv.rs207 Bool(TestBool), in test_parse_bool() enumerator
301 Bool(TestBool), in test_parse_off_bool() enumerator
391 Bool(TestBool), in test_parse_bool_fail() enumerator
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dvalue_union.go270 func (v Value) Bool() bool { func
415 func (k MapKey) Bool() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dvalue_access_benchmark_test.go126 func (v *setVisitor) Bool(x bool) { v.b = x } func
191 Bool(bool) methodSpec
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgtest_pred_impl_unittest.cc54 struct Bool { struct
55 explicit Bool(int val) : value(val != 0) {} in Bool() argument
57 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument
59 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
61 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument
66 // Enables Bool to be used in assertions. argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} in Bool() argument
59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument
68 // Enables Bool to be used in assertions. argument

12345678910>>...18