/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 58 struct Three struct 62 Three(int v, int, int) : value(v) {++count;} in Three() argument 63 Three(Three const & o) : value(o.value) {++count;} in Three() argument 64 ~Three() {--count;} in ~Three() argument 67 int Three::count = 0; 94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test() 95 assert(Three::count == 1); in test() 98 assert(Three::count == 0); in test()
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 28 struct Three { struct 35 struct Three t0 = { argument 38 struct Three t1 = { 42 struct Three data[] = {
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | B8148131.test | 18 class Two extends Three {} 20 === Three.java === 23 class Three {
|
D | genericnoncanon10.test | 7 public class Two extends B<Short>.Three { 9 public class Three extends B<Float>.Four {
|
D | type_anno_hello.test | 30 class Three<E, F> { 35 One<@A Object, @B Object>.Two<@C Object, @D Object>.Three<@E Object, @F Object> n;
|
/external/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local 55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local 55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local 49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
/external/turbine/javatests/com/google/turbine/parse/testdata/ |
D | type_annotations.input | 10 class Three<E, F> { 15 One<@A Object, @B Object>.Two<@C Object, @D Object>.Three<@E Object, @F Object> n;
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | README | 6 <DEVICE NAME>_touchpad_Touch ID_three-finger-swipe-left - Three finger scroll on touchpad to switc… 7 <DEVICE NAME>_touchpad_Touch ID_three-finger-swipe-right - Three finger scroll on touchpad to swit…
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 66 3. Three 83 3. Three
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 66 3. Three 83 3. Three
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 66 3. Three 83 3. Three
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | lisp.td | 9 // CHECK-NEXT: def Three { 32 def Three : NameList<["Tom", "Dick", "Harry"]>;
|
/external/mdnsresponder/ |
D | NOTICE | 8 licensed under the terms of the "Three-Clause BSD License". 12 Software Licence (which is substantially similar to the "Three-Clause
|
D | LICENSE | 8 licensed under the terms of the "Three-Clause BSD License". 12 Software Licence (which is substantially similar to the "Three-Clause
|
/external/llvm/test/TableGen/ |
D | lisp.td | 10 // CHECK-NEXT: def Three { 34 def Three : NameList<["Tom", "Dick", "Harry"]>;
|
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 116 OwningBuffer Three(MemoryBuffer::getNewMemBuffer(321, data)); in TEST_F() local 117 EXPECT_TRUE(nullptr != Three.get()); in TEST_F() 119 EXPECT_EQ(0, Three->getBufferStart()[0]); in TEST_F()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | class_util_unittest.py | 104 def Three(self): member in ClassUtilTest.testMultipleInheritance.Ddd 108 def Three(self): member in ClassUtilTest.testMultipleInheritance.Eee
|
/external/turbine/javatests/com/google/turbine/lower/moduletestdata/ |
D | module-info.test | 45 === com/google/p3/Three.java === 47 public class Three {}
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 119 OwningBuffer Three(WritableMemoryBuffer::getNewMemBuffer(321, data)); in TEST_F() local 120 EXPECT_TRUE(nullptr != Three.get()); in TEST_F() 122 EXPECT_EQ(0, Three->getBufferStart()[0]); in TEST_F()
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 164 constexpr static std::size_t Three = tensor_symmetry_num_indices<Sym...>::value; 169 constexpr static std::size_t value = (maxOneTwoPlusOne > Three) ? maxOneTwoPlusOne : Three;
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | README | 57 - Three I2C controllers 86 - Three on-board RGMII 10/100/1G ethernet ports. 96 - Three I2C ports
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | README | 57 - Three I2C controllers 85 - Three on-board RGMII 10/100/1G ethernet ports. 95 - Three I2C ports
|
/external/clang/test/Index/ |
D | comment-c-decls.c | 89 Three enumerator
|