Home
last modified time | relevance | path

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

1234567

/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/clang/test/Sema/
Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
38 struct Three t1 = {
42 struct Three data[] = {
Dwarn-outof-range-assign-enum.c8 Three enumerator
/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/swiftshader/third_party/LLVM/examples/ModuleMaker/
DModuleMaker.cpp46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
/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/tests/markdown-test/
Dordered-and-unordered-list.txt66 3. Three
83 3. Three
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/mdnsresponder/
DNOTICE8 licensed under the terms of the "Three-Clause BSD License".
12 Software Licence (which is substantially similar to the "Three-Clause
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"]>;
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp116 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/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h164 constexpr static std::size_t Three = tensor_symmetry_num_indices<Sym...>::value;
169 constexpr static std::size_t value = (maxOneTwoPlusOne > Three) ? maxOneTwoPlusOne : Three;
/external/clang/test/Index/
Dcomment-c-decls.c89 Three enumerator
Dformat-comment-cdecls.c84 Three enumerator
/external/markdown/tests/misc/
Dlists.txt23 * Three
/external/swiftshader/third_party/LLVM/test/TableGen/
Dlisp.td20 def Three : NameList<["Tom", "Dick", "Harry"]>;
/external/okhttp/website/static/
Dapp-theme.css26 /*** Three steps left on the monochromatic scale ***/
/external/unicode/
DExpectedOutput.txt1 Three tests of round-trip conversions will be performed.
/external/autotest/server/site_tests/android_ACTS/
Dcontrol.Telephony_England_Three_Basic_Security13 This test runs telephony sanity against an phones with UK Three SIMs.
Dcontrol.Telephony_England_Three_Basic13 This test runs telephony sanity against an phones with UK Three SIMs.
/external/bison/m4/
Dsignalblocking.m47 # Determine available signal blocking primitives. Three different APIs exist:
/external/pdfium/testing/resources/pixel/
Dbug_543018_2.in38 % Three white spaces and other chars follow the keyword "stream"
/external/autotest/client/tests/pi_tests/
Dcontrol9 mutexes resolve the situation. Three worker threads will be created from the

1234567