HomeSort by relevance Sort by last modified time
    Searched refs:erase (Results 226 - 250 of 3986) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
erase_const_iter.pass.cpp 16 // iterator erase(const_iterator p)
50 C::iterator j = c.erase(i);
77 C::iterator j = c.erase(i);
97 m.erase(it);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
erase_const_iter.pass.cpp 16 // iterator erase(const_iterator p)
50 C::iterator j = c.erase(i);
75 C::iterator j = c.erase(i);
95 m.erase(it);
  /system/libhidl/transport/include/hidl/
ConcurrentMap.h 48 size_type erase(const K &k) { function in class:android::hardware::ConcurrentMap
50 return mMap.erase(k);
60 mMap.erase(iter);
  /system/security/keystore/
confirmationui_rate_limiting.h 76 iter = slots_.erase(iter);
103 slots_.erase(latest_requester_);
114 slots_.erase(latest_requester_);
  /development/gsi/gsi_util/gsi_util/utils/
fastboot_utils.py 33 def erase(partition_name=None, allow_error=False): function
34 """fastboot erase a partition."""
39 run_command(['fastboot', 'erase', partition_name],
  /external/icu/icu4c/source/samples/uresb/
resources.mak 21 -erase $(TARGETS)
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_iter_iter_db1.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with first iterator from another container
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l1.cbegin()));
erase_iter_iter_db2.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with second iterator from another container
30 std::unordered_map<int, int>::iterator i = l1.erase(l1.cbegin(), next(l2.cbegin()));
erase_iter_iter_db3.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with both iterators from another container
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l2.cbegin()));
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_iter_iter_db1.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with first iterator from another container
30 std::unordered_multimap<int, int>::iterator i = l1.erase(l2.cbegin(), next(l1.cbegin()));
erase_iter_iter_db2.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with second iterator from another container
30 std::unordered_multimap<int, int>::iterator i = l1.erase(l1.cbegin(), next(l2.cbegin()));
erase_iter_iter_db3.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with both iterators from another container
30 std::unordered_multimap<int, int>::iterator i = l1.erase(l2.cbegin(), next(l2.cbegin()));
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.cpp 33 Comments.erase(Comments.begin() + Entries.back().CommentOffset,
  /external/llvm/lib/Target/BPF/
BPFFrameLowering.h 37 return MBB.erase(MI);
  /external/pdfium/core/fxcrt/xml/
cfx_xmlattributenode.cpp 33 attrs_.erase(name);
cfx_xmlinstruction.cpp 37 m_TargetData.erase(m_TargetData.begin() + index);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeOrdering.h 42 OrderMap.erase(Itr);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_tensorflow_assert.cc 39 op->inputs.erase(it);
  /external/tensorflow/tensorflow/core/distributed_runtime/
recent_request_ids.cc 50 set_.erase(circular_buffer_[next_index_]);
  /external/tensorflow/tensorflow/core/platform/cloud/
expiring_lru_cache.h 119 lru_list_.erase(it->second.lru_iterator);
121 cache_.erase(it);
136 lru_list_.erase(insert.first->second.lru_iterator);
139 cache_.erase(lru_list_.back());
  /external/v8/src/
cancelable-task.cc 45 size_t removed = cancelable_tasks_.erase(id);
59 cancelable_tasks_.erase(entry);
86 cancelable_tasks_.erase(current);
105 it = cancelable_tasks_.erase(it);
  /external/webrtc/talk/app/webrtc/
videotrackrenderers.cc 49 renderers_.erase(renderer);
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 28 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
42 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
56 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
70 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.cpp 49 mDevices.erase(node);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_iter_iter_db1.pass.cpp 12 // Call erase(const_iterator first, const_iterator last); with first iterator from another container
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l1.cbegin()));

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>