/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/ |
D | try_from_primitive.rs | 17 One, in simple() enumerator 69 One, in skipped_value() enumerator 101 One, // Zero + 1 in wrong_order() enumerator 131 One = 1, in negative_values() enumerator 159 One = ONE, in discriminant_expressions() enumerator 202 One = ONE, enumerator 306 One in missing_trailing_comma() enumerator 330 One, in ignores_extra_attributes() enumerator 352 One, in visibility_is_fine() enumerator 428 One = 1, in default_value() enumerator [all …]
|
D | unsafe_from_primitive.rs | 15 One, in has_unsafe_from_primitive_number() enumerator 30 One, in has_unsafe_from_primitive_number_with_alternatives_and_default_which_are_ignored() enumerator 60 One, in has_unsafe_from_primitive_number_with_alternatives_and_std_default_which_are_ignored() enumerator
|
/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 | 35 struct One struct 39 explicit One(int v) : value(v) {++count;} in One() function 40 One(One const & o) : value(o.value) {++count;} in One() argument 41 ~One() {--count;} in ~One() 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 | 59 struct One struct 63 explicit One(int v) : value(v) {++count;} in One() argument 64 One(One const & o) : value(o.value) {++count;} in One() function 65 ~One() {--count;} in ~One() argument
|
/aosp_15_r20/external/llvm/unittests/CodeGen/ |
H A D | DIEHashTest.cpp | 51 DIEInteger One(1); in TEST_F() local 66 DIEInteger One(1); in TEST_F() local 82 DIEInteger One(1); in TEST_F() local 178 DIEInteger One(1); in TEST_F() local 335 DIEInteger One(1); in TEST_F() local 413 DIEInteger One(1); in TEST_F() local 491 DIEInteger One(1); in TEST_F() local 528 DIEInteger One(1); in TEST_F() local 547 DIEInteger One(1); in TEST_F() local 567 DIEInteger One(1); in TEST_F() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/ |
D | custom_error_type_parsing.rs | 6 One, enumerator 15 One, enumerator 24 One, enumerator 33 One, enumerator 43 One, enumerator
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
H A D | Symmetry.h | 41 constexpr static int One = One_; member 50 constexpr static int One = One_; member 59 constexpr static int One = One_; member 68 constexpr static int One = One_; member
|
/aosp_15_r20/external/gsc-utils/rust/enum_utils_test/src/ |
H A D | lib.rs | 12 One = 1, enumerator 48 One, enumerator 84 One, enumerator 151 One = 1, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/avx2/ |
D | memchr.rs | 29 pub struct One { struct 31 sse2: generic::One<__m128i>, argument 33 avx2: generic::One<__m256i>, argument 36 impl One { impl 46 pub fn new(needle: u8) -> Option<One> { in new() 69 pub unsafe fn new_unchecked(needle: u8) -> One { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/ |
H A D | memchr.rs | 35 pub struct One { struct 40 impl One { argument 46 pub fn new(needle: u8) -> One { in new() 55 pub(crate) fn try_new(needle: u8) -> Option<One> { in try_new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | memchr.rs | 35 pub struct One { struct 40 impl One { argument 46 pub fn new(needle: u8) -> One { in new() 55 pub(crate) fn try_new(needle: u8) -> Option<One> { in try_new()
|
/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 | 29 pub struct One { struct 31 sse2: generic::One<__m128i>, argument 33 avx2: generic::One<__m256i>, argument 36 impl One { implementation 46 pub fn new(needle: u8) -> Option<One> { in new() 69 pub unsafe fn new_unchecked(needle: u8) -> One { in new_unchecked()
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | missing-field-initializers.c | 25 struct One { int a; int b; }; argument
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A D | test_rpc_server.cc | 28 TEST(Passing, One) { EXPECT_TRUE(true); } in TEST() argument 42 TEST(Failing, One) { EXPECT_TRUE(false); } in TEST() argument 56 TEST(DISABLED_Disabled, One) { EXPECT_TRUE(false); } in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/wasm32/simd128/ |
D | memchr.rs | 29 pub struct One(generic::One<v128>); struct 31 impl One { impl 40 pub fn new(needle: u8) -> Option<One> { in new() 58 pub unsafe fn new_unchecked(needle: u8) -> One { 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 | 29 pub struct One(generic::One<v128>); struct 31 impl One { impl 40 pub fn new(needle: u8) -> Option<One> { in new() 58 pub unsafe fn new_unchecked(needle: u8) -> One { 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 | 29 pub struct One(generic::One<__m128i>); struct 31 impl One { impl 40 pub fn new(needle: u8) -> Option<One> { in new() 63 pub unsafe fn new_unchecked(needle: u8) -> One { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/sse2/ |
D | memchr.rs | 29 pub struct One(generic::One<__m128i>); struct 31 impl One { implementation 40 pub fn new(needle: u8) -> Option<One> { in new() 63 pub unsafe fn new_unchecked(needle: u8) -> One { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/aarch64/neon/ |
D | memchr.rs | 29 pub struct One(generic::One<uint8x16_t>); struct 31 impl One { implementation 40 pub fn new(needle: u8) -> Option<One> { in new() 63 pub unsafe fn new_unchecked(needle: u8) -> One { 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 | 29 pub struct One(generic::One<uint8x16_t>); struct 31 impl One { implementation 40 pub fn new(needle: u8) -> Option<One> { in new() 63 pub unsafe fn new_unchecked(needle: u8) -> One { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | identities.rs | 106 pub trait One: Sized + Mul<Self, Output = Self> { trait 145 impl One for $t { impl
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/generic/ |
H A D | memchr.rs | 100 pub(crate) struct One<V> { struct 105 impl<V: Vector> One<V> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/generic/ |
D | memchr.rs | 100 pub(crate) struct One<V> { struct 105 impl<V: Vector> One<V> { impl
|
/aosp_15_r20/external/crosvm/bit_field/tests/ |
H A D | test_enum.rs | 11 One = 0b01, enumerator 21 One = 0b01, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ |
D | struct_known_layout.rs | 25 struct One { struct 29 assert_impl_all!(One: KnownLayout); argument
|