Home
last modified time | relevance | path

Searched refs:Two (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp3 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
15 extern Two foo;
16 extern Two goo;
17 extern Two coo[];
18 extern Two koo[];
20 Two foo __attribute__((init_priority(101))) ( 5, 6 );
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute…
24 Two coo[2] __attribute__((init_priority(3))); // expected-error {{'init_priority' attribute requir…
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp47 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() argument
53 ~Two() {--count;} in ~Two() argument
56 int Two::count = 0;
87 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test()
88 assert(Two::count == 1); in test()
91 assert(Two::count == 0); in test()
106 std::shared_ptr<Two> p = std::allocate_shared<Two>(test_allocator<Two>(54), i, bad); in main()
107 assert(test_allocator<Two>::alloc_count == 1); in main()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dstwu-gta.ll5 %class.Two.0.5 = type { i32, i32, i32 }
7 @foo = external global %class.Two.0.5, align 4
11 …store i32 5, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 0), ali…
12 …store i32 6, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 1), ali…
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.pass.cpp71 struct Two struct
75 Two(int v, int) : value(v) {++count;} in Two() argument
76 Two(Two const & o) : value(o.value) {++count;} in Two() argument
77 ~Two() {--count;} in ~Two() argument
80 int Two::count = 0;
127 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test()
128 assert(Two::count == 1); in test()
131 assert(Two::count == 0); in test()
/external/clang/test/SemaObjC/
Dobjc-cstyle-args-in-methods.m16 [foo test:@"One", @"Two"];
17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}}
18 [foo bad:@"One", @"Two", 3.14];
19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dwild.test6 === test/Two.java ===
9 public class Two<T, U> {}
15 Two<?, ?> a1(Two<?, ?> x) { return null; }
DB8148131.test11 class One implements Two.ThreeInner {
15 === Two.java ===
18 class Two extends Three {}
Dconstpack.test8 === a/Two.java ===
11 public class Two implements One {
Dhierarchy.test8 === pkg/Two.java ===
10 public class Two extends One {
/external/python/pybind11/tests/
Dtest_enum.py130 z = m.ScopedEnum.Two
155 assert m.ScopedEnum.Two < m.ScopedEnum.Three
156 assert m.ScopedEnum.Three > m.ScopedEnum.Two
157 assert m.ScopedEnum.Two <= m.ScopedEnum.Three
158 assert m.ScopedEnum.Two <= m.ScopedEnum.Two
159 assert m.ScopedEnum.Two >= m.ScopedEnum.Two
160 assert m.ScopedEnum.Three >= m.ScopedEnum.Two
Dtest_enum.cpp27 Two = 2, in TEST_SUBMODULE() enumerator
31 .value("Two", ScopedEnum::Two) in TEST_SUBMODULE()
35 return "ScopedEnum::" + std::string(z == ScopedEnum::Two ? "Two" : "Three"); in TEST_SUBMODULE()
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
Dmodule.map3 module Two { header "A_two.h" }
8 module Two { header "B_two.h" }
16 module Two {
DC_two.h1 @import A.Two;
2 @import B.Two;
/external/flatbuffers/tests/optional_scalars/optional_scalars/
Doptional_byte_generated.rs21 OptionalByte::Two,
31 pub const Two: Self = Self(2); constant
38 Self::Two,
45 Self::Two => Some("Two"), in variant_name()
/external/autotest/client/site_tests/touch_ScrollDirection/
DREADME6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction.
7 <DEVICE NAME>_touchpad_Touch ID_scroll-right - Two finger scroll on touchpad in right direction.
8 <DEVICE NAME>_touchpad_Touch ID_scroll-left - Two finger scroll on touchpad in left direction.
9 <DEVICE NAME>_touchpad_Touch ID_scroll-up - Two finger scroll on touchpad in upward direction.
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h42 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
163 constexpr static std::size_t Two = static_cast<std::size_t>(Two_);
167 constexpr static std::size_t maxOneTwoPlusOne = ((One > Two) ? One : Two) + 1;
/external/crosvm/bit_field/tests/
Dtest_enum.rs12 Two = 0b10, enumerator
22 Two = 0b10, enumerator
50 s.set_three_bits(ThreeBits::Two); in test_enum()
/external/pigweed/pw_unit_test/
Dtest_rpc_server.cc30 TEST(Passing, Two) { in TEST() argument
44 TEST(Failing, Two) { in TEST() argument
58 TEST(DISABLED_Disabled, Two) { in TEST() argument
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
/external/rust/crates/derive-getters/tests/
D02-simple-single-generic.rs18 Two, enumerator
55 let isg = InvolvedSingleGeneric::new(44, Enumeration::Two); in main()
57 assert!(*isg.generic() == Enumeration::Two); in main()
D03-simple-multi-generic.rs22 Two, enumerator
73 44, Enumeration::Two, 1024f32, "String".to_string(), in main()
76 assert!(*img.generic_t() == Enumeration::Two); in main()
/external/rust/crates/regex-syntax/src/
Dutf8.rs104 Two([Utf8Range; 2]), enumerator
119 2 => Utf8Sequence::Two([ in from_encoded_range()
143 Two(ref r) => &r[..], in as_slice()
175 Utf8Sequence::Two(ref mut x) => x.reverse(), in reverse()
210 Two(ref r) => write!(f, "{:?}{:?}", r[0], r[1]), in fmt()
514 Two([rutf8(0xC2, 0xDF), rutf8(0x80, 0xBF)]), in bmp()
547 let mut s = Two([rutf8(0xA, 0xB), rutf8(0xB, 0xC)]); in reverse()
/external/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll15 ; Two PHIs in the same block.
34 ; Two selects with the same condition.
44 ; Two PHIs with disjoint sets of inputs.
73 ; Two selects with disjoint sets of arms.
/external/markdown/tests/misc/
Dem_strong.txt5 Two asterisks: **
9 Two underscores __
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp65 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
77 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction()
89 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()

12345678910>>...31