/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/ |
D | custom_error_type_parsing.rs | 5 Zero, enumerator 14 Zero, enumerator 23 Zero, enumerator 32 Zero, enumerator 42 Zero, enumerator
|
D | conflicting_default.rs | 5 Zero, enumerator
|
D | multiple_catch_all_same_variant.rs | 4 Zero = 0, enumerator
|
D | default_and_catch_all.rs | 5 Zero = 0, enumerator
|
D | missing_repr.rs | 3 Zero, enumerator
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 25 struct Zero struct 28 Zero() {++count;} in Zero() argument 29 Zero(Zero const &) {++count;} in Zero() argument 30 ~Zero() {--count;} in ~Zero() argument
|
/external/rust/android-crates-io/crates/num_enum/tests/ |
D | try_from_primitive.rs | 16 Zero, in simple() enumerator 36 Zero = 0, in even() enumerator 68 Zero, in skipped_value() enumerator 100 Zero = 0, in wrong_order() enumerator 130 Zero = 0, in negative_values() enumerator 158 Zero, in discriminant_expressions() enumerator 201 Zero, enumerator 243 Zero = 0, enumerator 272 Zero = 0, enumerator 305 Zero, in missing_trailing_comma() enumerator [all …]
|
D | unsafe_from_primitive.rs | 14 Zero, in has_unsafe_from_primitive_number() enumerator 29 Zero, in has_unsafe_from_primitive_number_with_alternatives_and_default_which_are_ignored() enumerator 59 Zero, in has_unsafe_from_primitive_number_with_alternatives_and_std_default_which_are_ignored() enumerator
|
D | from_primitive.rs | 54 Zero = 0, in has_from_primitive_number_standard_default_attribute() enumerator 102 Zero = 0, in from_primitive_number_catch_all() enumerator 122 Zero = 0, in from_primitive_number_catch_all_in_middle() enumerator 147 Zero = 0, in from_primitive_number_with_inclusive_range() enumerator
|
D | default.rs | 13 Zero = 0, in default() enumerator 27 Zero = 0, in default_standard_default_attribute() enumerator
|
D | into_primitive.rs | 12 Zero, enumerator 34 Zero = 0, in catch_all() enumerator
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.pass.cpp | 49 struct Zero struct 52 Zero() {++count;} in Zero() argument 53 Zero(Zero const &) {++count;} in Zero() argument 54 ~Zero() {--count;} in ~Zero() argument
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.pass.cpp | 49 struct Zero struct 52 Zero() {++count;} in Zero() function 53 Zero(Zero const &) {++count;} in Zero() function 54 ~Zero() {--count;} in ~Zero() argument
|
/external/golang-protobuf/internal/impl/ |
D | convert.go | 42 Zero() protoreflect.Value methodSpec 167 func (c *boolConverter) Zero() protoreflect.Value { return c.def } func 191 func (c *int32Converter) Zero() protoreflect.Value { return c.def } func 215 func (c *int64Converter) Zero() protoreflect.Value { return c.def } func 239 func (c *uint32Converter) Zero() protoreflect.Value { return c.def } func 263 func (c *uint64Converter) Zero() protoreflect.Value { return c.def } func 287 func (c *float32Converter) Zero() protoreflect.Value { return c.def } func 311 func (c *float64Converter) Zero() protoreflect.Value { return c.def } func 341 func (c *stringConverter) Zero() protoreflect.Value { return c.def } func 368 func (c *bytesConverter) Zero() protoreflect.Value { return c.def } func [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_time.h | 37 static constexpr QuicTimeDelta Zero() { return QuicTimeDelta(0); } in Zero() function 125 static constexpr QuicTime Zero() { return QuicTime(0); } in Zero() function 178 static constexpr QuicWallTime Zero() { return QuicWallTime(0); } in Zero() function
|
/external/pigweed/pw_unit_test/ |
D | test_rpc_server.cc | 26 TEST(Passing, Zero) {} in TEST() argument 40 TEST(Failing, Zero) { FAIL(); } in TEST() argument 54 TEST(DISABLED_Disabled, Zero) { FAIL(); } in TEST() argument
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_time.h | 37 static constexpr QuicTimeDelta Zero() { return QuicTimeDelta(0); } in Zero() function 125 static constexpr QuicTime Zero() { return QuicTime(0); } in Zero() function 178 static constexpr QuicWallTime Zero() { return QuicWallTime(0); } in Zero() function
|
/external/fdlibm/ |
D | e_fmod.c | 23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable 25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
/external/crosvm/bit_field/tests/ |
D | test_enum.rs | 10 Zero = 0b00, enumerator 20 Zero = 0b00, enumerator
|
/external/gsc-utils/rust/enum_utils_test/src/ |
D | lib.rs | 47 Zero, enumerator 83 Zero, enumerator 116 Zero, enumerator
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | identities.rs | 12 pub trait Zero: Sized + Add<Self, Output = Self> { interface 40 impl Zero for $t { impl
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 123 DIEInteger Zero(0); in TEST_F() local 154 DIEInteger Zero(0); in TEST_F() local 208 DIEInteger Zero(0); in TEST_F() local 238 DIEInteger Zero(0); in TEST_F() local 273 DIEInteger Zero(0); in TEST_F() local 308 DIEInteger Zero(0); in TEST_F() local 334 DIEInteger Zero(0); in TEST_F() local 412 DIEInteger Zero(0); in TEST_F() local 490 DIEInteger Zero(0); in TEST_F() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LowerAtomic.cpp | 85 Constant *Zero = ConstantInt::get(Loaded->getType(), 0); in buildAtomicRMWValue() local 89 Constant *Zero = ConstantInt::get(Loaded->getType(), 0); in buildAtomicRMWValue() local
|
/external/pigweed/pw_bytes/ |
D | alignment_test.cc | 51 TEST(AlignUp, Zero) { in TEST() argument 82 TEST(AlignDown, Zero) { in TEST() argument 113 TEST(Padding, Zero) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 291 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 298 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 305 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 312 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 528 const MCExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
|