/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/ |
D | type.go | 11 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 D | ast.go | 700 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 D | test_execution_policies.h | 51 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 D | required.pb.go | 487 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 D | complete-super.m | 4 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 D | for_codegen.cpp | 429 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 D | decode_test.go | 110 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 D | client_sync.cc | 168 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/ |
D | types.go | 159 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/ |
D | env.rs | 79 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/ |
D | named1.go | 13 type Bool bool type 23 func asBool(Bool) {} argument
|
D | named.go | 13 type Bool bool type 24 func asBool(Bool) {} argument
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/annotation/ |
D | AnnotationParam.kt | 23 data class Bool(val value: Boolean) : AnnotationParam() dataClass
|
/aosp_15_r20/build/soong/android/soongconfig/ |
H A D | config.go | 26 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 D | decode_test.go | 74 type Bool struct { struct 75 val bool 78 func (x Bool) check(tok json.Token) string {
|
H A D | decode_token.go | 20 Bool const 106 func (t Token) Bool() bool { func
|
/aosp_15_r20/external/google-fruit/include/fruit/impl/meta/ |
H A D | basics.h | 32 struct Bool { struct 33 static constexpr bool value = b;
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | Struct.java | 108 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/ |
D | AnnotationParam.java | 14 …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 D | FuzzerFnAdapterUnittest.cpp | 17 TEST(Unpack, Bool) { in TEST() argument 93 TEST(Apply, Bool) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/ |
D | env.rs | 207 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 D | value_union.go | 270 func (v Value) Bool() bool { func 415 func (k MapKey) Bool() bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/ |
D | value_access_benchmark_test.go | 126 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 D | gtest_pred_impl_unittest.cc | 54 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/ |
D | gtest_pred_impl_unittest.cc | 56 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
|