/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared_cxx03.pass.cpp | 58 struct Three struct 62 Three(int v, int, int) : value(v) {++count;} in Three() function 63 Three(Three const & o) : value(o.value) {++count;} in Three() function 64 ~Three() {--count;} in ~Three() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.pass.cpp | 82 struct Three struct 86 Three(int v, int, int) : value(v) {++count;} in Three() argument 87 Three(Three const & o) : value(o.value) {++count;} in Three() argument 88 ~Three() {--count;} in ~Three() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/ |
H A D | memchr.rs | 608 pub struct Three { struct 617 impl Three { impl 621 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Three { in new() 641 ) -> Option<Three> { in try_new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | memchr.rs | 608 pub struct Three { struct 617 impl Three { argument 621 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Three { in new() 641 ) -> Option<Three> { in try_new()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/generic/ |
H A D | memchr.rs | 695 pub(crate) struct Three<V> { struct 704 impl<V: Vector> Three<V> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/generic/ |
D | memchr.rs | 695 pub(crate) struct Three<V> { struct 704 impl<V: Vector> Three<V> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/avx2/ |
D | memchr.rs | 895 pub struct Three { struct 897 sse2: generic::Three<__m128i>, argument 899 avx2: generic::Three<__m256i>, argument 902 impl Three { implementation 912 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 939 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/x86_64/avx2/ |
H A D | memchr.rs | 895 pub struct Three { struct 897 sse2: generic::Three<__m128i>, argument 899 avx2: generic::Three<__m256i>, argument 902 impl Three { impl 912 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 939 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | missing-field-initializers.c | 28 struct Three { struct 35 struct Three t0 = { argument
|
H A D | warn-outof-range-assign-enum.c | 8 Three enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/wasm32/simd128/ |
D | memchr.rs | 665 pub struct Three(generic::Three<v128>); struct 667 impl Three { implementation 676 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 698 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/wasm32/simd128/ |
H A D | memchr.rs | 665 pub struct Three(generic::Three<v128>); struct 667 impl Three { implementation 676 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 698 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/x86_64/sse2/ |
H A D | memchr.rs | 702 pub struct Three(generic::Three<__m128i>); struct 704 impl Three { implementation 713 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 740 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/sse2/ |
D | memchr.rs | 702 pub struct Three(generic::Three<__m128i>); struct 704 impl Three { impl 713 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 740 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/aarch64/neon/ |
D | memchr.rs | 671 pub struct Three(generic::Three<uint8x16_t>); struct 673 impl Three { implementation 682 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 709 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/aarch64/neon/ |
H A D | memchr.rs | 671 pub struct Three(generic::Three<uint8x16_t>); struct 673 impl Three { impl 682 pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> { in new() 709 ) -> Three { in new_unchecked()
|
/aosp_15_r20/external/crosvm/bit_field/tests/ |
H A D | test_enum.rs | 13 Three = 0b11, enumerator 23 Three = 0b111, enumerator
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | class_util_unittest.py | 104 def Three(self): member in ClassUtilTest.testMultipleInheritance.Ddd 108 def Three(self): member in ClassUtilTest.testMultipleInheritance.Eee
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/ |
D | try_from_primitive.rs | 70 Three = 3, in skipped_value() enumerator 99 Three = 3, in wrong_order() enumerator
|
/aosp_15_r20/external/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
|
/aosp_15_r20/external/stg/test_cases/info_tests/enum/ |
H A D | methods.rs | 5 Three, enumerator
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | comment-c-decls.c | 89 Three enumerator
|
H A D | format-comment-cdecls.c | 84 Three enumerator
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | context.h | 164 inline const BigNum& Three() const { return three_bn_; } in Three() function
|
/aosp_15_r20/system/keymint/derive/tests/ |
H A D | integration_test.rs | 51 Three = 3, enumerator
|