/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
D | hash_unique_ptr.pass.cpp | 30 template <class ValueT, class Del> 32 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter() 34 using RawDel = typename std::decay<Del>::type; in test_enabled_with_deleter() 36 UPtr p(nullptr, std::forward<Del>(d)); in test_enabled_with_deleter() 41 template <class ValueT, class Del> 43 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter()
|
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
D | default.pass.cpp | 35 template <class Del = std::default_delete<IncompleteT> > 37 std::unique_ptr<IncompleteT, Del> m_ptr; 42 Del& get_deleter() { return m_ptr.get_deleter(); } in get_deleter() 85 template <class Del> 86 StoresIncomplete<Del>::~StoresIncomplete() { } in ~StoresIncomplete()
|
D | pointer.pass.cpp | 67 template <class Del = std::default_delete<IncompleteT> > 69 std::unique_ptr<IncompleteT, Del> m_ptr; 75 Del& get_deleter() { return m_ptr.get_deleter(); } in get_deleter() 155 template <class Del> 156 StoresIncomplete<Del>::~StoresIncomplete() { } in ~StoresIncomplete()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutexset_test.cc | 34 mset.Del(1, true); in TEST() 42 mset.Del(3, true); in TEST() 44 mset.Del(5, false); in TEST() 58 mset.Del(1, true); in TEST() 62 mset.Del(1, true); in TEST() 70 mset.Del(1, true); in TEST() 72 mset.Del(1, true); in TEST()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutexset.h | 36 void Del(u64 id, bool write); 61 void MutexSet::Del(u64 id, bool write) {} in Del() function
|
D | tsan_mutexset.cc | 55 void MutexSet::Del(u64 id, bool write) { in Del() function in __tsan::MutexSet
|
D | tsan_rtl_mutex.cc | 214 thr->mset.Del(s->GetId(), true); in MutexUnlock() 290 thr->mset.Del(mid, false); in MutexReadUnlock() 330 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()
|
D | tsan_rtl_report.cc | 418 mset->Del(pc, true); in RestoreStack() 422 mset->Del(pc, false); in RestoreStack()
|
/external/clang/test/CXX/special/class.ctor/ |
D | p5-0x.cpp | 158 ASSERT_NONTRIVIAL_IMPL(Del ## Class, Bases, Del ## Class() = delete; Body)
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 37 def Del : Tag<"del">;
|
/external/python/cpython2/Parser/ |
D | Python.asdl | 86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
|
/external/python/cpython2/Python/ |
D | compile.c | 2366 case Del: in compiler_nameop() 2384 case Del: op = DELETE_FAST; break; in compiler_nameop() 2401 case Del: op = DELETE_GLOBAL; break; in compiler_nameop() 2416 case Del: op = DELETE_NAME; break; in compiler_nameop() 3050 case Del: in compiler_visit_expr() 3077 case Del: in compiler_visit_expr() 3079 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr() 3222 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr() 3307 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
|
D | ast.c | 2336 expr_list = ast_for_exprlist(c, CHILD(n, 1), Del); in ast_for_del_stmt()
|
D | Python-ast.c | 2941 case Del: in ast2obj_expr_context() 5949 *out = Del; in obj2ast_expr_context()
|
/external/openssh/ |
D | CREDITS | 33 David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1337 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local 1338 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate() 1339 Del->eraseFromParent(); in BuildSubAggregate()
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 32 -- Bill Gates. (1952?) Fundador de Microsoft. Del manual de Windows 95. ", 100 "Press (Ctrl)(Alt)(Del) to continue...
|
/external/tcpdump/tests/ |
D | forces3vvv.out | 515 Oper TLV Del(0x5) length 52 568 Oper TLV Del(0x5) length 28
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 329 -- Del /Q $(.PATH.obj)\*.obj >NUL 2>&1 330 -- Del /Q /Y Noise >NUL 2>&1 331 -- Del /Q $(ERRS) >NUL 2>&1 335 -- Del /Q PyCore.lib Python15.lib >NUL 2>&1 336 -- Del /Q Python15.dll Python.exe >NUL 2>&1
|
D | makefile | 336 -- Del /Q $(PATHOBJ)\*.obj >NUL 2>&1 337 -- Del /Q /Y Noise >NUL 2>&1 338 -- Del /Q $(ERRS) >NUL 2>&1 342 -- Del /Q PyCore.lib Python23.lib >NUL 2>&1 343 -- Del /Q Python23.dll Python.exe PGen.exe >NUL 2>&1
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right 351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2613 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local 2614 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate() 2615 Del->eraseFromParent(); in BuildSubAggregate()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 3862 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl() local 3866 First->OperatorDelete = Del; in UpdateDecl()
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 1291 Del-a-ware
|