/aosp_15_r20/external/flatbuffers/tests/private_annotation_test/ |
H A D | ab_generated.rs | 25 pub(crate) struct AB(pub i8); struct 27 impl AB { impl 46 impl core::fmt::Debug for AB { implementation 55 impl<'a> flatbuffers::Follow<'a> for AB { implementation 66 impl flatbuffers::Push for AB { implementation 74 impl flatbuffers::EndianScalar for AB { implementation 88 impl<'a> flatbuffers::Verifiable for AB { implementation 98 impl flatbuffers::SimpleToVerifyInSlice for AB {} implementation
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | string-plus-char.c | 3 struct AB{const char *a; const char*b;}; argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | test_einstein_notation.cpp | 52 auto AB = A(_,_e) * B(_e,_); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 80 auto AB = A(_d,_,_f) * B(_f,_d,_); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 109 auto AB = A(_d,_f) * B(_f,_d,_); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/merge/ |
H A D | MergeWithNullTest.java | 52 static class AB { class in MergeWithNullTest 56 protected AB() { } in AB() method in MergeWithNullTest.AB 57 public AB(int a0, int b0) { in AB() method in MergeWithNullTest.AB
|
H A D | PropertyMergeTest.java | 43 static class AB { class in PropertyMergeTest 47 protected AB() { } in AB() method in PropertyMergeTest.AB 48 public AB(int a0, int b0) { in AB() method in PropertyMergeTest.AB
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 82 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() 404 APInt AB = APInt::getAllOnes(BitWidth); in performAnalysis() local 465 APInt AB = APInt::getAllOnes(BitWidth); in getDemandedBits() local 586 APInt AB = AOut | (ACarry & NeededToMaintainCarry); in determineLiveOperandBitsAddCarry() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-windows-dtor.cpp | 12 struct AB: A, B { struct 15 template struct AB<int>; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue57352.go | 11 type AB interface { interface 18 AB anonMember
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-x86-lazy-empty-nonvirtual-base.cpp | 61 struct AB : B8, B1, virtual B0 { struct 63 AB() : a(0x000000AB) { printf("AB = %p\n", this); } in AB() argument
|
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 20 X86WinCOFFStreamer(MCContext &C, MCAsmBackend &AB, MCCodeEmitter *CE, in X86WinCOFFStreamer() 51 MCStreamer *llvm::createX86WinCOFFStreamer(MCContext &C, MCAsmBackend &AB, in createX86WinCOFFStreamer()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 23 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in X86WinCOFFStreamer() 64 std::unique_ptr<MCAsmBackend> &&AB, in createX86WinCOFFStreamer()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 24 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in X86WinCOFFStreamer() 70 std::unique_ptr<MCAsmBackend> &&AB, in createX86WinCOFFStreamer()
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 517 AttrBuilder AB; in TEST() local 535 AttrBuilder AB; in TEST() local 563 AttrBuilder AB; in TEST() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 75 const APInt &AOut, APInt &AB, APInt &KnownZero, APInt &KnownOne, in determineLiveOperandBits() 328 APInt AB = APInt::getAllOnesValue(BitWidth); in performAnalysis() local
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | IntervalMapTest.cpp | 592 UUOverlaps AB(mapA, mapB); in TEST() local 635 UUOverlaps AB(mapA, mapB); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 88 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() 387 APInt AB = APInt::getAllOnesValue(BitWidth); in performAnalysis() local
|
/aosp_15_r20/external/clang/test/Modules/Inputs/macro-undef-through-pch/ |
H A D | A.h | 1 #define AB macro
|
/aosp_15_r20/art/test/Lookup/ |
H A D | AB.java | 17 class AB {} class
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | 2007-10-18-ProDescriptor.m | 9 @protocol AB protocol
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
H A D | p3.cpp | 19 namespace AB { namespace
|
H A D | p5.cpp | 22 namespace AB { namespace
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/ |
H A D | p6-0x.cpp | 21 typedef A AB; typedef
|
H A D | p6.cpp | 21 typedef A AB; typedef
|
/aosp_15_r20/bootable/recovery/install/include/install/ |
H A D | install.h | 43 AB, enumerator
|
/aosp_15_r20/build/soong/cmd/symbols_map/symbols_map_proto/ |
H A D | symbols_map.proto | 49 AB = 1; enumerator
|