Home
last modified time | relevance | path

Searched defs:Three (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_cxx03.pass.cpp58 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 Dallocate_shared.pass.cpp82 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 Dmemchr.rs608 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/
Dmemchr.rs608 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 Dmemchr.rs695 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/
Dmemchr.rs695 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/
Dmemchr.rs895 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 Dmemchr.rs895 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 Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
H A Dwarn-outof-range-assign-enum.c8 Three enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/wasm32/simd128/
Dmemchr.rs665 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 Dmemchr.rs665 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 Dmemchr.rs702 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/
Dmemchr.rs702 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/
Dmemchr.rs671 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 Dmemchr.rs671 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 Dtest_enum.rs13 Three = 0b11, enumerator
23 Three = 0b111, enumerator
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dclass_util_unittest.py104 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/
Dtry_from_primitive.rs70 Three = 3, in skipped_value() enumerator
99 Three = 3, in wrong_order() enumerator
/aosp_15_r20/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
/aosp_15_r20/external/stg/test_cases/info_tests/enum/
H A Dmethods.rs5 Three, enumerator
/aosp_15_r20/external/clang/test/Index/
H A Dcomment-c-decls.c89 Three enumerator
H A Dformat-comment-cdecls.c84 Three enumerator
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcontext.h164 inline const BigNum& Three() const { return three_bn_; } in Three() function
/aosp_15_r20/system/keymint/derive/tests/
H A Dintegration_test.rs51 Three = 3, enumerator

12345