Home
last modified time | relevance | path

Searched refs:Del (Results 1 – 25 of 53) sorted by relevance

123

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp30 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/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp260 using Del = GenericDeleter<0>; in test_sfinae() typedef
261 using AD = AssignDeleter<Del&&>; in test_sfinae()
262 using ADC = AssignDeleter<Del&&, /*AllowConstAssign*/true>; in test_sfinae()
263 doDeleterTest<VT, AD, Del>(); in test_sfinae()
264 doDeleterTest<VT, AD&, Del>(); in test_sfinae()
265 doDeleterTest<VT, ADC const&, Del>(); in test_sfinae()
268 using Del = GenericDeleter<0>; in test_sfinae() typedef
269 using AD = AssignDeleter<Del&>; in test_sfinae()
270 using ADC = AssignDeleter<Del&, /*AllowConstAssign*/true>; in test_sfinae()
271 doDeleterTest<VT, AD, Del&>(); in test_sfinae()
[all …]
/external/libcxx/test/support/
Dunique_ptr_test_helper.h69 class Del = std::default_delete<IncompleteT> >
74 std::unique_ptr<IncompleteT, Del> m_ptr;
94 Del& get_deleter() { return m_ptr.get_deleter(); }
99 class Del = std::default_delete<IncompleteT>, class... Args>
103 StoresIncomplete<IncompleteT, Del> sptr(std::forward<Args>(ctor_args)...);
134 template <class IncompleteT, class Del> \
135 StoresIncomplete<IncompleteT, Del>::~StoresIncomplete() {}
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutexset_test.cc34 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/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Ddefault.pass.cpp56 using Del = CDeleter<ElemType>; in test_sfinae() typedef
58 using U2 = std::unique_ptr<ElemType, Del&>; in test_sfinae()
59 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae()
Dnullptr.pass.cpp69 using Del = CDeleter<VT>; in test_sfinae() typedef
71 using U2 = std::unique_ptr<VT, Del&>; in test_sfinae()
72 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae()
Dpointer.pass.cpp118 using Del = CDeleter<T>; in test_sfinae() typedef
120 using U2 = std::unique_ptr<T, Del&>; in test_sfinae()
121 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h36 void Del(u64 id, bool write);
61 void MutexSet::Del(u64 id, bool write) {} in Del() function
Dtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { in Del() function in __tsan::MutexSet
Dtsan_rtl_mutex.cc214 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()
Dtsan_rtl_report.cc418 mset->Del(pc, true); in RestoreStack()
422 mset->Del(pc, false); in RestoreStack()
/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp158 ASSERT_NONTRIVIAL_IMPL(Del ## Class, Bases, Del ## Class() = delete; Body)
/external/clang/include/clang/AST/
DCommentHTMLTags.td37 def Del : Tag<"del">;
/external/python/cpython2/Parser/
DPython.asdl86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
/external/python/cpython2/Python/
Dcompile.c2368 case Del: in compiler_nameop()
2386 case Del: op = DELETE_FAST; break; in compiler_nameop()
2402 case Del: op = DELETE_GLOBAL; break; in compiler_nameop()
2417 case Del: op = DELETE_NAME; break; in compiler_nameop()
3051 case Del: in compiler_visit_expr()
3078 case Del: in compiler_visit_expr()
3080 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr()
3223 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
3308 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
/external/python/cpython3/Parser/
DPython.asdl94 expr_context = Load | Store | Del | AugLoad | AugStore | Param
/external/libfuse/
DAUTHORS29 Angelo G. Del Regno <kholk11@gmail.com>
/external/openssh/
DCREDITS33 David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
/external/python/cpython3/Python/
Dcompile.c3071 compiler_nameop(c, handler->v.ExceptHandler.name, Del); in compiler_try_except()
3556 case Del: op = DELETE_DEREF; break; in compiler_nameop()
3570 case Del: op = DELETE_FAST; break; in compiler_nameop()
3588 case Del: op = DELETE_GLOBAL; break; in compiler_nameop()
3605 case Del: op = DELETE_NAME; break; in compiler_nameop()
4924 case Del: in compiler_visit_expr1()
4957 case Del: in compiler_visit_expr1()
4959 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr1()
5281 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
/external/icu/icu4c/source/samples/ufortune/resources/
Des.txt32 -- Bill Gates. (1952?) Fundador de Microsoft. Del manual de Windows 95. ",
100 "Press (Ctrl)(Alt)(Del) to continue...
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py275 elif isinstance(node.ctx, gast.Del):
/external/tcpdump/tests/
Dforces3vvv.out515 Oper TLV Del(0x5) length 52
568 Oper TLV Del(0x5) length 28
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk329 -- 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
/external/python/cpython2/Doc/library/
Didle.rst349 * :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/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator

123