| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| D | allocate_shared_cxx03.pass.cpp | 35 struct One struct 39 explicit One(int v) : value(v) {++count;} in One() argument 40 One(One const & o) : value(o.value) {++count;} in One() function 41 ~One() {--count;} in ~One() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| 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() argument 65 ~One() {--count;} in ~One() argument
|
| /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
| 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
|
| /external/llvm/unittests/CodeGen/ |
| 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 …]
|
| /external/clang/test/Sema/ |
| D | missing-field-initializers.c | 25 struct One { int a; int b; }; struct
|
| /external/pigweed/pw_unit_test/ |
| 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
|
| /external/rust/crates/num-traits/src/ |
| D | identities.rs | 90 pub trait One: Sized + Mul<Self, Output = Self> { interface 122 impl One for $t { impl
|
| /external/crosvm/bit_field/tests/ |
| D | test_enum.rs | 11 One = 0b01, enumerator 21 One = 0b01, enumerator
|
| /external/rust/crates/zerocopy-derive/tests/ |
| D | struct_from_bytes.rs | 31 struct One { struct 35 is_from_bytes!(One); argument
|
| /external/flatbuffers/tests/optional_scalars/ |
| D | OptionalByte.py | 7 One = 1 variable in OptionalByte
|
| D | optional-byte.ts | 5 One = 1, enumerator
|
| D | OptionalByte.cs | 11 One = 1, enumerator
|
| D | OptionalByte.java | 9 public static final byte One = 1; field in OptionalByte
|
| D | OptionalByte.kt | 9 const val One: Byte = 1 constant
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
| D | ruby_generated_pkg_implicit_pb.rb | 14 module One module
|
| /external/flatbuffers/tests/optional-scalars/ |
| D | optional-byte.ts | 5 One = 1, enumerator
|
| /external/protobuf/src/google/protobuf/compiler/ruby/ |
| D | ruby_generated_pkg_implicit_pb.rb | 14 module One module
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
| D | TestPolymorphicCreators.java | 77 static final class One extends AbstractRoot { class in TestPolymorphicCreators 78 protected One(String opt) { in One() method in TestPolymorphicCreators.One
|
| /external/rust/cxx/tests/ui/ |
| D | unnamed_receiver.rs | 4 type One; typedef
|
| /external/clang/test/Parser/ |
| D | cxx-concept-declaration.cpp | 19 constexpr int One = 1; variable
|
| /external/flatbuffers/tests/optional_scalars/optional_scalars/ |
| D | optional_byte_generated.rs | 30 pub const One: Self = Self(1); constant
|
| /external/arm-optimized-routines/pl/math/ |
| D | v_atanhf_3u1.c | 19 #define One 0x3f800000 macro
|
| D | atanf_2u9.c | 16 #define One 0x3f800000 macro
|
| /external/rust/crates/argh/examples/ |
| D | simple_example.rs | 17 One(SubCommandOne), enumerator
|
| /external/llvm/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 65 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in createAdd1() local 95 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in CreateFibFunction() local
|