Home
last modified time | relevance | path

Searched defs:One (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs17 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 …]
Dunsafe_from_primitive.rs15 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 Dallocate_shared_cxx03.pass.cpp35 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 Dallocate_shared.pass.cpp59 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 DDIEHashTest.cpp51 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/
Dcustom_error_type_parsing.rs6 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 DSymmetry.h41 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 Dlib.rs12 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/
Dmemchr.rs29 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 Dmemchr.rs35 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/
Dmemchr.rs35 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 Dmemchr.rs29 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 Dmissing-field-initializers.c25 struct One { int a; int b; }; argument
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dtest_rpc_server.cc28 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/
Dmemchr.rs29 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 Dmemchr.rs29 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 Dmemchr.rs29 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/
Dmemchr.rs29 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/
Dmemchr.rs29 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 Dmemchr.rs29 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/
Didentities.rs106 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 Dmemchr.rs100 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/
Dmemchr.rs100 pub(crate) struct One<V> { struct
105 impl<V: Vector> One<V> { impl
/aosp_15_r20/external/crosvm/bit_field/tests/
H A Dtest_enum.rs11 One = 0b01, enumerator
21 One = 0b01, enumerator
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/
Dstruct_known_layout.rs25 struct One { struct
29 assert_impl_all!(One: KnownLayout); argument

12345678910>>...17