| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| D | allocate_shared_cxx03.pass.cpp | 47 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() function 53 ~Two() {--count;} in ~Two() 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 | 71 struct Two struct 75 Two(int v, int) : value(v) {++count;} in Two() function 76 Two(Two const & o) : value(o.value) {++count;} in Two() argument 77 ~Two() {--count;} in ~Two() argument
|
| /external/clang/test/Sema/ |
| D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; argument
|
| /external/clang/test/SemaCXX/ |
| D | init-priority-attr.cpp | 3 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/rust/crates/zerocopy-derive/tests/ |
| D | struct_from_bytes.rs | 38 struct Two { struct 43 is_from_bytes!(Two); argument
|
| /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
| D | Symmetry.h | 42 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/ |
| D | test_rpc_server.cc | 30 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/ |
| D | test_enum.rs | 12 Two = 0b10, enumerator 22 Two = 0b10, enumerator
|
| /external/flatbuffers/tests/optional_scalars/ |
| D | OptionalByte.py | 8 Two = 2 variable in OptionalByte
|
| D | optional-byte.ts | 6 Two = 2 enumerator
|
| D | OptionalByte.cs | 12 Two = 2, enumerator
|
| D | OptionalByte.java | 10 public static final byte Two = 2; field in OptionalByte
|
| D | OptionalByte.kt | 10 const val Two: Byte = 2 constant
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
| D | ruby_generated_pkg_implicit_pb.rb | 15 module Two module
|
| /external/flatbuffers/tests/optional-scalars/ |
| D | optional-byte.ts | 6 Two = 2 enumerator
|
| /external/protobuf/src/google/protobuf/compiler/ruby/ |
| D | ruby_generated_pkg_implicit_pb.rb | 15 module Two module
|
| /external/arm-optimized-routines/pl/math/ |
| D | acoshf_2u8.c | 15 #define Two 0x40000000 macro
|
| D | acosh_3u.c | 15 #define Two (0x4000000000000000) /* asuint64(2.0). */ macro
|
| /external/rust/cxx/tests/ui/ |
| D | unnamed_receiver.rs | 5 type Two; typedef
|
| /external/llvm/examples/ModuleMaker/ |
| D | ModuleMaker.cpp | 51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
| /external/flatbuffers/tests/optional_scalars/optional_scalars/ |
| D | optional_byte_generated.rs | 31 pub const Two: Self = Self(2); constant
|
| /external/jcommander/src/test/java/com/beust/jcommander/args/ |
| D | ArgsEnum.java | 37 public enum ChoiceType { ONE, Two, THREE } enumConstant
|
| /external/rust/crates/argh/examples/ |
| D | simple_example.rs | 18 Two(SubCommandTwo), enumerator
|
| /external/clang/test/Index/ |
| D | comment-c-decls.c | 88 Two, enumerator
|
| D | format-comment-cdecls.c | 83 Two, enumerator
|