HomeSort by relevance Sort by last modified time
    Searched defs:Remove (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachinePassRegistry.cpp 31 /// Remove - Removes a function pass from the registration list.
33 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) {
  /external/llvm/lib/CodeGen/
MachinePassRegistry.cpp 45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) {
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDRecord.cpp 78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags)
  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 40 bool CXFA_AttachNodeList::Remove(CXFA_Node* pNode) {
cxfa_arraynodelist.cpp 44 bool CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) {
  /external/libmojo/mojo/edk/system/
watcher_set.cc 46 MojoResult WatcherSet::Remove(uintptr_t context) {
awakable_list.cc 60 void AwakableList::Remove(Awakable* awakable) {
62 // so we need to scan the entire list and remove all occurrences of |waiter|.
83 return watchers_.Remove(context);
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 28 // implementation to call. To add and remove things from the heap,
33 Pop() interface{} // remove and return element Len() - 1.
59 // It is equivalent to Remove(h, 0).
68 // Remove removes the element at index i from the heap.
71 func Remove(h Interface, i int) interface{} {
84 // but less expensive than, calling Remove(h, i) followed by a Push of the new value.
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 28 // implementation to call. To add and remove things from the heap,
33 Pop() interface{} // remove and return element Len() - 1.
59 // It is equivalent to Remove(h, 0).
68 // Remove removes the element at index i from the heap.
71 func Remove(h Interface, i int) interface{} {
84 // but less expensive than, calling Remove(h, i) followed by a Push of the new value.
  /art/compiler/utils/
atomic_dex_ref_map-inl.h 78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 133 ## Remove the file
137 def Remove(self, Files):
182 Dirs.remove('CVS')
184 Dirs.remove('.svn')
188 Dirs.remove(Dir)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
VlanConfig.h 107 Remove the configured VLAN device.
109 The Remove() function is used to remove the specified VLAN device.
138 EFI_VLAN_CONFIG_REMOVE Remove;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.cc 65 void MutexSet::Remove(u64 id) {
tsan_mutexset.h 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {}
  /external/libchrome/base/
scoped_observer.h 35 // Remove the object passed to the constructor as an observer from |source|.
36 void Remove(Source* source) {
  /external/sfntly/cpp/src/sfntly/port/
java_iterator.h 51 virtual void Remove() {
78 virtual void Remove() {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineWorklist.h 65 // Remove - remove I from the worklist if it exists.
66 void Remove(Instruction *I) {
  /external/v8/src/heap/
array-buffer-tracker-inl.h 45 length = tracker->Remove(buffer);
58 LocalArrayBufferTracker::Value LocalArrayBufferTracker::Remove(Key key) {
60 // Check that we indeed find a key to remove.
  /external/v8/src/profiler/
circular-queue-inl.h 36 void SamplingCircularQueue<T, L>::Remove() {
  /external/webrtc/webrtc/base/
scopedptrcollection.h 46 // Remove |t| from the collection without deleting it.
47 void Remove(T* t) {
48 collection_.erase(std::remove(collection_.begin(), collection_.end(), t),
  /system/core/libbacktrace/
ThreadEntry.cpp 71 void ThreadEntry::Remove(ThreadEntry* entry) {
  /system/extras/memory_replay/
Pointers.cpp 61 void* Pointers::Remove(uintptr_t key_pointer) {
63 err(1, "Illegal zero value passed to Remove\n");
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 76 // Remove - remove I from the worklist if it exists.
77 void Remove(Instruction *I) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMap.h 139 EPVRTError Remove(const KeyType key)
  /hardware/libhardware/modules/camera/3_4/
request_tracker.cpp 72 bool RequestTracker::Remove(std::shared_ptr<CaptureRequest> request) {

Completed in 742 milliseconds

1 2 3 4 5 6 7 8 9