Home
last modified time | relevance | path

Searched defs:Two (Results 1 – 25 of 151) sorted by relevance

1234567

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp47 struct Two struct
51 Two(int v, int) : value(v) {++count;} in Two() argument
52 Two(Two const & o) : value(o.value) {++count;} in Two() argument
53 ~Two() {--count;} in ~Two() argument
/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/
Dcustom_error_type_parsing.rs7 Two, enumerator
16 Two, enumerator
25 Two, enumerator
34 Two, enumerator
44 Two, enumerator
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.pass.cpp71 struct Two struct
75 Two(int v, int) : value(v) {++count;} in Two() argument
76 Two(Two const & o) : value(o.value) {++count;} in Two() argument
77 ~Two() {--count;} in ~Two() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.pass.cpp71 struct Two struct
75 Two(int v, int) : value(v) {++count;} in Two() argument
76 Two(Two const & o) : value(o.value) {++count;} in Two() argument
77 ~Two() {--count;} in ~Two() argument
/external/clang/test/Sema/
Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp3 class Two { class
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two
9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/
Dstruct_known_layout.rs32 struct Two { struct
37 assert_impl_all!(Two: KnownLayout); argument
Dstruct_from_bytes.rs38 struct Two { struct
43 assert_impl_all!(Two: FromBytes); argument
Dstruct_from_zeroes.rs36 struct Two { struct
41 assert_impl_all!(Two: FromZeroes); argument
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/
Dstruct_known_layout.rs32 struct Two { struct
37 assert_impl_all!(Two: KnownLayout); argument
Dstruct_from_bytes.rs38 struct Two { struct
43 assert_impl_all!(Two: FromBytes); argument
Dstruct_from_zeroes.rs36 struct Two { struct
41 assert_impl_all!(Two: FromZeroes); argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/
Dstruct_known_layout.rs32 struct Two { struct
37 assert_impl_all!(Two: KnownLayout); argument
Dstruct_from_zeroes.rs36 struct Two { struct
41 assert_impl_all!(Two: FromZeroes); argument
Dstruct_from_bytes.rs38 struct Two { struct
43 assert_impl_all!(Two: FromBytes); argument
/external/rust/android-crates-io/crates/zerocopy-derive/tests/
Dstruct_from_bytes.rs33 struct Two { struct
38 util_assert_impl_all!(Two: imp::FromBytes); argument
Dstruct_from_zeros.rs31 struct Two { struct
36 util_assert_impl_all!(Two: imp::FromZeros); argument
Dstruct_known_layout.rs30 struct Two { struct
35 util_assert_impl_all!(Two: imp::KnownLayout); argument
Dstruct_no_cell.rs28 struct Two { struct
33 util_assert_impl_all!(Two: imp::Immutable); argument
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h42 constexpr static int Two = Two_; member
51 constexpr static int Two = Two_; member
60 constexpr static int Two = Two_; member
69 constexpr static int Two = Two_; member
/external/pigweed/pw_unit_test/
Dtest_rpc_server.cc30 TEST(Passing, Two) { in TEST() argument
44 TEST(Failing, Two) { in TEST() argument
58 TEST(DISABLED_Disabled, Two) { in TEST() argument
/external/crosvm/bit_field/tests/
Dtest_enum.rs12 Two = 0b10, enumerator
22 Two = 0b10, enumerator
/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs18 Two, in simple() enumerator
37 Two = 2, in even() enumerator
132 Two = 2, in negative_values() enumerator
160 Two, in discriminant_expressions() enumerator
203 Two, enumerator
513 Two, in custom_error() enumerator
522 Two, in custom_error() enumerator
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/
Dmemchr.rs352 pub struct Two { struct
359 impl Two { argument
363 pub fn new(needle1: u8, needle2: u8) -> Two { in new()
377 pub(crate) fn try_new(needle1: u8, needle2: u8) -> Option<Two> { in try_new()
/external/rust/android-crates-io/crates/memchr/src/arch/all/
Dmemchr.rs352 pub struct Two { struct
359 impl Two { argument
363 pub fn new(needle1: u8, needle2: u8) -> Two { in new()
377 pub(crate) fn try_new(needle1: u8, needle2: u8) -> Option<Two> { in try_new()

1234567