Searched refs:Del (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h36 void Del(u64 id, bool write);
56 void MutexSet::Del(u64 id, bool write) {} function in class:__tsan::MutexSet
H A Dtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { function in class:__tsan::MutexSet
H A Dtsan_rtl_mutex.cc151 thr->mset.Del(s->GetId(), true);
196 thr->mset.Del(s->GetId(), false);
241 thr->mset.Del(s->GetId(), write);
H A Dtsan_rtl_report.cc439 mset->Del(pc, true);
443 mset->Del(pc, false);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc34 mset.Del(1, true);
42 mset.Del(3, true);
44 mset.Del(5, false);
58 mset.Del(1, true);
62 mset.Del(1, true);
70 mset.Del(1, true);
72 mset.Del(1, true);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_object_store_test.py23 store.Del('hi')
39 store.Del('x')
H A Dobject_store.py40 def Del(self, key): member in class:ObjectStore
H A Dcaching_file_system_test.py105 file_system._stat_object_store.Del('bob/bob0')
106 file_system._read_object_store.Del('bob/bob0')
107 file_system._stat_object_store.Del('bob/bob1')
117 file_system._read_object_store.Del('bob/bob0')
118 file_system._read_object_store.Del('bob/bob1')
132 file_system._stat_object_store.Del('bob/bob0')
H A Dcache_chain_object_store_test.py155 self._store.Del('storage.html')
/external/clang/test/CXX/special/class.ctor/
H A Dp5-0x.cpp158 ASSERT_NONTRIVIAL_IMPL(Del ## Class, Bases, Del ## Class() = delete; Body)
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_service.cc120 template <typename Del, typename Ctx>
123 DelegateWithContext(Del* delegate, Ctx* context)
134 Del* delegate_;
138 template <typename Del, typename Ctx>
139 net::URLFetcherDelegate* MakeContextDelegate(Del* delegate, Ctx* context) {
140 return new DelegateWithContext<Del, Ctx>(delegate, context);
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1561 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); local
1562 PrevTo = Del->getAggregateOperand();
1563 Del->eraseFromParent();

Completed in 222 milliseconds