Home
last modified time | relevance | path

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

1234

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_no_variadics.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() function
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.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/clang/test/Index/
Dcomment-c-decls.c89 Three enumerator
Dformat-comment-cdecls.c84 Three enumerator
/external/markdown/tests/misc/
Dlists.txt23 * Three
/external/chromium-trace/catapult/third_party/jquery/
DREADME.chromium11 Three separate files downloaded from jquery.com: The minified version,
/external/okhttp/website/static/
Dapp-theme.css26 /*** Three steps left on the monochromatic scale ***/
/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
/external/llvm/test/Instrumentation/MemorySanitizer/
Dstore-long-origin.ll45 ; Three 4-byte origin stores
/external/opencv3/doc/py_tutorials/py_video/py_meanshift/
Dpy_meanshift.markdown93 Three frames in a video I used is given below:
168 Three frames of the result is shown below:
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td817 // Three S registers.
872 // Three register.
889 // Three element structure.
938 // Three element structure.
988 // Three element structure store.
1012 // Three element structure.
/external/chromium-trace/catapult/tracing/test_data/
Dsimple_trace_gz.gz1[ 2 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 826 ...
/external/gemmlowp/meta/
DREADME26 scheme was used. Three rows (columns) are interweaved every 8 elements so that

1234