Home
last modified time | relevance | path

Searched refs:Three (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp58 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/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.pass.cpp86 struct Three struct
90 Three(int v, int, int) : value(v) {++count;} in Three() function
91 Three(Three const & o) : value(o.value) {++count;} in Three() function
92 ~Three() {--count;} in ~Three() argument
95 int Three::count = 0;
122 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test()
123 assert(Three::count == 1); in test()
126 assert(Three::count == 0); in test()
/external/clang/test/Sema/
Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
38 struct Three t1 = {
42 struct Three data[] = {
/external/llvm-project/clang/test/Sema/
Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
38 struct Three t1 = {
42 struct Three data[] = {
/external/crosvm/bit_field/tests/
Dtest_enum.rs13 Three = 0b11, enumerator
23 Three = 0b111, enumerator
40 s.set_two_bits(TwoBits::Three); in test_enum()
42 assert_eq!(s.get_two_bits(), TwoBits::Three); in test_enum()
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
Dclass-template-partial-spec2.cpp57 namespace Three { namespace
67 struct Child1: public Two::Three::Parent<unsigned> {
72 struct Child1<T, One::Two::Three::Parent<T>> {
78 namespace Dst { One::Child1<double, One::Two::Three::Parent<double>> Z0Dst; }
Dclass-template-partial-spec1.cpp66 namespace Three { namespace
76 struct Child1: public Two::Three::Parent<unsigned> {
81 struct Child1<T, One::Two::Three::Parent<T>> {
/external/rust/crates/regex-syntax/src/
Dutf8.rs106 Three([Utf8Range; 3]), enumerator
123 3 => Utf8Sequence::Three([ in from_encoded_range()
144 Three(ref r) => &r[..], in as_slice()
176 Utf8Sequence::Three(ref mut x) => x.reverse(), in reverse()
211 Three(ref r) => write!(f, "{:?}{:?}{:?}", r[0], r[1], r[2]), in fmt()
515 Three([ in bmp()
520 Three([ in bmp()
525 Three([ in bmp()
530 Three([ in bmp()
551 let mut s = Three([rutf8(0xA, 0xB), rutf8(0xB, 0xC), rutf8(0xC, 0xD)]); in reverse()
/external/turbine/javatests/com/google/turbine/lower/testdata/
DB8148131.test18 class Two extends Three {}
20 === Three.java ===
23 class Three {
Dgenericnoncanon10.test7 public class Two extends B<Short>.Three {
9 public class Three extends B<Float>.Four {
/external/llvm-project/clang/test/CodeGen/
Dppc32-and-aix-struct-return.c33 } Three; typedef
68 Three ret3(void) { return (Three){"abc"}; } in ret3()
Daix-struct-arg.c17 } Three; typedef
55 void arg3(Three x) {} in arg3()
/external/llvm-project/llvm/examples/ModuleMaker/
DModuleMaker.cpp51 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
/external/llvm/examples/ModuleMaker/
DModuleMaker.cpp52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
/external/turbine/javatests/com/google/turbine/parse/testdata/
Dtype_annotations.input10 class Three<E, F> {
15 One<@A Object, @B Object>.Two<@C Object, @D Object>.Three<@E Object, @F Object> n;
/external/llvm-project/llvm/test/TableGen/
Dforeach-variable-range.td7 int Three = 3;
101 foreach Index = {Constants.Zero...Constants.One, Constants.Two...Constants.Three} in {
110 foreach Index = {0...Constants.One, Constants.Three...Constants.Five} in {
118 foreach Index = {0...Constants.One, 2...Constants.Three} in {
Dlisp.td9 // CHECK-NEXT: def Three {
32 def Three : NameList<["Tom", "Dick", "Harry"]>;
/external/python/pybind11/tests/
Dtest_enum.py129 assert m.test_scoped_enum(m.ScopedEnum.Three) == "ScopedEnum::Three"
155 assert m.ScopedEnum.Two < m.ScopedEnum.Three
156 assert m.ScopedEnum.Three > m.ScopedEnum.Two
157 assert m.ScopedEnum.Two <= m.ScopedEnum.Three
160 assert m.ScopedEnum.Three >= m.ScopedEnum.Two
Dtest_enum.cpp28 Three in TEST_SUBMODULE() enumerator
32 .value("Three", ScopedEnum::Three); in TEST_SUBMODULE()
/external/autotest/client/site_tests/touch_TabSwitch/
DREADME6 <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/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt66 3. Three
83 3. Three
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/mdnsresponder/
DLICENSE8 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/
Dlisp.td10 // CHECK-NEXT: def Three {
34 def Three : NameList<["Tom", "Dick", "Harry"]>;

1234567891011