Searched defs:Del (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dobject_store.py33 def Del(self, key): member in class:ObjectStore
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { function in class:__tsan::MutexSet
H A Dtsan_mutexset.h36 void Del(u64 id, bool write);
61 void MutexSet::Del(u64 id, bool write) {} function in class:__tsan::MutexSet
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h275 bool Del(T item);
292 bool Set<T>::Del(T item) { function in class:crazy::Set
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1569 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); local
1570 PrevTo = Del->getAggregateOperand();
1571 Del->eraseFromParent();

Completed in 2157 milliseconds